From a541c287869f9d09c8bcb2086d3e397a737c907f Mon Sep 17 00:00:00 2001 From: Miyashooooo Date: Thu, 27 Jun 2024 04:43:49 +0800 Subject: [PATCH 1/2] fix: map page import.add utils --- app/package-lock.json | 72 ++++++++++ app/package.json | 2 + app/src/components/MapIndex.vue | 28 ++++ app/src/css/index.css | 14 ++ app/src/css/intensity.css | 6 +- app/src/main.ts | 2 +- app/src/pages/index.vue | 173 +++++++++++++--------- app/src/renderer.ts | 4 +- app/src/ts/constant.ts | 245 ++++++++++++++++++++++++++++++++ app/src/ts/eew.ts | 136 ++++++++++++++++++ app/src/ts/map.ts | 85 ----------- app/src/ts/rts.ts | 86 ----------- app/src/ts/store.ts | 144 +++++++++++++++++++ app/src/ts/tsunami.ts | 50 +++++++ app/src/ts/utils.ts | 187 +++++++++++++++++++++++- 15 files changed, 987 insertions(+), 247 deletions(-) create mode 100644 app/src/components/MapIndex.vue create mode 100644 app/src/ts/constant.ts create mode 100644 app/src/ts/eew.ts delete mode 100644 app/src/ts/map.ts create mode 100644 app/src/ts/store.ts diff --git a/app/package-lock.json b/app/package-lock.json index 2f5b5d40..8900c36e 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -14,6 +14,7 @@ "electron-squirrel-startup": "^1.0.1", "leaflet": "^1.9.4", "leaflet.vectorgrid": "^1.3.0", + "pinia": "^2.1.7", "primevue": "^4.0.0-rc.1", "vue": "^3.4.30", "vue-router": "^4.4.0", @@ -31,6 +32,7 @@ "@electron/fuses": "^1.8.0", "@rollup/plugin-node-resolve": "^15.2.3", "@types/leaflet": "^1.9.12", + "@types/leaflet.vectorgrid": "^1.3.5", "@types/winston": "^2.4.4", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", @@ -1821,6 +1823,15 @@ "integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==", "dev": true }, + "node_modules/@types/geojson-vt": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/@types/geojson-vt/-/geojson-vt-3.2.5.tgz", + "integrity": "sha512-qDO7wqtprzlpe8FfQ//ClPV9xiuoh2nkIgiouIptON9w5jvD/fA4szvP9GBlDVdJ5dldAl0kX/sy3URbWwLx0g==", + "dev": true, + "dependencies": { + "@types/geojson": "*" + } + }, "node_modules/@types/glob": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", @@ -1868,6 +1879,17 @@ "@types/geojson": "*" } }, + "node_modules/@types/leaflet.vectorgrid": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/leaflet.vectorgrid/-/leaflet.vectorgrid-1.3.5.tgz", + "integrity": "sha512-LtHmagxhE4kGzQQ+OB3giNPW8YM6t0WPrdsThe7AAqiUQo3gFTcSWGOv7KvPn3VaGIPoH/8G1s8Twka56dnE4w==", + "dev": true, + "dependencies": { + "@types/geojson": "*", + "@types/geojson-vt": "*", + "@types/leaflet": "*" + } + }, "node_modules/@types/minimatch": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", @@ -7898,6 +7920,56 @@ "node": ">=0.10.0" } }, + "node_modules/pinia": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.7.tgz", + "integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==", + "dependencies": { + "@vue/devtools-api": "^6.5.0", + "vue-demi": ">=0.14.5" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "@vue/composition-api": "^1.4.0", + "typescript": ">=4.4.4", + "vue": "^2.6.14 || ^3.3.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/pinia/node_modules/vue-demi": { + "version": "0.14.8", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.8.tgz", + "integrity": "sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, "node_modules/pirates": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", diff --git a/app/package.json b/app/package.json index a278b4d8..73e6170e 100644 --- a/app/package.json +++ b/app/package.json @@ -23,6 +23,7 @@ "@electron/fuses": "^1.8.0", "@rollup/plugin-node-resolve": "^15.2.3", "@types/leaflet": "^1.9.12", + "@types/leaflet.vectorgrid": "^1.3.5", "@types/winston": "^2.4.4", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", @@ -50,6 +51,7 @@ "electron-squirrel-startup": "^1.0.1", "leaflet": "^1.9.4", "leaflet.vectorgrid": "^1.3.0", + "pinia": "^2.1.7", "primevue": "^4.0.0-rc.1", "vue": "^3.4.30", "vue-router": "^4.4.0", diff --git a/app/src/components/MapIndex.vue b/app/src/components/MapIndex.vue new file mode 100644 index 00000000..9cbe7aeb --- /dev/null +++ b/app/src/components/MapIndex.vue @@ -0,0 +1,28 @@ + + + diff --git a/app/src/css/index.css b/app/src/css/index.css index 9e88b922..ef72f676 100644 --- a/app/src/css/index.css +++ b/app/src/css/index.css @@ -9,6 +9,15 @@ --background-variant-hsl: 0deg 0% 16%; } +::-webkit-scrollbar { + width: 4px; +} + +::-webkit-scrollbar-thumb { + background: #555; + border-radius: 4px; +} + body { user-select: none; margin: 0; @@ -43,3 +52,8 @@ body { -2px 2px black, 2px -2px black; } + +.realtime-list { + -ms-overflow-style: none; + scrollbar-width: none; +} diff --git a/app/src/css/intensity.css b/app/src/css/intensity.css index 0ab02083..732912bc 100644 --- a/app/src/css/intensity.css +++ b/app/src/css/intensity.css @@ -132,13 +132,13 @@ border-radius: 25%; } -.realtime-item { +.rt-item { display: flex; background-color: #282828; border-radius: 17px; } -.realtime-intensity { +.rt-int { width: 44px; height: 23px; border-radius: 17px; @@ -149,7 +149,7 @@ justify-content: center; } -.realtime-location { +.rt-loc { padding-left: 8px; font-size: 13px; font-weight: 500; diff --git a/app/src/main.ts b/app/src/main.ts index 1b280da0..3e5ab4b0 100644 --- a/app/src/main.ts +++ b/app/src/main.ts @@ -12,7 +12,7 @@ const createWindow = () => { minWidth: 750, width: 1280, height: 720, - icon: "TREM.ico", + icon: path.join(__dirname, "TREM.ico"), webPreferences: { preload: path.join(__dirname, "preload.js"), nodeIntegration: true, diff --git a/app/src/pages/index.vue b/app/src/pages/index.vue index 5128f26f..6ac33ded 100644 --- a/app/src/pages/index.vue +++ b/app/src/pages/index.vue @@ -1,6 +1,6 @@ - - - diff --git a/app/src/renderer.ts b/app/src/renderer.ts index 50e35b4d..0d80204f 100644 --- a/app/src/renderer.ts +++ b/app/src/renderer.ts @@ -1,6 +1,8 @@ import { createApp } from "vue"; +import { createPinia } from "pinia"; import App from "./pages/index.vue"; import "./css/index.css"; -createApp(App).mount("#app"); +const pinia = createPinia(); +createApp(App).use(pinia).mount("#app"); diff --git a/app/src/ts/constant.ts b/app/src/ts/constant.ts new file mode 100644 index 00000000..f51bdafd --- /dev/null +++ b/app/src/ts/constant.ts @@ -0,0 +1,245 @@ +export const constant = { + WS_CONFIG: { + type: "start", + key: "K0Q9Z4BJ23YVGNM7Q0G6D10V5QLFX4", + service: [ + "trem.rts", + "websocket.eew", + "websocket.report", + "websocket.tsunami", + "trem.intensity", + "cwa.intensity", + ], + // config : { + // "eew.cwa": { + // "loc-to-int": false, + // }, + // }, + }, + + MAP_LIST: ["TW", "JP", "CN", "KR", "KP"], + COLOR_PRIORITY: { "#28FF28": 2, "#F9F900": 1, "#FF0000": 0 }, + + REGION_CODE: { + 1001: "臺灣東北部海域", + 1002: "臺灣東部海域", + 1003: "臺灣東南部海域", + 1004: "臺灣西北部海域", + 1005: "臺灣西部海域", + 1006: "臺灣西南部海域", + 1007: "臺灣北部海域", + 1008: "臺灣南部海域", + + 1101: "石垣島附近海域", + 1102: "宮古島附近海域", + 1111: "東沙群島附近海域", + 1121: "呂宋島北部海域", + + 2001: "宜蘭縣近海", + 2002: "花蓮縣近海", + 2003: "臺東縣近海", + 2004: "新北市近海", + 2005: "基隆市近海", + 2006: "桃園市近海", + 2007: "新竹縣近海", + 2008: "新竹市近海", + 2009: "苗栗縣近海", + 2010: "臺中市近海", + 2011: "彰化縣近海", + 2012: "雲林縣近海", + 2013: "嘉義縣近海", + 2014: "臺南市近海", + 2015: "高雄市近海", + 2016: "屏東縣近海", + 2017: "連江縣近海", + 2018: "金門縣近海", + 2019: "澎湖縣近海", + + 9999: "未知區域", + }, + BOX_GEOJSON: {}, + REGION: {}, + TIME_TABLE: {}, + TIME_TABLE_OBJECT: [] as unknown[], + + LANG: {}, + CONFIG_AUTO_SAVE_TIME: 10_000, + STATION_INFO_FETCH_TIME: 300_000, + API_HTTP_TIMEOUT: 2_500, + API_HTTP_RETRY: 5_000, + API_WEBSOCKET_RETRY: 5_000, + API_WEBSOCKET_VERIFY: 3_000, + TAIWAN_BOUNDS: [ + [25.33, 119.31], + [21.88, 122.18], + ], + AUDIO: { + ALERT: new Audio("../audio/ALERT.wav"), + EEW: new Audio("../audio/EEW.wav"), + INTENSITY: new Audio("../audio/INTENSITY.wav"), + PGA1: new Audio("../audio/PGA1.wav"), + PGA2: new Audio("../audio/PGA2.wav"), + REPORT: new Audio("../audio/REPORT.wav"), + SHINDO0: new Audio("../audio/SHINDO0.wav"), + SHINDO1: new Audio("../audio/SHINDO1.wav"), + SHINDO2: new Audio("../audio/SHINDO2.wav"), + TSUNAMI: new Audio("../audio/TSUNAMI.wav"), + UPDATE: new Audio("../audio/UPDATE.wav"), + }, + SETTING: { + MAP_DISPLAY: { + "實測震度 + 預估震度": 1, + "即時加速度 + 預估震度": 2, + 預估震度: 3, + 即時加速度: 4, + 實測震度: 5, + }, + LOCAL_ARRAY: { + 北部: [ + "臺北市", + "新北市", + "基隆市", + "新竹市", + "桃園市", + "新竹縣", + "宜蘭縣", + ], + 中部: ["臺中市", "苗栗縣", "彰化縣", "南投縣", "雲林縣"], + 南部: ["高雄市", "臺南市", "嘉義市", "嘉義縣", "屏東縣", "澎湖縣"], + 東部: ["花蓮縣", "臺東縣"], + 外島: ["金門縣", "連江縣"], + 南韓: ["南陽州市"], + 中國: ["重慶市"], + }, + SPECIAL_LOCAL: { + 南陽州市: ["和道邑"], + 重慶市: ["北碚區"], + }, + CHECKBOX_DEF: { + "early-warning-CWA": 1, + "early-warning-JMA": 1, + "early-warning-KMA": 1, + "early-warning-NIED": 1, + "early-warning-SCDZJ": 1, + "graphics-block-auto-zoom": 1, + "graphics-show-plates": 1, + "other-auto-start": 1, + "other-voice": 1, + "show-window-detect": 1, + "show-window-eew": 1, + "show-window-realtime-int": 1, + "show-window-report": 1, + "sound-effects-EEW": 1, + "sound-effects-EEW2": 1, + "sound-effects-PAlert": 1, + "sound-effects-PGA1": 1, + "sound-effects-PGA2": 1, + "sound-effects-Report": 1, + "sound-effects-Shindo0": 1, + "sound-effects-Shindo1": 1, + "sound-effects-Shindo2": 1, + "sound-effects-Update": 1, + "sound-effects-dong": 1, + }, + LOCALSTORAGE_DEF: { + location: { + city: "臺南市", + town: "歸仁區", + lat: 22.967286, + lon: 120.2940045, + }, + warning: { "realtime-station": "0級", "estimate-int": "0級" }, + "bg-filter": 20, + "bg-percentage": 100, + "map-display-effect": 1, + }, + LOCALFALLBACK: { + "13379360": "重慶市北碚區", + "7735548": "南陽州市和道邑", + }, + STATION_REGION: [] as unknown[], + INTENSITY: [ + "0級", + "1級", + "2級", + "3級", + "4級", + "5弱", + "5強", + "6弱", + "6強", + "7級", + ], + }, +}; + +export const variable = { + last_map_update: 0, + time_cache_list: [] as unknown[], + map: null as string | null, + map_layer: { + eew: {}, + }, + subscripted_list: [] as unknown[], + station_info: null as string | null, + station_icon: null as string | null, + time_offset: 0, + config: {}, + _config: "", + replay: 0, + replay_timestamp: 0, + replay_list: [] as unknown[], + ws_connected: false, + ws_reconnect: true, + last_get_data_time: 0, + eew_list: {} as string | null, + icon_size: 0, + intensity_list: {}, + intensity_geojson: null as string | null, + tsunami_geojson: null as string | null, + intensity_time: 0, + audio: { + shindo: -1, + pga: -1, + status: { + shindo: 0, + pga: 0, + }, + count: { + pga_1: 0, + pga_2: 0, + shindo_1: 0, + shindo_2: 0, + }, + }, + focus: { + bounds: { + report: null as string | null, + intensity: null as string | null, + tsunami: null as string | null, + eew: null as LatLngBounds | null, + rts: null as string | null, + }, + status: { + report: 0, + intensity: 0, + tsunami: 0, + eew: 0, + rts: 0, + }, + }, + speech_status: 0, + last_map_hash: "", + setting: { + station: [] as unknown[], + }, + report: { + last: {}, + more: {}, + data: [] as unknown[], + check_: 1, + list_retry: 3, + survey: null as string | null, + withoutNo: "", + }, +}; diff --git a/app/src/ts/eew.ts b/app/src/ts/eew.ts new file mode 100644 index 00000000..042c710a --- /dev/null +++ b/app/src/ts/eew.ts @@ -0,0 +1,136 @@ +import L from "leaflet"; +import utils from "../ts/utils"; +import { useMapStore } from "../ts/store"; +const MapStore = useMapStore(); + +let draw_lock = false; +let last_show_epicenter_time = 0; +const last_map_count = 0; +setInterval(() => { + const _eew_list = Object.keys(MapStore.eew_list); + + if (!_eew_list.length) return; + + if (draw_lock) return; + draw_lock = true; + MapStore.focus.bounds.eew = L.latLngBounds(null, null); + MapStore.focus.status.eew = 1; + for (const id of _eew_list) { + const data = MapStore.eew_list[id].data; + const now_time = data.time + (utils.now() - data.timestamp); + if (now_time - data.eq.time > 240_000) { + if (MapStore.eew_list[data.id].layer.s) + MapStore.eew_list[data.id].layer.s.remove(); + if (MapStore.eew_list[data.id].layer.s_fill) + MapStore.eew_list[data.id].layer.s_fill.remove(); + if (MapStore.eew_list[data.id].layer.p) + MapStore.eew_list[data.id].layer.p.remove(); + MapStore.eew_list[data.id].layer.epicenterIcon.remove(); + delete MapStore.eew_list[data.id]; + MapStore.lastMapUpdate = 0; + continue; + } + const dist = ps_wave_dist(data.eq.depth, data.eq.time, now_time); + const p_dist = dist.p_dist < 0 ? 0 : dist.p_dist; + const s_dist = dist.s_dist < 0 ? 0 : dist.s_dist; + MapStore.eew_list[data.id].dist = s_dist; + const s_t = dist.s_t; + if (MapStore.eew_list[data.id].layer.p) + MapStore.eew_list[data.id].layer.p.setRadius(p_dist); + if (MapStore.eew_list[data.id].layer.s) + MapStore.eew_list[data.id].layer.s.setRadius(s_dist); + if (MapStore.eew_list[data.id].layer.s_fill) + MapStore.eew_list[data.id].layer.s_fill.setRadius(s_dist); + if (_eew_list[last_map_count] == id) { + MapStore.focus.bounds.eew.extend([data.eq.lat, data.eq.lon]); + if (data.detail == 0) { + console.log(true); + } else if (!data.eq.max) + MapStore.focus.bounds.eew.extend( + MapStore.eew_list[data.id].layer.s.getBounds(), + ); + else { + const intensity_list = + MapStore.eew_list[_eew_list[last_map_count]].eew_intensity_list; + for (const name of Object.keys(intensity_list)) { + const intensity = utils.intensity_float_to_int( + intensity_list[name].i, + ); + if (intensity > 1 && s_dist / 1000 > intensity_list[name].dist) + MapStore.focus.bounds.eew.extend([ + intensity_list[name].lat, + intensity_list[name].lon, + ]); + } + MapStore.focus.bounds.eew.extend(MapStore.focus.bounds.rts); + } + } + if (s_t) { + const progress = Math.floor( + ((now_time - data.eq.time) / 1000 / s_t) * 100, + ); + const progress_bar = `
`; + MapStore.eew_list[data.id].layer.epicenterTooltip = true; + MapStore.eew_list[data.id].layer.epicenterIcon.bindTooltip(progress_bar, { + opacity: 1, + permanent: true, + direction: "right", + offset: [10, 0], + className: "progress-tooltip", + }); + } else if (MapStore.eew_list[data.id].layer.epicenterTooltip) { + MapStore.eew_list[data.id].layer.epicenterIcon.unbindTooltip(); + delete MapStore.eew_list[data.id].layer.epicenterTooltip; + } + } + const time_now = utils.now(); + if (time_now - last_show_epicenter_time > 1000) { + last_show_epicenter_time = time_now; + const flashElements = document.getElementsByClassName("flash"); + for (const item of flashElements) item.style.visibility = "visible"; + setTimeout(() => { + for (const item of flashElements) item.style.visibility = "hidden"; + }, 500); + } + draw_lock = false; +}, 0); + +function ps_wave_dist(depth: number, time: number, now: number) { + let p_dist = 0; + let s_dist = 0; + let s_t = 0; + + const t = (now - time) / 1000; + + const _time_table = + MapStore.TIME_TABLE[utils.findClosest(MapStore.TIME_TABLE_OBJECT, depth)]; + let prev_table = null; + for (const table of _time_table) { + if (!p_dist && table.P > t) + if (prev_table) { + const t_diff = table.P - prev_table.P; + const r_diff = table.R - prev_table.R; + const t_offset = t - prev_table.P; + const r_offset = (t_offset / t_diff) * r_diff; + p_dist = prev_table.R + r_offset; + } else p_dist = table.R; + + if (!s_dist && table.S > t) + if (prev_table) { + const t_diff = table.S - prev_table.S; + const r_diff = table.R - prev_table.R; + const t_offset = t - prev_table.S; + const r_offset = (t_offset / t_diff) * r_diff; + s_dist = prev_table.R + r_offset; + } else { + s_dist = table.R; + s_t = table.S; + } + if (p_dist && s_dist) break; + prev_table = table; + } + + p_dist *= 1000; + s_dist *= 1000; + return { p_dist, s_dist, s_t }; +} diff --git a/app/src/ts/map.ts b/app/src/ts/map.ts deleted file mode 100644 index 4f600334..00000000 --- a/app/src/ts/map.ts +++ /dev/null @@ -1,85 +0,0 @@ -import L from "leaflet"; -import "leaflet/dist/leaflet.css"; - -const MAP_LIST = ["TW", "JP", "CN", "KR", "KP"]; - -export function initializeMap(mapElement: HTMLElement): void { - const map = L.map(mapElement, { - maxBounds: [ - [60, 50], - [10, 180], - ], - preferCanvas: true, - attributionControl: false, - zoomSnap: 0.25, - zoomDelta: 0.25, - doubleClickZoom: false, - zoomControl: false, - minZoom: 5.5, - maxZoom: 10, - }); - - map.createPane("circlePane"); - map.getPane("circlePane").style.zIndex = 10; - - map.createPane("detection"); - map.getPane("detection").style.zIndex = 2000; - - for (const map_name of MAP_LIST) { - fetch(`../resource/map/${map_name}.json`) - .then((response) => response.json()) - .then((data) => { - L.geoJSON(data, { - edgeBufferTiles: 2, - minZoom: 5.5, - maxZoom: 10, - style: { - weight: 0.6, - color: map_name === "TW" ? "white" : "gray", - fillColor: "#3F4045", - fillOpacity: 0.5, - }, - }).addTo(map); - }) - .catch((error) => { - console.error("Error loading GeoJSON:", error); - }); - } - - map.setView([23.6, 120.4], 7.8); - - map.on("zoomend", updateIconSize); - - const variable = { eew_list: [] }; - function updateIconSize(): void { - const icon_size = (Number(map.getZoom().toFixed(1)) - 7.8) * 2; - - for (const key in variable.eew_list) { - const oldMarker = variable.eew_list[key].layer.epicenterIcon; - const newIconSize = [40 + icon_size * 3, 40 + icon_size * 3]; - - const icon = variable.eew_list[key].layer.epicenterIcon.options.icon; - icon.options.iconSize = newIconSize; - oldMarker.setIcon(icon); - - if (oldMarker.getTooltip()) { - oldMarker.bindTooltip(oldMarker.getTooltip()._content, { - opacity: 1, - permanent: true, - direction: "right", - offset: [newIconSize[0] / 2, 0], - className: "progress-tooltip", - }); - } - - if (variable.eew_list[key].cancel) { - const iconElement = oldMarker.getElement(); - if (iconElement) { - iconElement.style.opacity = "0.5"; - iconElement.className = "cancel"; - iconElement.style.visibility = "visible"; - } - } - } - } -} diff --git a/app/src/ts/rts.ts b/app/src/ts/rts.ts index 3ff6679d..4e028b18 100644 --- a/app/src/ts/rts.ts +++ b/app/src/ts/rts.ts @@ -1,4 +1,3 @@ -import { ref, onMounted, onUnmounted } from "vue"; import utils from "../ts/utils"; const MAX_RETRY_ATTEMPTS = 3; @@ -33,88 +32,3 @@ export async function getStationInfo(): Promise { }, 5_000); }); } - -const variable = { - last_map_update: 0, - map_layer: { - eew: {}, - }, - station_icon: {}, - time_offset: 0, - config: {}, - _config: "", - replay: 0, - replay_timestamp: 0, - ws_connected: false, - ws_reconnect: true, - last_get_data_time: 0, - eew_list: {}, - icon_size: 0, - intensity_list: {}, - intensity_time: 0, - audio: { - shindo: -1, - pga: -1, - status: { - shindo: 0, - pga: 0, - }, - count: { - pga_1: 0, - pga_2: 0, - shindo_1: 0, - shindo_2: 0, - }, - }, - focus: { - status: { - report: 0, - intensity: 0, - tsunami: 0, - eew: 0, - rts: 0, - }, - }, - speech_status: 0, - last_map_hash: "", - report: { - last: {}, - more: {}, - check_: 1, - list_retry: 3, - withoutNo: "", - }, -}; - -export const useTimeUpdate = () => { - const docTime = ref(""); - const docColor = ref("white"); - - const updateTime = () => { - const _now = utils.now(); - - if (variable.replay) { - docTime.value = utils.formatTime(variable.replay); - docColor.value = "text-yellow-300"; - } else if (_now - variable.last_get_data_time > 5000) { - docTime.value = utils.formatTime(_now); - docColor.value = "text-red-600"; - } else { - docTime.value = utils.formatTime(_now); - docColor.value = "text-white"; - } - }; - - onMounted(() => { - updateTime(); - const timer = setInterval(updateTime, 1000); - - onUnmounted(() => { - clearInterval(timer); - }); - }); - return { - docTime, - docColor, - }; -}; diff --git a/app/src/ts/store.ts b/app/src/ts/store.ts new file mode 100644 index 00000000..9f9a40e9 --- /dev/null +++ b/app/src/ts/store.ts @@ -0,0 +1,144 @@ +import { defineStore } from "pinia"; +import L from "leaflet"; +import "leaflet/dist/leaflet.css"; + +const MAP_LIST = ["TW", "JP", "CN", "KR", "KP"]; + +export const useMapStore = defineStore("map", { + actions: { + init_map(mapElement: HTMLElement) { + const map = L.map(mapElement, { + maxBounds: [ + [60, 50], + [10, 180], + ], + preferCanvas: true, + attributionControl: false, + zoomSnap: 0.25, + zoomDelta: 0.25, + doubleClickZoom: false, + zoomControl: false, + minZoom: 5.5, + maxZoom: 10, + }); + + map.createPane("circlePane"); + map.getPane("circlePane").style.zIndex = "10"; + + map.createPane("detection"); + map.getPane("detection").style.zIndex = "2000"; + + for (const map_name of MAP_LIST) { + fetch(`../resource/map/${map_name}.json`) + .then((response) => response.json()) + .then((data) => { + const options = { + edgeBufferTiles: 2, + minZoom: 5.5, + maxZoom: 10, + style: { + weight: 0.6, + color: map_name === "TW" ? "white" : "gray", + fillColor: "#3F4045", + fillOpacity: 0.5, + }, + }; + + L.geoJSON(data, options).addTo(map); + }) + .catch((error) => { + console.error("Error loading GeoJSON:", error); + }); + } + + map.setView([23.6, 120.4], 7.8); + + map.on("zoomend", updateIconSize); + + interface EewItem { + data: { + eq: { + lat: number; + lon: number; + }; + dist: number; + }; + layer: any; + cancel: any; + } + + const variable: { eew_list: EewItem[] } = { eew_list: [] }; + function updateIconSize(): void { + const icon_size = (Number(map.getZoom().toFixed(1)) - 7.8) * 2; + + for (const key in variable.eew_list) { + const oldMarker = variable.eew_list[key].layer.epicenterIcon; + const newIconSize = [40 + icon_size * 3, 40 + icon_size * 3]; + + const icon = variable.eew_list[key].layer.epicenterIcon.options.icon; + icon.options.iconSize = newIconSize; + oldMarker.setIcon(icon); + + if (oldMarker.getTooltip()) { + oldMarker.bindTooltip(oldMarker.getTooltip()._content, { + opacity: 1, + permanent: true, + direction: "right", + offset: [newIconSize[0] / 2, 0], + className: "progress-tooltip", + }); + } + + if (variable.eew_list[key].cancel) { + const iconElement = oldMarker.getElement(); + if (iconElement) { + iconElement.style.opacity = "0.5"; + iconElement.className = "cancel"; + iconElement.style.visibility = "visible"; + } + } + } + } + this.map = map; + }, + }, + state: (): MapState => { + return { + lastMapUpdate: 0, + lastMapHash: "", + map: null, + eew_list: {}, + layer: "", + focus: { + bounds: { + eew: null, + rts: null, + }, + status: { + eew: 0, + }, + }, + TIME_TABLE: {}, + TIME_TABLE_OBJECT: [], + }; + }, +}); + +interface MapState { + lastMapUpdate: number; + lastMapHash: string; + map: L.Map; + eew_list?: Record; + layer: string; + focus: { + bounds: { + eew: L.LatLngBounds; + rts: L.LatLngBounds; + }; + status: { + eew: number; + }; + }; + TIME_TABLE: Record; + TIME_TABLE_OBJECT: Array; +} diff --git a/app/src/ts/tsunami.ts b/app/src/ts/tsunami.ts index e69de29b..b11c287c 100644 --- a/app/src/ts/tsunami.ts +++ b/app/src/ts/tsunami.ts @@ -0,0 +1,50 @@ +// import { onMounted, onUnmounted } from "vue"; +// import { variable } from "../ts/constant"; +// import L from "leaflet"; + +// export const useTsunamiUpdate = () => { +// let tsunamiLayer: L.Layer | null = null; + +// const showTsunami = () => { +// fetch("../resource/map/tsunami.json") +// .then((response) => response.json()) +// .then((data) => { +// if (tsunamiLayer) { +// (variable.map as any).removeLayer(tsunamiLayer); +// } + +// tsunamiLayer = L.vectorGrid +// .slicer(data, { +// rendererFactory: L.svg.tile, +// vectorTileLayerStyles: { +// sliced: (properties) => ({ +// fillColor: "red", +// fillOpacity: 1, +// stroke: true, +// color: "red", +// weight: 5, +// }), +// }, +// }) +// .addTo(variable.map); + +// setTimeout(() => { +// if (tsunamiLayer) { +// (variable.map as any).removeLayer(tsunamiLayer); +// } +// }, 2000); +// }) +// .catch((error) => { +// console.error("Error loading GeoJSON:", error); +// }); +// }; + +// onMounted(() => { +// setInterval(showTsunami, 3000); + +// // 清理定時器 +// onUnmounted(() => { +// clearInterval(showTsunami); +// }); +// }); +// }; diff --git a/app/src/ts/utils.ts b/app/src/ts/utils.ts index 86d33b40..efbbd6a8 100644 --- a/app/src/ts/utils.ts +++ b/app/src/ts/utils.ts @@ -1,3 +1,6 @@ +import { ref, onMounted, onUnmounted } from "vue"; +import { variable, constant } from "../ts/constant"; +import crypto from "crypto"; const intensity_list = ["0", "1", "2", "3", "4", "5⁻", "5⁺", "6⁻", "6⁺", "7"]; const utils = { @@ -16,6 +19,25 @@ const utils = { }, now: () => Date.now() + 0, formatTwoDigits: (n: number) => (n < 10 ? "0" + n : n), + generateMD5: (input: string) => { + return crypto.createHash("md5").update(input).digest("hex"); + }, + region_code_to_string: (region: any, code: string) => { + for (const city of Object.keys(region)) + for (const town of Object.keys(region[city])) + if (region[city][town].code == code) + return { + city, + town, + lat: region[city][town].lat, + lon: region[city][town].lon, + }; + return null; + }, + region_string_to_code: (region: any, city: string, town: string) => { + if (region[city][town]) return region[city][town].code; + return null; + }, formatTime: (timestamp: string | number | Date) => { const date = new Date(timestamp); const year = date.getFullYear(); @@ -24,9 +46,172 @@ const utils = { const hours = date.getHours().toString().padStart(2, "0"); const minutes = date.getMinutes().toString().padStart(2, "0"); const seconds = date.getSeconds().toString().padStart(2, "0"); - return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; }, + findClosest: (arr: number[], target: number) => { + return arr.reduce((prev, curr) => + Math.abs(curr - target) < Math.abs(prev - target) ? curr : prev, + ); + }, + pow: (num: number) => { + return Math.pow(num, 2); + }, + eew_area_pga: (lat: number, lon: number, depth: number, mag: number) => { + const json: any = {}; + let eew_max_i = 0; + + for (const city of Object.keys(constant.REGION)) { + for (const town of Object.keys(constant.REGION[city])) { + const info = constant.REGION[city][town]; + const dist_surface = utils.distance(lat, lon)(info.lat, info.lon); + const dist = Math.sqrt(utils.pow(dist_surface) + utils.pow(depth)); + const pga = + 1.657 * Math.pow(Math.E, 1.533 * mag) * Math.pow(dist, -1.607); + let i = utils.pga_to_float(pga); + + if (i >= 4.5) { + i = utils.eew_area_pgv([lat, lon], [info.lat, info.lon], depth, mag); + } + + if (i > eew_max_i) { + eew_max_i = i; + } + + json[`${city} ${town}`] = { dist, i, lat: info.lat, lon: info.lon }; + } + } + + json.max_i = eew_max_i; + return json; + }, + // eew_location_info: (data: any) => { + // const dist_surface = distance(data.lat, data.lon)( + // TREM.user.lat, + // TREM.user.lon, + // ); + // const dist = Math.sqrt(pow(dist_surface) + pow(data.depth)); + // const pga = + // 1.657 * + // Math.pow(Math.E, 1.533 * data.scale) * + // Math.pow(dist, -1.607) * + // (storage.getItem("site") ?? 1.751); + // let i = pga_to_float(pga); + // if (i > 3) + // i = eew_i( + // [data.lat, data.lon], + // [TREM.user.lat, TREM.user.lon], + // data.depth, + // data.scale, + // ); + // return { dist, i }; + // }, + eew_area_pgv: ( + epicenterLocaltion: any, + pointLocaltion: any, + depth: number, + magW: number, + ) => { + const long = 10 ** (0.5 * magW - 1.85) / 2; + const epicenterDistance = utils.distance( + epicenterLocaltion[0], + epicenterLocaltion[1], + )(pointLocaltion[0], pointLocaltion[1]); + const hypocenterDistance = + (depth ** 2 + epicenterDistance ** 2) ** 0.5 - long; + const x = Math.max(hypocenterDistance, 3); + const gpv600 = + 10 ** + (0.58 * magW + + 0.0038 * depth - + 1.29 - + Math.log10(x + 0.0028 * 10 ** (0.5 * magW)) - + 0.002 * x); + const pgv400 = gpv600 * 1.31; + const pgv = pgv400 * 1.0; + return 2.68 + 1.72 * Math.log10(pgv); + }, + distance: (latA: number, lngA: number) => { + return (latB: number, lngB: number) => { + latA = (latA * Math.PI) / 180; + lngA = (lngA * Math.PI) / 180; + latB = (latB * Math.PI) / 180; + lngB = (lngB * Math.PI) / 180; + const sin_latA = Math.sin(Math.atan(Math.tan(latA))); + const sin_latB = Math.sin(Math.atan(Math.tan(latB))); + const cos_latA = Math.cos(Math.atan(Math.tan(latA))); + const cos_latB = Math.cos(Math.atan(Math.tan(latB))); + return ( + Math.acos( + sin_latA * sin_latB + cos_latA * cos_latB * Math.cos(lngA - lngB), + ) * 6371.008 + ); + }; + }, + pga_to_float: (pga: number) => { + return 2 * Math.log10(pga) + 0.7; + }, + pga_to_intensity: (pga: number) => { + return utils.intensity_float_to_int(utils.pga_to_float(pga)); + }, + intensity_float_to_int: (float: number) => { + return float < 0 + ? 0 + : float < 4.5 + ? Math.round(float) + : float < 5 + ? 5 + : float < 5.5 + ? 6 + : float < 6 + ? 7 + : float < 6.5 + ? 8 + : 9; + }, + int_to_color: (int: number) => { + const list = [ + "#202020", + "#003264", + "#0064C8", + "#1E9632", + "#FFC800", + "#FF9600", + "#FF6400", + "#FF0000", + "#C00000", + "#9600C8", + ]; + return list[int]; + }, + useTimeUpdate: () => { + const docTime = ref(""); + const docColor = ref(""); + const updateTime = () => { + const _now = utils.now(); + let colorClass = "text-white"; + if (variable.replay) { + docTime.value = utils.formatTime(variable.replay); + colorClass = "text-yellow-300"; + } else if (_now - variable.last_get_data_time > 5000) { + docTime.value = utils.formatTime(_now); + colorClass = "text-red-600"; + } else { + docTime.value = utils.formatTime(_now); + } + docColor.value = colorClass; + }; + onMounted(() => { + updateTime(); + const timer = setInterval(updateTime, 1000); + onUnmounted(() => { + clearInterval(timer); + }); + }); + return { + docTime, + docColor, + }; + }, }; export default utils; From ba1e8069d30718b9a324198b98e5365f1821689d Mon Sep 17 00:00:00 2001 From: Miyashooooo Date: Fri, 28 Jun 2024 01:25:37 +0800 Subject: [PATCH 2/2] fix: eew function --- app/resource/map/town.json | 371 +------------------------------------ app/src/css/index.css | 4 + app/src/pages/index.vue | 22 +-- app/src/ts/data.ts | 116 ++++++++++++ app/src/ts/eew.ts | 370 ++++++++++++++++++++++++------------ app/src/ts/rts.ts | 179 ++++++++++++++++++ app/src/ts/store.ts | 59 ++++++ app/src/ts/utils.ts | 24 ++- 8 files changed, 628 insertions(+), 517 deletions(-) create mode 100644 app/src/ts/data.ts diff --git a/app/resource/map/town.json b/app/resource/map/town.json index 0993ab82..381d1a0c 100644 --- a/app/resource/map/town.json +++ b/app/resource/map/town.json @@ -1,370 +1 @@ -{"type":"FeatureCollection", "features": [ -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.41,23.2135],[121.4097,23.2138],[121.4076,23.215],[121.4058,23.2185],[121.4012,23.2229],[121.4006,23.2213],[121.3977,23.2237],[121.3968,23.2217],[121.3931,23.222],[121.3864,23.2235],[121.3873,23.2252],[121.3823,23.2277],[121.3786,23.2263],[121.3758,23.2271],[121.3715,23.2265],[121.3684,23.2267],[121.3651,23.2293],[121.3613,23.229],[121.36,23.2301],[121.3578,23.2342],[121.3569,23.2372],[121.3534,23.2333],[121.3526,23.2302],[121.3545,23.2278],[121.3545,23.2253],[121.3559,23.2239],[121.3533,23.22],[121.3516,23.2202],[121.3501,23.218],[121.3466,23.2172],[121.3457,23.2134],[121.3469,23.2092],[121.3453,23.2083],[121.3438,23.2044],[121.3432,23.1985],[121.3422,23.1959],[121.3398,23.1939],[121.3376,23.1886],[121.338,23.1858],[121.3353,23.1813],[121.3349,23.1779],[121.3284,23.1793],[121.324,23.1787],[121.324,23.175],[121.3222,23.1732],[121.3219,23.1694],[121.3187,23.1683],[121.3174,23.1645],[121.322,23.1577],[121.3223,23.1551],[121.3238,23.1551],[121.3272,23.1521],[121.3244,23.149],[121.3244,23.1463],[121.3221,23.1396],[121.3204,23.1381],[121.3205,23.1361],[121.3222,23.1315],[121.3218,23.1276],[121.3229,23.1234],[121.3219,23.117],[121.3196,23.1136],[121.3158,23.1097],[121.3141,23.106],[121.3147,23.1],[121.317,23.0949],[121.3177,23.0896],[121.3162,23.0887],[121.3164,23.0862],[121.314,23.0822],[121.3156,23.0784],[121.3158,23.074],[121.3134,23.0703],[121.3131,23.0669],[121.3139,23.065],[121.3177,23.0635],[121.3186,23.0597],[121.3162,23.0531],[121.3169,23.0511],[121.3135,23.0485],[121.3137,23.0475],[121.3099,23.0436],[121.3125,23.0378],[121.3122,23.036],[121.3134,23.0316],[121.3116,23.0305],[121.3087,23.0273],[121.3083,23.0245],[121.3056,23.0232],[121.303,23.0196],[121.3024,23.0157],[121.3032,23.0131],[121.3026,23.0116],[121.3048,23.0092],[121.307,23.0011],[121.3039,22.9993],[121.2988,22.9952],[121.298,22.9909],[121.2967,22.9886],[121.297,22.9868],[121.3017,22.9915],[121.3084,22.9919],[121.3055,22.9878],[121.3034,22.9859],[121.2996,22.9841],[121.2988,22.9828],[121.3004,22.9785],[121.3046,22.976],[121.3111,22.9744],[121.3137,22.9768],[121.3165,22.9812],[121.3197,22.9879],[121.3238,22.9939],[121.3216,22.9971],[121.3216,23.0002],[121.3232,23.0048],[121.3264,23.0057],[121.3283,23.0092],[121.3287,23.0152],[121.3304,23.017],[121.3346,23.0183],[121.3372,23.0201],[121.3351,23.0219],[121.3366,23.0252],[121.3392,23.0259],[121.3382,23.0293],[121.3384,23.0328],[121.3416,23.0424],[121.3433,23.0436],[121.3441,23.0464],[121.3437,23.0483],[121.3459,23.0511],[121.3465,23.0589],[121.3481,23.0646],[121.3493,23.0667],[121.3542,23.0714],[121.3568,23.0744],[121.3551,23.0797],[121.358,23.0826],[121.3578,23.0854],[121.3595,23.0889],[121.3623,23.0927],[121.3661,23.0962],[121.3693,23.0959],[121.3751,23.0965],[121.3829,23.0955],[121.3847,23.0968],[121.3848,23.1001],[121.3876,23.1023],[121.3877,23.1051],[121.3921,23.1088],[121.3952,23.1134],[121.3975,23.1146],[121.401,23.1135],[121.4029,23.1138],[121.407,23.1159],[121.408,23.1177],[121.4125,23.1223],[121.4154,23.1234],[121.4185,23.1227],[121.4223,23.1247],[121.4242,23.1249],[121.4232,23.1277],[121.4209,23.1268],[121.4164,23.1268],[121.4137,23.1241],[121.4111,23.124],[121.4052,23.1263],[121.4029,23.1296],[121.3998,23.1351],[121.3999,23.1379],[121.401,23.142],[121.4011,23.146],[121.3993,23.1484],[121.4,23.1503],[121.4031,23.1513],[121.4053,23.155],[121.4076,23.1623],[121.4078,23.1668],[121.4068,23.1703],[121.4029,23.1718],[121.4027,23.1742],[121.4039,23.1765],[121.4036,23.1787],[121.4006,23.1814],[121.3987,23.1845],[121.3975,23.1929],[121.3961,23.1992],[121.397,23.2051],[121.3983,23.2082],[121.3997,23.2085],[121.4024,23.2119],[121.4048,23.2131],[121.4087,23.213],[121.4097,23.2138],[121.41,23.2135]]]},"properties":{"TOWNCODE":"10014020","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"成功鎮"},"id":"10014020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5766,22.4577],[120.573,22.4605],[120.5666,22.4603],[120.5611,22.4618],[120.553,22.4609],[120.5474,22.4608],[120.5447,22.4631],[120.5415,22.4631],[120.5395,22.4615],[120.5386,22.4588],[120.5352,22.4523],[120.5328,22.4495],[120.5273,22.4496],[120.5259,22.449],[120.5244,22.4449],[120.5272,22.4435],[120.5259,22.4409],[120.5251,22.4301],[120.5233,22.4273],[120.5201,22.4241],[120.5135,22.4191],[120.5124,22.4174],[120.5103,22.4119],[120.5158,22.4111],[120.5175,22.409],[120.5242,22.4053],[120.5402,22.3972],[120.5487,22.3974],[120.5516,22.3971],[120.5535,22.4009],[120.56,22.4012],[120.5637,22.3996],[120.5658,22.4017],[120.5656,22.4072],[120.5648,22.4092],[120.5674,22.4109],[120.5719,22.4125],[120.5762,22.4146],[120.5684,22.4267],[120.5669,22.4295],[120.5691,22.4335],[120.5691,22.4384],[120.5708,22.4409],[120.5701,22.4435],[120.5716,22.4485],[120.5729,22.4483],[120.5738,22.4531],[120.5766,22.4577]]]},"properties":{"TOWNCODE":"10013210","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"佳冬鄉"},"id":"10013210"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.299,23.7409],[120.299,23.7512],[120.3006,23.754],[120.2986,23.7552],[120.2972,23.7579],[120.2977,23.7599],[120.2933,23.7605],[120.2943,23.7637],[120.3068,23.7631],[120.3058,23.7701],[120.3059,23.7765],[120.3032,23.7785],[120.2973,23.7773],[120.2946,23.7802],[120.2961,23.7873],[120.2956,23.79],[120.2933,23.7925],[120.2938,23.7964],[120.297,23.8049],[120.3005,23.8046],[120.3019,23.8063],[120.3021,23.8219],[120.2564,23.8337],[120.2492,23.8375],[120.2447,23.8406],[120.2383,23.8459],[120.2324,23.8517],[120.224,23.8615],[120.2204,23.8662],[120.2192,23.8585],[120.2134,23.85],[120.2095,23.8489],[120.2061,23.8487],[120.2046,23.8477],[120.2045,23.8449],[120.2064,23.8441],[120.2084,23.8419],[120.2077,23.8372],[120.206,23.8343],[120.2001,23.8267],[120.1956,23.8231],[120.1917,23.8182],[120.1857,23.8162],[120.1825,23.8162],[120.1814,23.8104],[120.178,23.8091],[120.175,23.8058],[120.1704,23.8067],[120.1703,23.8057],[120.1757,23.8043],[120.1755,23.8031],[120.1649,23.7942],[120.1601,23.7867],[120.1568,23.7846],[120.1619,23.7799],[120.1629,23.7797],[120.1629,23.7725],[120.1692,23.7589],[120.1678,23.757],[120.1776,23.7565],[120.2012,23.7567],[120.2053,23.7606],[120.2085,23.762],[120.2124,23.7621],[120.2162,23.7631],[120.2201,23.7629],[120.2239,23.762],[120.2265,23.7587],[120.2293,23.7573],[120.2338,23.7563],[120.2394,23.751],[120.2407,23.7469],[120.2427,23.7444],[120.2443,23.7432],[120.2471,23.7383],[120.2511,23.7359],[120.2535,23.7362],[120.2596,23.7355],[120.2644,23.7336],[120.2723,23.734],[120.275,23.7353],[120.2785,23.7358],[120.2807,23.7375],[120.2816,23.7398],[120.2836,23.7413],[120.2895,23.7415],[120.299,23.7409]]]},"properties":{"TOWNCODE":"10009130","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"麥寮鄉"},"id":"10009130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4915,22.6775],[121.49,22.677],[121.4841,22.6771],[121.4801,22.6741],[121.4728,22.6749],[121.4697,22.6763],[121.4654,22.6751],[121.4643,22.6733],[121.4656,22.6701],[121.4685,22.6676],[121.4733,22.6608],[121.4753,22.6587],[121.4746,22.6544],[121.4748,22.6514],[121.4735,22.6465],[121.4776,22.6461],[121.4859,22.644],[121.4921,22.6391],[121.493,22.639],[121.4939,22.6345],[121.4952,22.6325],[121.4977,22.6318],[121.498,22.6341],[121.4997,22.6351],[121.5025,22.6341],[121.505,22.6357],[121.5046,22.6383],[121.5021,22.6414],[121.5021,22.6439],[121.4995,22.6459],[121.5022,22.6522],[121.5051,22.6515],[121.5059,22.6528],[121.5088,22.6538],[121.5069,22.6568],[121.5088,22.6602],[121.5091,22.6648],[121.5112,22.6697],[121.5097,22.6704],[121.5091,22.6728],[121.51,22.6771],[121.5071,22.6786],[121.5048,22.677],[121.4987,22.6758],[121.496,22.6765],[121.4935,22.6751],[121.4915,22.6775]]]},"properties":{"TOWNCODE":"10014110","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"綠島鄉"},"id":"10014110"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.6118,21.9429],[121.616,21.9445],[121.6164,21.9468],[121.6157,21.9501],[121.6162,21.9523],[121.6149,21.9549],[121.6129,21.955],[121.6101,21.9535],[121.6044,21.9524],[121.6035,21.9516],[121.6067,21.9467],[121.608,21.9428],[121.6118,21.9429]]],[[[121.5047,22.0848],[121.5022,22.084],[121.4993,22.0805],[121.4999,22.0793],[121.5032,22.0773],[121.5037,22.0759],[121.5087,22.0702],[121.51,22.0677],[121.5107,22.0633],[121.5088,22.0593],[121.5086,22.0569],[121.5108,22.0496],[121.5089,22.0477],[121.5152,22.0469],[121.5172,22.0458],[121.5175,22.044],[121.5217,22.039],[121.524,22.0392],[121.5274,22.0344],[121.5307,22.0316],[121.5336,22.0283],[121.5375,22.0249],[121.5422,22.0247],[121.5436,22.0257],[121.5489,22.0257],[121.553,22.0244],[121.5534,22.023],[121.5569,22.0217],[121.5623,22.0173],[121.5657,22.0133],[121.567,22.011],[121.5694,22.0088],[121.5698,22.004],[121.5764,22.0029],[121.581,22.0038],[121.5863,22.0001],[121.5908,22.0002],[121.5931,22.0018],[121.5979,22.0093],[121.5986,22.0119],[121.6021,22.0152],[121.6029,22.0185],[121.6021,22.0206],[121.5964,22.0253],[121.595,22.0254],[121.591,22.0278],[121.5883,22.0284],[121.5787,22.0324],[121.5762,22.0341],[121.568,22.0408],[121.5663,22.0435],[121.5651,22.0475],[121.5641,22.0487],[121.5637,22.0534],[121.5677,22.0581],[121.5721,22.0599],[121.5741,22.0614],[121.5709,22.0647],[121.5701,22.0701],[121.5678,22.0732],[121.5678,22.0755],[121.5701,22.0824],[121.568,22.084],[121.5654,22.084],[121.5606,22.0807],[121.5581,22.0805],[121.5545,22.0825],[121.5442,22.0826],[121.5371,22.0815],[121.5329,22.0817],[121.5303,22.0811],[121.5289,22.0796],[121.5256,22.0811],[121.5134,22.0804],[121.5085,22.0823],[121.5061,22.0847],[121.5047,22.0848]]]]},"properties":{"TOWNCODE":"10014160","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"蘭嶼鄉"},"id":"10014160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6248,23.8771],[120.6212,23.8777],[120.617,23.8795],[120.6123,23.8806],[120.6056,23.88],[120.6048,23.8811],[120.5981,23.8813],[120.5966,23.8832],[120.5929,23.8821],[120.5929,23.877],[120.589,23.8771],[120.5833,23.8765],[120.582,23.8771],[120.5793,23.8755],[120.5758,23.8774],[120.5748,23.8797],[120.576,23.8818],[120.5751,23.8844],[120.5743,23.89],[120.5754,23.8919],[120.5735,23.8943],[120.5681,23.8887],[120.5693,23.8849],[120.5662,23.8862],[120.56,23.886],[120.5605,23.8824],[120.5578,23.8811],[120.5571,23.8768],[120.5557,23.875],[120.552,23.8762],[120.5517,23.8732],[120.555,23.8699],[120.5547,23.8649],[120.5562,23.8646],[120.5617,23.8606],[120.563,23.8579],[120.572,23.8513],[120.5714,23.8496],[120.5684,23.8465],[120.5663,23.8474],[120.5613,23.8482],[120.559,23.8474],[120.5628,23.8433],[120.5723,23.833],[120.5733,23.8344],[120.5807,23.8261],[120.5831,23.8281],[120.5876,23.8233],[120.5916,23.8202],[120.5964,23.8193],[120.6019,23.8206],[120.6028,23.8199],[120.6031,23.8219],[120.6002,23.826],[120.6001,23.83],[120.5981,23.8309],[120.5983,23.8349],[120.5961,23.8374],[120.5983,23.8381],[120.6014,23.8372],[120.6028,23.8381],[120.605,23.8351],[120.6156,23.8406],[120.6189,23.8417],[120.6183,23.8431],[120.6233,23.8481],[120.6237,23.8503],[120.6259,23.852],[120.6274,23.8569],[120.6234,23.86],[120.6234,23.8622],[120.6201,23.8653],[120.6215,23.8698],[120.6234,23.8694],[120.6258,23.8736],[120.6248,23.8771]]]},"properties":{"TOWNCODE":"10007120","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"田中鎮"},"id":"10007120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5681,23.8887],[120.5735,23.8943],[120.5754,23.8919],[120.5743,23.89],[120.5751,23.8844],[120.576,23.8818],[120.5748,23.8797],[120.5758,23.8774],[120.5793,23.8755],[120.582,23.8771],[120.5833,23.8765],[120.589,23.8771],[120.5929,23.877],[120.5929,23.8821],[120.5966,23.8832],[120.5981,23.8813],[120.6048,23.8811],[120.6056,23.88],[120.6123,23.8806],[120.617,23.8795],[120.6212,23.8777],[120.6248,23.8771],[120.6267,23.8794],[120.6275,23.8836],[120.6296,23.8846],[120.6294,23.8891],[120.6322,23.8902],[120.6341,23.8919],[120.6343,23.8951],[120.6331,23.8956],[120.6351,23.8986],[120.6347,23.9008],[120.6322,23.9053],[120.6342,23.9078],[120.6323,23.9107],[120.6344,23.9141],[120.6339,23.919],[120.6366,23.92],[120.6373,23.9246],[120.6342,23.9266],[120.633,23.9282],[120.6293,23.9296],[120.6284,23.9314],[120.6285,23.9314],[120.6284,23.9314],[120.6243,23.9308],[120.6217,23.9314],[120.6155,23.934],[120.6097,23.9347],[120.607,23.9338],[120.602,23.9356],[120.5983,23.9339],[120.5928,23.9331],[120.5934,23.9306],[120.5923,23.928],[120.5897,23.9249],[120.5815,23.9233],[120.5792,23.9269],[120.5767,23.9361],[120.5754,23.9333],[120.5736,23.9287],[120.5712,23.9271],[120.5763,23.9233],[120.5753,23.9224],[120.5769,23.9169],[120.5771,23.9145],[120.5707,23.9143],[120.5663,23.912],[120.569,23.9048],[120.5645,23.9033],[120.5661,23.8939],[120.5681,23.8887]]]},"properties":{"TOWNCODE":"10007170","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"社頭鄉"},"id":"10007170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.508,22.6207],[120.5068,22.6161],[120.51,22.6122],[120.5134,22.6068],[120.5183,22.6029],[120.5186,22.601],[120.5228,22.5971],[120.523,22.5947],[120.5178,22.5885],[120.5148,22.5827],[120.511,22.5816],[120.5075,22.5776],[120.506,22.5738],[120.4995,22.5727],[120.4966,22.5714],[120.4946,22.5692],[120.4959,22.5654],[120.4946,22.5642],[120.4977,22.5627],[120.4969,22.5612],[120.4994,22.559],[120.504,22.5582],[120.5041,22.554],[120.5057,22.5514],[120.5059,22.5478],[120.503,22.5468],[120.5023,22.5446],[120.5042,22.5427],[120.5081,22.5448],[120.5086,22.5467],[120.5102,22.5499],[120.5091,22.5547],[120.512,22.5578],[120.516,22.5572],[120.5159,22.5537],[120.5184,22.5523],[120.5201,22.5537],[120.5187,22.5575],[120.5204,22.559],[120.525,22.5611],[120.5273,22.5627],[120.5297,22.5658],[120.5331,22.564],[120.5381,22.5634],[120.5397,22.5644],[120.5451,22.5695],[120.5472,22.5708],[120.5518,22.5724],[120.5543,22.5739],[120.5568,22.5809],[120.5559,22.5835],[120.5576,22.5885],[120.5566,22.5908],[120.5535,22.5945],[120.5545,22.5988],[120.5531,22.6008],[120.5526,22.6065],[120.5365,22.6022],[120.5356,22.6042],[120.5364,22.6154],[120.5378,22.618],[120.5364,22.6222],[120.5383,22.6279],[120.5381,22.6356],[120.5392,22.6371],[120.5365,22.64],[120.535,22.6416],[120.5311,22.6373],[120.53,22.6351],[120.5282,22.6342],[120.5284,22.6324],[120.5264,22.6286],[120.5246,22.6273],[120.5198,22.6262],[120.5163,22.6233],[120.508,22.6207]]]},"properties":{"TOWNCODE":"10013140","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"竹田鄉"},"id":"10013140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5042,22.5427],[120.5023,22.5446],[120.503,22.5468],[120.5059,22.5478],[120.5057,22.5514],[120.5041,22.554],[120.504,22.5582],[120.4994,22.559],[120.4969,22.5612],[120.4977,22.5627],[120.4946,22.5642],[120.4959,22.5654],[120.4946,22.5692],[120.4966,22.5714],[120.4995,22.5727],[120.506,22.5738],[120.5075,22.5776],[120.511,22.5816],[120.5148,22.5827],[120.5178,22.5885],[120.523,22.5947],[120.5228,22.5971],[120.5186,22.601],[120.5183,22.6029],[120.5134,22.6068],[120.51,22.6122],[120.5068,22.6161],[120.508,22.6207],[120.5082,22.6235],[120.5063,22.6249],[120.5055,22.6213],[120.5031,22.6191],[120.5009,22.6189],[120.493,22.6193],[120.4925,22.6232],[120.4884,22.6223],[120.4843,22.6202],[120.4807,22.6207],[120.4811,22.6226],[120.4803,22.6268],[120.4803,22.6303],[120.4745,22.6296],[120.4726,22.6288],[120.4714,22.6262],[120.4657,22.6272],[120.4599,22.629],[120.4589,22.6301],[120.4561,22.6293],[120.4484,22.6287],[120.4462,22.6292],[120.4382,22.6286],[120.4353,22.6288],[120.4335,22.6235],[120.4336,22.6182],[120.4346,22.6134],[120.4374,22.6075],[120.439,22.6058],[120.4427,22.6034],[120.4455,22.5996],[120.4468,22.5934],[120.4471,22.587],[120.446,22.5815],[120.4442,22.569],[120.4426,22.5618],[120.4407,22.5576],[120.449,22.5575],[120.4537,22.558],[120.458,22.5596],[120.4632,22.5593],[120.4655,22.5601],[120.4712,22.5604],[120.4698,22.558],[120.478,22.5608],[120.4777,22.5563],[120.4812,22.5559],[120.4789,22.54],[120.4795,22.5366],[120.473,22.536],[120.4743,22.5311],[120.4756,22.5317],[120.4759,22.5347],[120.4783,22.5348],[120.4782,22.531],[120.4844,22.5267],[120.4861,22.525],[120.4884,22.5277],[120.491,22.5287],[120.4923,22.5305],[120.4923,22.5327],[120.4949,22.535],[120.497,22.5395],[120.4995,22.5385],[120.5029,22.54],[120.5042,22.5427]]]},"properties":{"TOWNCODE":"10013050","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"萬丹鄉"},"id":"10013050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9746,24.5833],[120.9778,24.5888],[120.9782,24.5942],[120.9799,24.5963],[120.9814,24.6014],[120.9834,24.6041],[120.9839,24.6062],[120.9831,24.6123],[120.9814,24.6141],[120.9801,24.6175],[120.9814,24.6181],[120.9794,24.6208],[120.9758,24.6187],[120.9729,24.6215],[120.9688,24.6232],[120.9645,24.6214],[120.9639,24.6191],[120.9609,24.6168],[120.957,24.6175],[120.9587,24.6192],[120.9578,24.6234],[120.9593,24.6256],[120.9587,24.6291],[120.9562,24.6296],[120.955,24.6314],[120.9565,24.6338],[120.9563,24.6376],[120.9524,24.6391],[120.9508,24.6415],[120.9495,24.6464],[120.9548,24.6465],[120.9599,24.6431],[120.9628,24.6419],[120.9649,24.642],[120.9706,24.6405],[120.9722,24.6394],[120.9813,24.6384],[120.9829,24.6388],[120.9864,24.6378],[120.9887,24.6411],[120.991,24.6421],[120.9947,24.6404],[120.9965,24.6403],[120.998,24.6421],[121.0013,24.6428],[121.0051,24.6416],[121.0066,24.6443],[121.0082,24.6444],[121.0089,24.6471],[121.0082,24.65],[121.0107,24.6523],[121.0103,24.6562],[121.0058,24.6553],[121.0035,24.6563],[121.0002,24.6547],[120.997,24.6547],[120.9949,24.6595],[120.9917,24.6595],[120.9891,24.663],[120.9871,24.6635],[120.9851,24.6669],[120.9832,24.6672],[120.9832,24.6698],[120.9798,24.6735],[120.977,24.6736],[120.9747,24.674],[120.9717,24.673],[120.9649,24.6763],[120.9619,24.6782],[120.9586,24.6794],[120.9556,24.6779],[120.9505,24.6789],[120.9491,24.675],[120.9465,24.6719],[120.9433,24.6711],[120.945,24.6687],[120.9447,24.6659],[120.9426,24.6651],[120.941,24.6615],[120.941,24.6588],[120.9398,24.6575],[120.9356,24.6576],[120.9345,24.66],[120.9308,24.661],[120.9289,24.6628],[120.9216,24.6627],[120.92,24.6613],[120.9199,24.6579],[120.9166,24.6561],[120.9142,24.6561],[120.9106,24.6537],[120.9124,24.6503],[120.9116,24.6461],[120.9135,24.6441],[120.9128,24.6418],[120.9094,24.6411],[120.9088,24.6376],[120.9062,24.637],[120.9042,24.6356],[120.9039,24.6317],[120.8992,24.6289],[120.8988,24.6272],[120.8966,24.6254],[120.9009,24.6248],[120.9017,24.6257],[120.9071,24.6261],[120.9108,24.6285],[120.9115,24.6263],[120.9146,24.6242],[120.9141,24.6221],[120.9159,24.6198],[120.9115,24.6178],[120.9145,24.6124],[120.917,24.6111],[120.9146,24.6084],[120.9144,24.6071],[120.9178,24.6065],[120.9155,24.6031],[120.9198,24.6018],[120.9216,24.6036],[120.925,24.6037],[120.929,24.608],[120.9354,24.608],[120.9384,24.6062],[120.9417,24.6058],[120.9451,24.6071],[120.9489,24.6053],[120.9491,24.6012],[120.952,24.6007],[120.956,24.5985],[120.9592,24.5944],[120.9659,24.5893],[120.9667,24.5868],[120.9686,24.5863],[120.9746,24.5833]]]},"properties":{"TOWNCODE":"10005160","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"三灣鄉"},"id":"10005160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.977,24.6736],[120.9798,24.6735],[120.9832,24.6698],[120.9832,24.6672],[120.9851,24.6669],[120.9871,24.6635],[120.9891,24.663],[120.9917,24.6595],[120.9949,24.6595],[120.997,24.6547],[121.0002,24.6547],[121.0035,24.6563],[121.0058,24.6553],[121.0103,24.6562],[121.0107,24.6523],[121.0082,24.65],[121.0089,24.6471],[121.0082,24.6444],[121.0101,24.644],[121.0141,24.6409],[121.0189,24.6408],[121.0237,24.6418],[121.026,24.6399],[121.0252,24.6377],[121.0262,24.6356],[121.0293,24.6329],[121.0335,24.6321],[121.0373,24.6296],[121.0393,24.6294],[121.0405,24.627],[121.0431,24.6273],[121.0457,24.6299],[121.0469,24.6336],[121.0488,24.6349],[121.0491,24.6408],[121.0469,24.6432],[121.0417,24.6448],[121.0402,24.6459],[121.0388,24.649],[121.0394,24.6514],[121.0409,24.6524],[121.0443,24.6615],[121.0447,24.6638],[121.0464,24.667],[121.0453,24.6688],[121.0436,24.6682],[121.0412,24.6689],[121.0389,24.6674],[121.036,24.6695],[121.0347,24.6718],[121.0368,24.6736],[121.0379,24.6776],[121.0383,24.6832],[121.0364,24.6854],[121.0341,24.6858],[121.0361,24.6903],[121.0387,24.6902],[121.0394,24.694],[121.0369,24.6958],[121.0371,24.6975],[121.0393,24.6992],[121.0407,24.7043],[121.0384,24.7072],[121.037,24.7107],[121.0295,24.7084],[121.0283,24.7075],[121.0247,24.7106],[121.0216,24.7104],[121.0182,24.7111],[121.015,24.7079],[121.0128,24.7068],[121.0099,24.7081],[121.0095,24.711],[121.0066,24.7104],[121.0059,24.712],[121.0025,24.7146],[120.9987,24.7147],[120.9947,24.7155],[120.9934,24.7176],[120.9905,24.7162],[120.987,24.7133],[120.9872,24.712],[120.9847,24.7109],[120.9812,24.7141],[120.9769,24.7143],[120.9762,24.7127],[120.9738,24.7119],[120.9758,24.7093],[120.9767,24.7065],[120.9758,24.7049],[120.9724,24.7042],[120.9741,24.6994],[120.97,24.6939],[120.9663,24.6911],[120.9652,24.688],[120.9668,24.6862],[120.9654,24.6841],[120.97,24.6845],[120.9727,24.6859],[120.9754,24.6847],[120.9775,24.6782],[120.9765,24.6763],[120.977,24.6736]]]},"properties":{"TOWNCODE":"10004110","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"峨眉鄉"},"id":"10004110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0082,24.6444],[121.0066,24.6443],[121.0051,24.6416],[121.0013,24.6428],[120.998,24.6421],[120.9965,24.6403],[120.9947,24.6404],[120.991,24.6421],[120.9887,24.6411],[120.9864,24.6378],[120.9829,24.6388],[120.9813,24.6384],[120.9722,24.6394],[120.9706,24.6405],[120.9649,24.642],[120.9628,24.6419],[120.9599,24.6431],[120.9548,24.6465],[120.9495,24.6464],[120.9508,24.6415],[120.9524,24.6391],[120.9563,24.6376],[120.9565,24.6338],[120.955,24.6314],[120.9562,24.6296],[120.9587,24.6291],[120.9593,24.6256],[120.9578,24.6234],[120.9587,24.6192],[120.957,24.6175],[120.9609,24.6168],[120.9639,24.6191],[120.9645,24.6214],[120.9688,24.6232],[120.9729,24.6215],[120.9758,24.6187],[120.9794,24.6208],[120.9814,24.6181],[120.9801,24.6175],[120.9814,24.6141],[120.9831,24.6123],[120.9839,24.6062],[120.9834,24.6041],[120.9814,24.6014],[120.9799,24.5963],[120.9782,24.5942],[120.9778,24.5888],[120.9746,24.5833],[120.972,24.5776],[120.9706,24.5765],[120.9697,24.5727],[120.9701,24.569],[120.9667,24.5653],[120.965,24.5623],[120.9627,24.5606],[120.9625,24.559],[120.9603,24.5567],[120.9594,24.5534],[120.9563,24.5514],[120.9559,24.5446],[120.9537,24.5419],[120.9555,24.5399],[120.9539,24.5366],[120.9533,24.5334],[120.9518,24.5309],[120.949,24.5287],[120.9516,24.5266],[120.9512,24.5246],[120.9544,24.5233],[120.9543,24.5189],[120.9533,24.5175],[120.9554,24.5161],[120.9576,24.5127],[120.9588,24.5127],[120.9656,24.5066],[120.9711,24.505],[120.9729,24.5039],[120.9784,24.502],[120.9882,24.5024],[120.991,24.501],[120.9962,24.502],[120.9986,24.5017],[121.0022,24.5057],[121.0063,24.5087],[121.0097,24.5103],[121.0123,24.5108],[121.0157,24.5096],[121.0209,24.5065],[121.0214,24.5025],[121.0234,24.5021],[121.026,24.4987],[121.0259,24.4941],[121.027,24.4926],[121.0302,24.4928],[121.0324,24.4918],[121.0358,24.4933],[121.0391,24.4935],[121.0402,24.4949],[121.0458,24.4951],[121.0474,24.4965],[121.0513,24.4974],[121.0538,24.4965],[121.0573,24.498],[121.0589,24.5001],[121.0612,24.4971],[121.0649,24.4964],[121.0665,24.4951],[121.0697,24.4966],[121.0719,24.4984],[121.0721,24.5034],[121.0703,24.5061],[121.0682,24.5068],[121.0693,24.5089],[121.0685,24.5124],[121.0685,24.5166],[121.0667,24.5206],[121.067,24.523],[121.072,24.5263],[121.0774,24.5282],[121.0784,24.529],[121.0787,24.5325],[121.0778,24.5342],[121.0801,24.5378],[121.0806,24.5409],[121.076,24.544],[121.0735,24.5494],[121.0702,24.5504],[121.0623,24.5561],[121.0582,24.5579],[121.0584,24.5606],[121.0617,24.5597],[121.0628,24.5575],[121.0682,24.5623],[121.0703,24.5631],[121.0715,24.5661],[121.0727,24.5728],[121.0745,24.5759],[121.0755,24.581],[121.079,24.5842],[121.0796,24.5882],[121.0831,24.5899],[121.0813,24.6006],[121.0757,24.6036],[121.0753,24.6064],[121.0761,24.6085],[121.0743,24.6129],[121.0715,24.614],[121.068,24.6149],[121.0661,24.618],[121.0615,24.6218],[121.0586,24.6201],[121.0532,24.6154],[121.0517,24.6174],[121.0495,24.6185],[121.0464,24.6223],[121.0431,24.6273],[121.0405,24.627],[121.0393,24.6294],[121.0373,24.6296],[121.0335,24.6321],[121.0293,24.6329],[121.0262,24.6356],[121.0252,24.6377],[121.026,24.6399],[121.0237,24.6418],[121.0189,24.6408],[121.0141,24.6409],[121.0101,24.644],[121.0082,24.6444]]]},"properties":{"TOWNCODE":"10005110","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"南庄鄉"},"id":"10005110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3888,23.5161],[120.3858,23.5166],[120.3846,23.5154],[120.3801,23.5146],[120.3787,23.5105],[120.378,23.5054],[120.3756,23.5036],[120.3732,23.5033],[120.3712,23.502],[120.3687,23.5031],[120.368,23.5095],[120.3642,23.514],[120.3607,23.5124],[120.3595,23.5134],[120.3563,23.5125],[120.3561,23.5106],[120.3527,23.5096],[120.3516,23.5053],[120.3491,23.505],[120.3456,23.5058],[120.3419,23.5058],[120.3356,23.5076],[120.3323,23.5081],[120.3284,23.5061],[120.3259,23.5058],[120.3226,23.5027],[120.3219,23.5006],[120.3202,23.4999],[120.3137,23.5004],[120.3138,23.4978],[120.3158,23.4962],[120.3201,23.4951],[120.3207,23.4934],[120.3146,23.4888],[120.3157,23.4861],[120.3149,23.4832],[120.308,23.4756],[120.3036,23.4789],[120.2901,23.4781],[120.2902,23.4726],[120.2895,23.4677],[120.2946,23.4668],[120.2895,23.4525],[120.2923,23.4484],[120.2912,23.4457],[120.2914,23.4426],[120.2902,23.4411],[120.2915,23.4394],[120.2925,23.4346],[120.3029,23.4364],[120.3078,23.4365],[120.3091,23.4376],[120.3135,23.4381],[120.3143,23.4372],[120.318,23.4374],[120.3204,23.4367],[120.3234,23.4347],[120.3267,23.435],[120.3281,23.4338],[120.3314,23.433],[120.3351,23.4293],[120.3387,23.4303],[120.3425,23.4289],[120.3449,23.4302],[120.351,23.4314],[120.3535,23.4303],[120.356,23.4345],[120.3536,23.4353],[120.3548,23.4421],[120.3517,23.444],[120.3539,23.4494],[120.35,23.4507],[120.3511,23.4524],[120.3582,23.4548],[120.3562,23.4566],[120.3555,23.4588],[120.362,23.4613],[120.3608,23.4634],[120.367,23.4619],[120.3694,23.4633],[120.3744,23.4621],[120.379,23.4647],[120.3801,23.4629],[120.3801,23.4586],[120.3845,23.4586],[120.3844,23.4613],[120.3883,23.4616],[120.3897,23.4625],[120.3942,23.4625],[120.3942,23.4664],[120.3966,23.4677],[120.3979,23.4703],[120.3993,23.4711],[120.3986,23.4733],[120.3988,23.478],[120.3969,23.4804],[120.3944,23.4808],[120.3934,23.4824],[120.3939,23.489],[120.3947,23.4907],[120.3898,23.4915],[120.3892,23.4939],[120.3893,23.4986],[120.3913,23.5002],[120.3944,23.5008],[120.3993,23.4988],[120.401,23.5019],[120.4038,23.5037],[120.4057,23.5037],[120.4088,23.5066],[120.4088,23.5088],[120.4066,23.5109],[120.4041,23.5111],[120.3929,23.5066],[120.389,23.5071],[120.3879,23.5091],[120.3881,23.5148],[120.3888,23.5161]]]},"properties":{"TOWNCODE":"10010010","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"太保市"},"id":"10010010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4952,23.4529],[120.4896,23.4522],[120.4846,23.4563],[120.4819,23.4578],[120.4808,23.4599],[120.4768,23.462],[120.4687,23.4616],[120.465,23.4584],[120.4643,23.4555],[120.4609,23.4553],[120.459,23.4542],[120.4554,23.4503],[120.453,23.445],[120.4496,23.4434],[120.4476,23.4436],[120.4416,23.4401],[120.4396,23.4396],[120.4384,23.4364],[120.4399,23.4321],[120.442,23.4318],[120.4438,23.4343],[120.4466,23.4324],[120.4465,23.43],[120.4522,23.4286],[120.454,23.4273],[120.4575,23.4272],[120.4617,23.4289],[120.4633,23.4309],[120.4644,23.4344],[120.4686,23.4375],[120.4692,23.4393],[120.4732,23.4422],[120.4774,23.4419],[120.4805,23.4403],[120.4858,23.439],[120.4879,23.4377],[120.4933,23.4325],[120.4939,23.4294],[120.493,23.4265],[120.4891,23.4263],[120.4861,23.4245],[120.4834,23.4239],[120.4825,23.4215],[120.4792,23.4215],[120.4781,23.417],[120.4817,23.4127],[120.4812,23.411],[120.4834,23.4067],[120.485,23.4086],[120.4878,23.4087],[120.4902,23.4061],[120.4927,23.4057],[120.4939,23.4038],[120.4987,23.4042],[120.4973,23.4014],[120.4983,23.3995],[120.4975,23.3943],[120.4951,23.3932],[120.4976,23.391],[120.4972,23.3892],[120.4992,23.3879],[120.4972,23.3845],[120.4933,23.3838],[120.4914,23.3826],[120.4854,23.3803],[120.4836,23.3775],[120.4829,23.3723],[120.4839,23.3696],[120.4861,23.3702],[120.4884,23.3731],[120.4914,23.3725],[120.4943,23.3695],[120.4961,23.37],[120.4995,23.368],[120.5018,23.3678],[120.5026,23.3695],[120.5046,23.369],[120.5082,23.3649],[120.5105,23.3644],[120.5112,23.3605],[120.5124,23.36],[120.5122,23.3554],[120.5081,23.3528],[120.5057,23.3554],[120.5047,23.3547],[120.5036,23.3512],[120.5047,23.3493],[120.5044,23.3467],[120.5077,23.343],[120.5104,23.3441],[120.5155,23.3438],[120.517,23.3425],[120.5208,23.3419],[120.5231,23.3407],[120.5245,23.3383],[120.5267,23.3394],[120.5337,23.3365],[120.5345,23.3378],[120.5383,23.338],[120.5412,23.3399],[120.5472,23.3398],[120.5487,23.3423],[120.5557,23.3458],[120.5587,23.3498],[120.5592,23.3518],[120.562,23.3541],[120.5658,23.3547],[120.5678,23.3559],[120.573,23.3608],[120.5748,23.3633],[120.5769,23.3619],[120.5794,23.3623],[120.5849,23.3615],[120.5871,23.3618],[120.5903,23.3674],[120.5978,23.3707],[120.5988,23.3728],[120.598,23.3764],[120.598,23.381],[120.6013,23.3855],[120.6037,23.3914],[120.6049,23.3957],[120.6019,23.3973],[120.601,23.4025],[120.6025,23.4031],[120.6027,23.406],[120.6042,23.4105],[120.6012,23.4146],[120.6031,23.4166],[120.6026,23.4215],[120.6013,23.4245],[120.5985,23.4274],[120.5948,23.4295],[120.5939,23.4332],[120.5944,23.4359],[120.5929,23.4386],[120.5885,23.4419],[120.586,23.4411],[120.5841,23.4419],[120.5812,23.4445],[120.578,23.4441],[120.5755,23.4448],[120.567,23.4502],[120.5597,23.4502],[120.5583,23.4494],[120.5558,23.4507],[120.549,23.4525],[120.5431,23.4533],[120.5367,23.4527],[120.5326,23.4527],[120.5271,23.4512],[120.5238,23.4515],[120.5188,23.4496],[120.515,23.4498],[120.5078,23.4528],[120.4969,23.4526],[120.4953,23.4529],[120.4952,23.4529]]]},"properties":{"TOWNCODE":"10010130","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"中埔鄉"},"id":"10010130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6741,23.4499],[120.672,23.4497],[120.6644,23.4512],[120.6613,23.4509],[120.6593,23.4521],[120.6541,23.4528],[120.6501,23.4559],[120.6474,23.4589],[120.6462,23.4626],[120.6486,23.4657],[120.6439,23.4681],[120.6416,23.47],[120.642,23.4741],[120.6408,23.4773],[120.6393,23.4783],[120.6381,23.4818],[120.6387,23.4835],[120.6377,23.4875],[120.6393,23.4901],[120.6427,23.4917],[120.6422,23.4938],[120.6401,23.4948],[120.6346,23.4948],[120.6328,23.4971],[120.6291,23.4977],[120.6282,23.4924],[120.6208,23.4914],[120.6186,23.4876],[120.6197,23.4846],[120.6171,23.4822],[120.6156,23.4791],[120.6122,23.4777],[120.6117,23.4721],[120.6096,23.4659],[120.608,23.4652],[120.6062,23.4674],[120.6039,23.4681],[120.6002,23.4666],[120.5983,23.4649],[120.5933,23.4658],[120.5914,23.465],[120.5893,23.4623],[120.5832,23.4615],[120.5772,23.4627],[120.576,23.464],[120.5736,23.4635],[120.5717,23.4652],[120.572,23.4668],[120.57,23.4693],[120.5658,23.4712],[120.5636,23.4714],[120.5622,23.4682],[120.5596,23.4666],[120.5524,23.4714],[120.5483,23.4707],[120.5466,23.4729],[120.5442,23.4742],[120.543,23.4778],[120.5444,23.4788],[120.5436,23.4808],[120.5459,23.4812],[120.5431,23.4848],[120.5416,23.4844],[120.5392,23.4862],[120.5398,23.4889],[120.5368,23.4893],[120.5347,23.4886],[120.5328,23.4858],[120.5329,23.4798],[120.5301,23.4789],[120.5258,23.4814],[120.525,23.4803],[120.5153,23.4814],[120.5123,23.4843],[120.5111,23.4834],[120.5078,23.483],[120.5051,23.4864],[120.5029,23.4875],[120.5013,23.4898],[120.5019,23.4863],[120.5037,23.4852],[120.5018,23.4809],[120.5041,23.481],[120.5051,23.4788],[120.509,23.4752],[120.5092,23.4721],[120.5072,23.4718],[120.5049,23.4696],[120.5037,23.4672],[120.4998,23.4655],[120.5007,23.461],[120.497,23.4567],[120.4971,23.4554],[120.4953,23.4529],[120.4952,23.4529],[120.4953,23.4529],[120.4969,23.4526],[120.5078,23.4528],[120.515,23.4498],[120.5188,23.4496],[120.5238,23.4515],[120.5271,23.4512],[120.5326,23.4527],[120.5367,23.4527],[120.5431,23.4533],[120.549,23.4525],[120.5558,23.4507],[120.5583,23.4494],[120.5597,23.4502],[120.567,23.4502],[120.5755,23.4448],[120.578,23.4441],[120.5812,23.4445],[120.5841,23.4419],[120.586,23.4411],[120.5885,23.4419],[120.5929,23.4386],[120.5944,23.4359],[120.5939,23.4332],[120.5948,23.4295],[120.5985,23.4274],[120.6013,23.4245],[120.6026,23.4215],[120.6031,23.4166],[120.6012,23.4146],[120.6042,23.4105],[120.6027,23.406],[120.6025,23.4031],[120.601,23.4025],[120.6019,23.3973],[120.6049,23.3957],[120.6037,23.3914],[120.6013,23.3855],[120.598,23.381],[120.598,23.3764],[120.5988,23.3728],[120.5978,23.3707],[120.5903,23.3674],[120.5871,23.3618],[120.5879,23.3601],[120.5901,23.3585],[120.5903,23.3555],[120.5953,23.3495],[120.5983,23.347],[120.6044,23.3478],[120.6073,23.3467],[120.608,23.3442],[120.6128,23.3428],[120.6183,23.3426],[120.6205,23.3401],[120.626,23.3418],[120.629,23.3419],[120.6323,23.3412],[120.6339,23.3418],[120.6369,23.3461],[120.6349,23.3504],[120.6349,23.353],[120.6392,23.3575],[120.6391,23.3587],[120.6411,23.361],[120.6419,23.3649],[120.6439,23.3666],[120.6463,23.3671],[120.6457,23.3708],[120.6442,23.3744],[120.6419,23.3767],[120.6425,23.378],[120.6432,23.3846],[120.6421,23.3879],[120.6438,23.3904],[120.6465,23.3915],[120.6478,23.3943],[120.6466,23.4002],[120.6475,23.4014],[120.6499,23.4014],[120.6538,23.3995],[120.6554,23.4013],[120.6546,23.4054],[120.6524,23.4077],[120.6524,23.4107],[120.6557,23.4102],[120.6586,23.4088],[120.6604,23.4099],[120.6622,23.4136],[120.6629,23.4205],[120.6667,23.4232],[120.6699,23.4289],[120.6737,23.4328],[120.6744,23.4363],[120.676,23.4373],[120.6826,23.4389],[120.6793,23.4442],[120.6741,23.4499]]]},"properties":{"TOWNCODE":"10010160","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"番路鄉"},"id":"10010160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4396,23.4396],[120.4359,23.4442],[120.438,23.4447],[120.4351,23.4489],[120.4301,23.4525],[120.4293,23.461],[120.426,23.4607],[120.4239,23.4614],[120.4152,23.4603],[120.4133,23.4619],[120.4118,23.4647],[120.4081,23.4644],[120.4051,23.4634],[120.4016,23.4634],[120.3942,23.4625],[120.3897,23.4625],[120.3883,23.4616],[120.3844,23.4613],[120.3845,23.4586],[120.3801,23.4586],[120.3801,23.4629],[120.379,23.4647],[120.3744,23.4621],[120.3694,23.4633],[120.367,23.4619],[120.3608,23.4634],[120.362,23.4613],[120.3555,23.4588],[120.3562,23.4566],[120.3582,23.4548],[120.3511,23.4524],[120.35,23.4507],[120.3539,23.4494],[120.3517,23.444],[120.3548,23.4421],[120.3536,23.4353],[120.356,23.4345],[120.3581,23.4338],[120.356,23.4287],[120.3563,23.4231],[120.3581,23.4193],[120.3547,23.4183],[120.3526,23.4144],[120.3526,23.4121],[120.3574,23.4084],[120.3558,23.4017],[120.3598,23.4027],[120.3719,23.4033],[120.381,23.4034],[120.3869,23.4048],[120.3964,23.4073],[120.4042,23.41],[120.4061,23.411],[120.4081,23.4134],[120.4107,23.4101],[120.414,23.4112],[120.4158,23.4108],[120.4178,23.4088],[120.4197,23.4036],[120.4219,23.407],[120.4304,23.4065],[120.4317,23.4079],[120.4321,23.4107],[120.4346,23.4113],[120.4381,23.4134],[120.4412,23.4131],[120.4445,23.411],[120.4518,23.4083],[120.4538,23.4063],[120.4555,23.4067],[120.4592,23.4046],[120.4609,23.4046],[120.4622,23.4021],[120.4651,23.4007],[120.4675,23.4011],[120.4695,23.3994],[120.474,23.3974],[120.4762,23.3937],[120.4756,23.3908],[120.4775,23.3907],[120.4794,23.3876],[120.4834,23.3901],[120.4852,23.3927],[120.4868,23.3924],[120.4895,23.3941],[120.4902,23.3956],[120.4946,23.3945],[120.4951,23.3932],[120.4975,23.3943],[120.4983,23.3995],[120.4973,23.4014],[120.4987,23.4042],[120.4939,23.4038],[120.4927,23.4057],[120.4902,23.4061],[120.4878,23.4087],[120.485,23.4086],[120.4834,23.4067],[120.4812,23.411],[120.4817,23.4127],[120.4781,23.417],[120.4792,23.4215],[120.4825,23.4215],[120.4834,23.4239],[120.4861,23.4245],[120.4891,23.4263],[120.493,23.4265],[120.4939,23.4294],[120.4933,23.4325],[120.4879,23.4377],[120.4858,23.439],[120.4805,23.4403],[120.4774,23.4419],[120.4732,23.4422],[120.4692,23.4393],[120.4686,23.4375],[120.4644,23.4344],[120.4633,23.4309],[120.4617,23.4289],[120.4575,23.4272],[120.454,23.4273],[120.4522,23.4286],[120.4465,23.43],[120.4466,23.4324],[120.4438,23.4343],[120.442,23.4318],[120.4399,23.4321],[120.4384,23.4364],[120.4396,23.4396]]]},"properties":{"TOWNCODE":"10010120","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"水上鄉"},"id":"10010120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6088,23.9901],[120.605,23.9902],[120.6019,23.987],[120.5986,23.985],[120.5932,23.9828],[120.5895,23.9798],[120.5878,23.9806],[120.5802,23.9791],[120.5763,23.9787],[120.5759,23.9757],[120.5676,23.973],[120.5626,23.9725],[120.5622,23.9779],[120.5629,23.9801],[120.5562,23.9794],[120.5538,23.9781],[120.5507,23.9776],[120.5472,23.9755],[120.5466,23.9719],[120.5452,23.9712],[120.544,23.9684],[120.5452,23.9648],[120.5478,23.9627],[120.5505,23.9623],[120.5576,23.9587],[120.5605,23.9591],[120.5633,23.9574],[120.5632,23.9529],[120.5659,23.9506],[120.5631,23.9458],[120.5608,23.9453],[120.5615,23.938],[120.5635,23.9385],[120.5641,23.9367],[120.5674,23.9344],[120.5697,23.9344],[120.5754,23.9333],[120.5767,23.9361],[120.5792,23.9269],[120.5815,23.9233],[120.5897,23.9249],[120.5923,23.928],[120.5934,23.9306],[120.5928,23.9331],[120.5983,23.9339],[120.602,23.9356],[120.607,23.9338],[120.6097,23.9347],[120.6155,23.934],[120.6217,23.9314],[120.6243,23.9308],[120.6284,23.9314],[120.6285,23.9314],[120.6297,23.9311],[120.6323,23.9331],[120.6327,23.9355],[120.635,23.9371],[120.635,23.939],[120.6322,23.9417],[120.6346,23.9436],[120.6276,23.9518],[120.6317,23.9535],[120.6297,23.9561],[120.6296,23.9578],[120.6276,23.9592],[120.6282,23.9629],[120.6243,23.9649],[120.6232,23.9678],[120.6227,23.9716],[120.62,23.9742],[120.6197,23.9788],[120.6171,23.9802],[120.6163,23.9834],[120.6146,23.9843],[120.6114,23.9841],[120.6099,23.9859],[120.6077,23.9864],[120.6088,23.9901]]]},"properties":{"TOWNCODE":"10007100","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"員林市"},"id":"10007100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3171,22.5591],[120.3203,22.5553],[120.3156,22.5519],[120.3034,22.5455],[120.3076,22.5452],[120.3218,22.5278],[120.3168,22.5242],[120.3076,22.5354],[120.3038,22.5327],[120.297,22.541],[120.2932,22.5383],[120.3124,22.5149],[120.3242,22.5228],[120.3252,22.5301],[120.3294,22.5337],[120.3299,22.533],[120.3261,22.5294],[120.3253,22.5235],[120.3334,22.5288],[120.337,22.5249],[120.3338,22.5214],[120.3419,22.5152],[120.3435,22.5147],[120.351,22.5095],[120.3549,22.506],[120.3559,22.5043],[120.3589,22.5022],[120.3589,22.5007],[120.3603,22.5076],[120.3611,22.5096],[120.3667,22.517],[120.3667,22.5188],[120.3713,22.5228],[120.3716,22.5245],[120.3742,22.5268],[120.3793,22.5277],[120.3819,22.5305],[120.3858,22.5327],[120.3867,22.5351],[120.3896,22.5356],[120.3925,22.5374],[120.3945,22.542],[120.3959,22.5429],[120.3989,22.5492],[120.3973,22.5509],[120.3966,22.5534],[120.3939,22.5593],[120.3951,22.5635],[120.3913,22.5651],[120.3894,22.5669],[120.389,22.5686],[120.3861,22.5692],[120.385,22.5713],[120.3864,22.5731],[120.3858,22.5764],[120.3814,22.5799],[120.3792,22.5827],[120.3778,22.5818],[120.373,22.5831],[120.3735,22.5854],[120.3702,22.5879],[120.369,22.5868],[120.3648,22.5866],[120.3633,22.5851],[120.3605,22.5848],[120.3498,22.5855],[120.3486,22.5847],[120.3427,22.5835],[120.3393,22.5845],[120.3394,22.5817],[120.3372,22.5742],[120.333,22.5733],[120.3317,22.571],[120.3282,22.5689],[120.3261,22.5686],[120.324,22.5669],[120.3238,22.5651],[120.3182,22.5616],[120.3171,22.5591]]]},"properties":{"TOWNCODE":"64000110","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"小港區"},"id":"64000110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8452,24.6447],[121.8362,24.6431],[121.8343,24.646],[121.8316,24.6451],[121.8296,24.6488],[121.8253,24.6473],[121.8227,24.6539],[121.8188,24.6538],[121.8183,24.6553],[121.8155,24.6545],[121.814,24.6515],[121.8174,24.648],[121.8193,24.6427],[121.8221,24.6426],[121.8245,24.6403],[121.8256,24.6329],[121.8227,24.6326],[121.823,24.6268],[121.8181,24.6265],[121.8182,24.6243],[121.8158,24.6224],[121.8123,24.6227],[121.8112,24.6201],[121.8119,24.6157],[121.81,24.6118],[121.8087,24.6112],[121.8084,24.6085],[121.8014,24.6085],[121.7998,24.6023],[121.7967,24.6022],[121.7958,24.6013],[121.7984,24.5995],[121.8,24.5957],[121.8038,24.5937],[121.8068,24.5929],[121.8074,24.5895],[121.811,24.5871],[121.8127,24.5826],[121.8147,24.5807],[121.8148,24.5783],[121.813,24.5764],[121.8128,24.5746],[121.8147,24.5721],[121.8141,24.5684],[121.8146,24.5591],[121.8186,24.5534],[121.8235,24.5512],[121.8263,24.5524],[121.8315,24.5526],[121.8347,24.5511],[121.8373,24.5476],[121.8395,24.5433],[121.8438,24.5426],[121.8451,24.5396],[121.849,24.5371],[121.848,24.5335],[121.8465,24.5313],[121.8408,24.5304],[121.8379,24.5278],[121.8355,24.5227],[121.8296,24.516],[121.829,24.5145],[121.8295,24.5079],[121.8282,24.506],[121.8254,24.4997],[121.8259,24.4968],[121.8229,24.4926],[121.8192,24.4916],[121.8203,24.4835],[121.8201,24.48],[121.8167,24.4765],[121.8143,24.4719],[121.8076,24.4696],[121.8072,24.4681],[121.8037,24.4656],[121.7976,24.4636],[121.7907,24.4618],[121.7872,24.4589],[121.7844,24.4593],[121.7812,24.4579],[121.7792,24.455],[121.7814,24.4526],[121.7879,24.4412],[121.7906,24.4398],[121.7915,24.4369],[121.7937,24.4354],[121.7953,24.4329],[121.8005,24.4314],[121.8034,24.4362],[121.8078,24.4398],[121.8108,24.4415],[121.8148,24.4465],[121.8171,24.4483],[121.8172,24.4502],[121.8218,24.4557],[121.8202,24.4582],[121.8204,24.4614],[121.8247,24.4646],[121.8326,24.4674],[121.8342,24.4696],[121.8399,24.474],[121.8412,24.4756],[121.8439,24.4769],[121.8461,24.4769],[121.8487,24.4791],[121.8554,24.4806],[121.8597,24.4786],[121.8624,24.4812],[121.8592,24.4839],[121.8572,24.4834],[121.853,24.4836],[121.8507,24.4848],[121.8503,24.4904],[121.8497,24.4926],[121.851,24.4941],[121.845,24.4973],[121.8402,24.498],[121.8385,24.5009],[121.8383,24.5085],[121.8396,24.5155],[121.8419,24.5203],[121.845,24.5217],[121.8496,24.5221],[121.8563,24.5239],[121.8609,24.5272],[121.8678,24.5276],[121.8697,24.5281],[121.8701,24.53],[121.8726,24.5311],[121.8737,24.5342],[121.8724,24.5391],[121.8724,24.542],[121.8741,24.5456],[121.8728,24.5473],[121.8721,24.5512],[121.8712,24.5524],[121.8707,24.5593],[121.8712,24.5639],[121.8703,24.5692],[121.8692,24.5713],[121.8698,24.5761],[121.8721,24.5782],[121.8735,24.5772],[121.877,24.5781],[121.8776,24.5798],[121.8726,24.5853],[121.8752,24.5858],[121.8792,24.591],[121.8734,24.5966],[121.8792,24.5991],[121.886,24.5997],[121.8836,24.6014],[121.8826,24.6034],[121.8802,24.6058],[121.8781,24.6051],[121.8753,24.6056],[121.8729,24.6089],[121.8692,24.6087],[121.8661,24.6099],[121.8591,24.6163],[121.8554,24.6219],[121.8512,24.6299],[121.8505,24.6321],[121.8452,24.6447]]]},"properties":{"TOWNCODE":"10002030","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"蘇澳鎮"},"id":"10002030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7608,24.7166],[121.7569,24.7168],[121.7472,24.7185],[121.7422,24.7149],[121.7407,24.7124],[121.7407,24.7095],[121.7475,24.7127],[121.7513,24.7099],[121.7566,24.7099],[121.76,24.7111],[121.7617,24.7104],[121.7574,24.7068],[121.7618,24.701],[121.7628,24.7011],[121.7648,24.6981],[121.7633,24.6952],[121.7631,24.6927],[121.7657,24.6907],[121.7702,24.6902],[121.7708,24.686],[121.7749,24.6861],[121.7762,24.6841],[121.7761,24.6809],[121.7802,24.6816],[121.7832,24.6781],[121.7862,24.6787],[121.8001,24.676],[121.7992,24.6744],[121.8,24.6723],[121.8022,24.6704],[121.8024,24.6703],[121.8062,24.6708],[121.807,24.6724],[121.8103,24.6727],[121.812,24.6715],[121.8129,24.6688],[121.8121,24.6678],[121.8115,24.6635],[121.814,24.6586],[121.8125,24.6572],[121.8125,24.6534],[121.814,24.6515],[121.8155,24.6545],[121.8183,24.6553],[121.8188,24.6538],[121.8227,24.6539],[121.8253,24.6473],[121.8296,24.6488],[121.8316,24.6451],[121.8343,24.646],[121.8362,24.6431],[121.8452,24.6447],[121.8434,24.6496],[121.8405,24.66],[121.8382,24.672],[121.8384,24.6819],[121.8379,24.6835],[121.8378,24.6893],[121.8373,24.6898],[121.8374,24.6983],[121.8368,24.6983],[121.8363,24.7084],[121.8366,24.7107],[121.8395,24.7159],[121.8385,24.7179],[121.8351,24.7167],[121.8311,24.7161],[121.8251,24.7163],[121.8234,24.7159],[121.8188,24.7133],[121.8143,24.7128],[121.8123,24.7119],[121.8074,24.7124],[121.7964,24.7124],[121.7888,24.7132],[121.7807,24.7153],[121.7761,24.7147],[121.776,24.7147],[121.7694,24.7133],[121.7652,24.7135],[121.763,24.7157],[121.7608,24.7166]]]},"properties":{"TOWNCODE":"10002090","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"五結鄉"},"id":"10002090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.772,24.7715],[121.7688,24.7716],[121.767,24.7726],[121.7668,24.7747],[121.7633,24.7782],[121.7611,24.7829],[121.7597,24.7828],[121.7576,24.7806],[121.7498,24.781],[121.7457,24.7792],[121.7433,24.7772],[121.7382,24.7821],[121.7361,24.7821],[121.7321,24.7845],[121.7303,24.7844],[121.7304,24.7799],[121.7335,24.7758],[121.7347,24.7728],[121.7337,24.7685],[121.7325,24.7671],[121.7308,24.761],[121.729,24.7583],[121.7293,24.7569],[121.7271,24.7551],[121.7295,24.753],[121.728,24.7515],[121.7338,24.7467],[121.736,24.7457],[121.7416,24.7446],[121.7389,24.7403],[121.7337,24.7348],[121.7364,24.7324],[121.7333,24.7303],[121.7348,24.7243],[121.7382,24.7265],[121.7468,24.7226],[121.7524,24.7223],[121.7561,24.7237],[121.7593,24.7223],[121.76,24.72],[121.762,24.7181],[121.7608,24.7166],[121.763,24.7157],[121.7652,24.7135],[121.7694,24.7133],[121.776,24.7147],[121.7761,24.7147],[121.776,24.7147],[121.7741,24.7158],[121.7735,24.7194],[121.7756,24.7289],[121.7757,24.7356],[121.779,24.739],[121.7803,24.7385],[121.7853,24.7388],[121.785,24.7425],[121.7837,24.7426],[121.7832,24.7487],[121.7881,24.7517],[121.7858,24.7556],[121.7885,24.7563],[121.7879,24.7602],[121.7857,24.7639],[121.7822,24.7629],[121.7807,24.7661],[121.7764,24.7684],[121.7724,24.7666],[121.7707,24.7701],[121.772,24.7715]]]},"properties":{"TOWNCODE":"10002010","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"宜蘭市"},"id":"10002010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8166,24.8077],[121.8105,24.8075],[121.8097,24.804],[121.8083,24.8022],[121.8098,24.7991],[121.8064,24.795],[121.8038,24.7935],[121.7949,24.7955],[121.7917,24.794],[121.7921,24.7922],[121.7894,24.7862],[121.7878,24.7858],[121.784,24.7872],[121.7835,24.7845],[121.781,24.7846],[121.7806,24.7811],[121.779,24.7784],[121.7764,24.7785],[121.7721,24.7763],[121.775,24.7717],[121.772,24.7715],[121.7707,24.7701],[121.7724,24.7666],[121.7764,24.7684],[121.7807,24.7661],[121.7822,24.7629],[121.7857,24.7639],[121.7879,24.7602],[121.7885,24.7563],[121.7858,24.7556],[121.7881,24.7517],[121.7832,24.7487],[121.7837,24.7426],[121.785,24.7425],[121.7853,24.7388],[121.7803,24.7385],[121.779,24.739],[121.7757,24.7356],[121.7756,24.7289],[121.7735,24.7194],[121.7741,24.7158],[121.776,24.7147],[121.7761,24.7147],[121.7807,24.7153],[121.7888,24.7132],[121.7964,24.7124],[121.8074,24.7124],[121.8123,24.7119],[121.8143,24.7128],[121.8188,24.7133],[121.8234,24.7159],[121.8251,24.7163],[121.8311,24.7161],[121.8351,24.7167],[121.8385,24.7179],[121.835,24.7185],[121.8327,24.72],[121.8279,24.7286],[121.8248,24.7355],[121.8209,24.7479],[121.8198,24.7538],[121.8184,24.7649],[121.818,24.7738],[121.8182,24.7863],[121.819,24.7976],[121.8203,24.8072],[121.8166,24.8077]]]},"properties":{"TOWNCODE":"10002060","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"壯圍鄉"},"id":"10002060"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.9619,26.0862],[119.9618,26.0861],[119.9619,26.0861],[119.9619,26.0862],[119.9619,26.0861],[119.9619,26.0862]]],[[[119.9653,26.0918],[119.9652,26.0918],[119.9653,26.0917],[119.9653,26.0918]]],[[[119.9649,26.1449],[119.9646,26.1445],[119.9646,26.1444],[119.9646,26.1445],[119.9646,26.1444],[119.9647,26.1443],[119.9648,26.1443],[119.9648,26.1444],[119.9648,26.1443],[119.9648,26.1444],[119.9651,26.1444],[119.9652,26.1445],[119.9651,26.1444],[119.9652,26.1445],[119.965,26.1448],[119.9649,26.1449],[119.965,26.1448],[119.9649,26.1449]]],[[[119.9705,26.1617],[119.9735,26.1654],[119.9727,26.1688],[119.9707,26.1672],[119.9701,26.1641],[119.9705,26.1617]]],[[[119.922,26.1722],[119.9194,26.1748],[119.9165,26.1744],[119.9156,26.1724],[119.917,26.1678],[119.9189,26.1678],[119.9174,26.1625],[119.9136,26.161],[119.9172,26.1592],[119.9177,26.1579],[119.9151,26.1532],[119.9105,26.1494],[119.9105,26.1477],[119.9089,26.1453],[119.9101,26.1441],[119.913,26.1453],[119.9135,26.1427],[119.9174,26.1415],[119.9235,26.142],[119.9233,26.1382],[119.9262,26.1387],[119.9292,26.1406],[119.9318,26.1438],[119.9344,26.1455],[119.937,26.146],[119.938,26.1429],[119.942,26.1433],[119.9439,26.1457],[119.9481,26.1484],[119.949,26.15],[119.9484,26.1521],[119.9519,26.1535],[119.955,26.1506],[119.9583,26.1548],[119.9595,26.1576],[119.9624,26.1588],[119.9628,26.1632],[119.9652,26.1665],[119.9601,26.1684],[119.9557,26.1677],[119.9539,26.1643],[119.953,26.1676],[119.9511,26.1682],[119.9442,26.165],[119.9395,26.1658],[119.9401,26.1621],[119.9419,26.1589],[119.9358,26.1542],[119.9358,26.1585],[119.9327,26.1588],[119.9311,26.1581],[119.9289,26.1604],[119.9242,26.1616],[119.9238,26.1646],[119.9277,26.1696],[119.928,26.1717],[119.922,26.1722]]]]},"properties":{"TOWNCODE":"09007010","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"南竿鄉"},"id":"09007010"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.9643,25.9464],[119.9609,25.9424],[119.9616,25.9411],[119.9647,25.9438],[119.9643,25.9464]]],[[[119.9848,25.9644],[119.9882,25.9675],[119.9887,25.9688],[119.9862,25.9706],[119.982,25.969],[119.9827,25.9668],[119.9799,25.9664],[119.9768,25.9681],[119.9746,25.9685],[119.9719,25.967],[119.9716,25.9645],[119.9697,25.9606],[119.9659,25.9583],[119.9627,25.9524],[119.962,25.9494],[119.9649,25.9492],[119.9655,25.9511],[119.9674,25.9513],[119.9712,25.9555],[119.9729,25.9537],[119.975,25.9539],[119.9771,25.9564],[119.9792,25.9567],[119.9783,25.959],[119.9849,25.9625],[119.9848,25.9644]]],[[[119.9667,25.9744],[119.9662,25.9749],[119.9662,25.975],[119.9661,25.975],[119.9667,25.9744]]],[[[119.9664,25.9759],[119.9663,25.9752],[119.9663,25.9753],[119.9664,25.9754],[119.9665,25.9756],[119.9664,25.9754],[119.9665,25.9756],[119.9664,25.9759]]],[[[119.9759,25.9759],[119.9756,25.9758],[119.9756,25.9757],[119.9756,25.9758],[119.9756,25.9757],[119.9753,25.9757],[119.9753,25.9756],[119.9746,25.9748],[119.9745,25.9748],[119.9746,25.9748],[119.9745,25.9748],[119.9744,25.9729],[119.9744,25.9728],[119.9744,25.9729],[119.9744,25.9728],[119.9765,25.9729],[119.9765,25.973],[119.9765,25.9729],[119.9765,25.973],[119.9766,25.9733],[119.9766,25.9734],[119.9766,25.9733],[119.9766,25.9734],[119.9766,25.9735],[119.9767,25.9735],[119.9766,25.9735],[119.9767,25.9735],[119.9774,25.9749],[119.9773,25.9749],[119.9774,25.9749],[119.9773,25.9749],[119.9765,25.9752],[119.9764,25.9753],[119.9759,25.9754],[119.976,25.9754],[119.9759,25.9754],[119.976,25.9754],[119.976,25.9756],[119.9759,25.9756],[119.976,25.9756],[119.9759,25.9756],[119.976,25.9759],[119.9759,25.9759]]],[[[119.976,25.9761],[119.9759,25.9759],[119.976,25.9759],[119.976,25.976],[119.976,25.9761],[119.976,25.976],[119.976,25.9761]]],[[[119.9761,25.9766],[119.976,25.9762],[119.976,25.9761],[119.976,25.9762],[119.9768,25.9765],[119.9767,25.9765],[119.9768,25.9765],[119.9767,25.9765],[119.9767,25.9766],[119.9767,25.9765],[119.9767,25.9766],[119.9763,25.9765],[119.9763,25.9766],[119.9763,25.9765],[119.9762,25.9766],[119.9763,25.9766],[119.9762,25.9766],[119.9761,25.9766],[119.9762,25.9766],[119.9761,25.9766]]],[[[119.9446,25.9821],[119.9425,25.9816],[119.9374,25.9818],[119.9334,25.98],[119.9317,25.9816],[119.9269,25.9816],[119.9241,25.9794],[119.9267,25.975],[119.9289,25.9725],[119.9332,25.9701],[119.9315,25.9675],[119.935,25.9677],[119.9372,25.9703],[119.9372,25.972],[119.9397,25.974],[119.9419,25.9729],[119.9432,25.9745],[119.9477,25.9781],[119.9484,25.9811],[119.9446,25.9821]]]]},"properties":{"TOWNCODE":"09007030","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"莒光鄉"},"id":"09007030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.3658,24.4738],[118.3631,24.4717],[118.3566,24.471],[118.3504,24.4717],[118.3465,24.4741],[118.3437,24.4747],[118.3414,24.4743],[118.3363,24.476],[118.3313,24.479],[118.327,24.483],[118.3243,24.4877],[118.3182,24.4932],[118.3129,24.4955],[118.3075,24.4958],[118.2998,24.4937],[118.2945,24.4913],[118.2927,24.4899],[118.2897,24.486],[118.2865,24.4789],[118.2862,24.4748],[118.2891,24.4709],[118.2888,24.4695],[118.2912,24.4682],[118.2953,24.4624],[118.2959,24.4606],[118.2955,24.456],[118.2964,24.454],[118.2994,24.4513],[118.3022,24.4462],[118.303,24.4416],[118.3065,24.4386],[118.3095,24.4374],[118.3125,24.4376],[118.3132,24.4398],[118.317,24.439],[118.3197,24.4408],[118.3236,24.4449],[118.3258,24.4441],[118.3283,24.4413],[118.3264,24.4401],[118.323,24.4365],[118.3303,24.4323],[118.3286,24.4262],[118.3251,24.4261],[118.3253,24.4218],[118.3292,24.414],[118.3346,24.4191],[118.3446,24.4113],[118.3461,24.4141],[118.3477,24.415],[118.3483,24.4184],[118.3509,24.421],[118.3539,24.423],[118.3606,24.4265],[118.3588,24.4303],[118.3605,24.4322],[118.3614,24.4369],[118.3638,24.4379],[118.3614,24.4417],[118.3603,24.4458],[118.3606,24.4483],[118.3655,24.4541],[118.3678,24.4579],[118.368,24.4601],[118.3664,24.4616],[118.3658,24.4738]]]},"properties":{"TOWNCODE":"09020040","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金寧鄉"},"id":"09020040"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.474,24.986],[119.4717,24.9869],[119.4656,24.9824],[119.4665,24.9795],[119.4736,24.9776],[119.4776,24.9809],[119.479,24.9839],[119.4775,24.9864],[119.474,24.986]]],[[[119.4583,24.9895],[119.458,24.9924],[119.4558,24.995],[119.4505,24.9974],[119.4475,24.9981],[119.4448,24.9996],[119.4433,24.9967],[119.4463,24.9916],[119.4467,24.9884],[119.4486,24.9874],[119.4512,24.9876],[119.4569,24.9852],[119.4584,24.9873],[119.4583,24.9895]]]]},"properties":{"TOWNCODE":"09020060","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"烏坵鄉"},"id":"09020060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8024,24.6703],[121.8022,24.6704],[121.8,24.6723],[121.7992,24.6744],[121.8001,24.676],[121.7862,24.6787],[121.7832,24.6781],[121.7802,24.6816],[121.7761,24.6809],[121.7762,24.6841],[121.7749,24.6861],[121.7708,24.686],[121.7702,24.6902],[121.7657,24.6907],[121.7631,24.6927],[121.7633,24.6952],[121.7648,24.6981],[121.7628,24.7011],[121.7618,24.701],[121.7574,24.7068],[121.7552,24.7034],[121.7547,24.6986],[121.7536,24.6938],[121.7511,24.6939],[121.7516,24.6899],[121.7504,24.6859],[121.7504,24.6838],[121.7486,24.6803],[121.7497,24.6728],[121.7538,24.6716],[121.7548,24.6695],[121.7528,24.6678],[121.7531,24.6658],[121.7558,24.6653],[121.7562,24.6668],[121.7616,24.667],[121.7662,24.668],[121.7683,24.6703],[121.772,24.6679],[121.7761,24.6689],[121.7808,24.6655],[121.783,24.6655],[121.785,24.6643],[121.7867,24.6657],[121.7906,24.6659],[121.7939,24.6634],[121.7959,24.6641],[121.7998,24.664],[121.801,24.6661],[121.8011,24.67],[121.8022,24.6704],[121.8024,24.6703]]]},"properties":{"TOWNCODE":"10002020","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"羅東鎮"},"id":"10002020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7337,24.7685],[121.7264,24.7746],[121.7243,24.7746],[121.7236,24.7762],[121.7199,24.7773],[121.7174,24.7795],[121.7133,24.7804],[121.708,24.7798],[121.7013,24.7826],[121.6919,24.7833],[121.6854,24.7851],[121.6822,24.7838],[121.6806,24.7842],[121.6736,24.7836],[121.6702,24.7852],[121.6671,24.7874],[121.6627,24.7893],[121.6608,24.7893],[121.6577,24.7921],[121.6538,24.7936],[121.6497,24.7936],[121.6474,24.7954],[121.6457,24.7946],[121.6406,24.7946],[121.6394,24.7959],[121.6363,24.7949],[121.6303,24.7957],[121.6266,24.7939],[121.6235,24.7944],[121.6206,24.7925],[121.6168,24.7939],[121.6135,24.7932],[121.6096,24.7938],[121.6056,24.7891],[121.6029,24.7894],[121.599,24.7877],[121.5937,24.7873],[121.5932,24.7823],[121.5943,24.7792],[121.5976,24.7726],[121.5955,24.7691],[121.5963,24.767],[121.594,24.7654],[121.591,24.7618],[121.5908,24.7587],[121.589,24.7552],[121.5903,24.7512],[121.5946,24.7502],[121.5954,24.7486],[121.5947,24.7464],[121.5917,24.7451],[121.5919,24.7433],[121.5951,24.7405],[121.5954,24.7391],[121.5942,24.7355],[121.595,24.7325],[121.5942,24.7292],[121.5979,24.7292],[121.5976,24.7278],[121.5907,24.7237],[121.587,24.7201],[121.5886,24.7156],[121.5902,24.7146],[121.5949,24.709],[121.5989,24.7066],[121.6017,24.7059],[121.603,24.7044],[121.607,24.7022],[121.6111,24.7016],[121.6139,24.6962],[121.6154,24.6948],[121.6182,24.6943],[121.6268,24.6872],[121.6286,24.6886],[121.6302,24.6879],[121.6229,24.6816],[121.6228,24.6816],[121.6229,24.6816],[121.6244,24.6808],[121.6312,24.6803],[121.6332,24.6823],[121.6369,24.683],[121.6423,24.6873],[121.6435,24.69],[121.6466,24.6924],[121.6491,24.6934],[121.6518,24.6983],[121.663,24.704],[121.6717,24.7046],[121.6762,24.702],[121.6785,24.7026],[121.6798,24.7008],[121.6953,24.7011],[121.6983,24.7019],[121.7021,24.702],[121.7047,24.7011],[121.7139,24.6995],[121.7157,24.7004],[121.7264,24.7033],[121.7284,24.7049],[121.7365,24.7084],[121.7407,24.7095],[121.7407,24.7124],[121.7422,24.7149],[121.7472,24.7185],[121.7569,24.7168],[121.7608,24.7166],[121.762,24.7181],[121.76,24.72],[121.7593,24.7223],[121.7561,24.7237],[121.7524,24.7223],[121.7468,24.7226],[121.7382,24.7265],[121.7348,24.7243],[121.7333,24.7303],[121.7364,24.7324],[121.7337,24.7348],[121.7389,24.7403],[121.7416,24.7446],[121.736,24.7457],[121.7338,24.7467],[121.728,24.7515],[121.7295,24.753],[121.7271,24.7551],[121.7293,24.7569],[121.729,24.7583],[121.7308,24.761],[121.7325,24.7671],[121.7337,24.7685]]]},"properties":{"TOWNCODE":"10002070","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"員山鄉"},"id":"10002070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7511,24.6939],[121.7485,24.6932],[121.7451,24.691],[121.7407,24.6925],[121.7374,24.6909],[121.7356,24.6912],[121.7315,24.6899],[121.7245,24.6849],[121.7256,24.6832],[121.7244,24.681],[121.7247,24.678],[121.724,24.6749],[121.7225,24.6739],[121.7226,24.67],[121.732,24.6697],[121.7318,24.6675],[121.7286,24.6631],[121.7269,24.6588],[121.7237,24.6521],[121.7223,24.6517],[121.7158,24.6539],[121.7148,24.6522],[121.7106,24.651],[121.7075,24.6537],[121.7065,24.6578],[121.7012,24.6582],[121.7004,24.6571],[121.6975,24.6586],[121.6956,24.6585],[121.6944,24.6568],[121.6959,24.6543],[121.6983,24.6543],[121.7021,24.6524],[121.7026,24.6503],[121.6993,24.6497],[121.6995,24.6484],[121.7059,24.65],[121.7039,24.6458],[121.7012,24.6415],[121.6954,24.6423],[121.6913,24.6419],[121.6869,24.64],[121.6855,24.6384],[121.6799,24.6376],[121.6838,24.6317],[121.6901,24.6287],[121.692,24.6263],[121.6965,24.6268],[121.7003,24.6251],[121.7022,24.6236],[121.7051,24.6228],[121.7073,24.6237],[121.7124,24.618],[121.7159,24.617],[121.7188,24.6178],[121.7217,24.6171],[121.7245,24.6182],[121.7279,24.6207],[121.7344,24.6214],[121.7363,24.6198],[121.7378,24.6162],[121.743,24.619],[121.7456,24.6195],[121.7457,24.6174],[121.7478,24.6128],[121.7458,24.6098],[121.7474,24.6079],[121.7504,24.6108],[121.7513,24.6168],[121.7542,24.6163],[121.7568,24.619],[121.7654,24.6161],[121.767,24.614],[121.7753,24.6113],[121.7827,24.6062],[121.7864,24.6032],[121.7866,24.6013],[121.7895,24.6012],[121.7936,24.5992],[121.7958,24.6013],[121.7967,24.6022],[121.7998,24.6023],[121.8014,24.6085],[121.8084,24.6085],[121.8087,24.6112],[121.81,24.6118],[121.8119,24.6157],[121.8112,24.6201],[121.8123,24.6227],[121.8158,24.6224],[121.8182,24.6243],[121.8181,24.6265],[121.823,24.6268],[121.8227,24.6326],[121.8256,24.6329],[121.8245,24.6403],[121.8221,24.6426],[121.8193,24.6427],[121.8174,24.648],[121.814,24.6515],[121.8125,24.6534],[121.8125,24.6572],[121.814,24.6586],[121.8115,24.6635],[121.8121,24.6678],[121.8129,24.6688],[121.812,24.6715],[121.8103,24.6727],[121.807,24.6724],[121.8062,24.6708],[121.8024,24.6703],[121.8022,24.6704],[121.8011,24.67],[121.801,24.6661],[121.7998,24.664],[121.7959,24.6641],[121.7939,24.6634],[121.7906,24.6659],[121.7867,24.6657],[121.785,24.6643],[121.783,24.6655],[121.7808,24.6655],[121.7761,24.6689],[121.772,24.6679],[121.7683,24.6703],[121.7662,24.668],[121.7616,24.667],[121.7562,24.6668],[121.7558,24.6653],[121.7531,24.6658],[121.7528,24.6678],[121.7548,24.6695],[121.7538,24.6716],[121.7497,24.6728],[121.7486,24.6803],[121.7504,24.6838],[121.7504,24.6859],[121.7516,24.6899],[121.7511,24.6939]]]},"properties":{"TOWNCODE":"10002080","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"冬山鄉"},"id":"10002080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7574,24.7068],[121.7617,24.7104],[121.76,24.7111],[121.7566,24.7099],[121.7513,24.7099],[121.7475,24.7127],[121.7407,24.7095],[121.7365,24.7084],[121.7284,24.7049],[121.7264,24.7033],[121.7157,24.7004],[121.7139,24.6995],[121.7047,24.7011],[121.7021,24.702],[121.6983,24.7019],[121.6953,24.7011],[121.6798,24.7008],[121.6785,24.7026],[121.6762,24.702],[121.6717,24.7046],[121.663,24.704],[121.6518,24.6983],[121.6491,24.6934],[121.6466,24.6924],[121.6435,24.69],[121.6423,24.6873],[121.6369,24.683],[121.6332,24.6823],[121.6312,24.6803],[121.6244,24.6808],[121.6229,24.6816],[121.6228,24.6816],[121.6162,24.6774],[121.6106,24.6732],[121.6065,24.6722],[121.6022,24.6685],[121.5988,24.6669],[121.5942,24.6655],[121.5908,24.6635],[121.5881,24.661],[121.5865,24.6572],[121.5837,24.655],[121.5821,24.6554],[121.5798,24.6525],[121.5783,24.6517],[121.576,24.6488],[121.574,24.6481],[121.5686,24.6481],[121.5662,24.6467],[121.5645,24.6419],[121.5662,24.6405],[121.5692,24.6417],[121.5697,24.639],[121.5741,24.6394],[121.5782,24.6371],[121.5808,24.6382],[121.5866,24.6383],[121.5894,24.6394],[121.596,24.6319],[121.6013,24.6315],[121.6036,24.6346],[121.6082,24.6366],[121.6126,24.6346],[121.6193,24.6294],[121.6224,24.6262],[121.6258,24.6253],[121.6249,24.6285],[121.6247,24.6336],[121.6292,24.6393],[121.6303,24.638],[121.6363,24.6375],[121.638,24.6389],[121.6454,24.639],[121.647,24.6363],[121.6519,24.6359],[121.656,24.6362],[121.6594,24.6382],[121.6617,24.6367],[121.6643,24.6361],[121.6675,24.6369],[121.6693,24.6359],[121.6728,24.6358],[121.6759,24.6378],[121.6781,24.6368],[121.6799,24.6376],[121.6855,24.6384],[121.6869,24.64],[121.6913,24.6419],[121.6954,24.6423],[121.7012,24.6415],[121.7039,24.6458],[121.7059,24.65],[121.6995,24.6484],[121.6993,24.6497],[121.7026,24.6503],[121.7021,24.6524],[121.6983,24.6543],[121.6959,24.6543],[121.6944,24.6568],[121.6956,24.6585],[121.6975,24.6586],[121.7004,24.6571],[121.7012,24.6582],[121.7065,24.6578],[121.7075,24.6537],[121.7106,24.651],[121.7148,24.6522],[121.7158,24.6539],[121.7223,24.6517],[121.7237,24.6521],[121.7269,24.6588],[121.7286,24.6631],[121.7318,24.6675],[121.732,24.6697],[121.7226,24.67],[121.7225,24.6739],[121.724,24.6749],[121.7247,24.678],[121.7244,24.681],[121.7256,24.6832],[121.7245,24.6849],[121.7315,24.6899],[121.7356,24.6912],[121.7374,24.6909],[121.7407,24.6925],[121.7451,24.691],[121.7485,24.6932],[121.7511,24.6939],[121.7536,24.6938],[121.7547,24.6986],[121.7552,24.7034],[121.7574,24.7068]]]},"properties":{"TOWNCODE":"10002100","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"三星鄉"},"id":"10002100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.587,24.7201],[121.5832,24.7206],[121.5791,24.7225],[121.5776,24.7212],[121.5773,24.7149],[121.5746,24.71],[121.572,24.7107],[121.571,24.7132],[121.5675,24.7115],[121.5623,24.7128],[121.5581,24.7109],[121.5565,24.7113],[121.5543,24.7082],[121.5498,24.7057],[121.5469,24.7063],[121.5437,24.7058],[121.5408,24.7023],[121.5381,24.7003],[121.5389,24.6949],[121.5375,24.6939],[121.5378,24.6913],[121.5366,24.6883],[121.5333,24.6884],[121.5291,24.6876],[121.5273,24.6887],[121.5268,24.6851],[121.5238,24.6833],[121.5148,24.6832],[121.5137,24.6843],[121.5072,24.6823],[121.5049,24.6794],[121.5003,24.6786],[121.4977,24.677],[121.4967,24.6754],[121.493,24.6732],[121.4869,24.6752],[121.4847,24.6738],[121.48,24.6739],[121.4722,24.6731],[121.4692,24.6718],[121.4671,24.6724],[121.4611,24.6727],[121.4598,24.6733],[121.455,24.6679],[121.4539,24.6644],[121.4497,24.6623],[121.4477,24.6584],[121.4477,24.6556],[121.4488,24.6532],[121.4513,24.6517],[121.4488,24.646],[121.4454,24.6438],[121.4449,24.6427],[121.4456,24.6391],[121.4447,24.6369],[121.4404,24.635],[121.4359,24.627],[121.4348,24.6245],[121.4357,24.6213],[121.4335,24.6188],[121.4329,24.6162],[121.4306,24.6145],[121.4298,24.6113],[121.4276,24.6057],[121.4226,24.6022],[121.4183,24.601],[121.4158,24.6023],[121.4126,24.6015],[121.4089,24.5994],[121.4067,24.5971],[121.403,24.5917],[121.4035,24.5897],[121.406,24.5855],[121.4093,24.5811],[121.4121,24.5749],[121.4122,24.5731],[121.4095,24.5719],[121.4071,24.5698],[121.4039,24.569],[121.4012,24.5645],[121.4014,24.5622],[121.3976,24.5597],[121.3947,24.5556],[121.3954,24.553],[121.3983,24.5494],[121.3987,24.547],[121.3967,24.5398],[121.3985,24.5363],[121.3989,24.5324],[121.4016,24.5291],[121.3975,24.5247],[121.3933,24.5246],[121.3907,24.5232],[121.3885,24.5178],[121.3853,24.5171],[121.3853,24.5134],[121.3836,24.5102],[121.3793,24.5095],[121.3733,24.5099],[121.3728,24.5043],[121.3719,24.4996],[121.3709,24.498],[121.365,24.4959],[121.3628,24.4934],[121.3617,24.4905],[121.3575,24.4864],[121.352,24.4852],[121.3507,24.4843],[121.3463,24.4847],[121.3428,24.4823],[121.3414,24.4773],[121.3401,24.4749],[121.3383,24.4742],[121.3356,24.4715],[121.3362,24.4678],[121.3353,24.4668],[121.3299,24.4643],[121.3296,24.4627],[121.3264,24.4604],[121.3233,24.4558],[121.322,24.4515],[121.3204,24.4485],[121.3196,24.445],[121.3177,24.4415],[121.3206,24.4411],[121.3234,24.4388],[121.3256,24.4359],[121.3283,24.4335],[121.3277,24.4306],[121.3287,24.4274],[121.3274,24.4215],[121.3278,24.4185],[121.3271,24.4153],[121.3274,24.4127],[121.325,24.4069],[121.326,24.4037],[121.3261,24.4006],[121.3279,24.3983],[121.3311,24.3985],[121.3329,24.3959],[121.3372,24.3921],[121.3383,24.3902],[121.3426,24.3928],[121.3505,24.3928],[121.3524,24.3922],[121.3553,24.3931],[121.3594,24.3904],[121.3647,24.3892],[121.3688,24.3849],[121.3698,24.3821],[121.3682,24.3813],[121.3671,24.3787],[121.3693,24.3743],[121.3693,24.3725],[121.3738,24.368],[121.3774,24.3684],[121.3804,24.367],[121.3835,24.3677],[121.3879,24.37],[121.3892,24.3742],[121.3902,24.3753],[121.3932,24.3753],[121.3958,24.378],[121.3983,24.3778],[121.4019,24.3796],[121.4041,24.3778],[121.4085,24.3781],[121.4132,24.3798],[121.4196,24.3792],[121.4233,24.3814],[121.4257,24.3815],[121.4294,24.3831],[121.4369,24.3829],[121.4384,24.3853],[121.4388,24.3922],[121.4429,24.3958],[121.4436,24.398],[121.4418,24.4008],[121.4434,24.4042],[121.4461,24.4066],[121.4472,24.4088],[121.4503,24.4099],[121.4536,24.4121],[121.4581,24.4143],[121.4581,24.4202],[121.4589,24.4234],[121.4588,24.4291],[121.4628,24.4325],[121.4685,24.4366],[121.4707,24.441],[121.4749,24.4422],[121.4777,24.4438],[121.4818,24.4506],[121.4842,24.4531],[121.4894,24.4552],[121.4928,24.4561],[121.4963,24.4584],[121.501,24.4578],[121.5051,24.4587],[121.5075,24.4574],[121.5126,24.4573],[121.515,24.4581],[121.5198,24.4574],[121.522,24.459],[121.5306,24.4612],[121.535,24.4609],[121.5452,24.4635],[121.5482,24.4623],[121.5551,24.4616],[121.5582,24.4593],[121.5644,24.4593],[121.569,24.4586],[121.5738,24.4595],[121.5771,24.4549],[121.5816,24.4535],[121.5834,24.4565],[121.5863,24.4577],[121.5873,24.4618],[121.5851,24.4646],[121.5853,24.4676],[121.5867,24.47],[121.5885,24.4706],[121.5923,24.4669],[121.5969,24.4653],[121.6016,24.4643],[121.6064,24.4639],[121.6095,24.4643],[121.6131,24.4634],[121.6148,24.4618],[121.6177,24.4627],[121.6176,24.4653],[121.6188,24.4669],[121.6215,24.4677],[121.6207,24.4715],[121.6197,24.4729],[121.6212,24.4744],[121.6216,24.478],[121.6249,24.482],[121.624,24.4864],[121.6262,24.4881],[121.6273,24.4912],[121.6286,24.4917],[121.6303,24.4953],[121.6309,24.498],[121.6339,24.4987],[121.6352,24.5003],[121.6395,24.5032],[121.6476,24.5033],[121.6538,24.5091],[121.6568,24.5112],[121.6576,24.5138],[121.6581,24.5205],[121.6594,24.5236],[121.6612,24.5248],[121.6627,24.529],[121.6636,24.534],[121.6634,24.5372],[121.6642,24.5382],[121.6647,24.5427],[121.666,24.546],[121.6653,24.5493],[121.6659,24.552],[121.6674,24.5528],[121.6685,24.557],[121.6665,24.5577],[121.6668,24.5618],[121.6731,24.561],[121.6755,24.5616],[121.68,24.5611],[121.6844,24.564],[121.6853,24.5668],[121.688,24.5703],[121.6888,24.5733],[121.6949,24.5774],[121.6964,24.5774],[121.6988,24.5793],[121.7017,24.5793],[121.7047,24.581],[121.71,24.5764],[121.715,24.5741],[121.7151,24.5731],[121.719,24.5722],[121.7224,24.5751],[121.7235,24.5774],[121.7259,24.5757],[121.7266,24.5728],[121.7307,24.5704],[121.7359,24.5661],[121.7436,24.5678],[121.7477,24.5657],[121.7493,24.5695],[121.7519,24.5723],[121.7545,24.5722],[121.7555,24.5736],[121.7602,24.5741],[121.7608,24.5766],[121.7589,24.5817],[121.7562,24.5813],[121.7523,24.5822],[121.7481,24.5846],[121.7435,24.5885],[121.7401,24.5894],[121.7369,24.5916],[121.7349,24.5916],[121.7329,24.5943],[121.7316,24.5982],[121.7318,24.5995],[121.7274,24.6028],[121.7238,24.6084],[121.7254,24.6112],[121.7255,24.615],[121.7245,24.6182],[121.7217,24.6171],[121.7188,24.6178],[121.7159,24.617],[121.7124,24.618],[121.7073,24.6237],[121.7051,24.6228],[121.7022,24.6236],[121.7003,24.6251],[121.6965,24.6268],[121.692,24.6263],[121.6901,24.6287],[121.6838,24.6317],[121.6799,24.6376],[121.6781,24.6368],[121.6759,24.6378],[121.6728,24.6358],[121.6693,24.6359],[121.6675,24.6369],[121.6643,24.6361],[121.6617,24.6367],[121.6594,24.6382],[121.656,24.6362],[121.6519,24.6359],[121.647,24.6363],[121.6454,24.639],[121.638,24.6389],[121.6363,24.6375],[121.6303,24.638],[121.6292,24.6393],[121.6247,24.6336],[121.6249,24.6285],[121.6258,24.6253],[121.6224,24.6262],[121.6193,24.6294],[121.6126,24.6346],[121.6082,24.6366],[121.6036,24.6346],[121.6013,24.6315],[121.596,24.6319],[121.5894,24.6394],[121.5866,24.6383],[121.5808,24.6382],[121.5782,24.6371],[121.5741,24.6394],[121.5697,24.639],[121.5692,24.6417],[121.5662,24.6405],[121.5645,24.6419],[121.5662,24.6467],[121.5686,24.6481],[121.574,24.6481],[121.576,24.6488],[121.5783,24.6517],[121.5798,24.6525],[121.5821,24.6554],[121.5837,24.655],[121.5865,24.6572],[121.5881,24.661],[121.5908,24.6635],[121.5942,24.6655],[121.5988,24.6669],[121.6022,24.6685],[121.6065,24.6722],[121.6106,24.6732],[121.6162,24.6774],[121.6228,24.6816],[121.6229,24.6816],[121.6302,24.6879],[121.6286,24.6886],[121.6268,24.6872],[121.6182,24.6943],[121.6154,24.6948],[121.6139,24.6962],[121.6111,24.7016],[121.607,24.7022],[121.603,24.7044],[121.6017,24.7059],[121.5989,24.7066],[121.5949,24.709],[121.5902,24.7146],[121.5886,24.7156],[121.587,24.7201]]]},"properties":{"TOWNCODE":"10002110","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"大同鄉"},"id":"10002110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0615,24.7865],[121.0579,24.7894],[121.0533,24.7905],[121.0479,24.7942],[121.0422,24.796],[121.0389,24.7983],[121.0333,24.8003],[121.0304,24.8004],[121.0212,24.802],[121.0257,24.799],[121.0207,24.7985],[121.0229,24.7956],[121.0206,24.794],[121.0219,24.791],[121.0246,24.7892],[121.0248,24.786],[121.023,24.7855],[121.0275,24.7825],[121.0249,24.78],[121.0275,24.7772],[121.0297,24.7764],[121.0282,24.7736],[121.0293,24.771],[121.0299,24.7664],[121.0335,24.7641],[121.0323,24.7616],[121.0305,24.7612],[121.0279,24.7581],[121.0263,24.7577],[121.0289,24.7559],[121.0344,24.7484],[121.0369,24.7487],[121.0373,24.7505],[121.0392,24.7527],[121.0411,24.7514],[121.0428,24.7527],[121.0469,24.7528],[121.0494,24.7552],[121.0523,24.7526],[121.0533,24.7501],[121.0595,24.7468],[121.0629,24.7457],[121.0632,24.7419],[121.0643,24.7398],[121.0677,24.7382],[121.0695,24.7339],[121.0696,24.7309],[121.0696,24.7308],[121.0696,24.7309],[121.0738,24.7282],[121.072,24.7272],[121.0718,24.724],[121.069,24.7222],[121.0707,24.7165],[121.0729,24.7146],[121.0757,24.7145],[121.0804,24.713],[121.0822,24.7137],[121.083,24.7111],[121.0847,24.7096],[121.0839,24.7049],[121.0856,24.703],[121.0876,24.703],[121.0874,24.7006],[121.09,24.6992],[121.0896,24.6972],[121.091,24.6936],[121.0937,24.6907],[121.0937,24.6869],[121.0894,24.6836],[121.0892,24.681],[121.0863,24.6794],[121.085,24.6765],[121.0866,24.6728],[121.0861,24.6687],[121.0872,24.6674],[121.0859,24.6653],[121.0874,24.6629],[121.0881,24.6584],[121.0894,24.6555],[121.0887,24.6545],[121.0922,24.6518],[121.0917,24.6482],[121.0958,24.645],[121.0967,24.6413],[121.0983,24.64],[121.1012,24.6413],[121.1049,24.6438],[121.1088,24.6456],[121.1105,24.6495],[121.1139,24.6512],[121.1151,24.649],[121.1218,24.6452],[121.1241,24.6452],[121.1252,24.6478],[121.1286,24.6512],[121.1271,24.6537],[121.1243,24.6559],[121.1237,24.6642],[121.1219,24.6663],[121.1175,24.6685],[121.1118,24.6692],[121.1065,24.6662],[121.105,24.6666],[121.1039,24.6711],[121.1014,24.6722],[121.0996,24.6748],[121.1011,24.6787],[121.1033,24.6827],[121.1032,24.6887],[121.1049,24.6927],[121.1053,24.6952],[121.1039,24.6979],[121.1002,24.6984],[121.0984,24.7002],[121.0982,24.7026],[121.1002,24.7056],[121.1,24.7098],[121.1034,24.7209],[121.1072,24.7306],[121.1068,24.7322],[121.1057,24.7363],[121.1055,24.7401],[121.1045,24.7443],[121.1017,24.7462],[121.0933,24.7487],[121.0857,24.7541],[121.0835,24.7561],[121.0844,24.7576],[121.0809,24.7647],[121.078,24.7668],[121.0757,24.7704],[121.0747,24.7731],[121.0718,24.7741],[121.0676,24.7783],[121.0635,24.7794],[121.0623,24.7805],[121.0615,24.7865]]]},"properties":{"TOWNCODE":"10004020","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"竹東鎮"},"id":"10004020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1582,24.8753],[121.1579,24.8773],[121.1557,24.8807],[121.1522,24.8802],[121.1493,24.8812],[121.1444,24.8805],[121.1424,24.8818],[121.1395,24.8824],[121.1376,24.8817],[121.1365,24.8797],[121.1342,24.8784],[121.1329,24.8798],[121.1295,24.8797],[121.1281,24.881],[121.124,24.8799],[121.122,24.8803],[121.1212,24.8755],[121.1182,24.8752],[121.1147,24.8764],[121.1122,24.8747],[121.1133,24.8732],[121.1125,24.8702],[121.1095,24.8722],[121.107,24.8722],[121.1043,24.8711],[121.1035,24.8692],[121.1011,24.8705],[121.1004,24.8688],[121.0962,24.8692],[121.0896,24.8685],[121.0879,24.8649],[121.0833,24.8655],[121.0804,24.8631],[121.0776,24.8636],[121.0749,24.8628],[121.0697,24.8637],[121.0635,24.8601],[121.061,24.8606],[121.0582,24.859],[121.0537,24.8578],[121.0508,24.8576],[121.0482,24.8549],[121.0428,24.8514],[121.0392,24.8513],[121.0385,24.8523],[121.0349,24.853],[121.0337,24.8544],[121.0291,24.8542],[121.0272,24.8528],[121.0212,24.8532],[121.0161,24.854],[121.0136,24.8507],[121.0156,24.8499],[121.018,24.8504],[121.0212,24.8496],[121.0229,24.8467],[121.0242,24.8422],[121.0276,24.8411],[121.0267,24.8337],[121.0274,24.8317],[121.033,24.8276],[121.0364,24.8276],[121.041,24.822],[121.05,24.82],[121.0542,24.8194],[121.0556,24.8161],[121.0587,24.8148],[121.062,24.8148],[121.0728,24.8093],[121.074,24.803],[121.0755,24.8019],[121.0782,24.8018],[121.0811,24.7993],[121.0801,24.7973],[121.0825,24.7953],[121.0827,24.7936],[121.0845,24.7913],[121.0897,24.7915],[121.0931,24.7942],[121.0967,24.7951],[121.0986,24.7938],[121.1058,24.7931],[121.1089,24.7924],[121.11,24.7931],[121.1099,24.7958],[121.1124,24.8017],[121.1134,24.806],[121.1112,24.8098],[121.11,24.8142],[121.1125,24.8153],[121.113,24.817],[121.1087,24.8172],[121.1086,24.819],[121.1068,24.8219],[121.1089,24.8257],[121.1081,24.8285],[121.1065,24.8311],[121.1068,24.833],[121.1152,24.8314],[121.1174,24.8329],[121.1187,24.8313],[121.1214,24.8326],[121.1235,24.8347],[121.1255,24.8349],[121.1279,24.8372],[121.1315,24.8374],[121.1389,24.837],[121.1431,24.8377],[121.1456,24.8363],[121.1504,24.8378],[121.1475,24.8437],[121.15,24.8444],[121.1526,24.8459],[121.1535,24.8486],[121.1557,24.8503],[121.1564,24.8558],[121.1613,24.8593],[121.1601,24.8623],[121.1605,24.8635],[121.1594,24.869],[121.1569,24.8737],[121.1582,24.8753]]]},"properties":{"TOWNCODE":"10004030","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"新埔鎮"},"id":"10004030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2431,24.8087],[121.2423,24.8071],[121.2379,24.8046],[121.2344,24.8043],[121.228,24.8028],[121.2215,24.7995],[121.2208,24.8029],[121.2196,24.804],[121.2199,24.8074],[121.2187,24.8086],[121.2197,24.8117],[121.217,24.8124],[121.2096,24.8095],[121.2083,24.8074],[121.2046,24.8074],[121.2028,24.8099],[121.2034,24.8113],[121.2059,24.8124],[121.2031,24.8146],[121.2033,24.8173],[121.201,24.8179],[121.1989,24.8149],[121.1966,24.8177],[121.1921,24.8199],[121.1891,24.8221],[121.1835,24.8249],[121.1762,24.8275],[121.1738,24.8276],[121.1759,24.8311],[121.1738,24.8335],[121.1657,24.8359],[121.162,24.8374],[121.1602,24.8373],[121.1548,24.8422],[121.1546,24.8438],[121.15,24.8444],[121.1475,24.8437],[121.1504,24.8378],[121.1456,24.8363],[121.1431,24.8377],[121.1389,24.837],[121.1315,24.8374],[121.1279,24.8372],[121.1255,24.8349],[121.1235,24.8347],[121.1214,24.8326],[121.1187,24.8313],[121.1174,24.8329],[121.1152,24.8314],[121.1068,24.833],[121.1065,24.8311],[121.1081,24.8285],[121.1089,24.8257],[121.1068,24.8219],[121.1086,24.819],[121.1087,24.8172],[121.113,24.817],[121.1125,24.8153],[121.11,24.8142],[121.1112,24.8098],[121.1134,24.806],[121.1124,24.8017],[121.1099,24.7958],[121.11,24.7931],[121.1089,24.7924],[121.11,24.7885],[121.1121,24.7868],[121.1119,24.7844],[121.1134,24.782],[121.1155,24.7805],[121.1144,24.7779],[121.1177,24.7756],[121.1176,24.7724],[121.1185,24.7701],[121.1184,24.7671],[121.1258,24.767],[121.1268,24.766],[121.1333,24.7655],[121.1356,24.7667],[121.1377,24.7654],[121.1429,24.7655],[121.1457,24.7632],[121.1483,24.7598],[121.1499,24.7605],[121.153,24.7579],[121.1584,24.7556],[121.1643,24.7549],[121.1662,24.7531],[121.172,24.7512],[121.172,24.7493],[121.1748,24.7464],[121.1795,24.7458],[121.1784,24.7439],[121.18,24.7413],[121.185,24.7391],[121.1906,24.743],[121.1911,24.7441],[121.1968,24.7435],[121.1969,24.7413],[121.1954,24.7397],[121.1969,24.7367],[121.1962,24.7317],[121.2002,24.7291],[121.2009,24.7275],[121.2038,24.7254],[121.2082,24.7275],[121.2117,24.7308],[121.217,24.7375],[121.2185,24.7375],[121.2256,24.7412],[121.2315,24.7416],[121.2328,24.7426],[121.236,24.7427],[121.2421,24.7455],[121.2442,24.747],[121.2484,24.7443],[121.2501,24.7456],[121.2527,24.7454],[121.2546,24.7483],[121.2582,24.7507],[121.2614,24.7544],[121.2656,24.758],[121.2692,24.7585],[121.2711,24.7578],[121.274,24.7587],[121.2795,24.7592],[121.2844,24.7586],[121.2866,24.7596],[121.2912,24.7648],[121.2931,24.7654],[121.2925,24.7677],[121.2875,24.7687],[121.2843,24.7704],[121.2788,24.7707],[121.2731,24.7748],[121.2713,24.7748],[121.2706,24.7784],[121.2678,24.78],[121.266,24.7798],[121.2598,24.7822],[121.2588,24.7845],[121.2612,24.79],[121.2605,24.793],[121.2579,24.7928],[121.2522,24.7939],[121.2504,24.7957],[121.2479,24.7965],[121.2468,24.7985],[121.2477,24.8025],[121.2454,24.807],[121.2432,24.8087],[121.2431,24.8087]]]},"properties":{"TOWNCODE":"10004040","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"關西鎮"},"id":"10004040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0583,24.9368],[121.0554,24.9363],[121.0518,24.9386],[121.0484,24.9396],[121.0462,24.9424],[121.0445,24.9412],[121.043,24.9361],[121.0379,24.9287],[121.0358,24.9267],[121.0314,24.9187],[121.0284,24.9177],[121.0267,24.9128],[121.0255,24.9117],[121.023,24.9029],[121.0215,24.901],[121.0203,24.8973],[121.0205,24.8949],[121.0191,24.8887],[121.0155,24.8868],[121.0149,24.8857],[121.0082,24.8804],[121.0067,24.8797],[121.0036,24.876],[120.9991,24.8721],[120.9988,24.871],[120.9926,24.8648],[120.9941,24.8617],[121.0029,24.857],[121.0076,24.8551],[121.0115,24.8542],[121.0136,24.8507],[121.0161,24.854],[121.0212,24.8532],[121.0272,24.8528],[121.0291,24.8542],[121.0337,24.8544],[121.0349,24.853],[121.0385,24.8523],[121.0392,24.8513],[121.0428,24.8514],[121.0482,24.8549],[121.0508,24.8576],[121.0537,24.8578],[121.0582,24.859],[121.061,24.8606],[121.0635,24.8601],[121.0697,24.8637],[121.0749,24.8628],[121.0776,24.8636],[121.0804,24.8631],[121.0833,24.8655],[121.0879,24.8649],[121.0896,24.8685],[121.0962,24.8692],[121.1004,24.8688],[121.1011,24.8705],[121.1035,24.8692],[121.1043,24.8711],[121.107,24.8722],[121.1095,24.8722],[121.1125,24.8702],[121.1133,24.8732],[121.1122,24.8747],[121.1147,24.8764],[121.1182,24.8752],[121.1212,24.8755],[121.122,24.8803],[121.1149,24.8826],[121.1136,24.8825],[121.1078,24.8864],[121.1093,24.8875],[121.111,24.891],[121.1101,24.8962],[121.1091,24.8977],[121.1007,24.895],[121.0928,24.8934],[121.0911,24.8934],[121.0896,24.8953],[121.0865,24.8965],[121.0834,24.8989],[121.081,24.8984],[121.077,24.8987],[121.074,24.8999],[121.071,24.8996],[121.0709,24.9012],[121.0684,24.9031],[121.0612,24.9037],[121.0576,24.9058],[121.0592,24.9081],[121.0581,24.9103],[121.0582,24.9139],[121.0597,24.9165],[121.0608,24.9204],[121.0609,24.9241],[121.0593,24.9266],[121.0577,24.9333],[121.0583,24.9368]]]},"properties":{"TOWNCODE":"10004050","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"湖口鄉"},"id":"10004050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0587,24.8148],[121.0522,24.8144],[121.0534,24.8118],[121.0566,24.8083],[121.0598,24.8069],[121.0621,24.8029],[121.0605,24.8],[121.0586,24.7982],[121.0583,24.796],[121.0605,24.794],[121.0608,24.7909],[121.0636,24.7896],[121.0666,24.7857],[121.0653,24.7839],[121.0633,24.786],[121.0615,24.7865],[121.0623,24.7805],[121.0635,24.7794],[121.0676,24.7783],[121.0718,24.7741],[121.0747,24.7731],[121.0757,24.7704],[121.078,24.7668],[121.0809,24.7647],[121.0844,24.7576],[121.0835,24.7561],[121.0857,24.7541],[121.0933,24.7487],[121.1017,24.7462],[121.1045,24.7443],[121.1055,24.7401],[121.1057,24.7363],[121.1068,24.7322],[121.1081,24.7305],[121.1131,24.7273],[121.1165,24.7256],[121.1206,24.7252],[121.1243,24.7231],[121.126,24.7262],[121.1215,24.7291],[121.1231,24.7313],[121.1295,24.7303],[121.1338,24.7315],[121.1347,24.7324],[121.1373,24.7309],[121.1418,24.7318],[121.1462,24.7353],[121.1478,24.7388],[121.1465,24.7408],[121.1508,24.7461],[121.1494,24.7489],[121.1518,24.7523],[121.1521,24.7562],[121.153,24.7579],[121.1499,24.7605],[121.1483,24.7598],[121.1457,24.7632],[121.1429,24.7655],[121.1377,24.7654],[121.1356,24.7667],[121.1333,24.7655],[121.1268,24.766],[121.1258,24.767],[121.1184,24.7671],[121.1185,24.7701],[121.1176,24.7724],[121.1177,24.7756],[121.1144,24.7779],[121.1155,24.7805],[121.1134,24.782],[121.1119,24.7844],[121.1121,24.7868],[121.11,24.7885],[121.1089,24.7924],[121.1058,24.7931],[121.0986,24.7938],[121.0967,24.7951],[121.0931,24.7942],[121.0897,24.7915],[121.0845,24.7913],[121.0827,24.7936],[121.0825,24.7953],[121.0801,24.7973],[121.0811,24.7993],[121.0782,24.8018],[121.0755,24.8019],[121.074,24.803],[121.0728,24.8093],[121.062,24.8148],[121.0587,24.8148]]]},"properties":{"TOWNCODE":"10004070","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"芎林鄉"},"id":"10004070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2038,24.7254],[121.2009,24.7275],[121.2002,24.7291],[121.1962,24.7317],[121.1969,24.7367],[121.1954,24.7397],[121.1969,24.7413],[121.1968,24.7435],[121.1911,24.7441],[121.1906,24.743],[121.185,24.7391],[121.18,24.7413],[121.1784,24.7439],[121.1795,24.7458],[121.1748,24.7464],[121.172,24.7493],[121.172,24.7512],[121.1662,24.7531],[121.1643,24.7549],[121.1584,24.7556],[121.153,24.7579],[121.1521,24.7562],[121.1518,24.7523],[121.1494,24.7489],[121.1508,24.7461],[121.1465,24.7408],[121.1478,24.7388],[121.1462,24.7353],[121.1418,24.7318],[121.1373,24.7309],[121.1347,24.7324],[121.1338,24.7315],[121.1295,24.7303],[121.1231,24.7313],[121.1215,24.7291],[121.126,24.7262],[121.1243,24.7231],[121.1206,24.7252],[121.1165,24.7256],[121.1131,24.7273],[121.1081,24.7305],[121.1068,24.7322],[121.1072,24.7306],[121.1034,24.7209],[121.1,24.7098],[121.1002,24.7056],[121.0982,24.7026],[121.0984,24.7002],[121.1002,24.6984],[121.1039,24.6979],[121.1053,24.6952],[121.1049,24.6927],[121.1032,24.6887],[121.1033,24.6827],[121.1011,24.6787],[121.0996,24.6748],[121.1014,24.6722],[121.1039,24.6711],[121.105,24.6666],[121.1065,24.6662],[121.1118,24.6692],[121.1175,24.6685],[121.1219,24.6663],[121.1237,24.6642],[121.1243,24.6559],[121.1271,24.6537],[121.1285,24.656],[121.1302,24.6563],[121.1352,24.6637],[121.1392,24.6657],[121.1433,24.6654],[121.1511,24.6719],[121.1519,24.6719],[121.1547,24.676],[121.1578,24.6815],[121.1625,24.6838],[121.1641,24.6851],[121.1645,24.6901],[121.1673,24.6937],[121.17,24.6938],[121.1725,24.6953],[121.1774,24.6972],[121.1817,24.6969],[121.1889,24.6982],[121.1913,24.7024],[121.195,24.7071],[121.192,24.7106],[121.1936,24.7127],[121.1984,24.7154],[121.1988,24.7181],[121.2029,24.7218],[121.2038,24.7254]]]},"properties":{"TOWNCODE":"10004080","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"橫山鄉"},"id":"10004080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0967,24.6413],[121.0958,24.645],[121.0917,24.6482],[121.0922,24.6518],[121.0887,24.6545],[121.0894,24.6555],[121.0881,24.6584],[121.0874,24.6629],[121.0859,24.6653],[121.0872,24.6674],[121.0861,24.6687],[121.0866,24.6728],[121.085,24.6765],[121.0863,24.6794],[121.0892,24.681],[121.0894,24.6836],[121.0937,24.6869],[121.0937,24.6907],[121.091,24.6936],[121.0896,24.6972],[121.09,24.6992],[121.0874,24.7006],[121.0876,24.703],[121.0856,24.703],[121.0839,24.7049],[121.0847,24.7096],[121.083,24.7111],[121.0822,24.7137],[121.0804,24.713],[121.0757,24.7145],[121.0729,24.7146],[121.0707,24.7165],[121.069,24.7222],[121.0718,24.724],[121.072,24.7272],[121.0738,24.7282],[121.0696,24.7309],[121.0696,24.7308],[121.0673,24.7296],[121.0633,24.7302],[121.0587,24.7302],[121.0558,24.7259],[121.0503,24.7211],[121.0476,24.7165],[121.0427,24.7176],[121.0393,24.7139],[121.037,24.7107],[121.0384,24.7072],[121.0407,24.7043],[121.0393,24.6992],[121.0371,24.6975],[121.0369,24.6958],[121.0394,24.694],[121.0387,24.6902],[121.0361,24.6903],[121.0341,24.6858],[121.0364,24.6854],[121.0383,24.6832],[121.0379,24.6776],[121.0368,24.6736],[121.0347,24.6718],[121.036,24.6695],[121.0389,24.6674],[121.0412,24.6689],[121.0436,24.6682],[121.0453,24.6688],[121.0464,24.667],[121.0447,24.6638],[121.0443,24.6615],[121.0409,24.6524],[121.0394,24.6514],[121.0388,24.649],[121.0402,24.6459],[121.0417,24.6448],[121.0469,24.6432],[121.0491,24.6408],[121.0488,24.6349],[121.0469,24.6336],[121.0457,24.6299],[121.0431,24.6273],[121.0464,24.6223],[121.0495,24.6185],[121.0517,24.6174],[121.0532,24.6154],[121.0586,24.6201],[121.0615,24.6218],[121.0661,24.618],[121.068,24.6149],[121.0715,24.614],[121.0736,24.6208],[121.0767,24.6227],[121.0796,24.6269],[121.0823,24.6297],[121.0885,24.6324],[121.091,24.6371],[121.0931,24.6394],[121.0967,24.6413]]]},"properties":{"TOWNCODE":"10004090","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"北埔鄉"},"id":"10004090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.403,24.5917],[121.3957,24.5889],[121.3948,24.5875],[121.3917,24.5865],[121.3876,24.5865],[121.3812,24.5904],[121.3734,24.5934],[121.3715,24.5973],[121.3673,24.5988],[121.3633,24.6031],[121.3642,24.6055],[121.3635,24.608],[121.3612,24.6101],[121.3613,24.6123],[121.3595,24.6138],[121.3588,24.6165],[121.3633,24.6232],[121.3654,24.6283],[121.3658,24.6317],[121.3612,24.6338],[121.3581,24.6335],[121.3574,24.6376],[121.3556,24.6414],[121.3524,24.6434],[121.353,24.6488],[121.3522,24.6525],[121.3532,24.6548],[121.3531,24.6602],[121.3537,24.6647],[121.3485,24.6679],[121.3455,24.6664],[121.3439,24.6694],[121.3404,24.6664],[121.3391,24.6667],[121.3398,24.6701],[121.339,24.6791],[121.3359,24.6836],[121.3298,24.691],[121.3267,24.6935],[121.3231,24.6954],[121.321,24.6955],[121.3179,24.6981],[121.3132,24.6977],[121.3067,24.694],[121.3039,24.6929],[121.3006,24.6941],[121.2995,24.6966],[121.3023,24.7019],[121.3022,24.7042],[121.3032,24.7082],[121.3064,24.7131],[121.3076,24.7202],[121.3056,24.7241],[121.3054,24.726],[121.3035,24.7268],[121.3007,24.7297],[121.2987,24.7307],[121.2982,24.7338],[121.3001,24.7374],[121.3008,24.7414],[121.3052,24.7461],[121.3051,24.7502],[121.3077,24.7552],[121.3041,24.7574],[121.3003,24.7636],[121.2986,24.7629],[121.2936,24.7643],[121.2931,24.7654],[121.2912,24.7648],[121.2866,24.7596],[121.2844,24.7586],[121.2795,24.7592],[121.274,24.7587],[121.2711,24.7578],[121.2692,24.7585],[121.2656,24.758],[121.2614,24.7544],[121.2582,24.7507],[121.2546,24.7483],[121.2527,24.7454],[121.2501,24.7456],[121.2484,24.7443],[121.2442,24.747],[121.2421,24.7455],[121.236,24.7427],[121.2328,24.7426],[121.2315,24.7416],[121.2256,24.7412],[121.2185,24.7375],[121.217,24.7375],[121.2117,24.7308],[121.2082,24.7275],[121.2038,24.7254],[121.2029,24.7218],[121.1988,24.7181],[121.1984,24.7154],[121.1936,24.7127],[121.192,24.7106],[121.195,24.7071],[121.1913,24.7024],[121.1889,24.6982],[121.1817,24.6969],[121.1774,24.6972],[121.1725,24.6953],[121.17,24.6938],[121.1673,24.6937],[121.1645,24.6901],[121.1641,24.6851],[121.1625,24.6838],[121.1578,24.6815],[121.1547,24.676],[121.1519,24.6719],[121.1546,24.6677],[121.1568,24.6672],[121.1582,24.6682],[121.163,24.6678],[121.1689,24.6687],[121.1697,24.6679],[121.1702,24.6621],[121.1749,24.6605],[121.1789,24.6611],[121.1822,24.6601],[121.1839,24.6561],[121.1877,24.6526],[121.1896,24.6478],[121.1895,24.6441],[121.1854,24.6376],[121.1857,24.6341],[121.1876,24.6331],[121.1946,24.6275],[121.199,24.6227],[121.2018,24.6205],[121.2059,24.6192],[121.2082,24.6176],[121.2088,24.6157],[121.2124,24.6134],[121.2122,24.6084],[121.213,24.6067],[121.2164,24.6031],[121.2204,24.5997],[121.2176,24.5948],[121.2121,24.5937],[121.21,24.5916],[121.2095,24.5896],[121.2067,24.5864],[121.2015,24.5863],[121.1981,24.5811],[121.1979,24.5766],[121.1963,24.5718],[121.1963,24.5699],[121.1976,24.5665],[121.1947,24.5622],[121.193,24.5564],[121.1959,24.5541],[121.1972,24.5509],[121.2001,24.5479],[121.2011,24.546],[121.2005,24.5436],[121.1978,24.543],[121.1958,24.54],[121.198,24.5371],[121.2021,24.534],[121.2014,24.5321],[121.2013,24.5271],[121.2021,24.5246],[121.2041,24.522],[121.2019,24.5174],[121.2021,24.514],[121.2032,24.5125],[121.2067,24.513],[121.2097,24.5115],[121.2138,24.5147],[121.216,24.5155],[121.2176,24.514],[121.2174,24.5097],[121.2224,24.5074],[121.2219,24.5048],[121.2186,24.4984],[121.2229,24.4948],[121.2289,24.4923],[121.2297,24.4891],[121.2336,24.4874],[121.2346,24.4838],[121.2384,24.4814],[121.2396,24.4799],[121.2427,24.4782],[121.244,24.4756],[121.2444,24.4699],[121.2464,24.4688],[121.2491,24.466],[121.2525,24.4646],[121.2581,24.4632],[121.258,24.4575],[121.2626,24.4553],[121.2606,24.4517],[121.2608,24.4495],[121.2621,24.4476],[121.2609,24.4455],[121.2617,24.4442],[121.2589,24.4407],[121.2589,24.438],[121.26,24.4362],[121.2591,24.4309],[121.2608,24.4286],[121.2654,24.4286],[121.2693,24.4274],[121.2716,24.4298],[121.2785,24.4293],[121.2843,24.4306],[121.2932,24.4311],[121.2943,24.4324],[121.2976,24.4331],[121.3057,24.4326],[121.3103,24.4364],[121.313,24.4368],[121.3177,24.4415],[121.3196,24.445],[121.3204,24.4485],[121.322,24.4515],[121.3233,24.4558],[121.3264,24.4604],[121.3296,24.4627],[121.3299,24.4643],[121.3353,24.4668],[121.3362,24.4678],[121.3356,24.4715],[121.3383,24.4742],[121.3401,24.4749],[121.3414,24.4773],[121.3428,24.4823],[121.3463,24.4847],[121.3507,24.4843],[121.352,24.4852],[121.3575,24.4864],[121.3617,24.4905],[121.3628,24.4934],[121.365,24.4959],[121.3709,24.498],[121.3719,24.4996],[121.3728,24.5043],[121.3733,24.5099],[121.3793,24.5095],[121.3836,24.5102],[121.3853,24.5134],[121.3853,24.5171],[121.3885,24.5178],[121.3907,24.5232],[121.3933,24.5246],[121.3975,24.5247],[121.4016,24.5291],[121.3989,24.5324],[121.3985,24.5363],[121.3967,24.5398],[121.3987,24.547],[121.3983,24.5494],[121.3954,24.553],[121.3947,24.5556],[121.3976,24.5597],[121.4014,24.5622],[121.4012,24.5645],[121.4039,24.569],[121.4071,24.5698],[121.4095,24.5719],[121.4122,24.5731],[121.4121,24.5749],[121.4093,24.5811],[121.406,24.5855],[121.4035,24.5897],[121.403,24.5917]]]},"properties":{"TOWNCODE":"10004120","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"尖石鄉"},"id":"10004120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1519,24.6719],[121.1511,24.6719],[121.1433,24.6654],[121.1392,24.6657],[121.1352,24.6637],[121.1302,24.6563],[121.1285,24.656],[121.1271,24.6537],[121.1286,24.6512],[121.1252,24.6478],[121.1241,24.6452],[121.1218,24.6452],[121.1151,24.649],[121.1139,24.6512],[121.1105,24.6495],[121.1088,24.6456],[121.1049,24.6438],[121.1012,24.6413],[121.0983,24.64],[121.0967,24.6413],[121.0931,24.6394],[121.091,24.6371],[121.0885,24.6324],[121.0823,24.6297],[121.0796,24.6269],[121.0767,24.6227],[121.0736,24.6208],[121.0715,24.614],[121.0743,24.6129],[121.0761,24.6085],[121.0753,24.6064],[121.0757,24.6036],[121.0813,24.6006],[121.0831,24.5899],[121.0796,24.5882],[121.079,24.5842],[121.0755,24.581],[121.0745,24.5759],[121.0727,24.5728],[121.0715,24.5661],[121.0703,24.5631],[121.0682,24.5623],[121.0628,24.5575],[121.0617,24.5597],[121.0584,24.5606],[121.0582,24.5579],[121.0623,24.5561],[121.0702,24.5504],[121.0735,24.5494],[121.076,24.544],[121.0806,24.5409],[121.0801,24.5378],[121.0778,24.5342],[121.0787,24.5325],[121.0784,24.529],[121.0774,24.5282],[121.072,24.5263],[121.067,24.523],[121.0667,24.5206],[121.0685,24.5166],[121.0685,24.5124],[121.0693,24.5089],[121.0682,24.5068],[121.0703,24.5061],[121.0721,24.5034],[121.0719,24.4984],[121.0754,24.4995],[121.0791,24.4991],[121.0844,24.5013],[121.0908,24.4977],[121.0956,24.4964],[121.0981,24.4964],[121.1,24.4981],[121.1025,24.4983],[121.1056,24.5007],[121.1089,24.5009],[121.1133,24.5065],[121.1173,24.5085],[121.121,24.5084],[121.1237,24.5101],[121.1258,24.5083],[121.1277,24.5082],[121.1297,24.5067],[121.1368,24.5066],[121.1434,24.5109],[121.1458,24.51],[121.1503,24.5062],[121.155,24.5068],[121.1618,24.5035],[121.1643,24.5036],[121.1693,24.5026],[121.1705,24.5041],[121.1747,24.5048],[121.1779,24.5077],[121.183,24.508],[121.1868,24.5054],[121.1916,24.5075],[121.1953,24.507],[121.1974,24.5083],[121.2005,24.5115],[121.2032,24.5125],[121.2021,24.514],[121.2019,24.5174],[121.2041,24.522],[121.2021,24.5246],[121.2013,24.5271],[121.2014,24.5321],[121.2021,24.534],[121.198,24.5371],[121.1958,24.54],[121.1978,24.543],[121.2005,24.5436],[121.2011,24.546],[121.2001,24.5479],[121.1972,24.5509],[121.1959,24.5541],[121.193,24.5564],[121.1947,24.5622],[121.1976,24.5665],[121.1963,24.5699],[121.1963,24.5718],[121.1979,24.5766],[121.1981,24.5811],[121.2015,24.5863],[121.2067,24.5864],[121.2095,24.5896],[121.21,24.5916],[121.2121,24.5937],[121.2176,24.5948],[121.2204,24.5997],[121.2164,24.6031],[121.213,24.6067],[121.2122,24.6084],[121.2124,24.6134],[121.2088,24.6157],[121.2082,24.6176],[121.2059,24.6192],[121.2018,24.6205],[121.199,24.6227],[121.1946,24.6275],[121.1876,24.6331],[121.1857,24.6341],[121.1854,24.6376],[121.1895,24.6441],[121.1896,24.6478],[121.1877,24.6526],[121.1839,24.6561],[121.1822,24.6601],[121.1789,24.6611],[121.1749,24.6605],[121.1702,24.6621],[121.1697,24.6679],[121.1689,24.6687],[121.163,24.6678],[121.1582,24.6682],[121.1568,24.6672],[121.1546,24.6677],[121.1519,24.6719]]]},"properties":{"TOWNCODE":"10004130","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"五峰鄉"},"id":"10004130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5467,24.2179],[120.5463,24.2182],[120.529,24.2223],[120.5278,24.2202],[120.5126,24.226],[120.5141,24.2295],[120.5081,24.2303],[120.5036,24.2332],[120.4976,24.2378],[120.4901,24.2446],[120.4871,24.2477],[120.481,24.2334],[120.4797,24.2322],[120.4763,24.2243],[120.4723,24.2223],[120.4688,24.2145],[120.4657,24.215],[120.4612,24.2167],[120.4608,24.2156],[120.4649,24.2143],[120.4603,24.2116],[120.4566,24.2072],[120.4979,24.1934],[120.5044,24.1911],[120.5081,24.1872],[120.5126,24.177],[120.5258,24.1767],[120.5261,24.176],[120.5337,24.1748],[120.5335,24.1731],[120.5383,24.1726],[120.5417,24.1707],[120.5428,24.1717],[120.5498,24.1708],[120.5529,24.1709],[120.5574,24.1738],[120.5597,24.1726],[120.5642,24.1727],[120.5682,24.1707],[120.5709,24.1704],[120.5702,24.1757],[120.5763,24.1755],[120.5837,24.1742],[120.5872,24.178],[120.589,24.1784],[120.5936,24.1812],[120.5932,24.183],[120.5876,24.1854],[120.5889,24.1873],[120.5948,24.1857],[120.5979,24.1893],[120.5947,24.1907],[120.5877,24.1926],[120.5845,24.1936],[120.5782,24.1969],[120.575,24.1973],[120.5721,24.1952],[120.5692,24.1949],[120.5659,24.1961],[120.5651,24.2006],[120.5637,24.2029],[120.5616,24.2027],[120.5603,24.2044],[120.5545,24.2057],[120.556,24.2087],[120.553,24.2124],[120.5519,24.2163],[120.5494,24.2159],[120.5467,24.2179]]]},"properties":{"TOWNCODE":"66000250","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"龍井區"},"id":"66000250"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6814,24.2321],[120.6805,24.2361],[120.6784,24.2375],[120.6768,24.2342],[120.6745,24.2341],[120.6747,24.2392],[120.6761,24.2401],[120.6752,24.2431],[120.6695,24.2456],[120.6687,24.245],[120.6629,24.2475],[120.662,24.2474],[120.653,24.2513],[120.651,24.2489],[120.6473,24.2464],[120.644,24.2431],[120.6393,24.2443],[120.6419,24.2481],[120.6378,24.2524],[120.6371,24.2556],[120.6356,24.2588],[120.6332,24.2593],[120.6262,24.2541],[120.624,24.2505],[120.6235,24.2458],[120.6243,24.2447],[120.6225,24.2416],[120.6236,24.2397],[120.6171,24.2356],[120.6131,24.2367],[120.6103,24.2381],[120.6059,24.2392],[120.6049,24.2378],[120.6032,24.233],[120.6023,24.2284],[120.5998,24.2244],[120.5996,24.2214],[120.5963,24.2142],[120.6006,24.2148],[120.6007,24.2134],[120.6081,24.2113],[120.6192,24.2088],[120.6211,24.2088],[120.6241,24.2074],[120.6356,24.2039],[120.6396,24.204],[120.6415,24.2032],[120.6424,24.205],[120.645,24.2039],[120.6513,24.2097],[120.654,24.2094],[120.6555,24.208],[120.6577,24.2085],[120.6592,24.2072],[120.6648,24.2072],[120.6645,24.2016],[120.6675,24.2022],[120.6698,24.2037],[120.6711,24.2088],[120.6741,24.2085],[120.6766,24.2112],[120.6787,24.2174],[120.6731,24.2185],[120.6739,24.2223],[120.6767,24.2239],[120.678,24.2271],[120.6784,24.2302],[120.6802,24.2301],[120.6814,24.2321]]]},"properties":{"TOWNCODE":"66000180","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大雅區"},"id":"66000180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6332,24.2593],[120.6229,24.2597],[120.6187,24.2605],[120.615,24.2621],[120.6094,24.266],[120.6031,24.2674],[120.5971,24.2662],[120.5877,24.2669],[120.5829,24.269],[120.5822,24.2656],[120.5762,24.2617],[120.5748,24.2633],[120.5731,24.2623],[120.5723,24.2589],[120.569,24.2592],[120.5627,24.2579],[120.5613,24.2525],[120.5572,24.2535],[120.5555,24.2479],[120.5552,24.2448],[120.5592,24.2439],[120.5561,24.239],[120.5485,24.2302],[120.5481,24.2272],[120.549,24.225],[120.5467,24.2179],[120.5494,24.2159],[120.5519,24.2163],[120.553,24.2124],[120.556,24.2087],[120.5545,24.2057],[120.5603,24.2044],[120.5616,24.2027],[120.5637,24.2029],[120.5651,24.2006],[120.5659,24.1961],[120.5692,24.1949],[120.5721,24.1952],[120.575,24.1973],[120.5782,24.1969],[120.5845,24.1936],[120.5877,24.1926],[120.59,24.1976],[120.5928,24.2015],[120.5951,24.2072],[120.5957,24.2127],[120.5963,24.2142],[120.5996,24.2214],[120.5998,24.2244],[120.6023,24.2284],[120.6032,24.233],[120.6049,24.2378],[120.6059,24.2392],[120.6103,24.2381],[120.6131,24.2367],[120.6171,24.2356],[120.6236,24.2397],[120.6225,24.2416],[120.6243,24.2447],[120.6235,24.2458],[120.624,24.2505],[120.6262,24.2541],[120.6332,24.2593]]]},"properties":{"TOWNCODE":"66000130","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"沙鹿區"},"id":"66000130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5627,24.2579],[120.5581,24.2585],[120.5399,24.2627],[120.5409,24.2652],[120.5328,24.2682],[120.5342,24.2715],[120.5291,24.2751],[120.5266,24.2762],[120.5221,24.2792],[120.5162,24.2848],[120.5122,24.2871],[120.5095,24.288],[120.5079,24.2836],[120.4982,24.2639],[120.4929,24.2659],[120.4889,24.2563],[120.4905,24.2553],[120.4871,24.2477],[120.4901,24.2446],[120.4976,24.2378],[120.5036,24.2332],[120.5081,24.2303],[120.5141,24.2295],[120.5126,24.226],[120.5278,24.2202],[120.529,24.2223],[120.5463,24.2182],[120.5467,24.2179],[120.549,24.225],[120.5481,24.2272],[120.5485,24.2302],[120.5561,24.239],[120.5592,24.2439],[120.5552,24.2448],[120.5555,24.2479],[120.5572,24.2535],[120.5613,24.2525],[120.5627,24.2579]]]},"properties":{"TOWNCODE":"66000140","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"梧棲區"},"id":"66000140"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.6347,23.5511],[119.6386,23.553],[119.6394,23.5557],[119.6418,23.5583],[119.6463,23.5605],[119.6557,23.5608],[119.6638,23.5603],[119.6675,23.562],[119.672,23.5614],[119.6729,23.5603],[119.6761,23.5597],[119.677,23.5569],[119.6752,23.5564],[119.6744,23.5543],[119.6754,23.5524],[119.678,23.5513],[119.6809,23.5522],[119.6823,23.5535],[119.6851,23.5527],[119.6883,23.5547],[119.6917,23.5544],[119.6937,23.5564],[119.692,23.5606],[119.6903,23.5616],[119.687,23.562],[119.6834,23.5651],[119.6821,23.5718],[119.6806,23.573],[119.6812,23.5821],[119.6821,23.5836],[119.6805,23.5852],[119.6754,23.5943],[119.6736,23.5955],[119.6716,23.5988],[119.6721,23.6011],[119.6688,23.6008],[119.6699,23.5966],[119.6685,23.5917],[119.6657,23.5907],[119.6602,23.5916],[119.6596,23.5938],[119.6608,23.5961],[119.6548,23.5993],[119.6551,23.6016],[119.6574,23.6039],[119.6572,23.6065],[119.6552,23.6085],[119.6511,23.6099],[119.6508,23.606],[119.6499,23.6036],[119.6467,23.601],[119.6465,23.597],[119.6444,23.5963],[119.6427,23.593],[119.6413,23.5889],[119.6377,23.5914],[119.6414,23.5964],[119.6397,23.5992],[119.6375,23.5988],[119.6329,23.5953],[119.6343,23.5897],[119.6316,23.5846],[119.6318,23.5831],[119.6296,23.582],[119.6289,23.5803],[119.6248,23.5811],[119.6266,23.584],[119.624,23.5868],[119.625,23.5902],[119.6246,23.5927],[119.6278,23.5953],[119.6276,23.5971],[119.6251,23.6004],[119.6278,23.6038],[119.6302,23.6044],[119.6303,23.606],[119.6242,23.6078],[119.6203,23.6066],[119.6217,23.6031],[119.6209,23.6021],[119.6168,23.601],[119.6156,23.6036],[119.6132,23.602],[119.6126,23.606],[119.6123,23.606],[119.6058,23.6056],[119.6057,23.6025],[119.6034,23.6013],[119.6048,23.5959],[119.6077,23.5937],[119.607,23.5924],[119.6071,23.5882],[119.6062,23.5852],[119.6062,23.5853],[119.6062,23.5852],[119.606,23.5832],[119.6074,23.5813],[119.6117,23.58],[119.6111,23.5756],[119.6113,23.5671],[119.6093,23.5607],[119.6127,23.5596],[119.6159,23.5576],[119.6198,23.5578],[119.6205,23.5598],[119.6234,23.5596],[119.6222,23.5558],[119.627,23.5552],[119.6339,23.5521],[119.6347,23.5511]]],[[[119.7001,23.62],[119.699,23.6174],[119.6988,23.6172],[119.699,23.6174],[119.7001,23.6198],[119.7001,23.6199],[119.7001,23.62],[119.7001,23.6199],[119.7001,23.6198],[119.7001,23.62]]],[[[119.6838,23.6269],[119.6849,23.6248],[119.6869,23.626],[119.686,23.6278],[119.6839,23.6269],[119.6838,23.6269],[119.6839,23.6269],[119.6838,23.6269]]]]},"properties":{"TOWNCODE":"10016020","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"湖西鄉"},"id":"10016020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8437,24.5865],[120.8372,24.5904],[120.832,24.5913],[120.8239,24.5974],[120.817,24.5976],[120.8071,24.599],[120.8034,24.5938],[120.801,24.5917],[120.7993,24.5882],[120.7966,24.589],[120.7951,24.588],[120.7922,24.5891],[120.7871,24.5875],[120.7846,24.5878],[120.7804,24.5819],[120.7809,24.5797],[120.7799,24.578],[120.7802,24.5732],[120.7784,24.5693],[120.7804,24.5673],[120.7813,24.5639],[120.7834,24.5644],[120.7871,24.5639],[120.7879,24.5613],[120.7896,24.5593],[120.7893,24.5574],[120.7903,24.5543],[120.7917,24.554],[120.7911,24.5497],[120.792,24.5464],[120.7908,24.5434],[120.7888,24.542],[120.7875,24.5384],[120.7851,24.5376],[120.7835,24.5342],[120.7865,24.5291],[120.7891,24.5257],[120.7877,24.5221],[120.7875,24.5194],[120.7904,24.5187],[120.7919,24.5205],[120.7949,24.5216],[120.7969,24.5253],[120.7985,24.5254],[120.8006,24.5274],[120.8037,24.5275],[120.8049,24.5315],[120.8079,24.5337],[120.8096,24.5337],[120.8087,24.5266],[120.8128,24.5269],[120.8157,24.5296],[120.8194,24.5307],[120.82,24.5378],[120.8215,24.5395],[120.8266,24.5411],[120.8287,24.5445],[120.8314,24.5472],[120.8347,24.5489],[120.8373,24.5565],[120.8415,24.5605],[120.8435,24.5677],[120.8437,24.573],[120.8451,24.5755],[120.8451,24.5839],[120.8437,24.5865]]]},"properties":{"TOWNCODE":"10005010","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"苗栗市"},"id":"10005010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9082,24.3642],[120.9042,24.365],[120.8994,24.3619],[120.8985,24.3628],[120.894,24.3629],[120.8908,24.3636],[120.8887,24.363],[120.8866,24.3638],[120.8808,24.3615],[120.8791,24.3603],[120.8758,24.3605],[120.8735,24.3621],[120.872,24.3609],[120.8683,24.3603],[120.8627,24.3577],[120.8598,24.3549],[120.8577,24.3559],[120.857,24.3586],[120.8551,24.3587],[120.8536,24.3611],[120.8472,24.3606],[120.8446,24.3561],[120.8448,24.3549],[120.8412,24.3541],[120.8402,24.3524],[120.8406,24.3468],[120.8387,24.3458],[120.8354,24.3474],[120.8329,24.3442],[120.8304,24.343],[120.8258,24.3428],[120.8236,24.3415],[120.8217,24.3417],[120.8197,24.3442],[120.8151,24.3428],[120.8145,24.3413],[120.8119,24.3417],[120.8122,24.3436],[120.8147,24.3455],[120.8124,24.3473],[120.8102,24.3459],[120.8103,24.3437],[120.8071,24.3418],[120.805,24.3428],[120.8013,24.3409],[120.7988,24.3411],[120.7962,24.3396],[120.792,24.3429],[120.7903,24.3408],[120.7873,24.3422],[120.7851,24.3413],[120.7846,24.3432],[120.7815,24.3448],[120.776,24.3393],[120.7811,24.3371],[120.7844,24.3338],[120.7773,24.3312],[120.7754,24.3313],[120.7742,24.3286],[120.7723,24.3268],[120.7743,24.3251],[120.7777,24.3206],[120.784,24.3183],[120.7869,24.3184],[120.7927,24.3175],[120.796,24.3164],[120.8047,24.3161],[120.8074,24.3152],[120.8097,24.3128],[120.8119,24.3116],[120.8184,24.3063],[120.82,24.3031],[120.8239,24.2983],[120.8292,24.2938],[120.8318,24.2924],[120.8336,24.2905],[120.8377,24.2893],[120.8505,24.2885],[120.8572,24.2891],[120.8657,24.2927],[120.8696,24.2938],[120.8761,24.295],[120.8907,24.2942],[120.9022,24.2922],[120.9059,24.2926],[120.9098,24.294],[120.9105,24.2963],[120.9137,24.3015],[120.9145,24.3043],[120.9143,24.3079],[120.9119,24.313],[120.9091,24.317],[120.9082,24.3202],[120.9029,24.3273],[120.9075,24.3303],[120.9061,24.3314],[120.9105,24.3346],[120.9111,24.3366],[120.9065,24.3364],[120.9054,24.3398],[120.9072,24.3442],[120.9072,24.3462],[120.9096,24.3526],[120.9099,24.3553],[120.9082,24.3601],[120.9082,24.3642]]]},"properties":{"TOWNCODE":"10005070","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"卓蘭鎮"},"id":"10005070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9041,24.4471],[120.8986,24.445],[120.8935,24.4446],[120.8899,24.4448],[120.8856,24.4463],[120.8832,24.4482],[120.8835,24.4493],[120.8783,24.4536],[120.8769,24.4542],[120.8742,24.4573],[120.8739,24.4542],[120.871,24.4556],[120.8669,24.4558],[120.8666,24.4538],[120.8641,24.453],[120.8624,24.4481],[120.8581,24.4439],[120.856,24.4425],[120.8555,24.4407],[120.8536,24.4391],[120.8477,24.438],[120.845,24.4354],[120.8413,24.4295],[120.8388,24.4288],[120.8395,24.4262],[120.843,24.4228],[120.8397,24.4165],[120.8372,24.4159],[120.8363,24.4118],[120.8382,24.4112],[120.84,24.4091],[120.8407,24.4062],[120.8372,24.4031],[120.8357,24.4007],[120.8311,24.396],[120.8255,24.3951],[120.825,24.3909],[120.8227,24.3891],[120.8223,24.383],[120.8202,24.3801],[120.8185,24.3759],[120.8134,24.3747],[120.8106,24.3747],[120.8068,24.371],[120.8071,24.367],[120.8041,24.3638],[120.7976,24.3591],[120.7954,24.3565],[120.791,24.3543],[120.7849,24.3519],[120.7828,24.3531],[120.7795,24.3506],[120.7782,24.3504],[120.7767,24.3467],[120.7773,24.3447],[120.7755,24.342],[120.776,24.3393],[120.7815,24.3448],[120.7846,24.3432],[120.7851,24.3413],[120.7873,24.3422],[120.7903,24.3408],[120.792,24.3429],[120.7962,24.3396],[120.7988,24.3411],[120.8013,24.3409],[120.805,24.3428],[120.8071,24.3418],[120.8103,24.3437],[120.8102,24.3459],[120.8124,24.3473],[120.8147,24.3455],[120.8122,24.3436],[120.8119,24.3417],[120.8145,24.3413],[120.8151,24.3428],[120.8197,24.3442],[120.8217,24.3417],[120.8236,24.3415],[120.8258,24.3428],[120.8304,24.343],[120.8329,24.3442],[120.8354,24.3474],[120.8387,24.3458],[120.8406,24.3468],[120.8402,24.3524],[120.8412,24.3541],[120.8448,24.3549],[120.8446,24.3561],[120.8472,24.3606],[120.8536,24.3611],[120.8551,24.3587],[120.857,24.3586],[120.8577,24.3559],[120.8598,24.3549],[120.8627,24.3577],[120.8683,24.3603],[120.872,24.3609],[120.8735,24.3621],[120.8758,24.3605],[120.8791,24.3603],[120.8808,24.3615],[120.8866,24.3638],[120.8887,24.363],[120.8908,24.3636],[120.894,24.3629],[120.8985,24.3628],[120.8994,24.3619],[120.9042,24.365],[120.9082,24.3642],[120.9124,24.3649],[120.9138,24.3685],[120.9137,24.3743],[120.9148,24.3759],[120.9139,24.3809],[120.915,24.3861],[120.9143,24.3878],[120.9155,24.391],[120.919,24.3951],[120.9196,24.3988],[120.918,24.4029],[120.9161,24.4051],[120.9121,24.4079],[120.9117,24.4132],[120.9106,24.4146],[120.9071,24.4165],[120.908,24.4184],[120.9074,24.4201],[120.9079,24.423],[120.9102,24.4249],[120.9118,24.4291],[120.9116,24.432],[120.9127,24.4369],[120.9097,24.444],[120.9065,24.4463],[120.9041,24.4471]]]},"properties":{"TOWNCODE":"10005080","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"大湖鄉"},"id":"10005080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9035,24.542],[120.9011,24.5414],[120.8996,24.5426],[120.8966,24.5416],[120.8926,24.5422],[120.8888,24.544],[120.8855,24.5419],[120.8847,24.5427],[120.8816,24.542],[120.8801,24.5408],[120.8763,24.5408],[120.8743,24.539],[120.8727,24.5412],[120.8671,24.5385],[120.8635,24.5386],[120.8625,24.5394],[120.8564,24.5414],[120.8557,24.5439],[120.8527,24.544],[120.8506,24.546],[120.8479,24.5464],[120.8457,24.5493],[120.8466,24.5511],[120.8453,24.5544],[120.8462,24.556],[120.845,24.5597],[120.8415,24.5605],[120.8373,24.5565],[120.8347,24.5489],[120.8314,24.5472],[120.8287,24.5445],[120.8266,24.5411],[120.8215,24.5395],[120.82,24.5378],[120.8194,24.5307],[120.8157,24.5296],[120.8128,24.5269],[120.8142,24.5233],[120.813,24.5208],[120.8131,24.5187],[120.8116,24.5172],[120.8113,24.5129],[120.8135,24.5105],[120.8132,24.5058],[120.8122,24.5025],[120.8109,24.5009],[120.8131,24.4947],[120.8113,24.4891],[120.8112,24.4868],[120.8125,24.4833],[120.8124,24.4796],[120.8131,24.477],[120.8129,24.4743],[120.816,24.4687],[120.8261,24.464],[120.826,24.4614],[120.8296,24.4576],[120.8337,24.4577],[120.8352,24.4561],[120.8393,24.4537],[120.8402,24.4488],[120.842,24.4474],[120.8448,24.4468],[120.8442,24.4443],[120.8426,24.4417],[120.8422,24.4389],[120.845,24.4354],[120.8477,24.438],[120.8536,24.4391],[120.8555,24.4407],[120.856,24.4425],[120.8581,24.4439],[120.8624,24.4481],[120.8641,24.453],[120.8666,24.4538],[120.8669,24.4558],[120.871,24.4556],[120.8739,24.4542],[120.8742,24.4573],[120.8771,24.4625],[120.8777,24.4654],[120.8749,24.4667],[120.8685,24.4644],[120.8647,24.4643],[120.8665,24.4669],[120.8659,24.4697],[120.8695,24.4804],[120.8709,24.4823],[120.8716,24.4864],[120.8731,24.4874],[120.8732,24.491],[120.8753,24.4917],[120.8759,24.4962],[120.8788,24.4989],[120.8803,24.5022],[120.879,24.5045],[120.8832,24.5091],[120.8874,24.5119],[120.8916,24.5104],[120.8913,24.5134],[120.8954,24.5156],[120.8973,24.5177],[120.8978,24.5197],[120.8997,24.5218],[120.8991,24.5243],[120.9026,24.5257],[120.9069,24.5335],[120.9068,24.5358],[120.9078,24.5378],[120.9061,24.5388],[120.9035,24.542]]]},"properties":{"TOWNCODE":"10005090","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"公館鄉"},"id":"10005090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8128,24.5269],[120.8087,24.5266],[120.8096,24.5337],[120.8079,24.5337],[120.8049,24.5315],[120.8037,24.5275],[120.8006,24.5274],[120.7985,24.5254],[120.7969,24.5253],[120.7949,24.5216],[120.7919,24.5205],[120.7904,24.5187],[120.7875,24.5194],[120.7877,24.5156],[120.7833,24.5118],[120.7808,24.5111],[120.7775,24.5119],[120.7775,24.5088],[120.7786,24.5058],[120.7776,24.5025],[120.7732,24.5011],[120.7715,24.4997],[120.7637,24.4894],[120.7633,24.4872],[120.7618,24.4833],[120.7627,24.4822],[120.7615,24.4795],[120.7598,24.4789],[120.756,24.4725],[120.7546,24.4721],[120.7512,24.4661],[120.7516,24.4637],[120.7542,24.4593],[120.7543,24.4524],[120.7559,24.4494],[120.7545,24.4478],[120.7553,24.4448],[120.7547,24.4407],[120.753,24.438],[120.7513,24.4284],[120.7614,24.4337],[120.768,24.4357],[120.7733,24.4381],[120.7757,24.4364],[120.781,24.4361],[120.7832,24.4346],[120.7873,24.4345],[120.789,24.4314],[120.7874,24.425],[120.7875,24.4219],[120.786,24.4193],[120.7895,24.4148],[120.7917,24.4145],[120.7955,24.4118],[120.8014,24.4091],[120.8009,24.4068],[120.8032,24.4051],[120.8043,24.4014],[120.807,24.4006],[120.8113,24.3969],[120.811,24.3935],[120.8125,24.3919],[120.8133,24.3894],[120.8162,24.388],[120.8187,24.3894],[120.8215,24.3885],[120.8227,24.3891],[120.825,24.3909],[120.8255,24.3951],[120.8311,24.396],[120.8357,24.4007],[120.8372,24.4031],[120.8407,24.4062],[120.84,24.4091],[120.8382,24.4112],[120.8363,24.4118],[120.8372,24.4159],[120.8397,24.4165],[120.843,24.4228],[120.8395,24.4262],[120.8388,24.4288],[120.8413,24.4295],[120.845,24.4354],[120.8422,24.4389],[120.8426,24.4417],[120.8442,24.4443],[120.8448,24.4468],[120.842,24.4474],[120.8402,24.4488],[120.8393,24.4537],[120.8352,24.4561],[120.8337,24.4577],[120.8296,24.4576],[120.826,24.4614],[120.8261,24.464],[120.816,24.4687],[120.8129,24.4743],[120.8131,24.477],[120.8124,24.4796],[120.8125,24.4833],[120.8112,24.4868],[120.8113,24.4891],[120.8131,24.4947],[120.8109,24.5009],[120.8122,24.5025],[120.8132,24.5058],[120.8135,24.5105],[120.8113,24.5129],[120.8116,24.5172],[120.8131,24.5187],[120.813,24.5208],[120.8142,24.5233],[120.8128,24.5269]]]},"properties":{"TOWNCODE":"10005100","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"銅鑼鄉"},"id":"10005100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9369,24.5896],[120.933,24.5916],[120.9315,24.5904],[120.9291,24.5925],[120.9237,24.5962],[120.921,24.5971],[120.9188,24.5944],[120.9165,24.5963],[120.9125,24.5964],[120.9126,24.5983],[120.9084,24.5957],[120.9048,24.5948],[120.903,24.5975],[120.9028,24.5998],[120.9004,24.5996],[120.8982,24.6007],[120.8946,24.6011],[120.8918,24.6036],[120.8887,24.6021],[120.8841,24.6021],[120.8837,24.604],[120.8806,24.6045],[120.8784,24.6038],[120.8768,24.602],[120.8724,24.6024],[120.8716,24.6031],[120.8661,24.603],[120.8623,24.6024],[120.8605,24.6035],[120.8576,24.6006],[120.8521,24.6011],[120.8501,24.6],[120.8458,24.6037],[120.8398,24.6033],[120.8401,24.6013],[120.8338,24.6009],[120.8352,24.5989],[120.8403,24.5958],[120.8432,24.5932],[120.8447,24.5909],[120.8447,24.5876],[120.8437,24.5865],[120.8451,24.5839],[120.8451,24.5755],[120.8437,24.573],[120.8435,24.5677],[120.8415,24.5605],[120.845,24.5597],[120.8462,24.556],[120.8453,24.5544],[120.8466,24.5511],[120.8457,24.5493],[120.8479,24.5464],[120.8506,24.546],[120.8527,24.544],[120.8557,24.5439],[120.8564,24.5414],[120.8625,24.5394],[120.8635,24.5386],[120.8671,24.5385],[120.8727,24.5412],[120.8743,24.539],[120.8763,24.5408],[120.8801,24.5408],[120.8816,24.542],[120.8847,24.5427],[120.8855,24.5419],[120.8888,24.544],[120.8926,24.5422],[120.8966,24.5416],[120.8996,24.5426],[120.9011,24.5414],[120.9035,24.542],[120.9063,24.5471],[120.906,24.5506],[120.9085,24.555],[120.9108,24.5577],[120.9138,24.5591],[120.9191,24.5579],[120.9225,24.5651],[120.9313,24.5796],[120.9342,24.5806],[120.9343,24.5846],[120.9369,24.5896]]]},"properties":{"TOWNCODE":"10005120","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"頭屋鄉"},"id":"10005120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8227,24.3891],[120.8215,24.3885],[120.8187,24.3894],[120.8162,24.388],[120.8133,24.3894],[120.8125,24.3919],[120.811,24.3935],[120.8113,24.3969],[120.807,24.4006],[120.8043,24.4014],[120.8032,24.4051],[120.8009,24.4068],[120.8014,24.4091],[120.7955,24.4118],[120.7917,24.4145],[120.7895,24.4148],[120.786,24.4193],[120.7875,24.4219],[120.7874,24.425],[120.789,24.4314],[120.7873,24.4345],[120.7832,24.4346],[120.781,24.4361],[120.7757,24.4364],[120.7733,24.4381],[120.768,24.4357],[120.7614,24.4337],[120.7513,24.4284],[120.752,24.4259],[120.7518,24.4223],[120.748,24.4192],[120.7482,24.4147],[120.7496,24.4134],[120.7494,24.4116],[120.7514,24.4097],[120.7508,24.4074],[120.7484,24.4047],[120.7475,24.4005],[120.7453,24.3985],[120.7427,24.3943],[120.741,24.3932],[120.7375,24.3877],[120.7331,24.3829],[120.7327,24.3795],[120.7291,24.3772],[120.7287,24.3752],[120.7299,24.3734],[120.7288,24.3704],[120.7297,24.3646],[120.7271,24.3629],[120.7243,24.3541],[120.7301,24.352],[120.7344,24.3479],[120.7385,24.3451],[120.7433,24.3405],[120.7532,24.3329],[120.7583,24.3287],[120.7645,24.3257],[120.767,24.3256],[120.7721,24.3222],[120.7777,24.3206],[120.7743,24.3251],[120.7723,24.3268],[120.7742,24.3286],[120.7754,24.3313],[120.7773,24.3312],[120.7844,24.3338],[120.7811,24.3371],[120.776,24.3393],[120.7755,24.342],[120.7773,24.3447],[120.7767,24.3467],[120.7782,24.3504],[120.7795,24.3506],[120.7828,24.3531],[120.7849,24.3519],[120.791,24.3543],[120.7954,24.3565],[120.7976,24.3591],[120.8041,24.3638],[120.8071,24.367],[120.8068,24.371],[120.8106,24.3747],[120.8134,24.3747],[120.8185,24.3759],[120.8202,24.3801],[120.8223,24.383],[120.8227,24.3891]]]},"properties":{"TOWNCODE":"10005130","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"三義鄉"},"id":"10005130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7784,24.5693],[120.7758,24.5705],[120.7739,24.5741],[120.7711,24.5757],[120.7712,24.5779],[120.7691,24.5814],[120.764,24.5797],[120.7603,24.5809],[120.7583,24.5797],[120.755,24.5798],[120.7528,24.5812],[120.7479,24.5789],[120.7447,24.579],[120.7445,24.5772],[120.7423,24.5758],[120.7394,24.5728],[120.7388,24.571],[120.7344,24.5684],[120.7323,24.5682],[120.7292,24.5639],[120.7289,24.562],[120.727,24.56],[120.7272,24.558],[120.7245,24.5538],[120.7262,24.5524],[120.7297,24.5518],[120.7319,24.549],[120.7321,24.5467],[120.7343,24.5463],[120.735,24.5429],[120.7344,24.5382],[120.7379,24.5383],[120.7397,24.5361],[120.7386,24.533],[120.7401,24.5297],[120.7415,24.5291],[120.7427,24.5248],[120.7454,24.5238],[120.744,24.5205],[120.7465,24.5173],[120.7493,24.5176],[120.7501,24.5142],[120.7494,24.5128],[120.7502,24.5075],[120.7557,24.5059],[120.7581,24.5046],[120.7612,24.5064],[120.7608,24.5033],[120.7582,24.5014],[120.7581,24.4987],[120.7564,24.4978],[120.7552,24.4954],[120.757,24.4916],[120.7592,24.4916],[120.7624,24.4891],[120.7633,24.4872],[120.7637,24.4894],[120.7715,24.4997],[120.7732,24.5011],[120.7776,24.5025],[120.7786,24.5058],[120.7775,24.5088],[120.7775,24.5119],[120.7808,24.5111],[120.7833,24.5118],[120.7877,24.5156],[120.7875,24.5194],[120.7877,24.5221],[120.7891,24.5257],[120.7865,24.5291],[120.7835,24.5342],[120.7851,24.5376],[120.7875,24.5384],[120.7888,24.542],[120.7908,24.5434],[120.792,24.5464],[120.7911,24.5497],[120.7917,24.554],[120.7903,24.5543],[120.7893,24.5574],[120.7896,24.5593],[120.7879,24.5613],[120.7871,24.5639],[120.7834,24.5644],[120.7813,24.5639],[120.7804,24.5673],[120.7784,24.5693]]]},"properties":{"TOWNCODE":"10005140","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"西湖鄉"},"id":"10005140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8769,24.6479],[120.8747,24.6491],[120.8753,24.6529],[120.8713,24.6519],[120.8699,24.6522],[120.8679,24.6558],[120.8672,24.6611],[120.8675,24.665],[120.8653,24.6662],[120.8579,24.6651],[120.8521,24.6625],[120.8464,24.6623],[120.8421,24.6641],[120.8402,24.6657],[120.8389,24.6623],[120.8347,24.6561],[120.8318,24.6542],[120.8312,24.6517],[120.8286,24.6478],[120.8277,24.6477],[120.8257,24.6439],[120.8226,24.6411],[120.819,24.6396],[120.8197,24.6369],[120.8147,24.6294],[120.8134,24.6268],[120.8161,24.6254],[120.817,24.6293],[120.819,24.6305],[120.8204,24.6276],[120.8206,24.6246],[120.8232,24.6237],[120.8262,24.6251],[120.829,24.6255],[120.8293,24.6232],[120.8323,24.6156],[120.8343,24.6148],[120.8351,24.6125],[120.8321,24.6071],[120.8348,24.6037],[120.8365,24.6045],[120.8398,24.6033],[120.8458,24.6037],[120.8501,24.6],[120.8521,24.6011],[120.8576,24.6006],[120.8605,24.6035],[120.8623,24.6024],[120.8661,24.603],[120.8716,24.6031],[120.8724,24.6024],[120.8768,24.602],[120.8784,24.6038],[120.8806,24.6045],[120.8837,24.604],[120.8841,24.6021],[120.8887,24.6021],[120.8918,24.6036],[120.8946,24.6011],[120.8982,24.6007],[120.9004,24.5996],[120.9028,24.5998],[120.903,24.5975],[120.9048,24.5948],[120.9084,24.5957],[120.9126,24.5983],[120.9125,24.5964],[120.9165,24.5963],[120.9188,24.5944],[120.921,24.5971],[120.9237,24.5962],[120.9291,24.5925],[120.9315,24.5904],[120.933,24.5916],[120.9369,24.5896],[120.9419,24.596],[120.945,24.5963],[120.9459,24.598],[120.9491,24.6012],[120.9489,24.6053],[120.9451,24.6071],[120.9417,24.6058],[120.9384,24.6062],[120.9354,24.608],[120.929,24.608],[120.925,24.6037],[120.9216,24.6036],[120.9198,24.6018],[120.9155,24.6031],[120.9178,24.6065],[120.9144,24.6071],[120.9146,24.6084],[120.917,24.6111],[120.9145,24.6124],[120.9115,24.6178],[120.9159,24.6198],[120.9141,24.6221],[120.9146,24.6242],[120.9115,24.6263],[120.9108,24.6285],[120.9071,24.6261],[120.9017,24.6257],[120.9009,24.6248],[120.8966,24.6254],[120.8937,24.6286],[120.8933,24.6259],[120.8905,24.6254],[120.8843,24.6291],[120.8801,24.6321],[120.8781,24.6341],[120.8794,24.6356],[120.8772,24.6378],[120.8776,24.6398],[120.8756,24.6433],[120.8784,24.6469],[120.8769,24.6479]]]},"properties":{"TOWNCODE":"10005150","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"造橋鄉"},"id":"10005150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9746,24.5833],[120.9686,24.5863],[120.9667,24.5868],[120.9659,24.5893],[120.9592,24.5944],[120.956,24.5985],[120.952,24.6007],[120.9491,24.6012],[120.9459,24.598],[120.945,24.5963],[120.9419,24.596],[120.9369,24.5896],[120.9343,24.5846],[120.9342,24.5806],[120.9313,24.5796],[120.9225,24.5651],[120.9191,24.5579],[120.9138,24.5591],[120.9108,24.5577],[120.9085,24.555],[120.906,24.5506],[120.9063,24.5471],[120.9035,24.542],[120.9061,24.5388],[120.9078,24.5378],[120.9068,24.5358],[120.9069,24.5335],[120.9026,24.5257],[120.8991,24.5243],[120.8997,24.5218],[120.8978,24.5197],[120.8973,24.5177],[120.8954,24.5156],[120.8913,24.5134],[120.8916,24.5104],[120.8874,24.5119],[120.8832,24.5091],[120.879,24.5045],[120.8803,24.5022],[120.8788,24.4989],[120.8759,24.4962],[120.8753,24.4917],[120.8732,24.491],[120.8731,24.4874],[120.8716,24.4864],[120.8709,24.4823],[120.8695,24.4804],[120.8659,24.4697],[120.8665,24.4669],[120.8647,24.4643],[120.8685,24.4644],[120.8749,24.4667],[120.8777,24.4654],[120.8771,24.4625],[120.8742,24.4573],[120.8769,24.4542],[120.8783,24.4536],[120.8835,24.4493],[120.8832,24.4482],[120.8856,24.4463],[120.8899,24.4448],[120.8935,24.4446],[120.8986,24.445],[120.9041,24.4471],[120.906,24.4479],[120.9102,24.4516],[120.9112,24.4533],[120.9112,24.4565],[120.9134,24.462],[120.9165,24.4653],[120.9152,24.467],[120.9165,24.4695],[120.9163,24.4734],[120.9176,24.4758],[120.9195,24.4771],[120.9219,24.4811],[120.9205,24.4825],[120.9204,24.487],[120.9192,24.4901],[120.9211,24.4953],[120.9271,24.4963],[120.9297,24.4981],[120.9332,24.4968],[120.9339,24.4975],[120.9396,24.4994],[120.943,24.5033],[120.9467,24.5033],[120.9494,24.5065],[120.9539,24.5066],[120.9549,24.5048],[120.9579,24.505],[120.963,24.5044],[120.9656,24.5066],[120.9588,24.5127],[120.9576,24.5127],[120.9554,24.5161],[120.9533,24.5175],[120.9543,24.5189],[120.9544,24.5233],[120.9512,24.5246],[120.9516,24.5266],[120.949,24.5287],[120.9518,24.5309],[120.9533,24.5334],[120.9539,24.5366],[120.9555,24.5399],[120.9537,24.5419],[120.9559,24.5446],[120.9563,24.5514],[120.9594,24.5534],[120.9603,24.5567],[120.9625,24.559],[120.9627,24.5606],[120.965,24.5623],[120.9667,24.5653],[120.9701,24.569],[120.9697,24.5727],[120.9706,24.5765],[120.972,24.5776],[120.9746,24.5833]]]},"properties":{"TOWNCODE":"10005170","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"獅潭鄉"},"id":"10005170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2589,24.438],[121.2589,24.4407],[121.2617,24.4442],[121.2609,24.4455],[121.2621,24.4476],[121.2608,24.4495],[121.2606,24.4517],[121.2626,24.4553],[121.258,24.4575],[121.2581,24.4632],[121.2525,24.4646],[121.2491,24.466],[121.2464,24.4688],[121.2444,24.4699],[121.244,24.4756],[121.2427,24.4782],[121.2396,24.4799],[121.2384,24.4814],[121.2346,24.4838],[121.2336,24.4874],[121.2297,24.4891],[121.2289,24.4923],[121.2229,24.4948],[121.2186,24.4984],[121.2219,24.5048],[121.2224,24.5074],[121.2174,24.5097],[121.2176,24.514],[121.216,24.5155],[121.2138,24.5147],[121.2097,24.5115],[121.2067,24.513],[121.2032,24.5125],[121.2005,24.5115],[121.1974,24.5083],[121.1953,24.507],[121.1916,24.5075],[121.1868,24.5054],[121.183,24.508],[121.1779,24.5077],[121.1747,24.5048],[121.1705,24.5041],[121.1693,24.5026],[121.1643,24.5036],[121.1618,24.5035],[121.155,24.5068],[121.1503,24.5062],[121.1458,24.51],[121.1434,24.5109],[121.1368,24.5066],[121.1297,24.5067],[121.1277,24.5082],[121.1258,24.5083],[121.1237,24.5101],[121.121,24.5084],[121.1173,24.5085],[121.1133,24.5065],[121.1089,24.5009],[121.1056,24.5007],[121.1025,24.4983],[121.1,24.4981],[121.0981,24.4964],[121.0956,24.4964],[121.0908,24.4977],[121.0844,24.5013],[121.0791,24.4991],[121.0754,24.4995],[121.0719,24.4984],[121.0697,24.4966],[121.0665,24.4951],[121.0649,24.4964],[121.0612,24.4971],[121.0589,24.5001],[121.0573,24.498],[121.0538,24.4965],[121.0513,24.4974],[121.0474,24.4965],[121.0458,24.4951],[121.0402,24.4949],[121.0391,24.4935],[121.0358,24.4933],[121.0324,24.4918],[121.0302,24.4928],[121.027,24.4926],[121.0259,24.4941],[121.026,24.4987],[121.0234,24.5021],[121.0214,24.5025],[121.0209,24.5065],[121.0157,24.5096],[121.0123,24.5108],[121.0097,24.5103],[121.0063,24.5087],[121.0022,24.5057],[120.9986,24.5017],[120.9962,24.502],[120.991,24.501],[120.9882,24.5024],[120.9784,24.502],[120.9729,24.5039],[120.9711,24.505],[120.9656,24.5066],[120.963,24.5044],[120.9579,24.505],[120.9549,24.5048],[120.9539,24.5066],[120.9494,24.5065],[120.9467,24.5033],[120.943,24.5033],[120.9396,24.4994],[120.9339,24.4975],[120.9332,24.4968],[120.9297,24.4981],[120.9271,24.4963],[120.9211,24.4953],[120.9192,24.4901],[120.9204,24.487],[120.9205,24.4825],[120.9219,24.4811],[120.9195,24.4771],[120.9176,24.4758],[120.9163,24.4734],[120.9165,24.4695],[120.9152,24.467],[120.9165,24.4653],[120.9134,24.462],[120.9112,24.4565],[120.9112,24.4533],[120.9102,24.4516],[120.906,24.4479],[120.9041,24.4471],[120.9065,24.4463],[120.9097,24.444],[120.9127,24.4369],[120.9116,24.432],[120.9118,24.4291],[120.9102,24.4249],[120.9079,24.423],[120.9074,24.4201],[120.908,24.4184],[120.9071,24.4165],[120.9106,24.4146],[120.9117,24.4132],[120.9121,24.4079],[120.9161,24.4051],[120.918,24.4029],[120.9196,24.3988],[120.919,24.3951],[120.9155,24.391],[120.9143,24.3878],[120.915,24.3861],[120.9139,24.3809],[120.9148,24.3759],[120.9137,24.3743],[120.9138,24.3685],[120.9124,24.3649],[120.9082,24.3642],[120.9082,24.3601],[120.9099,24.3553],[120.9096,24.3526],[120.9072,24.3462],[120.9072,24.3442],[120.9054,24.3398],[120.9065,24.3364],[120.9111,24.3366],[120.9105,24.3346],[120.9061,24.3314],[120.9075,24.3303],[120.9029,24.3273],[120.9082,24.3202],[120.9091,24.317],[120.9119,24.313],[120.9143,24.3079],[120.9145,24.3043],[120.9137,24.3015],[120.9105,24.2963],[120.9098,24.294],[120.9119,24.2941],[120.9175,24.2995],[120.9215,24.302],[120.9225,24.3047],[120.9207,24.3082],[120.9201,24.3112],[120.9201,24.3157],[120.9207,24.3181],[120.9194,24.3251],[120.9167,24.3327],[120.9172,24.3359],[120.9201,24.3373],[120.9263,24.3386],[120.9328,24.3421],[120.9359,24.3429],[120.9401,24.3399],[120.9425,24.3391],[120.9449,24.3398],[120.9465,24.3391],[120.9523,24.3391],[120.9541,24.3386],[120.9571,24.3392],[120.96,24.3352],[120.9662,24.3335],[120.973,24.3336],[120.9772,24.3347],[120.9802,24.3346],[120.982,24.3359],[120.9854,24.3318],[120.9918,24.3296],[120.9976,24.3301],[121.0001,24.3325],[121.0023,24.3328],[121.0047,24.332],[121.0082,24.3269],[121.0116,24.324],[121.0145,24.3201],[121.0172,24.3138],[121.0177,24.3117],[121.02,24.3092],[121.025,24.3073],[121.0288,24.3052],[121.0313,24.3026],[121.0341,24.2978],[121.0381,24.2964],[121.0452,24.2953],[121.0493,24.296],[121.0523,24.2995],[121.0527,24.3047],[121.055,24.3078],[121.0553,24.3104],[121.059,24.3129],[121.0615,24.3134],[121.066,24.3157],[121.0698,24.3156],[121.0739,24.3192],[121.0731,24.3228],[121.0791,24.323],[121.0815,24.3241],[121.0863,24.3177],[121.0919,24.3186],[121.094,24.3195],[121.0952,24.322],[121.0982,24.3237],[121.1023,24.3246],[121.1036,24.3266],[121.1085,24.331],[121.1149,24.3286],[121.1185,24.3304],[121.1216,24.3307],[121.1214,24.3338],[121.1222,24.3367],[121.1253,24.342],[121.1281,24.3419],[121.1302,24.3447],[121.1314,24.3485],[121.1334,24.3516],[121.1356,24.3525],[121.1377,24.3546],[121.1377,24.3559],[121.1409,24.3596],[121.1443,24.3582],[121.1489,24.3579],[121.1509,24.3587],[121.1555,24.359],[121.1594,24.3608],[121.1647,24.361],[121.1665,24.3606],[121.1689,24.3615],[121.169,24.3643],[121.1726,24.3669],[121.1741,24.369],[121.173,24.3707],[121.1733,24.3731],[121.1791,24.3782],[121.1817,24.3789],[121.1833,24.381],[121.1902,24.3816],[121.1911,24.3839],[121.193,24.3858],[121.1969,24.392],[121.1971,24.3964],[121.2007,24.3976],[121.2072,24.3979],[121.2101,24.3963],[121.2108,24.395],[121.2104,24.3916],[121.2112,24.3884],[121.2135,24.384],[121.2136,24.3817],[121.2159,24.3795],[121.2185,24.3813],[121.2253,24.383],[121.2321,24.384],[121.2316,24.3877],[121.2349,24.3915],[121.2346,24.3971],[121.2381,24.4004],[121.2401,24.4035],[121.2436,24.4059],[121.2429,24.4094],[121.2434,24.4109],[121.242,24.4142],[121.2436,24.4166],[121.2436,24.4196],[121.2461,24.4228],[121.25,24.4249],[121.2576,24.425],[121.2589,24.4277],[121.2589,24.438]]]},"properties":{"TOWNCODE":"10005180","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"泰安鄉"},"id":"10005180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5818,24.1095],[120.5766,24.1096],[120.5731,24.1083],[120.5653,24.1099],[120.5578,24.1126],[120.5537,24.1128],[120.5496,24.1139],[120.5479,24.1088],[120.5459,24.1078],[120.5432,24.1015],[120.5412,24.0999],[120.5419,24.0951],[120.5378,24.0933],[120.5351,24.0932],[120.5352,24.0916],[120.5329,24.0905],[120.5256,24.0902],[120.5245,24.0862],[120.522,24.0839],[120.5183,24.0838],[120.5159,24.0861],[120.5148,24.0843],[120.5175,24.0798],[120.5137,24.0813],[120.5097,24.0815],[120.5092,24.0778],[120.5023,24.0788],[120.4998,24.0763],[120.5037,24.0729],[120.5029,24.0708],[120.5041,24.0686],[120.5066,24.0671],[120.5066,24.061],[120.5042,24.061],[120.5046,24.057],[120.5066,24.0555],[120.5068,24.0513],[120.5107,24.0548],[120.5145,24.0526],[120.5174,24.0522],[120.519,24.056],[120.5225,24.0526],[120.5294,24.0519],[120.5333,24.0519],[120.5342,24.0543],[120.5456,24.0539],[120.5488,24.0547],[120.5502,24.054],[120.5521,24.0507],[120.5546,24.051],[120.5562,24.0494],[120.5582,24.0494],[120.5611,24.0515],[120.5635,24.0523],[120.5642,24.0538],[120.5676,24.0555],[120.5708,24.0563],[120.5767,24.0535],[120.5782,24.0544],[120.5811,24.0516],[120.5832,24.0518],[120.5868,24.0488],[120.5881,24.0469],[120.5871,24.0448],[120.5919,24.0415],[120.5928,24.0378],[120.602,24.0415],[120.6073,24.0439],[120.6114,24.0439],[120.6127,24.0432],[120.6163,24.0433],[120.6211,24.046],[120.6258,24.0467],[120.6245,24.0482],[120.6234,24.052],[120.6257,24.0569],[120.6254,24.0687],[120.6242,24.0713],[120.6221,24.0727],[120.6195,24.0732],[120.6149,24.085],[120.6149,24.0902],[120.6125,24.0991],[120.6124,24.1024],[120.6026,24.1029],[120.6,24.1052],[120.5949,24.1049],[120.5884,24.1062],[120.5864,24.107],[120.5836,24.1095],[120.5818,24.1095]]]},"properties":{"TOWNCODE":"10007010","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"彰化市"},"id":"10007010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5496,24.1139],[120.5452,24.1166],[120.5403,24.124],[120.5335,24.1258],[120.5307,24.129],[120.5289,24.1324],[120.5234,24.1399],[120.525,24.1436],[120.5259,24.1485],[120.5242,24.1529],[120.5208,24.1585],[120.5197,24.1615],[120.5153,24.1595],[120.513,24.157],[120.5093,24.1551],[120.5095,24.1521],[120.5036,24.1517],[120.5015,24.1508],[120.5025,24.1485],[120.5063,24.1481],[120.5062,24.1456],[120.5047,24.141],[120.5037,24.1357],[120.5019,24.1325],[120.4944,24.1348],[120.4866,24.1381],[120.4858,24.1416],[120.484,24.1422],[120.482,24.1402],[120.4818,24.1352],[120.4832,24.1271],[120.4844,24.126],[120.486,24.1225],[120.4846,24.119],[120.4833,24.1189],[120.4808,24.1115],[120.4787,24.1104],[120.4783,24.1068],[120.4792,24.1049],[120.4774,24.1025],[120.4804,24.0988],[120.4844,24.099],[120.4858,24.0979],[120.4867,24.0954],[120.4885,24.0944],[120.4886,24.0908],[120.4913,24.0889],[120.4896,24.0876],[120.4893,24.0839],[120.4884,24.082],[120.4901,24.079],[120.4928,24.0772],[120.4986,24.0776],[120.4998,24.0763],[120.5023,24.0788],[120.5092,24.0778],[120.5097,24.0815],[120.5137,24.0813],[120.5175,24.0798],[120.5148,24.0843],[120.5159,24.0861],[120.5183,24.0838],[120.522,24.0839],[120.5245,24.0862],[120.5256,24.0902],[120.5329,24.0905],[120.5352,24.0916],[120.5351,24.0932],[120.5378,24.0933],[120.5419,24.0951],[120.5412,24.0999],[120.5432,24.1015],[120.5459,24.1078],[120.5479,24.1088],[120.5496,24.1139]]]},"properties":{"TOWNCODE":"10007030","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"和美鎮"},"id":"10007030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.482,24.1402],[120.476,24.1416],[120.4742,24.1411],[120.4684,24.1427],[120.4686,24.1436],[120.465,24.1482],[120.4592,24.1468],[120.4557,24.1473],[120.4555,24.1456],[120.4519,24.1464],[120.4509,24.1475],[120.4397,24.1559],[120.4389,24.1584],[120.4333,24.1651],[120.4289,24.1711],[120.4247,24.1776],[120.4234,24.1761],[120.4212,24.1756],[120.4183,24.1737],[120.4161,24.1695],[120.416,24.166],[120.4149,24.1608],[120.4153,24.1584],[120.4139,24.1572],[120.4104,24.1567],[120.4082,24.1543],[120.4117,24.1533],[120.4128,24.1522],[120.4118,24.1494],[120.4102,24.1476],[120.409,24.1427],[120.4071,24.1396],[120.4026,24.1387],[120.4,24.1353],[120.4,24.1317],[120.4012,24.1299],[120.3993,24.1248],[120.3984,24.1237],[120.4296,24.124],[120.4329,24.1249],[120.4354,24.1241],[120.442,24.1254],[120.4439,24.1266],[120.4526,24.1264],[120.4565,24.1221],[120.4567,24.12],[120.4631,24.1159],[120.4673,24.1075],[120.4721,24.105],[120.4738,24.103],[120.4774,24.1025],[120.4792,24.1049],[120.4783,24.1068],[120.4787,24.1104],[120.4808,24.1115],[120.4833,24.1189],[120.4846,24.119],[120.486,24.1225],[120.4844,24.126],[120.4832,24.1271],[120.4818,24.1352],[120.482,24.1402]]]},"properties":{"TOWNCODE":"10007040","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"線西鄉"},"id":"10007040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4566,24.2072],[120.4538,24.2041],[120.4532,24.202],[120.4507,24.1979],[120.4471,24.1943],[120.4449,24.1901],[120.4392,24.1857],[120.4327,24.1867],[120.4297,24.1845],[120.4247,24.1833],[120.4244,24.1819],[120.4262,24.1797],[120.4247,24.1776],[120.4289,24.1711],[120.4333,24.1651],[120.4389,24.1584],[120.4397,24.1559],[120.4509,24.1475],[120.4519,24.1464],[120.4555,24.1456],[120.4557,24.1473],[120.4592,24.1468],[120.465,24.1482],[120.4686,24.1436],[120.4684,24.1427],[120.4742,24.1411],[120.476,24.1416],[120.482,24.1402],[120.484,24.1422],[120.4858,24.1416],[120.4866,24.1381],[120.4944,24.1348],[120.5019,24.1325],[120.5037,24.1357],[120.5047,24.141],[120.5062,24.1456],[120.5063,24.1481],[120.5025,24.1485],[120.5015,24.1508],[120.5036,24.1517],[120.5095,24.1521],[120.5093,24.1551],[120.513,24.157],[120.5153,24.1595],[120.5197,24.1615],[120.5175,24.1653],[120.5126,24.177],[120.5081,24.1872],[120.5044,24.1911],[120.4979,24.1934],[120.4566,24.2072]]]},"properties":{"TOWNCODE":"10007050","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"伸港鄉"},"id":"10007050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4998,24.0763],[120.4986,24.0776],[120.4928,24.0772],[120.4909,24.0743],[120.4895,24.0747],[120.4822,24.0722],[120.4795,24.0709],[120.4817,24.0685],[120.4817,24.0573],[120.4785,24.057],[120.4797,24.054],[120.4816,24.0541],[120.4821,24.0493],[120.4837,24.0467],[120.489,24.047],[120.4892,24.0443],[120.4839,24.0439],[120.4839,24.041],[120.4829,24.0402],[120.4854,24.0352],[120.4873,24.0339],[120.4912,24.0291],[120.4901,24.0281],[120.4839,24.0279],[120.4805,24.0266],[120.4827,24.0245],[120.4895,24.0207],[120.4947,24.0164],[120.4942,24.0122],[120.4974,24.0109],[120.4939,24.0097],[120.4953,24.0073],[120.4946,24.0059],[120.4953,24.0014],[120.4993,23.9959],[120.5034,23.9933],[120.5038,23.9913],[120.5057,23.9908],[120.5082,23.9914],[120.5091,23.9932],[120.5119,23.9936],[120.513,23.9926],[120.5169,23.9935],[120.5173,23.9959],[120.5214,23.9963],[120.5212,23.9989],[120.5238,23.9991],[120.5238,24.0011],[120.5266,24.001],[120.527,24.0041],[120.5264,24.0069],[120.5285,24.0066],[120.5299,24.011],[120.5339,24.0114],[120.5348,24.0128],[120.5315,24.0181],[120.5292,24.0174],[120.5284,24.0191],[120.5264,24.0187],[120.5255,24.0215],[120.5256,24.026],[120.5241,24.0276],[120.5239,24.0307],[120.5217,24.0326],[120.5206,24.036],[120.5206,24.0444],[120.5174,24.0522],[120.5145,24.0526],[120.5107,24.0548],[120.5068,24.0513],[120.5066,24.0555],[120.5046,24.057],[120.5042,24.061],[120.5066,24.061],[120.5066,24.0671],[120.5041,24.0686],[120.5029,24.0708],[120.5037,24.0729],[120.4998,24.0763]]]},"properties":{"TOWNCODE":"10007070","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"秀水鄉"},"id":"10007070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5928,24.0378],[120.5919,24.0415],[120.5871,24.0448],[120.5881,24.0469],[120.5868,24.0488],[120.5832,24.0518],[120.5811,24.0516],[120.5782,24.0544],[120.5767,24.0535],[120.5708,24.0563],[120.5676,24.0555],[120.5642,24.0538],[120.5635,24.0523],[120.5611,24.0515],[120.5582,24.0494],[120.5562,24.0494],[120.5546,24.051],[120.5521,24.0507],[120.5502,24.054],[120.5488,24.0547],[120.5456,24.0539],[120.5342,24.0543],[120.5333,24.0519],[120.5294,24.0519],[120.5225,24.0526],[120.519,24.056],[120.5174,24.0522],[120.5206,24.0444],[120.5206,24.036],[120.5217,24.0326],[120.5239,24.0307],[120.5241,24.0276],[120.5256,24.026],[120.5255,24.0215],[120.5264,24.0187],[120.5284,24.0191],[120.5292,24.0174],[120.5315,24.0181],[120.5348,24.0128],[120.5374,24.0135],[120.542,24.0118],[120.5459,24.0081],[120.5521,24.0078],[120.5534,24.0061],[120.555,24.002],[120.5703,24.0044],[120.5745,24.0047],[120.5756,24.0056],[120.5787,24.0056],[120.5832,24.0077],[120.5849,24.0093],[120.5887,24.0088],[120.5901,24.0105],[120.593,24.0101],[120.5941,24.0111],[120.5971,24.0095],[120.5993,24.0094],[120.6024,24.0104],[120.6051,24.0096],[120.6037,24.0121],[120.6011,24.015],[120.6,24.0177],[120.5976,24.0211],[120.5973,24.0231],[120.5954,24.0245],[120.595,24.0285],[120.5952,24.0328],[120.5924,24.0348],[120.5928,24.0378]]]},"properties":{"TOWNCODE":"10007080","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"花壇鄉"},"id":"10007080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6557,24.0307],[120.6518,24.0285],[120.6492,24.0307],[120.6467,24.0338],[120.6444,24.0323],[120.6462,24.0283],[120.6446,24.0259],[120.6419,24.0274],[120.6375,24.0285],[120.6361,24.0311],[120.6341,24.0311],[120.6278,24.0296],[120.6248,24.0305],[120.6242,24.0334],[120.6277,24.0376],[120.6274,24.0408],[120.626,24.0416],[120.6258,24.0467],[120.6211,24.046],[120.6163,24.0433],[120.6127,24.0432],[120.6114,24.0439],[120.6073,24.0439],[120.602,24.0415],[120.5928,24.0378],[120.5924,24.0348],[120.5952,24.0328],[120.595,24.0285],[120.5954,24.0245],[120.5973,24.0231],[120.5976,24.0211],[120.6,24.0177],[120.6011,24.015],[120.6037,24.0121],[120.6051,24.0096],[120.6033,24.0088],[120.6035,24.0063],[120.6064,24.004],[120.6093,23.9993],[120.6092,23.9955],[120.6107,23.9938],[120.6089,23.9928],[120.6108,23.991],[120.6088,23.9901],[120.6077,23.9864],[120.6099,23.9859],[120.6114,23.9841],[120.6146,23.9843],[120.6163,23.9834],[120.6171,23.9802],[120.6197,23.9788],[120.62,23.9742],[120.6227,23.9716],[120.6232,23.9678],[120.6243,23.9649],[120.6282,23.9629],[120.6276,23.9592],[120.6296,23.9578],[120.6297,23.9561],[120.6341,23.9542],[120.6354,23.9522],[120.6396,23.9551],[120.6427,23.9583],[120.6442,23.9621],[120.6468,23.9634],[120.647,23.9715],[120.6466,23.9748],[120.65,23.9827],[120.6499,23.9853],[120.6451,23.9898],[120.6375,23.9937],[120.6363,23.9955],[120.6361,23.9984],[120.6382,24.0038],[120.6381,24.0074],[120.6403,24.0058],[120.6414,24.008],[120.6462,24.0092],[120.6473,24.0084],[120.66,24.0084],[120.6659,24.0078],[120.6676,24.0069],[120.6728,24.0061],[120.6738,24.0079],[120.671,24.0099],[120.6764,24.0109],[120.6786,24.014],[120.6684,24.0207],[120.6647,24.0234],[120.6635,24.025],[120.6611,24.0257],[120.6557,24.0307]]]},"properties":{"TOWNCODE":"10007090","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"芬園鄉"},"id":"10007090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5122,23.9776],[120.5081,23.9768],[120.5044,23.9734],[120.5003,23.9734],[120.497,23.9742],[120.4971,23.9724],[120.485,23.9733],[120.4831,23.9776],[120.4781,23.9778],[120.4747,23.9825],[120.4723,23.9838],[120.4687,23.9836],[120.4658,23.9803],[120.466,23.9752],[120.4657,23.9703],[120.4649,23.9675],[120.4621,23.9646],[120.4594,23.9628],[120.4548,23.9614],[120.4514,23.9651],[120.4475,23.966],[120.4483,23.9604],[120.4459,23.9588],[120.4483,23.9552],[120.4522,23.9483],[120.455,23.9409],[120.4606,23.9354],[120.4657,23.9328],[120.4667,23.9315],[120.4671,23.9316],[120.4743,23.9218],[120.4749,23.922],[120.4808,23.9204],[120.4903,23.9205],[120.4908,23.9239],[120.4939,23.9238],[120.4945,23.9251],[120.4959,23.9295],[120.5012,23.9297],[120.5016,23.9324],[120.5039,23.9327],[120.5072,23.9352],[120.5081,23.935],[120.5083,23.9376],[120.5103,23.9414],[120.5132,23.945],[120.513,23.9487],[120.512,23.9503],[120.5123,23.954],[120.5157,23.958],[120.5153,23.9654],[120.5105,23.969],[120.511,23.9738],[120.5147,23.9759],[120.5122,23.9776]]]},"properties":{"TOWNCODE":"10007110","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"溪湖鎮"},"id":"10007110"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.1519,23.3927],[120.1498,23.3985],[120.1447,23.4038],[120.1428,23.4096],[120.1408,23.4115],[120.1439,23.4029],[120.1477,23.3985],[120.1504,23.3893],[120.1519,23.3927]]],[[[120.1825,23.5098],[120.1796,23.5104],[120.1724,23.5147],[120.1666,23.5172],[120.1646,23.5158],[120.1581,23.5159],[120.1523,23.5182],[120.1493,23.5189],[120.1458,23.5208],[120.1458,23.5185],[120.1424,23.5174],[120.1254,23.5205],[120.1215,23.5195],[120.1189,23.5157],[120.1193,23.4962],[120.1204,23.493],[120.1234,23.4896],[120.1274,23.4879],[120.1336,23.4882],[120.1395,23.49],[120.1578,23.495],[120.1587,23.4936],[120.1697,23.4922],[120.1676,23.4907],[120.1581,23.4917],[120.1552,23.4911],[120.1566,23.4875],[120.1558,23.4841],[120.1515,23.4807],[120.1498,23.4784],[120.1491,23.4749],[120.145,23.4719],[120.1443,23.468],[120.1469,23.4652],[120.1446,23.4597],[120.139,23.4581],[120.1344,23.4541],[120.1332,23.4516],[120.1354,23.4477],[120.1364,23.4485],[120.1354,23.4511],[120.1388,23.4527],[120.1399,23.4507],[120.1491,23.454],[120.1511,23.4557],[120.1526,23.4539],[120.151,23.449],[120.1546,23.4478],[120.1465,23.4375],[120.1473,23.4364],[120.1458,23.4333],[120.1455,23.4286],[120.149,23.4277],[120.149,23.4255],[120.1513,23.4261],[120.1536,23.4284],[120.1556,23.4272],[120.1516,23.4239],[120.1495,23.423],[120.1495,23.4198],[120.1513,23.4183],[120.1482,23.4147],[120.1493,23.4131],[120.1494,23.4061],[120.1507,23.401],[120.1518,23.3986],[120.1538,23.3992],[120.1541,23.4043],[120.16,23.4054],[120.1625,23.4042],[120.1661,23.4048],[120.1712,23.4078],[120.1699,23.4091],[120.1716,23.4119],[120.1739,23.4107],[120.1757,23.4162],[120.1774,23.4182],[120.1816,23.4208],[120.1849,23.4206],[120.1882,23.4231],[120.1891,23.4186],[120.1903,23.4155],[120.193,23.4193],[120.1939,23.4218],[120.1996,23.4185],[120.201,23.4207],[120.2038,23.4207],[120.2044,23.4222],[120.2069,23.4235],[120.2063,23.4273],[120.2076,23.433],[120.205,23.4373],[120.2071,23.4398],[120.2067,23.4415],[120.2042,23.4431],[120.2015,23.4438],[120.1974,23.447],[120.1943,23.4485],[120.2062,23.4529],[120.2103,23.4539],[120.2107,23.4556],[120.2131,23.457],[120.2155,23.4555],[120.2202,23.4596],[120.2217,23.4599],[120.2218,23.4629],[120.2264,23.4636],[120.2255,23.4653],[120.2263,23.4691],[120.2257,23.4749],[120.2247,23.479],[120.2199,23.4829],[120.2146,23.4861],[120.2193,23.4872],[120.2215,23.4884],[120.2178,23.4934],[120.2141,23.4925],[120.2125,23.4894],[120.2112,23.4902],[120.2102,23.4939],[120.2106,23.4962],[120.2128,23.4978],[120.2162,23.4972],[120.2168,23.4992],[120.2149,23.5009],[120.2115,23.5019],[120.2092,23.5043],[120.201,23.5077],[120.2018,23.5113],[120.2013,23.5124],[120.1966,23.513],[120.194,23.5123],[120.1899,23.51],[120.1872,23.5106],[120.1825,23.5098]]]]},"properties":{"TOWNCODE":"10010090","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"東石鄉"},"id":"10010090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6051,24.0096],[120.6024,24.0104],[120.5993,24.0094],[120.5971,24.0095],[120.5941,24.0111],[120.593,24.0101],[120.5901,24.0105],[120.5887,24.0088],[120.5849,24.0093],[120.5832,24.0077],[120.5787,24.0056],[120.5756,24.0056],[120.5745,24.0047],[120.5703,24.0044],[120.555,24.002],[120.5534,24.0061],[120.5521,24.0078],[120.5459,24.0081],[120.542,24.0118],[120.5374,24.0135],[120.5348,24.0128],[120.5339,24.0114],[120.5299,24.011],[120.5285,24.0066],[120.5264,24.0069],[120.527,24.0041],[120.5266,24.001],[120.5238,24.0011],[120.5238,23.9991],[120.5212,23.9989],[120.5214,23.9963],[120.5173,23.9959],[120.5169,23.9935],[120.513,23.9926],[120.5119,23.9936],[120.5091,23.9932],[120.5082,23.9914],[120.5057,23.9908],[120.5074,23.9891],[120.5053,23.9874],[120.5088,23.9826],[120.514,23.9791],[120.514,23.9781],[120.5206,23.978],[120.5216,23.9772],[120.5263,23.9779],[120.5305,23.9774],[120.5329,23.9777],[120.5344,23.9739],[120.5383,23.9712],[120.5414,23.9713],[120.5451,23.9763],[120.5472,23.9755],[120.5507,23.9776],[120.5538,23.9781],[120.5562,23.9794],[120.5629,23.9801],[120.5622,23.9779],[120.5626,23.9725],[120.5676,23.973],[120.5759,23.9757],[120.5763,23.9787],[120.5802,23.9791],[120.5878,23.9806],[120.5895,23.9798],[120.5932,23.9828],[120.5986,23.985],[120.6019,23.987],[120.605,23.9902],[120.6088,23.9901],[120.6108,23.991],[120.6089,23.9928],[120.6107,23.9938],[120.6092,23.9955],[120.6093,23.9993],[120.6064,24.004],[120.6035,24.0063],[120.6033,24.0088],[120.6051,24.0096]]]},"properties":{"TOWNCODE":"10007130","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"大村鄉"},"id":"10007130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4946,24.0059],[120.4919,24.0094],[120.4865,24.011],[120.4826,24.0109],[120.4801,24.0123],[120.4776,24.0119],[120.4731,24.0124],[120.4725,24.0131],[120.4662,24.0126],[120.4615,24.0129],[120.4593,24.0147],[120.4591,24.0165],[120.4561,24.0165],[120.4519,24.0191],[120.4521,24.021],[120.4491,24.0212],[120.4473,24.0236],[120.4449,24.0234],[120.4437,24.0254],[120.4419,24.0241],[120.4354,24.0229],[120.4351,24.0193],[120.4278,24.0137],[120.4269,24.0112],[120.4299,24.0088],[120.429,24.0048],[120.4264,24.005],[120.4249,23.9937],[120.4186,23.9967],[120.4118,23.9979],[120.4126,23.9964],[120.4147,23.9936],[120.4179,23.9878],[120.4218,23.9834],[120.422,23.9816],[120.4243,23.9793],[120.4233,23.9782],[120.425,23.9759],[120.4292,23.9726],[120.4292,23.9714],[120.4327,23.9697],[120.4388,23.9684],[120.4419,23.9659],[120.4459,23.9588],[120.4483,23.9604],[120.4475,23.966],[120.4514,23.9651],[120.4548,23.9614],[120.4594,23.9628],[120.4621,23.9646],[120.4649,23.9675],[120.4657,23.9703],[120.466,23.9752],[120.4658,23.9803],[120.4687,23.9836],[120.4723,23.9838],[120.4747,23.9825],[120.4781,23.9778],[120.4831,23.9776],[120.485,23.9733],[120.4971,23.9724],[120.497,23.9742],[120.5003,23.9734],[120.5044,23.9734],[120.5081,23.9768],[120.5122,23.9776],[120.5118,23.98],[120.5088,23.9826],[120.5053,23.9874],[120.5074,23.9891],[120.5057,23.9908],[120.5038,23.9913],[120.5034,23.9933],[120.4993,23.9959],[120.4953,24.0014],[120.4946,24.0059]]]},"properties":{"TOWNCODE":"10007140","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"埔鹽鄉"},"id":"10007140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5472,23.9755],[120.5451,23.9763],[120.5414,23.9713],[120.5383,23.9712],[120.5344,23.9739],[120.5329,23.9777],[120.5305,23.9774],[120.5263,23.9779],[120.5216,23.9772],[120.5206,23.978],[120.514,23.9781],[120.514,23.9791],[120.5088,23.9826],[120.5118,23.98],[120.5122,23.9776],[120.5147,23.9759],[120.511,23.9738],[120.5105,23.969],[120.5153,23.9654],[120.5157,23.958],[120.5123,23.954],[120.512,23.9503],[120.513,23.9487],[120.5132,23.945],[120.5103,23.9414],[120.5083,23.9376],[120.5081,23.935],[120.5081,23.9313],[120.5124,23.9297],[120.5162,23.9315],[120.5188,23.9296],[120.5192,23.9316],[120.5163,23.9353],[120.5189,23.9376],[120.5214,23.9362],[120.5284,23.9376],[120.5324,23.9366],[120.5338,23.9321],[120.5351,23.9302],[120.537,23.9294],[120.544,23.9319],[120.5443,23.9334],[120.5519,23.933],[120.555,23.9363],[120.5579,23.9378],[120.5615,23.938],[120.5608,23.9453],[120.5631,23.9458],[120.5659,23.9506],[120.5632,23.9529],[120.5633,23.9574],[120.5605,23.9591],[120.5576,23.9587],[120.5505,23.9623],[120.5478,23.9627],[120.5452,23.9648],[120.544,23.9684],[120.5452,23.9712],[120.5466,23.9719],[120.5472,23.9755]]]},"properties":{"TOWNCODE":"10007150","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"埔心鄉"},"id":"10007150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5754,23.9333],[120.5697,23.9344],[120.5674,23.9344],[120.5641,23.9367],[120.5635,23.9385],[120.5615,23.938],[120.5579,23.9378],[120.555,23.9363],[120.5519,23.933],[120.5443,23.9334],[120.544,23.9319],[120.537,23.9294],[120.5351,23.9302],[120.5338,23.9321],[120.5324,23.9366],[120.5284,23.9376],[120.5214,23.9362],[120.5189,23.9376],[120.5163,23.9353],[120.5192,23.9316],[120.5188,23.9296],[120.5162,23.9315],[120.5124,23.9297],[120.5081,23.9313],[120.5081,23.935],[120.5072,23.9352],[120.5039,23.9327],[120.5016,23.9324],[120.5012,23.9297],[120.4959,23.9295],[120.4945,23.9251],[120.4985,23.925],[120.5059,23.9189],[120.5114,23.9174],[120.5129,23.9152],[120.5155,23.9134],[120.5195,23.914],[120.524,23.9134],[120.5247,23.9142],[120.5306,23.9127],[120.5329,23.9115],[120.5362,23.9082],[120.5386,23.9076],[120.5386,23.9038],[120.5379,23.9018],[120.5402,23.9008],[120.5471,23.9018],[120.5462,23.907],[120.5474,23.9067],[120.5531,23.9075],[120.555,23.9056],[120.5568,23.902],[120.5601,23.9029],[120.5645,23.9033],[120.569,23.9048],[120.5663,23.912],[120.5707,23.9143],[120.5771,23.9145],[120.5769,23.9169],[120.5753,23.9224],[120.5763,23.9233],[120.5712,23.9271],[120.5736,23.9287],[120.5754,23.9333]]]},"properties":{"TOWNCODE":"10007160","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"永靖鄉"},"id":"10007160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6838,23.8013],[120.6834,23.8054],[120.6791,23.8058],[120.6785,23.8075],[120.678,23.8139],[120.6787,23.8166],[120.6762,23.8194],[120.6744,23.8201],[120.6698,23.8185],[120.665,23.815],[120.6624,23.8154],[120.6589,23.8146],[120.6556,23.8128],[120.6509,23.8125],[120.6487,23.8161],[120.6445,23.8176],[120.6401,23.8206],[120.6386,23.824],[120.64,23.8251],[120.6381,23.8289],[120.6369,23.8329],[120.6335,23.8339],[120.6264,23.84],[120.6224,23.84],[120.6213,23.8417],[120.6184,23.8404],[120.6156,23.8406],[120.605,23.8351],[120.6028,23.8381],[120.6014,23.8372],[120.5983,23.8381],[120.5961,23.8374],[120.5983,23.8349],[120.5981,23.8309],[120.6001,23.83],[120.6002,23.826],[120.6031,23.8219],[120.6028,23.8199],[120.5982,23.8147],[120.5944,23.8124],[120.5903,23.8119],[120.588,23.81],[120.5865,23.8076],[120.5831,23.8052],[120.5819,23.8023],[120.5836,23.7985],[120.5836,23.7933],[120.587,23.7919],[120.5937,23.7911],[120.6159,23.7913],[120.625,23.79],[120.6286,23.79],[120.633,23.789],[120.6352,23.7867],[120.6404,23.7861],[120.6425,23.7857],[120.6587,23.7912],[120.6638,23.7921],[120.6669,23.7937],[120.6697,23.7962],[120.6753,23.7999],[120.6801,23.8017],[120.6838,23.8013]]]},"properties":{"TOWNCODE":"10007180","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"二水鄉"},"id":"10007180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4126,23.9964],[120.4088,23.9987],[120.4057,23.9914],[120.4075,23.9892],[120.4034,23.9863],[120.4019,23.9833],[120.4027,23.9782],[120.4015,23.9736],[120.4027,23.971],[120.402,23.9671],[120.4005,23.9644],[120.4,23.96],[120.4017,23.9579],[120.3984,23.9577],[120.398,23.9527],[120.3967,23.9509],[120.3915,23.9531],[120.3871,23.9456],[120.3853,23.9473],[120.3818,23.9478],[120.3817,23.9384],[120.3826,23.9347],[120.3826,23.9314],[120.3814,23.9256],[120.3768,23.9246],[120.3756,23.923],[120.368,23.9224],[120.3662,23.9205],[120.3635,23.9138],[120.3611,23.9145],[120.3614,23.9096],[120.3629,23.9077],[120.3605,23.906],[120.3619,23.9004],[120.355,23.9009],[120.3532,23.9006],[120.3537,23.8969],[120.3496,23.8971],[120.35,23.8922],[120.346,23.8836],[120.3454,23.8836],[120.3436,23.8777],[120.3415,23.8699],[120.3466,23.8683],[120.3463,23.8674],[120.3504,23.8662],[120.3485,23.8607],[120.3492,23.8586],[120.3518,23.8596],[120.3548,23.8595],[120.3559,23.8578],[120.3553,23.8558],[120.3581,23.8548],[120.3602,23.8566],[120.3636,23.8553],[120.3655,23.8532],[120.3666,23.855],[120.3685,23.854],[120.3713,23.8633],[120.3747,23.8634],[120.3781,23.8626],[120.3786,23.8635],[120.3835,23.8621],[120.3842,23.8635],[120.3883,23.8628],[120.3891,23.8639],[120.3997,23.8641],[120.3997,23.8697],[120.4028,23.87],[120.4037,23.8747],[120.4003,23.8757],[120.4026,23.8773],[120.403,23.8807],[120.4013,23.885],[120.4041,23.8868],[120.4076,23.8868],[120.4093,23.8899],[120.4121,23.8912],[120.413,23.8861],[120.4209,23.8858],[120.4257,23.8785],[120.4282,23.8793],[120.4309,23.8792],[120.4357,23.876],[120.438,23.8762],[120.4421,23.8746],[120.4476,23.876],[120.4472,23.8798],[120.4455,23.8852],[120.4472,23.8854],[120.4469,23.8917],[120.4444,23.8924],[120.4435,23.8943],[120.4411,23.8947],[120.4417,23.9006],[120.4438,23.9009],[120.4437,23.9081],[120.4457,23.9093],[120.4466,23.9117],[120.4473,23.9167],[120.4455,23.9189],[120.4458,23.9303],[120.454,23.9302],[120.459,23.9291],[120.4598,23.9273],[120.4667,23.9315],[120.4657,23.9328],[120.4606,23.9354],[120.455,23.9409],[120.4522,23.9483],[120.4483,23.9552],[120.4459,23.9588],[120.4419,23.9659],[120.4388,23.9684],[120.4327,23.9697],[120.4292,23.9714],[120.4292,23.9726],[120.425,23.9759],[120.4233,23.9782],[120.4243,23.9793],[120.422,23.9816],[120.4218,23.9834],[120.4179,23.9878],[120.4147,23.9936],[120.4126,23.9964]]]},"properties":{"TOWNCODE":"10007200","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"二林鎮"},"id":"10007200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4749,23.922],[120.4743,23.9218],[120.4671,23.9316],[120.4667,23.9315],[120.4598,23.9273],[120.459,23.9291],[120.454,23.9302],[120.4458,23.9303],[120.4455,23.9189],[120.4473,23.9167],[120.4466,23.9117],[120.4457,23.9093],[120.4437,23.9081],[120.4438,23.9009],[120.4417,23.9006],[120.4411,23.8947],[120.4435,23.8943],[120.4444,23.8924],[120.4469,23.8917],[120.4472,23.8854],[120.4455,23.8852],[120.4472,23.8798],[120.4476,23.876],[120.4421,23.8746],[120.4435,23.8718],[120.4421,23.8689],[120.4448,23.8646],[120.4474,23.8559],[120.4437,23.8553],[120.4447,23.85],[120.4551,23.8387],[120.4578,23.8383],[120.4588,23.8351],[120.461,23.8321],[120.4642,23.8254],[120.4677,23.829],[120.4675,23.8304],[120.4695,23.8327],[120.4688,23.8338],[120.471,23.8418],[120.4739,23.8462],[120.4755,23.8476],[120.4753,23.8576],[120.4803,23.8584],[120.4806,23.8512],[120.4824,23.8503],[120.485,23.8526],[120.4879,23.854],[120.4862,23.8563],[120.4856,23.8628],[120.4863,23.8678],[120.4918,23.8664],[120.5005,23.8673],[120.5073,23.87],[120.5073,23.8711],[120.5022,23.876],[120.502,23.8793],[120.4996,23.8828],[120.4992,23.8905],[120.5004,23.8929],[120.5,23.8949],[120.4971,23.8972],[120.4903,23.8982],[120.4902,23.8996],[120.4823,23.9037],[120.4775,23.9097],[120.4739,23.9132],[120.4756,23.9192],[120.4749,23.922]]]},"properties":{"TOWNCODE":"10007220","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"埤頭鄉"},"id":"10007220"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4088,23.9987],[120.4063,23.9996],[120.4052,24.0021],[120.4017,24.0033],[120.3992,24.0028],[120.3955,24.0043],[120.3941,24.0056],[120.3897,24.0077],[120.3906,24.0103],[120.3883,24.0108],[120.3876,24.016],[120.3855,24.0173],[120.3856,24.0199],[120.3819,24.0254],[120.3816,24.0265],[120.3787,24.0281],[120.3759,24.0331],[120.3741,24.0377],[120.3582,24.0423],[120.3418,24.0479],[120.3414,24.0396],[120.3404,24.0351],[120.3374,24.0298],[120.3361,24.0179],[120.3341,24.0139],[120.3299,24.0115],[120.3224,24.0054],[120.3177,24.0009],[120.3165,23.9992],[120.3119,23.9898],[120.3087,23.9871],[120.3083,23.9835],[120.3084,23.9753],[120.3077,23.9731],[120.3031,23.9693],[120.2987,23.9664],[120.2918,23.9605],[120.2903,23.9582],[120.2861,23.9571],[120.284,23.9558],[120.2816,23.9525],[120.2803,23.9484],[120.2816,23.9435],[120.2795,23.9349],[120.2788,23.9336],[120.2755,23.9321],[120.2691,23.9306],[120.2672,23.9282],[120.2652,23.9237],[120.261,23.9197],[120.2606,23.9184],[120.2715,23.9101],[120.2795,23.9048],[120.2847,23.9017],[120.2969,23.8955],[120.2997,23.8953],[120.3061,23.8931],[120.3073,23.8901],[120.3103,23.889],[120.3122,23.8946],[120.3154,23.8945],[120.319,23.8935],[120.3184,23.8909],[120.3222,23.8887],[120.3207,23.8845],[120.3222,23.88],[120.3239,23.8782],[120.3282,23.8784],[120.3308,23.8795],[120.3392,23.8777],[120.3394,23.8787],[120.3436,23.8777],[120.3454,23.8836],[120.346,23.8836],[120.35,23.8922],[120.3496,23.8971],[120.3537,23.8969],[120.3532,23.9006],[120.355,23.9009],[120.3619,23.9004],[120.3605,23.906],[120.3629,23.9077],[120.3614,23.9096],[120.3611,23.9145],[120.3635,23.9138],[120.3662,23.9205],[120.368,23.9224],[120.3756,23.923],[120.3768,23.9246],[120.3814,23.9256],[120.3826,23.9314],[120.3826,23.9347],[120.3817,23.9384],[120.3818,23.9478],[120.3853,23.9473],[120.3871,23.9456],[120.3915,23.9531],[120.3967,23.9509],[120.398,23.9527],[120.3984,23.9577],[120.4017,23.9579],[120.4,23.96],[120.4005,23.9644],[120.402,23.9671],[120.4027,23.971],[120.4015,23.9736],[120.4027,23.9782],[120.4019,23.9833],[120.4034,23.9863],[120.4075,23.9892],[120.4057,23.9914],[120.4088,23.9987]]]},"properties":{"TOWNCODE":"10007230","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"芳苑鄉"},"id":"10007230"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3436,23.8777],[120.3394,23.8787],[120.3392,23.8777],[120.3308,23.8795],[120.3282,23.8784],[120.3239,23.8782],[120.3222,23.88],[120.3207,23.8845],[120.3222,23.8887],[120.3184,23.8909],[120.319,23.8935],[120.3154,23.8945],[120.3122,23.8946],[120.3103,23.889],[120.3073,23.8901],[120.3061,23.8931],[120.2997,23.8953],[120.2969,23.8955],[120.2847,23.9017],[120.2795,23.9048],[120.2715,23.9101],[120.2606,23.9184],[120.2609,23.915],[120.2587,23.9111],[120.2562,23.9079],[120.2556,23.9034],[120.2577,23.8993],[120.2552,23.8942],[120.2522,23.8917],[120.2471,23.8884],[120.2395,23.8877],[120.2353,23.8853],[120.2307,23.8806],[120.2261,23.8769],[120.2262,23.8741],[120.2243,23.8703],[120.2204,23.8662],[120.224,23.8615],[120.2324,23.8517],[120.2383,23.8459],[120.2447,23.8406],[120.2492,23.8375],[120.2564,23.8337],[120.3021,23.8219],[120.3081,23.8203],[120.3181,23.8203],[120.3331,23.8223],[120.3506,23.8223],[120.3581,23.8228],[120.3604,23.8234],[120.3703,23.8286],[120.3752,23.8286],[120.3707,23.84],[120.3778,23.8423],[120.3774,23.8446],[120.37,23.8446],[120.3656,23.8471],[120.3664,23.8519],[120.3655,23.8532],[120.3636,23.8553],[120.3602,23.8566],[120.3581,23.8548],[120.3553,23.8558],[120.3559,23.8578],[120.3548,23.8595],[120.3518,23.8596],[120.3492,23.8586],[120.3485,23.8607],[120.3504,23.8662],[120.3463,23.8674],[120.3466,23.8683],[120.3415,23.8699],[120.3436,23.8777]]]},"properties":{"TOWNCODE":"10007240","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"大城鄉"},"id":"10007240"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4421,23.8746],[120.438,23.8762],[120.4357,23.876],[120.4309,23.8792],[120.4282,23.8793],[120.4257,23.8785],[120.4209,23.8858],[120.413,23.8861],[120.4121,23.8912],[120.4093,23.8899],[120.4076,23.8868],[120.4041,23.8868],[120.4013,23.885],[120.403,23.8807],[120.4026,23.8773],[120.4003,23.8757],[120.4037,23.8747],[120.4028,23.87],[120.3997,23.8697],[120.3997,23.8641],[120.3891,23.8639],[120.3883,23.8628],[120.3842,23.8635],[120.3835,23.8621],[120.3786,23.8635],[120.3781,23.8626],[120.3747,23.8634],[120.3713,23.8633],[120.3685,23.854],[120.3666,23.855],[120.3655,23.8532],[120.3664,23.8519],[120.3656,23.8471],[120.37,23.8446],[120.3774,23.8446],[120.3778,23.8423],[120.3707,23.84],[120.3752,23.8286],[120.3817,23.8286],[120.4103,23.8264],[120.4187,23.8271],[120.4253,23.8303],[120.4331,23.8302],[120.4395,23.8269],[120.4431,23.8229],[120.4473,23.8207],[120.4521,23.8172],[120.4553,23.8167],[120.4553,23.8239],[120.4548,23.8311],[120.4588,23.8351],[120.4578,23.8383],[120.4551,23.8387],[120.4447,23.85],[120.4437,23.8553],[120.4474,23.8559],[120.4448,23.8646],[120.4421,23.8689],[120.4435,23.8718],[120.4421,23.8746]]]},"properties":{"TOWNCODE":"10007250","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"竹塘鄉"},"id":"10007250"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5628,23.8433],[120.5598,23.841],[120.5571,23.8432],[120.5536,23.845],[120.5514,23.8452],[120.5438,23.8483],[120.5421,23.8509],[120.5389,23.8521],[120.5311,23.8525],[120.5353,23.842],[120.5322,23.8431],[120.529,23.8466],[120.5271,23.8496],[120.5218,23.8545],[120.5233,23.8582],[120.5184,23.8643],[120.5123,23.8638],[120.5105,23.866],[120.5134,23.8691],[120.5125,23.8706],[120.5073,23.8711],[120.5073,23.87],[120.5005,23.8673],[120.4918,23.8664],[120.4863,23.8678],[120.4856,23.8628],[120.4862,23.8563],[120.4879,23.854],[120.485,23.8526],[120.4824,23.8503],[120.4806,23.8512],[120.4803,23.8584],[120.4753,23.8576],[120.4755,23.8476],[120.4739,23.8462],[120.471,23.8418],[120.4688,23.8338],[120.4695,23.8327],[120.4675,23.8304],[120.4677,23.829],[120.4642,23.8254],[120.461,23.8321],[120.4588,23.8351],[120.4548,23.8311],[120.4553,23.8239],[120.4553,23.8167],[120.4581,23.8161],[120.4753,23.809],[120.4832,23.8066],[120.4984,23.8036],[120.5075,23.8007],[120.5134,23.8],[120.5213,23.7998],[120.5289,23.7991],[120.535,23.8013],[120.5409,23.801],[120.5459,23.8015],[120.5509,23.8012],[120.5583,23.7994],[120.5603,23.7981],[120.5735,23.7963],[120.5788,23.7951],[120.5836,23.7933],[120.5836,23.7985],[120.5819,23.8023],[120.5831,23.8052],[120.5865,23.8076],[120.588,23.81],[120.5903,23.8119],[120.5944,23.8124],[120.5982,23.8147],[120.6028,23.8199],[120.6019,23.8206],[120.5964,23.8193],[120.5916,23.8202],[120.5876,23.8233],[120.5831,23.8281],[120.5807,23.8261],[120.5733,23.8344],[120.5723,23.833],[120.5628,23.8433]]]},"properties":{"TOWNCODE":"10007260","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"溪州鄉"},"id":"10007260"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7345,23.9493],[120.7327,23.9512],[120.7269,23.9556],[120.7225,23.9517],[120.717,23.9535],[120.7156,23.9544],[120.7105,23.955],[120.709,23.9585],[120.7066,23.9594],[120.7046,23.9589],[120.7018,23.9608],[120.7007,23.965],[120.6978,23.9642],[120.6969,23.9624],[120.6905,23.9597],[120.6884,23.9598],[120.686,23.9613],[120.685,23.9578],[120.6835,23.9562],[120.6809,23.9556],[120.6804,23.9523],[120.6741,23.9496],[120.6711,23.9448],[120.6684,23.946],[120.6648,23.9458],[120.6623,23.9479],[120.6622,23.9502],[120.6601,23.9522],[120.658,23.9521],[120.6548,23.9556],[120.6508,23.9583],[120.6486,23.9604],[120.6468,23.9634],[120.6442,23.9621],[120.6427,23.9583],[120.6396,23.9551],[120.6354,23.9522],[120.6341,23.9542],[120.6297,23.9561],[120.6317,23.9535],[120.6276,23.9518],[120.6346,23.9436],[120.6322,23.9417],[120.635,23.939],[120.635,23.9371],[120.6327,23.9355],[120.6323,23.9331],[120.6297,23.9311],[120.6285,23.9314],[120.6284,23.9314],[120.6293,23.9296],[120.633,23.9282],[120.6342,23.9266],[120.6373,23.9246],[120.6366,23.92],[120.6339,23.919],[120.6344,23.9141],[120.6323,23.9107],[120.6342,23.9078],[120.6322,23.9053],[120.6347,23.9008],[120.6351,23.8986],[120.6331,23.8956],[120.6343,23.8951],[120.6341,23.8919],[120.6322,23.8902],[120.6294,23.8891],[120.6331,23.8885],[120.635,23.8896],[120.6369,23.8888],[120.6423,23.8889],[120.6448,23.8871],[120.6489,23.8866],[120.6523,23.8847],[120.6558,23.884],[120.6617,23.8821],[120.6669,23.8831],[120.6711,23.8816],[120.6766,23.8816],[120.6831,23.8804],[120.6891,23.8822],[120.6921,23.8838],[120.6966,23.885],[120.7004,23.8868],[120.7031,23.889],[120.7046,23.8879],[120.7062,23.8891],[120.7093,23.8882],[120.7148,23.8902],[120.7172,23.8878],[120.7194,23.8828],[120.723,23.8809],[120.7246,23.8786],[120.7275,23.8808],[120.7243,23.8832],[120.7247,23.8866],[120.7242,23.8906],[120.7218,23.8911],[120.7192,23.893],[120.716,23.894],[120.7106,23.8941],[120.7077,23.8952],[120.7077,23.8974],[120.7122,23.8996],[120.7152,23.9062],[120.7175,23.9084],[120.7167,23.9115],[120.7195,23.914],[120.7181,23.9162],[120.7164,23.9212],[120.7217,23.9238],[120.7233,23.9275],[120.7263,23.9307],[120.7297,23.9283],[120.7336,23.9295],[120.7349,23.9307],[120.7323,23.939],[120.733,23.9397],[120.7324,23.9433],[120.7337,23.9454],[120.7345,23.9493]]]},"properties":{"TOWNCODE":"10008010","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"南投市"},"id":"10008010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9437,24.053],[120.9409,24.0532],[120.9397,24.0494],[120.9395,24.0462],[120.9377,24.0448],[120.9348,24.0447],[120.932,24.0475],[120.929,24.0452],[120.9276,24.0477],[120.9257,24.0491],[120.9231,24.0482],[120.9178,24.0481],[120.9145,24.0445],[120.9139,24.0421],[120.9117,24.0434],[120.9082,24.0431],[120.906,24.0403],[120.903,24.0407],[120.9039,24.0363],[120.9019,24.0352],[120.9021,24.0299],[120.9004,24.0295],[120.8994,24.0274],[120.8953,24.0227],[120.8918,24.0223],[120.8886,24.0188],[120.8904,24.0134],[120.9021,24.0099],[120.9018,24.0063],[120.9065,24.0026],[120.9096,24.0033],[120.9065,23.9965],[120.9041,23.9937],[120.904,23.9889],[120.9063,23.9826],[120.9055,23.9757],[120.9077,23.9711],[120.9036,23.9705],[120.9021,23.9719],[120.8995,23.9721],[120.8982,23.9704],[120.8953,23.9691],[120.8906,23.9691],[120.8853,23.9649],[120.8841,23.9621],[120.885,23.9602],[120.8826,23.9578],[120.8815,23.9549],[120.8792,23.9532],[120.8795,23.9498],[120.8806,23.9485],[120.8786,23.9434],[120.8789,23.9367],[120.8797,23.9324],[120.879,23.9311],[120.8791,23.926],[120.8797,23.9251],[120.8841,23.9258],[120.8874,23.9251],[120.8885,23.9282],[120.8909,23.9288],[120.8913,23.9312],[120.8942,23.9323],[120.8978,23.9313],[120.9006,23.9276],[120.9043,23.9268],[120.9062,23.9233],[120.9095,23.9228],[120.9125,23.9245],[120.9168,23.9279],[120.9194,23.928],[120.9213,23.926],[120.9281,23.9234],[120.9315,23.9245],[120.9346,23.9288],[120.9371,23.9296],[120.9435,23.9331],[120.9492,23.9314],[120.9508,23.9321],[120.9539,23.9317],[120.9548,23.9298],[120.9576,23.9284],[120.9601,23.9301],[120.9653,23.9304],[120.9645,23.9279],[120.9655,23.9233],[120.9675,23.9218],[120.9674,23.9181],[120.9712,23.9176],[120.9755,23.913],[120.9788,23.9115],[120.9795,23.91],[120.9822,23.9077],[120.9843,23.9074],[120.9857,23.9047],[120.9834,23.9037],[120.9842,23.9007],[120.9882,23.8986],[120.9911,23.8955],[120.9911,23.8966],[120.9872,23.9024],[120.986,23.9076],[120.9827,23.9084],[120.9827,23.9113],[120.9852,23.9124],[120.9887,23.9126],[120.9848,23.9168],[120.9819,23.9192],[120.9832,23.921],[120.9849,23.9202],[120.9864,23.9214],[120.9883,23.9204],[120.9914,23.9244],[120.9978,23.9254],[120.9986,23.9239],[121.0009,23.9242],[121.003,23.921],[121.0034,23.9161],[121.0044,23.914],[121.0081,23.9116],[121.0081,23.9209],[121.0088,23.9246],[121.0126,23.9284],[121.0163,23.9295],[121.0163,23.9329],[121.0146,23.933],[121.0126,23.9307],[121.0108,23.9304],[121.0088,23.9279],[121.0039,23.9259],[121.0012,23.927],[120.9997,23.9292],[120.9967,23.9304],[121.0004,23.9336],[121.0018,23.936],[121.0054,23.9397],[121.01,23.9395],[121.0125,23.9412],[121.0144,23.9449],[121.0132,23.9468],[121.0081,23.9464],[121.0052,23.9475],[121.0043,23.9493],[121.0042,23.9523],[121.0014,23.9554],[121.0021,23.9589],[121.0044,23.9588],[121.0019,23.9626],[121.0017,23.9661],[121.0035,23.967],[121.0079,23.9655],[121.0115,23.9677],[121.0156,23.9684],[121.0172,23.968],[121.0203,23.9624],[121.0251,23.9573],[121.0268,23.9567],[121.0289,23.952],[121.0309,23.9448],[121.0363,23.9451],[121.0391,23.9437],[121.0462,23.9437],[121.0465,23.9465],[121.0493,23.9495],[121.0491,23.9549],[121.0521,23.9574],[121.055,23.9627],[121.0564,23.9639],[121.0542,23.9669],[121.0542,23.9697],[121.0573,23.9689],[121.0592,23.9715],[121.0612,23.9717],[121.062,23.975],[121.0645,23.9766],[121.0665,23.9789],[121.0676,23.9817],[121.0695,23.9834],[121.0685,23.9845],[121.0673,23.989],[121.0657,23.9917],[121.0614,23.9949],[121.0585,23.9958],[121.0576,23.9996],[121.0587,24.0012],[121.0566,24.0048],[121.053,24.003],[121.0489,23.9979],[121.0454,23.999],[121.042,23.9986],[121.0393,23.9995],[121.0344,23.9988],[121.0326,23.9994],[121.0263,24.004],[121.0242,24.0027],[121.0203,24.0018],[121.0196,24.0007],[121.0142,24],[121.0099,24.0001],[121.008,24.001],[121.0058,24.0034],[121.0031,24.0077],[121.0038,24.0103],[121.0065,24.0141],[121.006,24.0169],[121.0039,24.0196],[121.0022,24.0206],[120.9991,24.0195],[120.9964,24.0204],[120.9907,24.0203],[120.9872,24.0246],[120.9843,24.026],[120.9818,24.0295],[120.9814,24.0314],[120.976,24.0328],[120.9745,24.0308],[120.9716,24.0308],[120.9652,24.0344],[120.9652,24.0379],[120.9626,24.0401],[120.9593,24.0447],[120.9545,24.0449],[120.9519,24.0468],[120.9502,24.0494],[120.9446,24.0498],[120.9437,24.053]]]},"properties":{"TOWNCODE":"10008020","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"埔里鎮"},"id":"10008020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8348,23.9705],[120.8332,23.9748],[120.8343,23.9807],[120.8356,23.9831],[120.8346,23.9855],[120.8321,23.9877],[120.8308,23.9927],[120.8253,23.9949],[120.8224,23.9936],[120.8197,23.9981],[120.8148,24.0007],[120.8082,24.0019],[120.8098,24.0069],[120.8064,24.0085],[120.8035,24.0085],[120.8026,24.0108],[120.7986,24.0154],[120.7974,24.016],[120.7927,24.0162],[120.7887,24.0154],[120.7861,24.0157],[120.7821,24.0176],[120.7795,24.0201],[120.7752,24.0185],[120.7735,24.0159],[120.7714,24.0144],[120.7707,24.0091],[120.7678,24.0092],[120.7625,24.0062],[120.7578,24.006],[120.7556,24.0034],[120.7532,24.0023],[120.7511,24.0029],[120.7486,24.0009],[120.7476,23.9991],[120.7454,23.9992],[120.7436,24.0022],[120.7318,24.009],[120.7192,24.0097],[120.7064,24.0052],[120.6949,24.0071],[120.686,24.0105],[120.6786,24.014],[120.6764,24.0109],[120.671,24.0099],[120.6738,24.0079],[120.6728,24.0061],[120.6676,24.0069],[120.6659,24.0078],[120.66,24.0084],[120.6473,24.0084],[120.6462,24.0092],[120.6414,24.008],[120.6403,24.0058],[120.6381,24.0074],[120.6382,24.0038],[120.6361,23.9984],[120.6363,23.9955],[120.6375,23.9937],[120.6451,23.9898],[120.6499,23.9853],[120.65,23.9827],[120.6466,23.9748],[120.647,23.9715],[120.6468,23.9634],[120.6486,23.9604],[120.6508,23.9583],[120.6548,23.9556],[120.658,23.9521],[120.6601,23.9522],[120.6622,23.9502],[120.6623,23.9479],[120.6648,23.9458],[120.6684,23.946],[120.6711,23.9448],[120.6741,23.9496],[120.6804,23.9523],[120.6809,23.9556],[120.6835,23.9562],[120.685,23.9578],[120.686,23.9613],[120.6884,23.9598],[120.6905,23.9597],[120.6969,23.9624],[120.6978,23.9642],[120.7007,23.965],[120.7018,23.9608],[120.7046,23.9589],[120.7066,23.9594],[120.709,23.9585],[120.7105,23.955],[120.7156,23.9544],[120.717,23.9535],[120.7225,23.9517],[120.7269,23.9556],[120.7327,23.9512],[120.7345,23.9493],[120.7384,23.9483],[120.7414,23.9518],[120.7419,23.9553],[120.7445,23.9557],[120.7492,23.9547],[120.749,23.9565],[120.7507,23.9573],[120.7506,23.9603],[120.7524,23.9606],[120.7554,23.9626],[120.7571,23.9622],[120.7587,23.9645],[120.7605,23.9643],[120.7638,23.9679],[120.7669,23.9678],[120.767,23.9656],[120.7704,23.9645],[120.77,23.963],[120.7729,23.9608],[120.7753,23.9575],[120.7753,23.9558],[120.778,23.956],[120.7787,23.9587],[120.7809,23.9596],[120.7823,23.9582],[120.7842,23.9583],[120.7855,23.9563],[120.7874,23.9566],[120.7882,23.9584],[120.7931,23.9608],[120.7943,23.9598],[120.7974,23.9601],[120.803,23.9632],[120.8061,23.9693],[120.8108,23.9716],[120.8124,23.9696],[120.8156,23.97],[120.8192,23.9696],[120.8209,23.9686],[120.8235,23.9695],[120.8285,23.9689],[120.8316,23.9703],[120.8348,23.9705]]]},"properties":{"TOWNCODE":"10008030","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"草屯鎮"},"id":"10008030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7639,23.8169],[120.7611,23.818],[120.7549,23.8222],[120.747,23.826],[120.7394,23.8277],[120.728,23.834],[120.7256,23.8319],[120.7218,23.8299],[120.7186,23.8289],[120.7101,23.8236],[120.7073,23.8194],[120.7004,23.811],[120.6971,23.8075],[120.6926,23.8046],[120.6867,23.802],[120.6838,23.8013],[120.6801,23.8017],[120.6753,23.7999],[120.6697,23.7962],[120.6669,23.7937],[120.6638,23.7921],[120.6587,23.7912],[120.6425,23.7857],[120.6404,23.7861],[120.6421,23.7822],[120.6485,23.7732],[120.6558,23.7547],[120.6546,23.7483],[120.6544,23.74],[120.6558,23.7357],[120.6544,23.7345],[120.6509,23.7362],[120.6499,23.7357],[120.6443,23.7364],[120.6421,23.7306],[120.6402,23.7308],[120.6397,23.7266],[120.6417,23.7223],[120.6397,23.7145],[120.6406,23.7132],[120.6393,23.7109],[120.6406,23.7069],[120.6456,23.7032],[120.6436,23.6999],[120.6466,23.6917],[120.6455,23.6902],[120.6462,23.6848],[120.6483,23.6828],[120.6461,23.6773],[120.6469,23.6726],[120.6449,23.6716],[120.6444,23.6684],[120.6405,23.6643],[120.64,23.6609],[120.6368,23.6569],[120.637,23.6556],[120.6351,23.652],[120.6348,23.647],[120.6351,23.6426],[120.6317,23.64],[120.6317,23.6389],[120.6291,23.6349],[120.6302,23.6326],[120.6287,23.6298],[120.63,23.6271],[120.6309,23.6219],[120.6339,23.6191],[120.6357,23.6202],[120.639,23.625],[120.6439,23.6282],[120.6451,23.631],[120.6536,23.6289],[120.6524,23.6226],[120.6529,23.6219],[120.6514,23.6161],[120.6536,23.6158],[120.6587,23.6136],[120.6616,23.6104],[120.6637,23.6112],[120.6691,23.6093],[120.6752,23.6102],[120.6778,23.6111],[120.6837,23.6109],[120.6855,23.6128],[120.6861,23.6182],[120.6913,23.6204],[120.6964,23.6201],[120.7018,23.6175],[120.7052,23.6173],[120.714,23.6209],[120.7142,23.6228],[120.713,23.6278],[120.7163,23.6296],[120.7184,23.63],[120.7205,23.6261],[120.7239,23.6218],[120.7255,23.6218],[120.7269,23.62],[120.7307,23.6183],[120.7313,23.6146],[120.7309,23.6108],[120.7359,23.6095],[120.739,23.6101],[120.7412,23.6122],[120.746,23.6126],[120.7476,23.6112],[120.7509,23.6145],[120.7537,23.6148],[120.7584,23.6124],[120.7637,23.6125],[120.7666,23.61],[120.7694,23.6084],[120.7699,23.6062],[120.7742,23.6054],[120.7768,23.6038],[120.7777,23.6023],[120.7837,23.6007],[120.7874,23.6013],[120.7909,23.6009],[120.7949,23.5972],[120.7984,23.5974],[120.8033,23.5966],[120.8058,23.5988],[120.8098,23.5987],[120.8138,23.601],[120.8173,23.6055],[120.8185,23.6083],[120.821,23.6087],[120.8217,23.6105],[120.8252,23.6126],[120.8236,23.6149],[120.8233,23.6183],[120.8196,23.6197],[120.8164,23.6233],[120.8166,23.6273],[120.8147,23.6303],[120.8142,23.6327],[120.8145,23.6363],[120.8138,23.641],[120.8091,23.6444],[120.8082,23.646],[120.8046,23.6471],[120.8039,23.6495],[120.7999,23.6493],[120.7943,23.6522],[120.7899,23.6551],[120.7874,23.6561],[120.7848,23.6551],[120.7797,23.6552],[120.7769,23.658],[120.7708,23.6595],[120.7693,23.6638],[120.7695,23.6668],[120.7685,23.6686],[120.7691,23.6717],[120.7681,23.6729],[120.7644,23.674],[120.7625,23.6772],[120.7624,23.6792],[120.758,23.679],[120.7568,23.681],[120.754,23.6819],[120.7472,23.686],[120.7445,23.6885],[120.7416,23.6895],[120.739,23.6915],[120.7368,23.6959],[120.7353,23.696],[120.7312,23.701],[120.735,23.7045],[120.7366,23.7091],[120.7363,23.7103],[120.7329,23.7148],[120.7342,23.7165],[120.734,23.7186],[120.7354,23.7203],[120.7351,23.7264],[120.7332,23.7286],[120.7356,23.7321],[120.7355,23.734],[120.7339,23.736],[120.7306,23.7372],[120.7321,23.739],[120.7281,23.7396],[120.7299,23.7418],[120.7353,23.7443],[120.74,23.746],[120.7421,23.7496],[120.7403,23.7511],[120.7396,23.7544],[120.7367,23.7549],[120.7359,23.7568],[120.733,23.7564],[120.7301,23.7592],[120.7251,23.7597],[120.7239,23.763],[120.721,23.766],[120.7168,23.7681],[120.7137,23.7715],[120.7139,23.7733],[120.7195,23.775],[120.7201,23.778],[120.7212,23.7793],[120.7283,23.7796],[120.7307,23.779],[120.7318,23.781],[120.7318,23.7836],[120.7382,23.7846],[120.7416,23.7846],[120.7416,23.7863],[120.7439,23.7868],[120.7456,23.7891],[120.749,23.79],[120.7509,23.7895],[120.7531,23.7904],[120.7543,23.7929],[120.7568,23.7937],[120.758,23.7969],[120.7599,23.7983],[120.7604,23.8007],[120.7593,23.803],[120.7565,23.8039],[120.7564,23.8057],[120.759,23.8068],[120.7624,23.812],[120.7639,23.8169]]]},"properties":{"TOWNCODE":"10008040","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"竹山鎮"},"id":"10008040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8421,23.8554],[120.8409,23.8562],[120.8376,23.8555],[120.8339,23.8565],[120.8306,23.8565],[120.8272,23.8553],[120.8247,23.853],[120.8188,23.855],[120.8175,23.8536],[120.8152,23.8532],[120.8114,23.8502],[120.8085,23.8516],[120.8062,23.8507],[120.7975,23.8514],[120.7952,23.8525],[120.7924,23.8502],[120.7907,23.8501],[120.7865,23.8528],[120.7823,23.8508],[120.7797,23.8512],[120.7769,23.8502],[120.7786,23.8487],[120.7742,23.8475],[120.7734,23.8453],[120.7705,23.8469],[120.7682,23.8468],[120.7666,23.849],[120.7648,23.8483],[120.7631,23.8502],[120.7608,23.85],[120.7591,23.8526],[120.7575,23.8522],[120.7549,23.858],[120.7528,23.8579],[120.7496,23.859],[120.7469,23.8573],[120.7455,23.8586],[120.7424,23.8585],[120.7412,23.8597],[120.7377,23.8597],[120.7372,23.8588],[120.7365,23.8554],[120.7351,23.8554],[120.7344,23.8529],[120.732,23.8515],[120.7259,23.8507],[120.7259,23.8478],[120.7269,23.8456],[120.7313,23.8409],[120.7317,23.8386],[120.728,23.834],[120.7394,23.8277],[120.747,23.826],[120.7549,23.8222],[120.7611,23.818],[120.7639,23.8169],[120.7664,23.8158],[120.7724,23.816],[120.7752,23.8179],[120.7816,23.8183],[120.7848,23.8173],[120.7989,23.8155],[120.8064,23.8158],[120.8114,23.8177],[120.8181,23.8205],[120.8219,23.821],[120.827,23.821],[120.829,23.8224],[120.8298,23.8279],[120.8298,23.8309],[120.8312,23.8318],[120.8322,23.835],[120.8346,23.8382],[120.8363,23.8388],[120.8393,23.8383],[120.8424,23.8393],[120.8452,23.8382],[120.8466,23.8395],[120.8475,23.8424],[120.844,23.8435],[120.8447,23.8456],[120.8434,23.8484],[120.8413,23.8505],[120.8422,23.8526],[120.8421,23.8554]]]},"properties":{"TOWNCODE":"10008050","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"集集鎮"},"id":"10008050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7275,23.8808],[120.7246,23.8786],[120.723,23.8809],[120.7194,23.8828],[120.7172,23.8878],[120.7148,23.8902],[120.7093,23.8882],[120.7062,23.8891],[120.7046,23.8879],[120.7031,23.889],[120.7004,23.8868],[120.6966,23.885],[120.6921,23.8838],[120.6891,23.8822],[120.6831,23.8804],[120.6766,23.8816],[120.6711,23.8816],[120.6669,23.8831],[120.6617,23.8821],[120.6558,23.884],[120.6523,23.8847],[120.6489,23.8866],[120.6448,23.8871],[120.6423,23.8889],[120.6369,23.8888],[120.635,23.8896],[120.6331,23.8885],[120.6294,23.8891],[120.6296,23.8846],[120.6275,23.8836],[120.6267,23.8794],[120.6248,23.8771],[120.6258,23.8736],[120.6234,23.8694],[120.6215,23.8698],[120.6201,23.8653],[120.6234,23.8622],[120.6234,23.86],[120.6274,23.8569],[120.6259,23.852],[120.6237,23.8503],[120.6233,23.8481],[120.6183,23.8431],[120.6189,23.8417],[120.6156,23.8406],[120.6184,23.8404],[120.6213,23.8417],[120.6224,23.84],[120.6264,23.84],[120.6335,23.8339],[120.6369,23.8329],[120.6381,23.8289],[120.64,23.8251],[120.6386,23.824],[120.6401,23.8206],[120.6445,23.8176],[120.6487,23.8161],[120.6509,23.8125],[120.6556,23.8128],[120.6589,23.8146],[120.6624,23.8154],[120.665,23.815],[120.6698,23.8185],[120.6744,23.8201],[120.6762,23.8194],[120.6787,23.8166],[120.678,23.8139],[120.6785,23.8075],[120.6791,23.8058],[120.6834,23.8054],[120.6838,23.8013],[120.6867,23.802],[120.6926,23.8046],[120.6971,23.8075],[120.7004,23.811],[120.7073,23.8194],[120.7101,23.8236],[120.7186,23.8289],[120.7218,23.8299],[120.7256,23.8319],[120.728,23.834],[120.7317,23.8386],[120.7313,23.8409],[120.7269,23.8456],[120.7259,23.8478],[120.7259,23.8507],[120.732,23.8515],[120.7344,23.8529],[120.7351,23.8554],[120.7365,23.8554],[120.7372,23.8588],[120.734,23.861],[120.7346,23.8638],[120.7331,23.8658],[120.7327,23.8681],[120.7311,23.8694],[120.7315,23.8721],[120.7295,23.8754],[120.7272,23.8763],[120.7267,23.8789],[120.7275,23.8808]]]},"properties":{"TOWNCODE":"10008060","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"名間鄉"},"id":"10008060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8114,23.8177],[120.8064,23.8158],[120.7989,23.8155],[120.7848,23.8173],[120.7816,23.8183],[120.7752,23.8179],[120.7724,23.816],[120.7664,23.8158],[120.7639,23.8169],[120.7624,23.812],[120.759,23.8068],[120.7564,23.8057],[120.7565,23.8039],[120.7593,23.803],[120.7604,23.8007],[120.7599,23.7983],[120.758,23.7969],[120.7568,23.7937],[120.7543,23.7929],[120.7531,23.7904],[120.7509,23.7895],[120.749,23.79],[120.7456,23.7891],[120.7439,23.7868],[120.7416,23.7863],[120.7416,23.7846],[120.7382,23.7846],[120.7318,23.7836],[120.7318,23.781],[120.7307,23.779],[120.7283,23.7796],[120.7212,23.7793],[120.7201,23.778],[120.7195,23.775],[120.7139,23.7733],[120.7137,23.7715],[120.7168,23.7681],[120.721,23.766],[120.7239,23.763],[120.7251,23.7597],[120.7301,23.7592],[120.733,23.7564],[120.7359,23.7568],[120.7367,23.7549],[120.7396,23.7544],[120.7403,23.7511],[120.7421,23.7496],[120.74,23.746],[120.7353,23.7443],[120.7299,23.7418],[120.7281,23.7396],[120.7321,23.739],[120.7306,23.7372],[120.7339,23.736],[120.7355,23.734],[120.7356,23.7321],[120.7332,23.7286],[120.7351,23.7264],[120.7354,23.7203],[120.734,23.7186],[120.7342,23.7165],[120.7329,23.7148],[120.7363,23.7103],[120.7366,23.7091],[120.735,23.7045],[120.7312,23.701],[120.7353,23.696],[120.7368,23.6959],[120.739,23.6915],[120.7416,23.6895],[120.7445,23.6885],[120.7472,23.686],[120.754,23.6819],[120.7568,23.681],[120.758,23.679],[120.7624,23.6792],[120.7625,23.6772],[120.7644,23.674],[120.7681,23.6729],[120.7691,23.6717],[120.7685,23.6686],[120.7695,23.6668],[120.7693,23.6638],[120.7708,23.6595],[120.7769,23.658],[120.7797,23.6552],[120.7848,23.6551],[120.7874,23.6561],[120.7899,23.6551],[120.7943,23.6522],[120.7999,23.6493],[120.8039,23.6495],[120.8058,23.6507],[120.807,23.6534],[120.8083,23.6541],[120.8089,23.657],[120.8083,23.6587],[120.8082,23.664],[120.8087,23.6689],[120.8083,23.6755],[120.8094,23.6779],[120.8112,23.6789],[120.8129,23.6815],[120.822,23.6907],[120.8242,23.6913],[120.8253,23.6951],[120.8301,23.698],[120.828,23.7017],[120.8294,23.7036],[120.8319,23.7052],[120.8314,23.7071],[120.8331,23.7092],[120.8379,23.7096],[120.8409,23.7108],[120.8378,23.7135],[120.8364,23.7136],[120.8332,23.7157],[120.8322,23.7192],[120.8301,23.7213],[120.8289,23.7252],[120.8295,23.7276],[120.8279,23.7319],[120.8287,23.7353],[120.8302,23.7367],[120.8305,23.7427],[120.83,23.7482],[120.833,23.7509],[120.8347,23.7539],[120.8341,23.7573],[120.8327,23.7579],[120.8328,23.7629],[120.8297,23.7647],[120.8274,23.7646],[120.825,23.7659],[120.8225,23.7702],[120.8174,23.7713],[120.8157,23.7728],[120.8164,23.7776],[120.8153,23.7793],[120.8154,23.782],[120.8137,23.7891],[120.8137,23.7922],[120.8148,23.7939],[120.8129,23.7951],[120.8131,23.7966],[120.8105,23.7993],[120.8127,23.8058],[120.8156,23.8086],[120.8173,23.8091],[120.8171,23.8112],[120.8131,23.8119],[120.8114,23.8177]]]},"properties":{"TOWNCODE":"10008070","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"鹿谷鄉"},"id":"10008070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8348,23.9705],[120.8316,23.9703],[120.8285,23.9689],[120.8235,23.9695],[120.8209,23.9686],[120.8192,23.9696],[120.8156,23.97],[120.8124,23.9696],[120.8108,23.9716],[120.8061,23.9693],[120.803,23.9632],[120.7974,23.9601],[120.7943,23.9598],[120.7931,23.9608],[120.7882,23.9584],[120.7874,23.9566],[120.7855,23.9563],[120.7842,23.9583],[120.7823,23.9582],[120.7809,23.9596],[120.7787,23.9587],[120.778,23.956],[120.7753,23.9558],[120.7753,23.9575],[120.7729,23.9608],[120.77,23.963],[120.7704,23.9645],[120.767,23.9656],[120.7669,23.9678],[120.7638,23.9679],[120.7605,23.9643],[120.7587,23.9645],[120.7571,23.9622],[120.7554,23.9626],[120.7524,23.9606],[120.7506,23.9603],[120.7507,23.9573],[120.749,23.9565],[120.7492,23.9547],[120.7445,23.9557],[120.7419,23.9553],[120.7414,23.9518],[120.7384,23.9483],[120.7345,23.9493],[120.7337,23.9454],[120.7324,23.9433],[120.733,23.9397],[120.7323,23.939],[120.7349,23.9307],[120.7336,23.9295],[120.7297,23.9283],[120.7263,23.9307],[120.7233,23.9275],[120.7217,23.9238],[120.7164,23.9212],[120.7181,23.9162],[120.7195,23.914],[120.7167,23.9115],[120.7175,23.9084],[120.7152,23.9062],[120.7122,23.8996],[120.7077,23.8974],[120.7077,23.8952],[120.7106,23.8941],[120.716,23.894],[120.7192,23.893],[120.7218,23.8911],[120.7242,23.8906],[120.7247,23.8866],[120.7243,23.8832],[120.7275,23.8808],[120.7267,23.8789],[120.7272,23.8763],[120.7295,23.8754],[120.7315,23.8721],[120.7311,23.8694],[120.7327,23.8681],[120.7331,23.8658],[120.7346,23.8638],[120.734,23.861],[120.7372,23.8588],[120.7377,23.8597],[120.7412,23.8597],[120.7424,23.8585],[120.7455,23.8586],[120.7469,23.8573],[120.7496,23.859],[120.7528,23.8579],[120.7549,23.858],[120.7575,23.8522],[120.7591,23.8526],[120.7608,23.85],[120.7631,23.8502],[120.7648,23.8483],[120.7666,23.849],[120.7682,23.8468],[120.7705,23.8469],[120.7734,23.8453],[120.7742,23.8475],[120.7786,23.8487],[120.7769,23.8502],[120.7797,23.8512],[120.7823,23.8508],[120.7865,23.8528],[120.7907,23.8501],[120.7924,23.8502],[120.7952,23.8525],[120.7975,23.8514],[120.8062,23.8507],[120.8085,23.8516],[120.8114,23.8502],[120.8152,23.8532],[120.8175,23.8536],[120.8188,23.855],[120.8247,23.853],[120.8272,23.8553],[120.8306,23.8565],[120.8339,23.8565],[120.8376,23.8555],[120.8409,23.8562],[120.8421,23.8554],[120.8443,23.8578],[120.8469,23.8577],[120.848,23.8591],[120.8477,23.863],[120.8491,23.8672],[120.8487,23.8701],[120.8474,23.8714],[120.8471,23.8737],[120.8481,23.875],[120.8481,23.8782],[120.8472,23.88],[120.8518,23.883],[120.8531,23.8874],[120.855,23.8901],[120.8531,23.8926],[120.8514,23.8949],[120.8518,23.8972],[120.8497,23.898],[120.849,23.9036],[120.8441,23.9064],[120.8469,23.9094],[120.8439,23.9149],[120.8445,23.9173],[120.8425,23.9209],[120.8435,23.924],[120.8426,23.9248],[120.8426,23.9283],[120.8419,23.9342],[120.834,23.9367],[120.8289,23.937],[120.8283,23.9401],[120.8296,23.9418],[120.8292,23.9479],[120.8271,23.9493],[120.8276,23.9536],[120.8295,23.9534],[120.8318,23.9559],[120.8357,23.9563],[120.8369,23.9582],[120.8354,23.9641],[120.8367,23.9678],[120.8348,23.9705]]]},"properties":{"TOWNCODE":"10008080","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"中寮鄉"},"id":"10008080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9911,23.8955],[120.9882,23.8986],[120.9842,23.9007],[120.9834,23.9037],[120.9857,23.9047],[120.9843,23.9074],[120.9822,23.9077],[120.9795,23.91],[120.9788,23.9115],[120.9755,23.913],[120.9712,23.9176],[120.9674,23.9181],[120.9675,23.9218],[120.9655,23.9233],[120.9645,23.9279],[120.9653,23.9304],[120.9601,23.9301],[120.9576,23.9284],[120.9548,23.9298],[120.9539,23.9317],[120.9508,23.9321],[120.9492,23.9314],[120.9435,23.9331],[120.9371,23.9296],[120.9346,23.9288],[120.9315,23.9245],[120.9281,23.9234],[120.9213,23.926],[120.9194,23.928],[120.9168,23.9279],[120.9125,23.9245],[120.9095,23.9228],[120.9062,23.9233],[120.9043,23.9268],[120.9006,23.9276],[120.8978,23.9313],[120.8942,23.9323],[120.8913,23.9312],[120.8909,23.9288],[120.8885,23.9282],[120.8874,23.9251],[120.8841,23.9258],[120.8797,23.9251],[120.8794,23.9203],[120.8763,23.9177],[120.8769,23.9141],[120.876,23.9121],[120.8774,23.9101],[120.8657,23.9075],[120.8686,23.9024],[120.8697,23.8969],[120.8696,23.8938],[120.8708,23.8922],[120.8718,23.8868],[120.8743,23.8856],[120.8747,23.8813],[120.8736,23.8787],[120.8775,23.8784],[120.8733,23.8733],[120.8721,23.8712],[120.8742,23.8694],[120.8717,23.8661],[120.8713,23.8609],[120.8697,23.8589],[120.8715,23.8521],[120.8705,23.8507],[120.8727,23.8483],[120.8756,23.8465],[120.8799,23.8456],[120.8819,23.8439],[120.8831,23.8406],[120.8816,23.8377],[120.878,23.8366],[120.8761,23.8353],[120.8733,23.8306],[120.8721,23.8264],[120.8678,23.8226],[120.8697,23.817],[120.8738,23.8131],[120.8745,23.8138],[120.8782,23.8131],[120.8817,23.8131],[120.8846,23.8106],[120.8877,23.8099],[120.8926,23.8102],[120.8973,23.8127],[120.898,23.8139],[120.9019,23.8126],[120.905,23.8124],[120.9075,23.8159],[120.9107,23.8166],[120.9107,23.8192],[120.9127,23.8206],[120.9139,23.8241],[120.9137,23.8263],[120.9163,23.8278],[120.9223,23.8275],[120.9245,23.8288],[120.9288,23.8287],[120.9334,23.8295],[120.9353,23.8345],[120.9343,23.836],[120.9374,23.8377],[120.9387,23.8392],[120.9398,23.8436],[120.9454,23.8452],[120.9477,23.8432],[120.95,23.8463],[120.9486,23.8504],[120.949,23.8526],[120.9526,23.8521],[120.952,23.8501],[120.9531,23.848],[120.9559,23.8463],[120.9584,23.8458],[120.9638,23.8383],[120.9676,23.8421],[120.9696,23.8407],[120.9754,23.838],[120.9824,23.8389],[120.9903,23.839],[120.9925,23.8394],[120.9931,23.844],[120.9927,23.853],[120.9949,23.8589],[120.9928,23.8613],[120.989,23.8677],[120.9873,23.8716],[120.9826,23.8749],[120.9819,23.8792],[120.9804,23.8837],[120.9862,23.8853],[120.9905,23.8852],[120.9885,23.8879],[120.9883,23.8903],[120.9911,23.8955]]]},"properties":{"TOWNCODE":"10008090","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"魚池鄉"},"id":"10008090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.957,24.1242],[120.9519,24.1273],[120.9494,24.1275],[120.9484,24.1249],[120.9445,24.1229],[120.9396,24.1183],[120.9355,24.1157],[120.9319,24.1122],[120.9271,24.1117],[120.9231,24.1099],[120.9199,24.1074],[120.9149,24.1075],[120.9132,24.109],[120.9096,24.1092],[120.9073,24.1105],[120.9052,24.1141],[120.8962,24.1165],[120.8919,24.1161],[120.8902,24.1135],[120.8911,24.1122],[120.8942,24.1107],[120.8941,24.1064],[120.891,24.1017],[120.8915,24.0982],[120.89,24.0966],[120.8861,24.0956],[120.882,24.0884],[120.8803,24.0886],[120.8783,24.0852],[120.8769,24.0914],[120.8782,24.0935],[120.8791,24.0984],[120.8814,24.1005],[120.8778,24.1097],[120.8723,24.1169],[120.8689,24.1176],[120.8657,24.1155],[120.8586,24.1162],[120.8572,24.1173],[120.8562,24.1215],[120.8536,24.1246],[120.8489,24.1239],[120.8451,24.1246],[120.8428,24.1229],[120.8421,24.1207],[120.8404,24.1202],[120.8377,24.1179],[120.8362,24.1169],[120.8345,24.1132],[120.8341,24.1097],[120.8346,24.1078],[120.8303,24.1021],[120.8325,24.0994],[120.8324,24.0981],[120.8298,24.0949],[120.8285,24.0945],[120.8286,24.0905],[120.8281,24.0864],[120.8289,24.0837],[120.8284,24.0766],[120.8294,24.0725],[120.8207,24.0698],[120.8194,24.0685],[120.8158,24.0687],[120.8149,24.0699],[120.8118,24.066],[120.8089,24.0662],[120.8069,24.0642],[120.8063,24.0604],[120.8033,24.0564],[120.8033,24.0521],[120.8011,24.0515],[120.8007,24.0486],[120.7966,24.0428],[120.7966,24.0403],[120.7921,24.036],[120.7915,24.0306],[120.7896,24.0313],[120.7855,24.0287],[120.7847,24.0242],[120.783,24.0238],[120.7797,24.0211],[120.7795,24.0201],[120.7821,24.0176],[120.7861,24.0157],[120.7887,24.0154],[120.7927,24.0162],[120.7974,24.016],[120.7986,24.0154],[120.8026,24.0108],[120.8035,24.0085],[120.8064,24.0085],[120.8098,24.0069],[120.8082,24.0019],[120.8148,24.0007],[120.8197,23.9981],[120.8224,23.9936],[120.8253,23.9949],[120.8308,23.9927],[120.8321,23.9877],[120.8346,23.9855],[120.8356,23.9831],[120.8343,23.9807],[120.8332,23.9748],[120.8348,23.9705],[120.8367,23.9678],[120.8354,23.9641],[120.8369,23.9582],[120.8357,23.9563],[120.8318,23.9559],[120.8295,23.9534],[120.8276,23.9536],[120.8271,23.9493],[120.8292,23.9479],[120.8296,23.9418],[120.8283,23.9401],[120.8289,23.937],[120.834,23.9367],[120.8419,23.9342],[120.8426,23.9283],[120.8426,23.9248],[120.8435,23.924],[120.8425,23.9209],[120.8445,23.9173],[120.8439,23.9149],[120.8469,23.9094],[120.8441,23.9064],[120.849,23.9036],[120.8497,23.898],[120.8518,23.8972],[120.8514,23.8949],[120.8531,23.8926],[120.8564,23.8956],[120.8601,23.8968],[120.861,23.8994],[120.8625,23.901],[120.8627,23.9043],[120.8643,23.9072],[120.8657,23.9075],[120.8774,23.9101],[120.876,23.9121],[120.8769,23.9141],[120.8763,23.9177],[120.8794,23.9203],[120.8797,23.9251],[120.8791,23.926],[120.879,23.9311],[120.8797,23.9324],[120.8789,23.9367],[120.8786,23.9434],[120.8806,23.9485],[120.8795,23.9498],[120.8792,23.9532],[120.8815,23.9549],[120.8826,23.9578],[120.885,23.9602],[120.8841,23.9621],[120.8853,23.9649],[120.8906,23.9691],[120.8953,23.9691],[120.8982,23.9704],[120.8995,23.9721],[120.9021,23.9719],[120.9036,23.9705],[120.9077,23.9711],[120.9055,23.9757],[120.9063,23.9826],[120.904,23.9889],[120.9041,23.9937],[120.9065,23.9965],[120.9096,24.0033],[120.9065,24.0026],[120.9018,24.0063],[120.9021,24.0099],[120.8904,24.0134],[120.8886,24.0188],[120.8918,24.0223],[120.8953,24.0227],[120.8994,24.0274],[120.9004,24.0295],[120.9021,24.0299],[120.9019,24.0352],[120.9039,24.0363],[120.903,24.0407],[120.906,24.0403],[120.9082,24.0431],[120.9117,24.0434],[120.9139,24.0421],[120.9145,24.0445],[120.9178,24.0481],[120.9231,24.0482],[120.9257,24.0491],[120.9276,24.0477],[120.929,24.0452],[120.932,24.0475],[120.9348,24.0447],[120.9377,24.0448],[120.9395,24.0462],[120.9397,24.0494],[120.9409,24.0532],[120.9437,24.053],[120.9434,24.0563],[120.9443,24.0582],[120.944,24.0621],[120.9451,24.0629],[120.9499,24.0626],[120.9476,24.0658],[120.9441,24.0671],[120.9403,24.067],[120.9385,24.0703],[120.9375,24.0736],[120.9436,24.0814],[120.9447,24.0811],[120.9469,24.0866],[120.9454,24.0912],[120.9436,24.0917],[120.9444,24.0989],[120.9461,24.1031],[120.9492,24.1054],[120.95,24.1078],[120.953,24.1134],[120.9553,24.1157],[120.9558,24.1197],[120.957,24.1242]]]},"properties":{"TOWNCODE":"10008100","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"國姓鄉"},"id":"10008100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9334,23.8295],[120.9288,23.8287],[120.9245,23.8288],[120.9223,23.8275],[120.9163,23.8278],[120.9137,23.8263],[120.9139,23.8241],[120.9127,23.8206],[120.9107,23.8192],[120.9107,23.8166],[120.9075,23.8159],[120.905,23.8124],[120.9019,23.8126],[120.898,23.8139],[120.8973,23.8127],[120.8926,23.8102],[120.8877,23.8099],[120.8846,23.8106],[120.8817,23.8131],[120.8782,23.8131],[120.8745,23.8138],[120.8738,23.8131],[120.8697,23.817],[120.8678,23.8226],[120.8721,23.8264],[120.8733,23.8306],[120.8761,23.8353],[120.878,23.8366],[120.8816,23.8377],[120.8831,23.8406],[120.8819,23.8439],[120.8799,23.8456],[120.8756,23.8465],[120.8727,23.8483],[120.8705,23.8507],[120.8715,23.8521],[120.8697,23.8589],[120.8713,23.8609],[120.8717,23.8661],[120.8742,23.8694],[120.8721,23.8712],[120.8733,23.8733],[120.8775,23.8784],[120.8736,23.8787],[120.8747,23.8813],[120.8743,23.8856],[120.8718,23.8868],[120.8708,23.8922],[120.8696,23.8938],[120.8697,23.8969],[120.8686,23.9024],[120.8657,23.9075],[120.8643,23.9072],[120.8627,23.9043],[120.8625,23.901],[120.861,23.8994],[120.8601,23.8968],[120.8564,23.8956],[120.8531,23.8926],[120.855,23.8901],[120.8531,23.8874],[120.8518,23.883],[120.8472,23.88],[120.8481,23.8782],[120.8481,23.875],[120.8471,23.8737],[120.8474,23.8714],[120.8487,23.8701],[120.8491,23.8672],[120.8477,23.863],[120.848,23.8591],[120.8469,23.8577],[120.8443,23.8578],[120.8421,23.8554],[120.8422,23.8526],[120.8413,23.8505],[120.8434,23.8484],[120.8447,23.8456],[120.844,23.8435],[120.8475,23.8424],[120.8466,23.8395],[120.8452,23.8382],[120.8424,23.8393],[120.8393,23.8383],[120.8363,23.8388],[120.8346,23.8382],[120.8322,23.835],[120.8312,23.8318],[120.8298,23.8309],[120.8298,23.8279],[120.829,23.8224],[120.827,23.821],[120.8219,23.821],[120.8181,23.8205],[120.8114,23.8177],[120.8131,23.8119],[120.8171,23.8112],[120.8173,23.8091],[120.8156,23.8086],[120.8127,23.8058],[120.8105,23.7993],[120.8131,23.7966],[120.8129,23.7951],[120.8148,23.7939],[120.8137,23.7922],[120.8137,23.7891],[120.8154,23.782],[120.8153,23.7793],[120.8164,23.7776],[120.8157,23.7728],[120.8174,23.7713],[120.8225,23.7702],[120.825,23.7659],[120.8274,23.7646],[120.8297,23.7647],[120.8328,23.7629],[120.8327,23.7579],[120.8341,23.7573],[120.8347,23.7539],[120.833,23.7509],[120.83,23.7482],[120.8305,23.7427],[120.8302,23.7367],[120.8287,23.7353],[120.8279,23.7319],[120.8295,23.7276],[120.8289,23.7252],[120.8301,23.7213],[120.8322,23.7192],[120.8332,23.7157],[120.8364,23.7136],[120.8378,23.7135],[120.8409,23.7108],[120.8455,23.7123],[120.8456,23.7167],[120.8519,23.7171],[120.8535,23.7188],[120.8594,23.7215],[120.863,23.7244],[120.8652,23.7236],[120.8688,23.7236],[120.8691,23.7215],[120.8762,23.7212],[120.877,23.7196],[120.8801,23.7191],[120.8822,23.7215],[120.8854,23.7231],[120.8893,23.7268],[120.8875,23.7319],[120.8857,23.7322],[120.8828,23.7384],[120.8829,23.7417],[120.8795,23.7454],[120.8792,23.7477],[120.8818,23.7602],[120.8837,23.7629],[120.8825,23.766],[120.8795,23.7673],[120.8775,23.7733],[120.8757,23.7746],[120.8732,23.7791],[120.8735,23.7833],[120.8744,23.7841],[120.8801,23.7836],[120.8837,23.7842],[120.8876,23.7859],[120.8985,23.7862],[120.8999,23.7855],[120.9073,23.7858],[120.9088,23.7868],[120.9086,23.7896],[120.9099,23.7916],[120.912,23.7929],[120.9166,23.7922],[120.9207,23.7892],[120.9289,23.7882],[120.9331,23.7862],[120.9365,23.7919],[120.9369,23.7978],[120.9334,23.7987],[120.9332,23.8057],[120.9343,23.808],[120.933,23.8113],[120.9345,23.8127],[120.933,23.8168],[120.9328,23.8217],[120.9338,23.8243],[120.9327,23.8263],[120.9334,23.8295]]]},"properties":{"TOWNCODE":"10008110","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"水里鄉"},"id":"10008110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2349,23.8181],[121.231,23.8177],[121.2269,23.8189],[121.2225,23.8194],[121.2211,23.8222],[121.221,23.8263],[121.2187,23.8298],[121.2199,23.8321],[121.2206,23.8355],[121.2201,23.8372],[121.2177,23.8389],[121.2148,23.8393],[121.2113,23.8431],[121.2091,23.8445],[121.2048,23.8452],[121.2016,23.8481],[121.1997,23.8486],[121.1977,23.8509],[121.1927,23.8519],[121.1863,23.8516],[121.1794,23.8534],[121.1762,23.8565],[121.1688,23.8607],[121.1599,23.8627],[121.1559,23.8645],[121.1542,23.8646],[121.1544,23.8617],[121.1514,23.8574],[121.15,23.8507],[121.1465,23.8479],[121.1412,23.8462],[121.137,23.8421],[121.1324,23.8393],[121.1271,23.8389],[121.1231,23.8374],[121.1185,23.8366],[121.1157,23.834],[121.1123,23.8336],[121.1109,23.8313],[121.1125,23.8246],[121.1125,23.822],[121.1085,23.8202],[121.1059,23.8199],[121.0977,23.817],[121.0944,23.8146],[121.089,23.8155],[121.0864,23.8144],[121.0795,23.8138],[121.0737,23.8115],[121.07,23.8114],[121.0668,23.8091],[121.0627,23.81],[121.0586,23.81],[121.055,23.8117],[121.047,23.8118],[121.0417,23.8139],[121.0395,23.8139],[121.0364,23.8165],[121.0342,23.8164],[121.0298,23.818],[121.0277,23.8178],[121.0183,23.8206],[121.0129,23.8208],[121.0111,23.8246],[121.0042,23.8258],[120.9999,23.8332],[120.996,23.8378],[120.9925,23.8394],[120.9903,23.839],[120.9824,23.8389],[120.9754,23.838],[120.9696,23.8407],[120.9676,23.8421],[120.9638,23.8383],[120.9584,23.8458],[120.9559,23.8463],[120.9531,23.848],[120.952,23.8501],[120.9526,23.8521],[120.949,23.8526],[120.9486,23.8504],[120.95,23.8463],[120.9477,23.8432],[120.9454,23.8452],[120.9398,23.8436],[120.9387,23.8392],[120.9374,23.8377],[120.9343,23.836],[120.9353,23.8345],[120.9334,23.8295],[120.9327,23.8263],[120.9338,23.8243],[120.9328,23.8217],[120.933,23.8168],[120.9345,23.8127],[120.933,23.8113],[120.9343,23.808],[120.9332,23.8057],[120.9334,23.7987],[120.9369,23.7978],[120.9365,23.7919],[120.9331,23.7862],[120.9289,23.7882],[120.9207,23.7892],[120.9166,23.7922],[120.912,23.7929],[120.9099,23.7916],[120.9086,23.7896],[120.9088,23.7868],[120.9073,23.7858],[120.8999,23.7855],[120.8985,23.7862],[120.8876,23.7859],[120.8837,23.7842],[120.8801,23.7836],[120.8744,23.7841],[120.8735,23.7833],[120.8732,23.7791],[120.8757,23.7746],[120.8775,23.7733],[120.8795,23.7673],[120.8825,23.766],[120.8837,23.7629],[120.8818,23.7602],[120.8792,23.7477],[120.8795,23.7454],[120.8829,23.7417],[120.8828,23.7384],[120.8857,23.7322],[120.8875,23.7319],[120.8893,23.7268],[120.8854,23.7231],[120.8822,23.7215],[120.8801,23.7191],[120.877,23.7196],[120.8762,23.7212],[120.8691,23.7215],[120.8688,23.7236],[120.8652,23.7236],[120.863,23.7244],[120.8594,23.7215],[120.8535,23.7188],[120.8519,23.7171],[120.8456,23.7167],[120.8455,23.7123],[120.8409,23.7108],[120.8379,23.7096],[120.8331,23.7092],[120.8314,23.7071],[120.8319,23.7052],[120.8294,23.7036],[120.828,23.7017],[120.8301,23.698],[120.8253,23.6951],[120.8242,23.6913],[120.822,23.6907],[120.8129,23.6815],[120.8112,23.6789],[120.8094,23.6779],[120.8083,23.6755],[120.8087,23.6689],[120.8082,23.664],[120.8083,23.6587],[120.8089,23.657],[120.8083,23.6541],[120.807,23.6534],[120.8058,23.6507],[120.8039,23.6495],[120.8046,23.6471],[120.8082,23.646],[120.8091,23.6444],[120.8138,23.641],[120.8145,23.6363],[120.8142,23.6327],[120.8147,23.6303],[120.8166,23.6273],[120.8164,23.6233],[120.8196,23.6197],[120.8233,23.6183],[120.8236,23.6149],[120.8252,23.6126],[120.8217,23.6105],[120.821,23.6087],[120.8185,23.6083],[120.8173,23.6055],[120.8138,23.601],[120.8183,23.5991],[120.8169,23.5954],[120.8188,23.5935],[120.8206,23.5896],[120.8255,23.5864],[120.8213,23.5813],[120.8203,23.5788],[120.8196,23.5745],[120.8218,23.5713],[120.8199,23.5645],[120.8207,23.5626],[120.814,23.5554],[120.8159,23.5531],[120.8145,23.5517],[120.8115,23.5511],[120.8113,23.5494],[120.8088,23.5459],[120.8082,23.5418],[120.8088,23.5358],[120.8121,23.5331],[120.8181,23.5235],[120.8204,23.5213],[120.8191,23.5195],[120.8201,23.5141],[120.8232,23.5109],[120.8228,23.5086],[120.8241,23.5053],[120.8228,23.4992],[120.8254,23.4948],[120.8253,23.4897],[120.8262,23.4885],[120.8271,23.4834],[120.8299,23.4807],[120.8317,23.4777],[120.8326,23.4747],[120.8393,23.4712],[120.8421,23.4733],[120.8466,23.4731],[120.8499,23.4722],[120.8542,23.4733],[120.8581,23.4728],[120.8632,23.4736],[120.8667,23.4723],[120.8683,23.4706],[120.8731,23.4685],[120.8808,23.4676],[120.882,23.4686],[120.8827,23.4714],[120.8848,23.4747],[120.8867,23.4756],[120.8996,23.4754],[120.902,23.4761],[120.9081,23.4758],[120.9113,23.4761],[120.9151,23.4746],[120.9175,23.4757],[120.9265,23.473],[120.9312,23.4706],[120.9342,23.473],[120.9376,23.4731],[120.9423,23.4693],[120.9475,23.4671],[120.9522,23.4677],[120.954,23.4688],[120.9575,23.4695],[120.9614,23.4708],[120.9649,23.4706],[120.9667,23.4717],[120.9685,23.4712],[120.9706,23.469],[120.9765,23.469],[120.9783,23.4694],[120.9817,23.4688],[120.9836,23.467],[120.9997,23.4622],[121.0038,23.463],[121.0081,23.4624],[121.0116,23.4573],[121.0151,23.4541],[121.0158,23.4509],[121.0107,23.4467],[121.0106,23.4412],[121.0141,23.4379],[121.0153,23.4354],[121.0196,23.4364],[121.022,23.439],[121.0264,23.4391],[121.0285,23.4415],[121.0318,23.4424],[121.0335,23.4453],[121.037,23.4463],[121.0395,23.4478],[121.0442,23.4491],[121.0465,23.4509],[121.0518,23.4508],[121.0533,23.4532],[121.0533,23.4556],[121.0559,23.4593],[121.0581,23.46],[121.059,23.4615],[121.0541,23.4638],[121.0513,23.4643],[121.0497,23.4678],[121.0444,23.4701],[121.0425,23.472],[121.0392,23.4734],[121.0394,23.4749],[121.0431,23.478],[121.0453,23.4808],[121.0483,23.4823],[121.05,23.4864],[121.0536,23.4878],[121.0541,23.4903],[121.0528,23.4938],[121.0549,23.4961],[121.0581,23.4972],[121.0621,23.4994],[121.0629,23.5036],[121.066,23.5061],[121.066,23.5076],[121.0688,23.5148],[121.0685,23.5185],[121.0787,23.5164],[121.0831,23.5146],[121.0881,23.514],[121.0919,23.5145],[121.0931,23.5176],[121.0976,23.5217],[121.1014,23.521],[121.1037,23.5189],[121.107,23.5195],[121.1103,23.519],[121.1155,23.5202],[121.1181,23.5216],[121.1212,23.5206],[121.1264,23.517],[121.1283,23.5185],[121.1309,23.5177],[121.1324,23.515],[121.1355,23.5151],[121.1366,23.518],[121.1391,23.5214],[121.147,23.5272],[121.1511,23.527],[121.1507,23.529],[121.1469,23.534],[121.1482,23.5359],[121.1484,23.5395],[121.1511,23.5452],[121.1481,23.5524],[121.1462,23.5542],[121.148,23.5566],[121.15,23.5573],[121.1512,23.5599],[121.1573,23.5597],[121.1579,23.5637],[121.1603,23.5678],[121.1604,23.5698],[121.1536,23.5715],[121.1519,23.5739],[121.152,23.5817],[121.1533,23.5867],[121.1556,23.5871],[121.1582,23.5857],[121.1608,23.5871],[121.1662,23.5872],[121.1694,23.5866],[121.1714,23.5841],[121.1754,23.5837],[121.1785,23.5828],[121.1801,23.5882],[121.1796,23.5894],[121.182,23.5909],[121.1832,23.593],[121.1894,23.5948],[121.1912,23.5982],[121.1943,23.6006],[121.2001,23.5964],[121.2065,23.5958],[121.2081,23.5982],[121.2133,23.6003],[121.2147,23.6055],[121.2158,23.607],[121.2173,23.6147],[121.22,23.6169],[121.2213,23.6201],[121.2233,23.6226],[121.2249,23.6274],[121.225,23.6297],[121.224,23.6329],[121.2241,23.6389],[121.2259,23.6413],[121.2278,23.6454],[121.2299,23.6474],[121.2312,23.6514],[121.2307,23.6535],[121.2319,23.6579],[121.2358,23.6622],[121.236,23.6708],[121.2324,23.6775],[121.2343,23.681],[121.236,23.6823],[121.2375,23.6853],[121.2395,23.6872],[121.2393,23.6943],[121.2412,23.6984],[121.2394,23.6998],[121.2412,23.7064],[121.2412,23.709],[121.2396,23.7103],[121.2388,23.7129],[121.2396,23.7154],[121.2378,23.7199],[121.2393,23.7244],[121.2359,23.7245],[121.232,23.7295],[121.2298,23.73],[121.2298,23.7329],[121.2284,23.7365],[121.2289,23.7399],[121.2288,23.7445],[121.2299,23.7469],[121.2332,23.748],[121.2323,23.7508],[121.2293,23.7523],[121.225,23.7518],[121.2215,23.7527],[121.219,23.7561],[121.2175,23.757],[121.2132,23.7576],[121.211,23.7611],[121.2064,23.7628],[121.2087,23.7658],[121.2066,23.7674],[121.2047,23.7724],[121.206,23.7726],[121.207,23.7751],[121.2089,23.776],[121.2124,23.7758],[121.213,23.7769],[121.2183,23.7797],[121.2195,23.7818],[121.2237,23.7824],[121.2279,23.7848],[121.2305,23.7881],[121.2306,23.7899],[121.2271,23.7913],[121.2266,23.7961],[121.2255,23.7981],[121.2266,23.8046],[121.2279,23.8055],[121.2274,23.8083],[121.2293,23.8088],[121.2346,23.8122],[121.2349,23.8181]]]},"properties":{"TOWNCODE":"10008120","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"信義鄉"},"id":"10008120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.343,24.2236],[121.3403,24.2259],[121.3357,24.2286],[121.3302,24.2312],[121.3248,24.233],[121.3194,24.2319],[121.3163,24.2345],[121.3126,24.2351],[121.3086,24.2349],[121.3039,24.2337],[121.3025,24.2363],[121.2989,24.2358],[121.298,24.2339],[121.2951,24.2322],[121.2941,24.2296],[121.2889,24.2302],[121.2862,24.2291],[121.2832,24.231],[121.2799,24.2298],[121.2776,24.2329],[121.2767,24.2356],[121.274,24.2356],[121.2707,24.2366],[121.2687,24.2383],[121.2684,24.2401],[121.2664,24.2423],[121.265,24.2459],[121.2609,24.2456],[121.2564,24.2442],[121.2546,24.2428],[121.2512,24.238],[121.2474,24.2288],[121.245,24.2253],[121.2442,24.2225],[121.2407,24.2217],[121.238,24.2197],[121.2353,24.2215],[121.2304,24.2235],[121.2308,24.2261],[121.2271,24.2256],[121.2188,24.2289],[121.2168,24.2261],[121.2082,24.2217],[121.2051,24.2221],[121.2016,24.2216],[121.1965,24.2231],[121.1918,24.2182],[121.1917,24.2167],[121.1888,24.215],[121.1852,24.2145],[121.1822,24.2121],[121.1785,24.214],[121.1735,24.2203],[121.1676,24.2254],[121.1667,24.2236],[121.1644,24.2218],[121.1641,24.2199],[121.161,24.2152],[121.157,24.2148],[121.1515,24.2129],[121.1481,24.2131],[121.1461,24.2088],[121.143,24.2053],[121.1429,24.2026],[121.1414,24.1996],[121.1364,24.1963],[121.1317,24.1969],[121.129,24.196],[121.1272,24.1968],[121.1229,24.196],[121.1184,24.1973],[121.1134,24.1968],[121.1093,24.198],[121.1055,24.1972],[121.1043,24.196],[121.0963,24.1921],[121.0942,24.1899],[121.0941,24.188],[121.0911,24.1849],[121.0908,24.182],[121.0849,24.1759],[121.081,24.1748],[121.075,24.17],[121.0728,24.17],[121.0699,24.1676],[121.0663,24.1655],[121.0646,24.163],[121.0614,24.1633],[121.0593,24.1627],[121.0589,24.1605],[121.0574,24.1587],[121.0527,24.1548],[121.0507,24.1581],[121.0474,24.1601],[121.0441,24.1597],[121.0429,24.1586],[121.038,24.1582],[121.0358,24.1532],[121.0357,24.1509],[121.0335,24.1486],[121.0309,24.1495],[121.0314,24.1526],[121.0298,24.1573],[121.0274,24.1587],[121.0239,24.1579],[121.0199,24.1589],[121.0158,24.1562],[121.0082,24.147],[121.0069,24.1411],[121.0045,24.1375],[121.0026,24.133],[121.0006,24.1325],[120.9996,24.1278],[120.9923,24.1254],[120.9916,24.124],[120.9919,24.1208],[120.989,24.1187],[120.9852,24.1202],[120.9836,24.1191],[120.9791,24.1183],[120.9753,24.1169],[120.9736,24.1196],[120.971,24.1203],[120.961,24.1202],[120.957,24.1242],[120.9558,24.1197],[120.9553,24.1157],[120.953,24.1134],[120.95,24.1078],[120.9492,24.1054],[120.9461,24.1031],[120.9444,24.0989],[120.9436,24.0917],[120.9454,24.0912],[120.9469,24.0866],[120.9447,24.0811],[120.9436,24.0814],[120.9375,24.0736],[120.9385,24.0703],[120.9403,24.067],[120.9441,24.0671],[120.9476,24.0658],[120.9499,24.0626],[120.9451,24.0629],[120.944,24.0621],[120.9443,24.0582],[120.9434,24.0563],[120.9437,24.053],[120.9446,24.0498],[120.9502,24.0494],[120.9519,24.0468],[120.9545,24.0449],[120.9593,24.0447],[120.9626,24.0401],[120.9652,24.0379],[120.9652,24.0344],[120.9716,24.0308],[120.9745,24.0308],[120.976,24.0328],[120.9814,24.0314],[120.9818,24.0295],[120.9843,24.026],[120.9872,24.0246],[120.9907,24.0203],[120.9964,24.0204],[120.9991,24.0195],[121.0022,24.0206],[121.0039,24.0196],[121.006,24.0169],[121.0065,24.0141],[121.0038,24.0103],[121.0031,24.0077],[121.0058,24.0034],[121.008,24.001],[121.0099,24.0001],[121.0142,24],[121.0196,24.0007],[121.0203,24.0018],[121.0242,24.0027],[121.0263,24.004],[121.0326,23.9994],[121.0344,23.9988],[121.0393,23.9995],[121.042,23.9986],[121.0454,23.999],[121.0489,23.9979],[121.053,24.003],[121.0566,24.0048],[121.0587,24.0012],[121.0576,23.9996],[121.0585,23.9958],[121.0614,23.9949],[121.0657,23.9917],[121.0673,23.989],[121.0685,23.9845],[121.0695,23.9834],[121.0676,23.9817],[121.0665,23.9789],[121.0645,23.9766],[121.062,23.975],[121.0612,23.9717],[121.0592,23.9715],[121.0573,23.9689],[121.0542,23.9697],[121.0542,23.9669],[121.0564,23.9639],[121.055,23.9627],[121.0521,23.9574],[121.0491,23.9549],[121.0493,23.9495],[121.0465,23.9465],[121.0462,23.9437],[121.0391,23.9437],[121.0363,23.9451],[121.0309,23.9448],[121.0289,23.952],[121.0268,23.9567],[121.0251,23.9573],[121.0203,23.9624],[121.0172,23.968],[121.0156,23.9684],[121.0115,23.9677],[121.0079,23.9655],[121.0035,23.967],[121.0017,23.9661],[121.0019,23.9626],[121.0044,23.9588],[121.0021,23.9589],[121.0014,23.9554],[121.0042,23.9523],[121.0043,23.9493],[121.0052,23.9475],[121.0081,23.9464],[121.0132,23.9468],[121.0144,23.9449],[121.0125,23.9412],[121.01,23.9395],[121.0054,23.9397],[121.0018,23.936],[121.0004,23.9336],[120.9967,23.9304],[120.9997,23.9292],[121.0012,23.927],[121.0039,23.9259],[121.0088,23.9279],[121.0108,23.9304],[121.0126,23.9307],[121.0146,23.933],[121.0163,23.9329],[121.0163,23.9295],[121.0126,23.9284],[121.0088,23.9246],[121.0081,23.9209],[121.0081,23.9116],[121.0044,23.914],[121.0034,23.9161],[121.003,23.921],[121.0009,23.9242],[120.9986,23.9239],[120.9978,23.9254],[120.9914,23.9244],[120.9883,23.9204],[120.9864,23.9214],[120.9849,23.9202],[120.9832,23.921],[120.9819,23.9192],[120.9848,23.9168],[120.9887,23.9126],[120.9852,23.9124],[120.9827,23.9113],[120.9827,23.9084],[120.986,23.9076],[120.9872,23.9024],[120.9911,23.8966],[120.9911,23.8955],[120.9883,23.8903],[120.9885,23.8879],[120.9905,23.8852],[120.9862,23.8853],[120.9804,23.8837],[120.9819,23.8792],[120.9826,23.8749],[120.9873,23.8716],[120.989,23.8677],[120.9928,23.8613],[120.9949,23.8589],[120.9927,23.853],[120.9931,23.844],[120.9925,23.8394],[120.996,23.8378],[120.9999,23.8332],[121.0042,23.8258],[121.0111,23.8246],[121.0129,23.8208],[121.0183,23.8206],[121.0277,23.8178],[121.0298,23.818],[121.0342,23.8164],[121.0364,23.8165],[121.0395,23.8139],[121.0417,23.8139],[121.047,23.8118],[121.055,23.8117],[121.0586,23.81],[121.0627,23.81],[121.0668,23.8091],[121.07,23.8114],[121.0737,23.8115],[121.0795,23.8138],[121.0864,23.8144],[121.089,23.8155],[121.0944,23.8146],[121.0977,23.817],[121.1059,23.8199],[121.1085,23.8202],[121.1125,23.822],[121.1125,23.8246],[121.1109,23.8313],[121.1123,23.8336],[121.1157,23.834],[121.1185,23.8366],[121.1231,23.8374],[121.1271,23.8389],[121.1324,23.8393],[121.137,23.8421],[121.1412,23.8462],[121.1465,23.8479],[121.15,23.8507],[121.1514,23.8574],[121.1544,23.8617],[121.1542,23.8646],[121.1559,23.8645],[121.1599,23.8627],[121.1688,23.8607],[121.1762,23.8565],[121.1794,23.8534],[121.1863,23.8516],[121.1927,23.8519],[121.1977,23.8509],[121.1997,23.8486],[121.2016,23.8481],[121.2048,23.8452],[121.2091,23.8445],[121.2113,23.8431],[121.2148,23.8393],[121.2177,23.8389],[121.2201,23.8372],[121.2206,23.8355],[121.2199,23.8321],[121.2187,23.8298],[121.221,23.8263],[121.2211,23.8222],[121.2225,23.8194],[121.2269,23.8189],[121.231,23.8177],[121.2349,23.8181],[121.2379,23.8214],[121.2369,23.8238],[121.2381,23.8296],[121.2377,23.8325],[121.2393,23.8371],[121.2393,23.8401],[121.2435,23.845],[121.2438,23.8473],[121.2453,23.8497],[121.2488,23.8521],[121.2487,23.8537],[121.2502,23.8566],[121.2499,23.8596],[121.2519,23.8612],[121.253,23.8634],[121.253,23.8679],[121.2571,23.8697],[121.2581,23.8725],[121.2615,23.8723],[121.2653,23.8729],[121.2629,23.8795],[121.2635,23.8814],[121.2659,23.8832],[121.2683,23.8834],[121.2672,23.8894],[121.2655,23.8911],[121.266,23.8944],[121.264,23.8986],[121.2611,23.9023],[121.2629,23.9045],[121.2663,23.9073],[121.27,23.9065],[121.2749,23.9075],[121.2761,23.9101],[121.2754,23.9147],[121.2762,23.9158],[121.2751,23.9189],[121.2765,23.9229],[121.2746,23.9265],[121.2735,23.9281],[121.2747,23.9301],[121.2737,23.9366],[121.2721,23.9382],[121.274,23.942],[121.2743,23.9457],[121.2718,23.9482],[121.2747,23.9514],[121.2758,23.9565],[121.2751,23.9597],[121.2759,23.9626],[121.2778,23.9652],[121.2756,23.9684],[121.275,23.9722],[121.2737,23.9752],[121.2651,23.9753],[121.2616,23.9812],[121.2609,23.9884],[121.2599,23.9905],[121.261,23.9941],[121.2639,23.9977],[121.2657,24.0014],[121.2671,24.0026],[121.2694,24.0063],[121.2696,24.0082],[121.2719,24.0133],[121.2736,24.0149],[121.2764,24.0204],[121.2768,24.0249],[121.2787,24.0268],[121.2804,24.031],[121.2819,24.0321],[121.2824,24.0347],[121.2857,24.0395],[121.2856,24.0452],[121.285,24.0486],[121.2826,24.0513],[121.2833,24.0545],[121.2848,24.0553],[121.2865,24.058],[121.2891,24.0587],[121.2903,24.0601],[121.2934,24.0616],[121.2955,24.0638],[121.2989,24.0616],[121.301,24.0635],[121.3023,24.0663],[121.3061,24.0695],[121.3081,24.0732],[121.3118,24.0755],[121.3141,24.0776],[121.3177,24.0795],[121.3231,24.0849],[121.3233,24.0865],[121.3211,24.0889],[121.3192,24.0928],[121.3191,24.0954],[121.3223,24.0995],[121.3258,24.1027],[121.3269,24.1103],[121.3282,24.1116],[121.3285,24.1144],[121.325,24.1161],[121.3193,24.1166],[121.3159,24.1164],[121.3135,24.1189],[121.308,24.1224],[121.3044,24.1239],[121.3012,24.1278],[121.2959,24.1324],[121.2913,24.1333],[121.2814,24.1359],[121.282,24.1394],[121.2842,24.1458],[121.2847,24.1523],[121.2835,24.1537],[121.2809,24.1546],[121.2803,24.1579],[121.282,24.1582],[121.2854,24.1571],[121.2883,24.1576],[121.2879,24.1617],[121.2883,24.1667],[121.2877,24.1733],[121.2862,24.176],[121.2881,24.1777],[121.2922,24.1771],[121.2968,24.1785],[121.2986,24.18],[121.3071,24.1803],[121.3106,24.183],[121.3154,24.1849],[121.32,24.1914],[121.3231,24.1921],[121.3244,24.195],[121.3258,24.1962],[121.329,24.1967],[121.3307,24.1978],[121.3358,24.1991],[121.3403,24.1985],[121.3451,24.2],[121.349,24.1995],[121.3497,24.2002],[121.3492,24.2045],[121.3483,24.2073],[121.3494,24.2104],[121.3433,24.2221],[121.343,24.2236]]]},"properties":{"TOWNCODE":"10008130","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"仁愛鄉"},"id":"10008130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5708,23.7597],[120.5699,23.76],[120.5593,23.7573],[120.5561,23.7548],[120.5541,23.751],[120.551,23.7499],[120.5468,23.7498],[120.5422,23.7476],[120.5361,23.7455],[120.5313,23.7418],[120.5299,23.7399],[120.5302,23.7376],[120.5268,23.7354],[120.5245,23.7352],[120.5227,23.7329],[120.5192,23.7339],[120.5102,23.7305],[120.508,23.7312],[120.5063,23.7294],[120.5033,23.7293],[120.5019,23.7255],[120.4999,23.723],[120.4982,23.7248],[120.4956,23.7202],[120.4978,23.7187],[120.4973,23.7167],[120.4997,23.7142],[120.4999,23.7124],[120.4973,23.7117],[120.4984,23.7086],[120.4962,23.7071],[120.4954,23.705],[120.4978,23.6966],[120.5017,23.6949],[120.5032,23.6899],[120.5009,23.6889],[120.4994,23.6864],[120.5017,23.6806],[120.5045,23.6787],[120.5075,23.6755],[120.506,23.6744],[120.5061,23.6719],[120.5092,23.6698],[120.5086,23.6663],[120.5099,23.6639],[120.5142,23.6632],[120.5141,23.6611],[120.5169,23.6584],[120.5228,23.6558],[120.5236,23.6546],[120.5271,23.6549],[120.5299,23.654],[120.5298,23.6526],[120.5364,23.6506],[120.5368,23.6539],[120.5383,23.6551],[120.54,23.659],[120.5406,23.6636],[120.5386,23.6652],[120.5367,23.6688],[120.5365,23.6721],[120.5377,23.6751],[120.5407,23.6733],[120.5437,23.6727],[120.5456,23.6733],[120.551,23.6728],[120.5523,23.6717],[120.5568,23.6708],[120.5599,23.6712],[120.5597,23.673],[120.564,23.6802],[120.5638,23.6829],[120.5623,23.684],[120.5589,23.6844],[120.559,23.6865],[120.5607,23.6893],[120.5637,23.6912],[120.5687,23.6919],[120.5699,23.691],[120.5717,23.6856],[120.5787,23.689],[120.5775,23.6952],[120.5828,23.6945],[120.5866,23.6965],[120.5895,23.6964],[120.592,23.6951],[120.5938,23.6957],[120.5961,23.694],[120.5988,23.694],[120.6005,23.6959],[120.6059,23.6968],[120.6116,23.6966],[120.6162,23.6973],[120.6181,23.6961],[120.6194,23.6931],[120.6224,23.6907],[120.6242,23.6867],[120.6271,23.6847],[120.6303,23.6793],[120.6329,23.6758],[120.6321,23.6733],[120.6357,23.6731],[120.6398,23.6686],[120.6416,23.6678],[120.6444,23.6684],[120.6449,23.6716],[120.6469,23.6726],[120.6461,23.6773],[120.6483,23.6828],[120.6462,23.6848],[120.6455,23.6902],[120.6466,23.6917],[120.6436,23.6999],[120.6456,23.7032],[120.6406,23.7069],[120.6393,23.7109],[120.6406,23.7132],[120.6397,23.7145],[120.6369,23.7135],[120.6326,23.7139],[120.6261,23.7167],[120.6219,23.7165],[120.6207,23.7182],[120.6184,23.7194],[120.6135,23.7205],[120.6129,23.7217],[120.6099,23.7225],[120.6074,23.7265],[120.6041,23.7253],[120.6012,23.725],[120.6015,23.73],[120.5978,23.7297],[120.5939,23.7318],[120.5912,23.7361],[120.5904,23.7393],[120.5885,23.7425],[120.5863,23.7386],[120.5822,23.7381],[120.5784,23.7425],[120.575,23.7435],[120.5736,23.7463],[120.5737,23.748],[120.5716,23.7508],[120.5747,23.7547],[120.5732,23.756],[120.5708,23.7597]]]},"properties":{"TOWNCODE":"10009010","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"斗六市"},"id":"10009010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4982,23.7248],[120.4956,23.7232],[120.4912,23.7218],[120.4858,23.7218],[120.4815,23.7203],[120.4791,23.7166],[120.4811,23.7138],[120.4828,23.7085],[120.4796,23.7051],[120.4734,23.7049],[120.4706,23.7017],[120.4659,23.7003],[120.4621,23.6956],[120.4641,23.6942],[120.4634,23.6895],[120.4617,23.6913],[120.4577,23.6931],[120.4566,23.6919],[120.4532,23.6907],[120.4531,23.6875],[120.4508,23.6861],[120.4499,23.6876],[120.4471,23.6864],[120.4438,23.6866],[120.4432,23.6879],[120.4363,23.6884],[120.4266,23.6886],[120.4231,23.69],[120.4168,23.6795],[120.4212,23.6755],[120.4224,23.6734],[120.4264,23.6744],[120.4285,23.6741],[120.4293,23.6709],[120.4322,23.6707],[120.4359,23.6722],[120.4385,23.6714],[120.4406,23.6718],[120.443,23.6698],[120.4469,23.6707],[120.4484,23.6689],[120.4497,23.6717],[120.4498,23.6741],[120.4518,23.6739],[120.4546,23.6724],[120.4569,23.6697],[120.4592,23.6681],[120.4585,23.6648],[120.462,23.6656],[120.4666,23.6656],[120.4667,23.6675],[120.4706,23.6661],[120.4713,23.6638],[120.4744,23.6618],[120.471,23.6457],[120.4682,23.6334],[120.4685,23.6303],[120.474,23.6311],[120.4775,23.6299],[120.4787,23.6328],[120.4826,23.6322],[120.4859,23.6306],[120.4879,23.6307],[120.4872,23.6339],[120.4887,23.6359],[120.4929,23.6332],[120.4995,23.6351],[120.5036,23.6353],[120.5059,23.6338],[120.5083,23.6329],[120.5162,23.6341],[120.5125,23.6372],[120.5154,23.6373],[120.5175,23.6365],[120.5189,23.6385],[120.5246,23.6386],[120.5258,23.6381],[120.5276,23.6412],[120.5304,23.6429],[120.535,23.6427],[120.5381,23.6414],[120.5386,23.6432],[120.5363,23.6457],[120.5357,23.6474],[120.5364,23.6506],[120.5298,23.6526],[120.5299,23.654],[120.5271,23.6549],[120.5236,23.6546],[120.5228,23.6558],[120.5169,23.6584],[120.5141,23.6611],[120.5142,23.6632],[120.5099,23.6639],[120.5086,23.6663],[120.5092,23.6698],[120.5061,23.6719],[120.506,23.6744],[120.5075,23.6755],[120.5045,23.6787],[120.5017,23.6806],[120.4994,23.6864],[120.5009,23.6889],[120.5032,23.6899],[120.5017,23.6949],[120.4978,23.6966],[120.4954,23.705],[120.4962,23.7071],[120.4984,23.7086],[120.4973,23.7117],[120.4999,23.7124],[120.4997,23.7142],[120.4973,23.7167],[120.4978,23.7187],[120.4956,23.7202],[120.4982,23.7248]]]},"properties":{"TOWNCODE":"10009020","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"斗南鎮"},"id":"10009020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3874,23.7461],[120.3838,23.7469],[120.381,23.7464],[120.3781,23.747],[120.3752,23.7464],[120.3769,23.7413],[120.379,23.7399],[120.3822,23.7352],[120.3811,23.7316],[120.3778,23.731],[120.3728,23.734],[120.3707,23.7307],[120.3699,23.714],[120.3787,23.7132],[120.3783,23.7062],[120.3752,23.7006],[120.375,23.6965],[120.3767,23.6926],[120.3779,23.6943],[120.3845,23.694],[120.3842,23.6972],[120.3995,23.6965],[120.3943,23.6879],[120.3936,23.6847],[120.3957,23.6825],[120.3969,23.6795],[120.4035,23.6807],[120.4042,23.6777],[120.4065,23.6722],[120.4059,23.6713],[120.4074,23.6686],[120.4121,23.6718],[120.4168,23.6795],[120.4231,23.69],[120.4266,23.6886],[120.4363,23.6884],[120.4432,23.6879],[120.4438,23.6866],[120.4471,23.6864],[120.4499,23.6876],[120.4508,23.6861],[120.4531,23.6875],[120.4532,23.6907],[120.4566,23.6919],[120.4577,23.6931],[120.4617,23.6913],[120.4634,23.6895],[120.4641,23.6942],[120.4621,23.6956],[120.4659,23.7003],[120.4706,23.7017],[120.4734,23.7049],[120.4796,23.7051],[120.4828,23.7085],[120.4811,23.7138],[120.4791,23.7166],[120.4815,23.7203],[120.4858,23.7218],[120.4912,23.7218],[120.4956,23.7232],[120.4982,23.7248],[120.4999,23.723],[120.5019,23.7255],[120.5033,23.7293],[120.5013,23.7324],[120.493,23.7388],[120.4952,23.745],[120.4869,23.7455],[120.4806,23.7446],[120.4758,23.7438],[120.4737,23.7455],[120.4693,23.7457],[120.4687,23.7427],[120.4565,23.7431],[120.4572,23.7382],[120.4385,23.7383],[120.4335,23.7394],[120.4305,23.7392],[120.4282,23.7401],[120.4259,23.7399],[120.4226,23.7431],[120.4172,23.7441],[120.4136,23.7449],[120.4093,23.7447],[120.4036,23.7454],[120.399,23.7451],[120.3949,23.7469],[120.3874,23.7461]]]},"properties":{"TOWNCODE":"10009030","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"虎尾鎮"},"id":"10009030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4553,23.8167],[120.4521,23.8172],[120.4473,23.8207],[120.4432,23.8188],[120.4374,23.8178],[120.4341,23.8135],[120.4305,23.8143],[120.4297,23.7994],[120.4288,23.7972],[120.4282,23.7916],[120.4292,23.7862],[120.426,23.7838],[120.4263,23.7823],[120.4222,23.7782],[120.4226,23.776],[120.4312,23.7724],[120.4311,23.7709],[120.4331,23.7673],[120.4311,23.7632],[120.4257,23.7605],[120.4299,23.7592],[120.4295,23.758],[120.4343,23.7569],[120.4332,23.7551],[120.4267,23.7546],[120.4274,23.7491],[120.4222,23.7486],[120.4199,23.747],[120.4167,23.7496],[120.4172,23.7441],[120.4226,23.7431],[120.4259,23.7399],[120.4282,23.7401],[120.4305,23.7392],[120.4335,23.7394],[120.4385,23.7383],[120.4572,23.7382],[120.4565,23.7431],[120.4687,23.7427],[120.4693,23.7457],[120.4737,23.7455],[120.4758,23.7438],[120.4806,23.7446],[120.4796,23.7509],[120.4796,23.7572],[120.4807,23.7677],[120.4842,23.7688],[120.4802,23.7725],[120.4771,23.7782],[120.4772,23.7805],[120.4816,23.781],[120.4844,23.7823],[120.4851,23.7839],[120.4983,23.7842],[120.5004,23.7822],[120.502,23.7837],[120.5125,23.7982],[120.5134,23.8],[120.5075,23.8007],[120.4984,23.8036],[120.4832,23.8066],[120.4753,23.809],[120.4581,23.8161],[120.4553,23.8167]]]},"properties":{"TOWNCODE":"10009040","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"西螺鎮"},"id":"10009040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3752,23.7464],[120.3729,23.7462],[120.3708,23.7448],[120.3633,23.7429],[120.3577,23.7428],[120.3549,23.744],[120.3508,23.7427],[120.3492,23.7445],[120.346,23.7463],[120.3395,23.7483],[120.3313,23.7481],[120.3297,23.7454],[120.3319,23.7426],[120.3378,23.7384],[120.3397,23.7376],[120.3445,23.7372],[120.35,23.7386],[120.352,23.7373],[120.3529,23.7293],[120.3482,23.7285],[120.3476,23.7252],[120.3483,23.721],[120.3445,23.7207],[120.3429,23.71],[120.3374,23.7099],[120.3406,23.7031],[120.3387,23.703],[120.3352,23.7041],[120.3338,23.6957],[120.3349,23.6938],[120.3373,23.6908],[120.3401,23.6889],[120.343,23.6858],[120.3417,23.6821],[120.3394,23.6826],[120.3381,23.6799],[120.3381,23.6769],[120.3408,23.6769],[120.3409,23.6712],[120.3433,23.6712],[120.342,23.6655],[120.3438,23.6623],[120.3415,23.6566],[120.3412,23.6536],[120.3419,23.6512],[120.3421,23.647],[120.3463,23.6452],[120.3513,23.6471],[120.3556,23.6471],[120.373,23.6525],[120.3756,23.6536],[120.3817,23.6536],[120.3876,23.6514],[120.3903,23.6546],[120.399,23.6633],[120.4074,23.6686],[120.4059,23.6713],[120.4065,23.6722],[120.4042,23.6777],[120.4035,23.6807],[120.3969,23.6795],[120.3957,23.6825],[120.3936,23.6847],[120.3943,23.6879],[120.3995,23.6965],[120.3842,23.6972],[120.3845,23.694],[120.3779,23.6943],[120.3767,23.6926],[120.375,23.6965],[120.3752,23.7006],[120.3783,23.7062],[120.3787,23.7132],[120.3699,23.714],[120.3707,23.7307],[120.3728,23.734],[120.3778,23.731],[120.3811,23.7316],[120.3822,23.7352],[120.379,23.7399],[120.3769,23.7413],[120.3752,23.7464]]]},"properties":{"TOWNCODE":"10009050","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"土庫鎮"},"id":"10009050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2818,23.6339],[120.273,23.6344],[120.2728,23.6299],[120.2674,23.6302],[120.2649,23.6228],[120.2643,23.618],[120.2655,23.6143],[120.268,23.6137],[120.2677,23.6097],[120.2715,23.6095],[120.2711,23.6067],[120.268,23.5969],[120.2706,23.5918],[120.2676,23.5904],[120.2675,23.5866],[120.2651,23.5855],[120.2626,23.5854],[120.2625,23.5799],[120.265,23.5798],[120.2652,23.5768],[120.2681,23.5769],[120.2709,23.5758],[120.2732,23.5728],[120.2724,23.5715],[120.2777,23.5701],[120.2761,23.5678],[120.2757,23.5627],[120.2732,23.5637],[120.2717,23.5586],[120.2715,23.5535],[120.2737,23.5531],[120.2728,23.5496],[120.2744,23.5459],[120.2743,23.5439],[120.277,23.544],[120.2805,23.546],[120.2826,23.546],[120.2867,23.5478],[120.2908,23.5505],[120.2891,23.5574],[120.2892,23.5612],[120.2932,23.5642],[120.2972,23.5646],[120.3057,23.563],[120.3106,23.5645],[120.3098,23.5679],[120.3067,23.5715],[120.3074,23.5747],[120.3119,23.575],[120.3191,23.5724],[120.3209,23.5724],[120.3265,23.5739],[120.3323,23.578],[120.3334,23.5818],[120.3336,23.5915],[120.3352,23.593],[120.3363,23.5963],[120.336,23.5999],[120.3351,23.6014],[120.3323,23.6015],[120.3323,23.6038],[120.3276,23.603],[120.3278,23.6044],[120.3198,23.6048],[120.3195,23.6072],[120.3127,23.6074],[120.3129,23.6106],[120.3075,23.6106],[120.3076,23.6114],[120.3024,23.6122],[120.305,23.6152],[120.3019,23.6167],[120.3019,23.6205],[120.2964,23.6205],[120.2986,23.6272],[120.2981,23.6301],[120.2918,23.6311],[120.2921,23.6323],[120.2818,23.6339]]]},"properties":{"TOWNCODE":"10009060","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"北港鎮"},"id":"10009060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6444,23.6684],[120.6416,23.6678],[120.6398,23.6686],[120.6357,23.6731],[120.6321,23.6733],[120.6329,23.6758],[120.6303,23.6793],[120.6271,23.6847],[120.6242,23.6867],[120.6224,23.6907],[120.6194,23.6931],[120.6181,23.6961],[120.6162,23.6973],[120.6116,23.6966],[120.6059,23.6968],[120.6005,23.6959],[120.5988,23.694],[120.5961,23.694],[120.5938,23.6957],[120.592,23.6951],[120.5895,23.6964],[120.5866,23.6965],[120.5828,23.6945],[120.5775,23.6952],[120.5787,23.689],[120.5717,23.6856],[120.5699,23.691],[120.5687,23.6919],[120.5637,23.6912],[120.5607,23.6893],[120.559,23.6865],[120.5589,23.6844],[120.5623,23.684],[120.5638,23.6829],[120.564,23.6802],[120.5597,23.673],[120.5599,23.6712],[120.5568,23.6708],[120.5523,23.6717],[120.551,23.6728],[120.5456,23.6733],[120.5437,23.6727],[120.5407,23.6733],[120.5377,23.6751],[120.5365,23.6721],[120.5367,23.6688],[120.5386,23.6652],[120.5406,23.6636],[120.54,23.659],[120.5383,23.6551],[120.5368,23.6539],[120.5364,23.6506],[120.5357,23.6474],[120.5363,23.6457],[120.5386,23.6432],[120.5381,23.6414],[120.535,23.6427],[120.5304,23.6429],[120.5276,23.6412],[120.5258,23.6381],[120.5246,23.6386],[120.5189,23.6385],[120.5175,23.6365],[120.5154,23.6373],[120.5125,23.6372],[120.5162,23.6341],[120.5083,23.6329],[120.5059,23.6338],[120.5075,23.6312],[120.5064,23.6259],[120.5078,23.623],[120.5097,23.6213],[120.5102,23.6194],[120.5151,23.6151],[120.518,23.6105],[120.5225,23.6075],[120.5243,23.6055],[120.5281,23.6028],[120.529,23.6004],[120.5319,23.599],[120.5333,23.5968],[120.5334,23.5968],[120.5369,23.5947],[120.5436,23.5944],[120.548,23.5938],[120.5523,23.5939],[120.5566,23.5929],[120.5578,23.5892],[120.5611,23.5886],[120.5629,23.5896],[120.5655,23.5895],[120.5671,23.5877],[120.5711,23.5879],[120.5741,23.586],[120.5767,23.5835],[120.5802,23.5823],[120.5861,23.5827],[120.5898,23.5857],[120.5912,23.5851],[120.5975,23.5847],[120.5999,23.5832],[120.6026,23.5832],[120.6063,23.5842],[120.6102,23.5826],[120.6128,23.5844],[120.6155,23.5853],[120.6187,23.5841],[120.6229,23.588],[120.6232,23.59],[120.6252,23.5907],[120.6306,23.5899],[120.6369,23.592],[120.6436,23.5927],[120.6451,23.5935],[120.6491,23.5925],[120.6471,23.5878],[120.6474,23.5857],[120.6493,23.5857],[120.6483,23.5815],[120.6434,23.578],[120.6443,23.5753],[120.6466,23.5768],[120.6492,23.575],[120.6507,23.5724],[120.6559,23.5722],[120.6581,23.5729],[120.6605,23.5762],[120.6657,23.5778],[120.6682,23.5777],[120.67,23.5788],[120.6725,23.5766],[120.6733,23.5737],[120.676,23.5707],[120.6826,23.5721],[120.687,23.5751],[120.6889,23.5751],[120.6942,23.5765],[120.7013,23.576],[120.7043,23.575],[120.709,23.5757],[120.7094,23.5725],[120.7106,23.5709],[120.7161,23.5711],[120.7183,23.569],[120.7219,23.5711],[120.7247,23.5719],[120.7279,23.5703],[120.7338,23.571],[120.7362,23.5705],[120.7351,23.5752],[120.7321,23.5772],[120.7322,23.5792],[120.734,23.5844],[120.7323,23.5878],[120.7327,23.5894],[120.7299,23.5934],[120.7325,23.5974],[120.7284,23.5993],[120.7278,23.6014],[120.7246,23.6038],[120.7264,23.607],[120.7309,23.6108],[120.7313,23.6146],[120.7307,23.6183],[120.7269,23.62],[120.7255,23.6218],[120.7239,23.6218],[120.7205,23.6261],[120.7184,23.63],[120.7163,23.6296],[120.713,23.6278],[120.7142,23.6228],[120.714,23.6209],[120.7052,23.6173],[120.7018,23.6175],[120.6964,23.6201],[120.6913,23.6204],[120.6861,23.6182],[120.6855,23.6128],[120.6837,23.6109],[120.6778,23.6111],[120.6752,23.6102],[120.6691,23.6093],[120.6637,23.6112],[120.6616,23.6104],[120.6587,23.6136],[120.6536,23.6158],[120.6514,23.6161],[120.6529,23.6219],[120.6524,23.6226],[120.6536,23.6289],[120.6451,23.631],[120.6439,23.6282],[120.639,23.625],[120.6357,23.6202],[120.6339,23.6191],[120.6309,23.6219],[120.63,23.6271],[120.6287,23.6298],[120.6302,23.6326],[120.6291,23.6349],[120.6317,23.6389],[120.6317,23.64],[120.6351,23.6426],[120.6348,23.647],[120.6351,23.652],[120.637,23.6556],[120.6368,23.6569],[120.64,23.6609],[120.6405,23.6643],[120.6444,23.6684]]]},"properties":{"TOWNCODE":"10009070","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"古坑鄉"},"id":"10009070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4685,23.6303],[120.4682,23.6334],[120.471,23.6457],[120.4744,23.6618],[120.4713,23.6638],[120.4706,23.6661],[120.4667,23.6675],[120.4666,23.6656],[120.462,23.6656],[120.4585,23.6648],[120.4592,23.6681],[120.4569,23.6697],[120.4546,23.6724],[120.4518,23.6739],[120.4498,23.6741],[120.4497,23.6717],[120.4484,23.6689],[120.4469,23.6707],[120.443,23.6698],[120.4406,23.6718],[120.4385,23.6714],[120.4359,23.6722],[120.4322,23.6707],[120.4293,23.6709],[120.4285,23.6741],[120.4264,23.6744],[120.4224,23.6734],[120.4212,23.6755],[120.4168,23.6795],[120.4121,23.6718],[120.4074,23.6686],[120.399,23.6633],[120.3903,23.6546],[120.3876,23.6514],[120.3825,23.636],[120.3756,23.6228],[120.3714,23.616],[120.369,23.6147],[120.3665,23.6078],[120.3681,23.6075],[120.3706,23.6094],[120.3751,23.6099],[120.3798,23.6099],[120.381,23.6119],[120.3831,23.6126],[120.3828,23.6147],[120.386,23.6207],[120.3924,23.6224],[120.3922,23.6236],[120.4026,23.6269],[120.4009,23.6322],[120.4048,23.6342],[120.4064,23.6327],[120.4066,23.6252],[120.4096,23.6252],[120.413,23.624],[120.4138,23.6224],[120.4156,23.6214],[120.4201,23.6252],[120.4211,23.6239],[120.422,23.6193],[120.4254,23.618],[120.427,23.6193],[120.4301,23.6184],[120.4318,23.6216],[120.4336,23.6229],[120.4367,23.6217],[120.437,23.6238],[120.4351,23.6253],[120.4376,23.6265],[120.441,23.6259],[120.4426,23.6289],[120.4447,23.6306],[120.4499,23.6294],[120.4528,23.6308],[120.4542,23.6298],[120.4512,23.6271],[120.4543,23.6263],[120.4585,23.6277],[120.4602,23.6293],[120.4639,23.6294],[120.4685,23.6303]]]},"properties":{"TOWNCODE":"10009080","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"大埤鄉"},"id":"10009080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5836,23.7933],[120.5788,23.7951],[120.5735,23.7963],[120.5603,23.7981],[120.5583,23.7994],[120.5509,23.8012],[120.5459,23.8015],[120.5409,23.801],[120.535,23.8013],[120.5289,23.7991],[120.5213,23.7998],[120.5134,23.8],[120.5125,23.7982],[120.502,23.7837],[120.5004,23.7822],[120.4983,23.7842],[120.4851,23.7839],[120.4844,23.7823],[120.4816,23.781],[120.4772,23.7805],[120.4771,23.7782],[120.4802,23.7725],[120.4842,23.7688],[120.4807,23.7677],[120.4796,23.7572],[120.4796,23.7509],[120.4806,23.7446],[120.4869,23.7455],[120.4952,23.745],[120.493,23.7388],[120.5013,23.7324],[120.5033,23.7293],[120.5063,23.7294],[120.508,23.7312],[120.5102,23.7305],[120.5192,23.7339],[120.5227,23.7329],[120.5245,23.7352],[120.5268,23.7354],[120.5302,23.7376],[120.5299,23.7399],[120.5313,23.7418],[120.5361,23.7455],[120.5422,23.7476],[120.5468,23.7498],[120.551,23.7499],[120.5541,23.751],[120.5561,23.7548],[120.5593,23.7573],[120.5699,23.76],[120.5708,23.7597],[120.5711,23.7606],[120.5709,23.7683],[120.5756,23.7702],[120.5766,23.7723],[120.5786,23.7738],[120.5787,23.7755],[120.5831,23.7773],[120.586,23.7791],[120.5922,23.7884],[120.5937,23.7911],[120.587,23.7919],[120.5836,23.7933]]]},"properties":{"TOWNCODE":"10009090","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"莿桐鄉"},"id":"10009090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6404,23.7861],[120.6352,23.7867],[120.633,23.789],[120.6286,23.79],[120.625,23.79],[120.6159,23.7913],[120.5937,23.7911],[120.5922,23.7884],[120.586,23.7791],[120.5831,23.7773],[120.5787,23.7755],[120.5786,23.7738],[120.5766,23.7723],[120.5756,23.7702],[120.5709,23.7683],[120.5711,23.7606],[120.5708,23.7597],[120.5732,23.756],[120.5747,23.7547],[120.5716,23.7508],[120.5737,23.748],[120.5736,23.7463],[120.575,23.7435],[120.5784,23.7425],[120.5822,23.7381],[120.5863,23.7386],[120.5885,23.7425],[120.5904,23.7393],[120.5912,23.7361],[120.5939,23.7318],[120.5978,23.7297],[120.6015,23.73],[120.6012,23.725],[120.6041,23.7253],[120.6074,23.7265],[120.6099,23.7225],[120.6129,23.7217],[120.6135,23.7205],[120.6184,23.7194],[120.6207,23.7182],[120.6219,23.7165],[120.6261,23.7167],[120.6326,23.7139],[120.6369,23.7135],[120.6397,23.7145],[120.6417,23.7223],[120.6397,23.7266],[120.6402,23.7308],[120.6421,23.7306],[120.6443,23.7364],[120.6499,23.7357],[120.6509,23.7362],[120.6544,23.7345],[120.6558,23.7357],[120.6544,23.74],[120.6546,23.7483],[120.6558,23.7547],[120.6485,23.7732],[120.6421,23.7822],[120.6404,23.7861]]]},"properties":{"TOWNCODE":"10009100","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"林內鄉"},"id":"10009100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4473,23.8207],[120.4431,23.8229],[120.4395,23.8269],[120.4331,23.8302],[120.4253,23.8303],[120.4187,23.8271],[120.4103,23.8264],[120.3817,23.8286],[120.3752,23.8286],[120.3703,23.8286],[120.3604,23.8234],[120.3581,23.8228],[120.3506,23.8223],[120.3513,23.8138],[120.3492,23.8068],[120.3532,23.8037],[120.351,23.7918],[120.3571,23.7897],[120.3608,23.7898],[120.3629,23.7888],[120.3661,23.7859],[120.3675,23.7836],[120.365,23.7792],[120.3619,23.7814],[120.3598,23.7821],[120.3587,23.7797],[120.3575,23.7731],[120.3772,23.7681],[120.381,23.7665],[120.383,23.7663],[120.3837,23.7642],[120.3858,23.7634],[120.3898,23.7633],[120.3891,23.7596],[120.3893,23.757],[120.3885,23.7547],[120.3887,23.7519],[120.3874,23.7461],[120.3949,23.7469],[120.399,23.7451],[120.4036,23.7454],[120.4093,23.7447],[120.4136,23.7449],[120.4172,23.7441],[120.4167,23.7496],[120.4199,23.747],[120.4222,23.7486],[120.4274,23.7491],[120.4267,23.7546],[120.4332,23.7551],[120.4343,23.7569],[120.4295,23.758],[120.4299,23.7592],[120.4257,23.7605],[120.4311,23.7632],[120.4331,23.7673],[120.4311,23.7709],[120.4312,23.7724],[120.4226,23.776],[120.4222,23.7782],[120.4263,23.7823],[120.426,23.7838],[120.4292,23.7862],[120.4282,23.7916],[120.4288,23.7972],[120.4297,23.7994],[120.4305,23.8143],[120.4341,23.8135],[120.4374,23.8178],[120.4432,23.8188],[120.4473,23.8207]]]},"properties":{"TOWNCODE":"10009110","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"二崙鄉"},"id":"10009110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3506,23.8223],[120.3331,23.8223],[120.3181,23.8203],[120.3081,23.8203],[120.3021,23.8219],[120.3019,23.8063],[120.3005,23.8046],[120.297,23.8049],[120.2938,23.7964],[120.2933,23.7925],[120.2956,23.79],[120.2961,23.7873],[120.2946,23.7802],[120.2973,23.7773],[120.3032,23.7785],[120.3059,23.7765],[120.3058,23.7701],[120.3068,23.7631],[120.2943,23.7637],[120.2933,23.7605],[120.2977,23.7599],[120.2972,23.7579],[120.2986,23.7552],[120.3006,23.754],[120.299,23.7512],[120.299,23.7409],[120.3037,23.7414],[120.3061,23.7424],[120.3101,23.7423],[120.3126,23.7452],[120.3206,23.7467],[120.3251,23.7451],[120.3297,23.7454],[120.3313,23.7481],[120.3395,23.7483],[120.346,23.7463],[120.3492,23.7445],[120.3508,23.7427],[120.3549,23.744],[120.3577,23.7428],[120.3633,23.7429],[120.3708,23.7448],[120.3729,23.7462],[120.3752,23.7464],[120.3781,23.747],[120.381,23.7464],[120.3838,23.7469],[120.3874,23.7461],[120.3887,23.7519],[120.3885,23.7547],[120.3893,23.757],[120.3891,23.7596],[120.3898,23.7633],[120.3858,23.7634],[120.3837,23.7642],[120.383,23.7663],[120.381,23.7665],[120.3772,23.7681],[120.3575,23.7731],[120.3587,23.7797],[120.3598,23.7821],[120.3619,23.7814],[120.365,23.7792],[120.3675,23.7836],[120.3661,23.7859],[120.3629,23.7888],[120.3608,23.7898],[120.3571,23.7897],[120.351,23.7918],[120.3532,23.8037],[120.3492,23.8068],[120.3513,23.8138],[120.3506,23.8223]]]},"properties":{"TOWNCODE":"10009120","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"崙背鄉"},"id":"10009120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2895,23.7415],[120.2836,23.7413],[120.2816,23.7398],[120.2807,23.7375],[120.2785,23.7358],[120.275,23.7353],[120.2723,23.734],[120.2644,23.7336],[120.2596,23.7355],[120.2535,23.7362],[120.2511,23.7359],[120.2471,23.7383],[120.2443,23.7432],[120.2427,23.7444],[120.2396,23.742],[120.2375,23.739],[120.2414,23.7335],[120.2414,23.7308],[120.2429,23.7251],[120.2409,23.723],[120.2401,23.7191],[120.2379,23.7194],[120.2374,23.717],[120.2333,23.7174],[120.2314,23.7106],[120.229,23.7101],[120.2274,23.7036],[120.2248,23.7023],[120.2297,23.6992],[120.2302,23.6977],[120.2334,23.6962],[120.2318,23.6927],[120.2306,23.6877],[120.2294,23.685],[120.2284,23.679],[120.2217,23.6793],[120.2204,23.6739],[120.2224,23.6714],[120.2199,23.6646],[120.2184,23.658],[120.2261,23.6583],[120.2373,23.6537],[120.2411,23.6539],[120.2488,23.6581],[120.2554,23.6566],[120.257,23.657],[120.2596,23.6611],[120.2625,23.6634],[120.2662,23.6654],[120.2703,23.6712],[120.272,23.6725],[120.2776,23.6717],[120.2794,23.6727],[120.2815,23.6776],[120.283,23.6792],[120.2861,23.6796],[120.2908,23.6763],[120.2927,23.6762],[120.3019,23.6788],[120.3064,23.6839],[120.3048,23.6873],[120.299,23.6863],[120.2975,23.6869],[120.298,23.6901],[120.2936,23.6888],[120.2879,23.6856],[120.2867,23.6914],[120.2794,23.6929],[120.2774,23.6912],[120.2722,23.6912],[120.2693,23.6927],[120.2689,23.6945],[120.2701,23.6978],[120.2712,23.7028],[120.2744,23.7022],[120.275,23.7039],[120.279,23.7035],[120.28,23.7071],[120.2792,23.7104],[120.2801,23.7139],[120.2824,23.7145],[120.2827,23.7176],[120.2871,23.7195],[120.2871,23.7253],[120.289,23.7273],[120.2894,23.7317],[120.2895,23.7415]]]},"properties":{"TOWNCODE":"10009140","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"東勢鄉"},"id":"10009140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3297,23.7454],[120.3251,23.7451],[120.3206,23.7467],[120.3126,23.7452],[120.3101,23.7423],[120.3061,23.7424],[120.3037,23.7414],[120.299,23.7409],[120.2895,23.7415],[120.2894,23.7317],[120.289,23.7273],[120.2871,23.7253],[120.2871,23.7195],[120.2827,23.7176],[120.2824,23.7145],[120.2801,23.7139],[120.2792,23.7104],[120.28,23.7071],[120.279,23.7035],[120.275,23.7039],[120.2744,23.7022],[120.2712,23.7028],[120.2701,23.6978],[120.2689,23.6945],[120.2693,23.6927],[120.2722,23.6912],[120.2774,23.6912],[120.2794,23.6929],[120.2867,23.6914],[120.2879,23.6856],[120.2936,23.6888],[120.298,23.6901],[120.2975,23.6869],[120.299,23.6863],[120.3048,23.6873],[120.3064,23.6839],[120.3106,23.6886],[120.3142,23.6915],[120.3183,23.6929],[120.3224,23.6952],[120.3287,23.696],[120.3332,23.6951],[120.3349,23.6938],[120.3338,23.6957],[120.3352,23.7041],[120.3387,23.703],[120.3406,23.7031],[120.3374,23.7099],[120.3429,23.71],[120.3445,23.7207],[120.3483,23.721],[120.3476,23.7252],[120.3482,23.7285],[120.3529,23.7293],[120.352,23.7373],[120.35,23.7386],[120.3445,23.7372],[120.3397,23.7376],[120.3378,23.7384],[120.3319,23.7426],[120.3297,23.7454]]]},"properties":{"TOWNCODE":"10009150","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"褒忠鄉"},"id":"10009150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3349,23.6938],[120.3332,23.6951],[120.3287,23.696],[120.3224,23.6952],[120.3183,23.6929],[120.3142,23.6915],[120.3106,23.6886],[120.3064,23.6839],[120.3019,23.6788],[120.2927,23.6762],[120.2908,23.6763],[120.2861,23.6796],[120.283,23.6792],[120.2815,23.6776],[120.2794,23.6727],[120.2776,23.6717],[120.2773,23.6653],[120.2746,23.6606],[120.2752,23.6594],[120.2757,23.6528],[120.2784,23.653],[120.2775,23.6477],[120.2806,23.648],[120.2803,23.6405],[120.2796,23.6382],[120.2821,23.6376],[120.2818,23.6339],[120.2921,23.6323],[120.2918,23.6311],[120.2981,23.6301],[120.2986,23.6272],[120.2964,23.6205],[120.3019,23.6205],[120.3019,23.6167],[120.305,23.6152],[120.3024,23.6122],[120.3076,23.6114],[120.3075,23.6106],[120.3129,23.6106],[120.3127,23.6074],[120.3195,23.6072],[120.3198,23.6048],[120.3278,23.6044],[120.3276,23.603],[120.3323,23.6038],[120.3323,23.6015],[120.3351,23.6014],[120.336,23.5999],[120.3363,23.5963],[120.3352,23.593],[120.3376,23.5923],[120.3433,23.5919],[120.3514,23.5929],[120.3567,23.594],[120.3603,23.5961],[120.3615,23.5982],[120.3659,23.603],[120.3665,23.6078],[120.369,23.6147],[120.3714,23.616],[120.3756,23.6228],[120.3825,23.636],[120.3876,23.6514],[120.3817,23.6536],[120.3756,23.6536],[120.373,23.6525],[120.3556,23.6471],[120.3513,23.6471],[120.3463,23.6452],[120.3421,23.647],[120.3419,23.6512],[120.3412,23.6536],[120.3415,23.6566],[120.3438,23.6623],[120.342,23.6655],[120.3433,23.6712],[120.3409,23.6712],[120.3408,23.6769],[120.3381,23.6769],[120.3381,23.6799],[120.3394,23.6826],[120.3417,23.6821],[120.343,23.6858],[120.3401,23.6889],[120.3373,23.6908],[120.3349,23.6938]]]},"properties":{"TOWNCODE":"10009170","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"元長鄉"},"id":"10009170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2674,23.6302],[120.2654,23.6313],[120.2589,23.6336],[120.2533,23.633],[120.2531,23.6304],[120.2516,23.6287],[120.2518,23.625],[120.2507,23.6223],[120.2474,23.6181],[120.2439,23.617],[120.2366,23.6109],[120.2329,23.6085],[120.2289,23.6085],[120.2268,23.6037],[120.2253,23.6026],[120.2184,23.6001],[120.2151,23.59],[120.2146,23.5869],[120.215,23.583],[120.2118,23.5823],[120.2109,23.58],[120.2084,23.5786],[120.2027,23.5793],[120.1991,23.5771],[120.2002,23.575],[120.1986,23.5714],[120.2017,23.569],[120.2052,23.5682],[120.206,23.5666],[120.2035,23.5594],[120.2008,23.555],[120.1986,23.5538],[120.199,23.5511],[120.1978,23.5457],[120.2033,23.5471],[120.203,23.5426],[120.2005,23.5423],[120.2005,23.5303],[120.199,23.5278],[120.1942,23.5291],[120.1908,23.529],[120.1897,23.5256],[120.1869,23.5229],[120.1846,23.5196],[120.1825,23.5098],[120.1872,23.5106],[120.1899,23.51],[120.194,23.5123],[120.1966,23.513],[120.2013,23.5124],[120.2018,23.5113],[120.2045,23.5119],[120.2085,23.5099],[120.2101,23.5097],[120.2158,23.5069],[120.223,23.5043],[120.2309,23.5054],[120.2394,23.5078],[120.2431,23.5101],[120.2468,23.5141],[120.2471,23.5162],[120.2457,23.5225],[120.2442,23.5319],[120.2419,23.5392],[120.2433,23.5436],[120.2464,23.5451],[120.2526,23.5463],[120.2561,23.5461],[120.2594,23.5412],[120.2617,23.5357],[120.2634,23.5335],[120.2673,23.5307],[120.2703,23.5302],[120.2719,23.5308],[120.2734,23.5335],[120.2741,23.5373],[120.276,23.543],[120.277,23.544],[120.2743,23.5439],[120.2744,23.5459],[120.2728,23.5496],[120.2737,23.5531],[120.2715,23.5535],[120.2717,23.5586],[120.2732,23.5637],[120.2757,23.5627],[120.2761,23.5678],[120.2777,23.5701],[120.2724,23.5715],[120.2732,23.5728],[120.2709,23.5758],[120.2681,23.5769],[120.2652,23.5768],[120.265,23.5798],[120.2625,23.5799],[120.2626,23.5854],[120.2651,23.5855],[120.2675,23.5866],[120.2676,23.5904],[120.2706,23.5918],[120.268,23.5969],[120.2711,23.6067],[120.2715,23.6095],[120.2677,23.6097],[120.268,23.6137],[120.2655,23.6143],[120.2643,23.618],[120.2649,23.6228],[120.2674,23.6302]]]},"properties":{"TOWNCODE":"10009200","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"水林鄉"},"id":"10009200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2901,23.4781],[120.2911,23.4815],[120.2845,23.4859],[120.2834,23.4874],[120.2837,23.4904],[120.2806,23.4914],[120.2735,23.4912],[120.2672,23.4891],[120.2617,23.4852],[120.2615,23.4814],[120.2622,23.4785],[120.2581,23.4771],[120.2555,23.4773],[120.2539,23.4748],[120.2533,23.4708],[120.2508,23.4703],[120.2456,23.4755],[120.241,23.476],[120.2383,23.4734],[120.2383,23.4696],[120.2339,23.4688],[120.2309,23.4674],[120.2263,23.4691],[120.2255,23.4653],[120.2264,23.4636],[120.2218,23.4629],[120.2217,23.4599],[120.2202,23.4596],[120.2155,23.4555],[120.2131,23.457],[120.2107,23.4556],[120.2103,23.4539],[120.2062,23.4529],[120.2076,23.4515],[120.2082,23.4481],[120.2093,23.4463],[120.2117,23.4457],[120.2131,23.4432],[120.2179,23.4406],[120.2204,23.4419],[120.2212,23.437],[120.2196,23.4342],[120.2193,23.4288],[120.2179,23.427],[120.2187,23.423],[120.2231,23.4201],[120.2247,23.422],[120.2286,23.4192],[120.2322,23.4208],[120.2354,23.4241],[120.2373,23.4235],[120.2366,23.421],[120.2374,23.4199],[120.2358,23.4174],[120.2376,23.4162],[120.2359,23.4118],[120.2341,23.4096],[120.2358,23.4076],[120.241,23.4044],[120.243,23.4026],[120.2433,23.4005],[120.2458,23.3985],[120.2496,23.3974],[120.2519,23.396],[120.2581,23.3946],[120.2594,23.3979],[120.2595,23.4002],[120.2579,23.403],[120.2601,23.4042],[120.2631,23.408],[120.2644,23.4074],[120.2676,23.4093],[120.2679,23.4125],[120.267,23.4143],[120.2674,23.4174],[120.2664,23.4187],[120.2704,23.4198],[120.2723,23.4226],[120.2741,23.4215],[120.2737,23.4187],[120.2769,23.4184],[120.2782,23.4215],[120.28,23.4215],[120.2796,23.4243],[120.2825,23.425],[120.2819,23.4275],[120.282,23.4325],[120.2799,23.4325],[120.2773,23.4313],[120.2696,23.4311],[120.2699,23.4449],[120.2695,23.4476],[120.2709,23.4499],[120.2731,23.4482],[120.2759,23.4482],[120.2774,23.4498],[120.2815,23.4499],[120.2808,23.4463],[120.2834,23.4479],[120.2853,23.4442],[120.2895,23.4436],[120.2912,23.4457],[120.2923,23.4484],[120.2895,23.4525],[120.2946,23.4668],[120.2895,23.4677],[120.2902,23.4726],[120.2901,23.4781]]]},"properties":{"TOWNCODE":"10010020","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"朴子市"},"id":"10010020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5059,23.6338],[120.5036,23.6353],[120.4995,23.6351],[120.4929,23.6332],[120.4887,23.6359],[120.4872,23.6339],[120.4879,23.6307],[120.4859,23.6306],[120.4826,23.6322],[120.4787,23.6328],[120.4775,23.6299],[120.474,23.6311],[120.4685,23.6303],[120.4639,23.6294],[120.4602,23.6293],[120.4585,23.6277],[120.4543,23.6263],[120.4512,23.6271],[120.4542,23.6298],[120.4528,23.6308],[120.4499,23.6294],[120.4447,23.6306],[120.4426,23.6289],[120.441,23.6259],[120.4376,23.6265],[120.4351,23.6253],[120.437,23.6238],[120.4367,23.6217],[120.4336,23.6229],[120.4318,23.6216],[120.4301,23.6184],[120.427,23.6193],[120.4254,23.618],[120.422,23.6193],[120.4211,23.6239],[120.4201,23.6252],[120.4156,23.6214],[120.4138,23.6224],[120.4143,23.6188],[120.4125,23.6155],[120.4072,23.6116],[120.4052,23.6076],[120.4076,23.6065],[120.4064,23.6033],[120.4089,23.602],[120.4148,23.6017],[120.4167,23.6051],[120.4216,23.6057],[120.4268,23.6055],[120.4278,23.6024],[120.4263,23.6005],[120.4266,23.5987],[120.4292,23.5991],[120.4261,23.5952],[120.427,23.592],[120.4302,23.5913],[120.4364,23.5915],[120.4415,23.5939],[120.4452,23.5944],[120.4482,23.5938],[120.448,23.5914],[120.4494,23.5892],[120.4536,23.5874],[120.4561,23.5825],[120.4568,23.5803],[120.4598,23.5783],[120.4643,23.5826],[120.4699,23.5809],[120.4699,23.5758],[120.4736,23.5755],[120.475,23.5768],[120.4769,23.5747],[120.4789,23.5712],[120.4819,23.5673],[120.4837,23.5662],[120.4869,23.5675],[120.4881,23.5655],[120.4902,23.5682],[120.4947,23.567],[120.4956,23.564],[120.4988,23.5642],[120.5007,23.5651],[120.5024,23.5628],[120.502,23.5605],[120.4997,23.5586],[120.5001,23.557],[120.5051,23.5563],[120.5068,23.5549],[120.509,23.5575],[120.5106,23.5556],[120.5124,23.5559],[120.5103,23.5511],[120.5164,23.5516],[120.5186,23.5542],[120.5196,23.5581],[120.5216,23.5581],[120.5245,23.5606],[120.5284,23.5615],[120.5314,23.5604],[120.5314,23.5666],[120.5341,23.5666],[120.5359,23.569],[120.5315,23.5734],[120.5305,23.5762],[120.5301,23.58],[120.5268,23.5808],[120.5251,23.5837],[120.5248,23.586],[120.5332,23.5915],[120.5334,23.5929],[120.5318,23.5954],[120.5333,23.5968],[120.5334,23.5968],[120.5333,23.5968],[120.5319,23.599],[120.529,23.6004],[120.5281,23.6028],[120.5243,23.6055],[120.5225,23.6075],[120.518,23.6105],[120.5151,23.6151],[120.5102,23.6194],[120.5097,23.6213],[120.5078,23.623],[120.5064,23.6259],[120.5075,23.6312],[120.5059,23.6338]]]},"properties":{"TOWNCODE":"10010040","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"大林鎮"},"id":"10010040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4561,23.5825],[120.4509,23.5828],[120.4456,23.5849],[120.4418,23.5844],[120.4399,23.5796],[120.4287,23.5792],[120.4262,23.5797],[120.4183,23.5771],[120.4159,23.5732],[120.4112,23.5711],[120.407,23.5703],[120.4032,23.5705],[120.4039,23.5657],[120.4086,23.5627],[120.4084,23.5602],[120.4049,23.5604],[120.404,23.5618],[120.3993,23.5623],[120.3969,23.5645],[120.3939,23.5657],[120.3897,23.565],[120.3875,23.5655],[120.3838,23.5574],[120.3861,23.5576],[120.3859,23.5554],[120.3788,23.5558],[120.3789,23.5509],[120.3797,23.5478],[120.3764,23.5491],[120.3743,23.5375],[120.3757,23.5343],[120.3842,23.5346],[120.3842,23.5316],[120.3943,23.5317],[120.3943,23.5296],[120.4,23.5297],[120.4001,23.5195],[120.3989,23.5146],[120.3961,23.514],[120.3917,23.5147],[120.3888,23.5161],[120.3881,23.5148],[120.3879,23.5091],[120.389,23.5071],[120.3929,23.5066],[120.4041,23.5111],[120.4066,23.5109],[120.4088,23.5088],[120.4088,23.5066],[120.4079,23.5033],[120.4083,23.4987],[120.4125,23.4995],[120.4133,23.5023],[120.4167,23.5054],[120.425,23.5064],[120.4263,23.5088],[120.4315,23.5087],[120.4338,23.5098],[120.4325,23.5136],[120.435,23.5173],[120.4374,23.5151],[120.4371,23.5141],[120.4405,23.5119],[120.4421,23.5137],[120.4406,23.5183],[120.4445,23.5173],[120.448,23.5182],[120.4494,23.5171],[120.4533,23.5159],[120.457,23.5158],[120.4574,23.5136],[120.4562,23.512],[120.4576,23.5091],[120.4604,23.5066],[120.4621,23.5033],[120.4626,23.5007],[120.4655,23.4987],[120.47,23.5],[120.4709,23.504],[120.4736,23.5069],[120.4754,23.5066],[120.48,23.5043],[120.4832,23.5054],[120.4851,23.5075],[120.4898,23.5114],[120.4914,23.5155],[120.4955,23.5191],[120.4956,23.5265],[120.4977,23.527],[120.4968,23.5326],[120.4984,23.535],[120.5034,23.5375],[120.5038,23.5406],[120.5055,23.5436],[120.5049,23.5455],[120.5069,23.5473],[120.5102,23.5462],[120.5127,23.5417],[120.5146,23.5431],[120.5147,23.5431],[120.5159,23.5454],[120.5181,23.5474],[120.5192,23.5506],[120.5164,23.5516],[120.5103,23.5511],[120.5124,23.5559],[120.5106,23.5556],[120.509,23.5575],[120.5068,23.5549],[120.5051,23.5563],[120.5001,23.557],[120.4997,23.5586],[120.502,23.5605],[120.5024,23.5628],[120.5007,23.5651],[120.4988,23.5642],[120.4956,23.564],[120.4947,23.567],[120.4902,23.5682],[120.4881,23.5655],[120.4869,23.5675],[120.4837,23.5662],[120.4819,23.5673],[120.4789,23.5712],[120.4769,23.5747],[120.475,23.5768],[120.4736,23.5755],[120.4699,23.5758],[120.4699,23.5809],[120.4643,23.5826],[120.4598,23.5783],[120.4568,23.5803],[120.4561,23.5825]]]},"properties":{"TOWNCODE":"10010050","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"民雄鄉"},"id":"10010050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4138,23.6224],[120.413,23.624],[120.4096,23.6252],[120.4066,23.6252],[120.4064,23.6327],[120.4048,23.6342],[120.4009,23.6322],[120.4026,23.6269],[120.3922,23.6236],[120.3924,23.6224],[120.386,23.6207],[120.3828,23.6147],[120.3831,23.6126],[120.381,23.6119],[120.3798,23.6099],[120.3751,23.6099],[120.3706,23.6094],[120.3681,23.6075],[120.3665,23.6078],[120.3659,23.603],[120.3615,23.5982],[120.3603,23.5961],[120.3617,23.595],[120.3673,23.5941],[120.3677,23.5951],[120.3735,23.5941],[120.3725,23.5896],[120.371,23.5886],[120.3707,23.5851],[120.3684,23.5833],[120.3697,23.5813],[120.3723,23.5804],[120.3767,23.5805],[120.3729,23.5771],[120.3754,23.5754],[120.3743,23.5741],[120.3753,23.5723],[120.3774,23.5724],[120.3821,23.5713],[120.3853,23.572],[120.39,23.5709],[120.3875,23.5655],[120.3897,23.565],[120.3939,23.5657],[120.3969,23.5645],[120.3993,23.5623],[120.404,23.5618],[120.4049,23.5604],[120.4084,23.5602],[120.4086,23.5627],[120.4039,23.5657],[120.4032,23.5705],[120.407,23.5703],[120.4112,23.5711],[120.4159,23.5732],[120.4183,23.5771],[120.4262,23.5797],[120.4287,23.5792],[120.4399,23.5796],[120.4418,23.5844],[120.4456,23.5849],[120.4509,23.5828],[120.4561,23.5825],[120.4536,23.5874],[120.4494,23.5892],[120.448,23.5914],[120.4482,23.5938],[120.4452,23.5944],[120.4415,23.5939],[120.4364,23.5915],[120.4302,23.5913],[120.427,23.592],[120.4261,23.5952],[120.4292,23.5991],[120.4266,23.5987],[120.4263,23.6005],[120.4278,23.6024],[120.4268,23.6055],[120.4216,23.6057],[120.4167,23.6051],[120.4148,23.6017],[120.4089,23.602],[120.4064,23.6033],[120.4076,23.6065],[120.4052,23.6076],[120.4072,23.6116],[120.4125,23.6155],[120.4143,23.6188],[120.4138,23.6224]]]},"properties":{"TOWNCODE":"10010060","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"溪口鄉"},"id":"10010060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3875,23.5655],[120.39,23.5709],[120.3853,23.572],[120.3821,23.5713],[120.3774,23.5724],[120.3753,23.5723],[120.3743,23.5741],[120.3754,23.5754],[120.3729,23.5771],[120.3767,23.5805],[120.3723,23.5804],[120.3697,23.5813],[120.3684,23.5833],[120.3707,23.5851],[120.371,23.5886],[120.3725,23.5896],[120.3735,23.5941],[120.3677,23.5951],[120.3673,23.5941],[120.3617,23.595],[120.3603,23.5961],[120.3567,23.594],[120.3514,23.5929],[120.3433,23.5919],[120.3376,23.5923],[120.3352,23.593],[120.3336,23.5915],[120.3334,23.5818],[120.3323,23.578],[120.3265,23.5739],[120.3209,23.5724],[120.3191,23.5724],[120.3119,23.575],[120.3074,23.5747],[120.3067,23.5715],[120.3098,23.5679],[120.3106,23.5645],[120.3057,23.563],[120.3046,23.5565],[120.3073,23.5571],[120.3102,23.5587],[120.3108,23.5569],[120.307,23.5482],[120.3105,23.5469],[120.3088,23.543],[120.3035,23.5386],[120.3095,23.5378],[120.3137,23.5359],[120.3109,23.5316],[120.3089,23.5316],[120.3082,23.5191],[120.3055,23.5184],[120.3054,23.5131],[120.3079,23.5133],[120.3115,23.5117],[120.3142,23.5115],[120.3165,23.5104],[120.3186,23.5078],[120.3231,23.5057],[120.3259,23.5058],[120.3284,23.5061],[120.3323,23.5081],[120.3356,23.5076],[120.3419,23.5058],[120.3456,23.5058],[120.3491,23.505],[120.3516,23.5053],[120.3527,23.5096],[120.3561,23.5106],[120.3563,23.5125],[120.3595,23.5134],[120.3607,23.5124],[120.3642,23.514],[120.368,23.5095],[120.3687,23.5031],[120.3712,23.502],[120.3732,23.5033],[120.3756,23.5036],[120.378,23.5054],[120.3787,23.5105],[120.3801,23.5146],[120.3846,23.5154],[120.3858,23.5166],[120.3888,23.5161],[120.3917,23.5147],[120.3961,23.514],[120.3989,23.5146],[120.4001,23.5195],[120.4,23.5297],[120.3943,23.5296],[120.3943,23.5317],[120.3842,23.5316],[120.3842,23.5346],[120.3757,23.5343],[120.3743,23.5375],[120.3764,23.5491],[120.3797,23.5478],[120.3789,23.5509],[120.3788,23.5558],[120.3859,23.5554],[120.3861,23.5576],[120.3838,23.5574],[120.3875,23.5655]]]},"properties":{"TOWNCODE":"10010070","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"新港鄉"},"id":"10010070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3057,23.563],[120.2972,23.5646],[120.2932,23.5642],[120.2892,23.5612],[120.2891,23.5574],[120.2908,23.5505],[120.2867,23.5478],[120.2826,23.546],[120.2805,23.546],[120.277,23.544],[120.276,23.543],[120.2741,23.5373],[120.2734,23.5335],[120.2719,23.5308],[120.2703,23.5302],[120.2673,23.5307],[120.2634,23.5335],[120.2617,23.5357],[120.2594,23.5412],[120.2561,23.5461],[120.2526,23.5463],[120.2464,23.5451],[120.2433,23.5436],[120.2419,23.5392],[120.2442,23.5319],[120.2457,23.5225],[120.2471,23.5162],[120.2468,23.5141],[120.2431,23.5101],[120.2394,23.5078],[120.2309,23.5054],[120.223,23.5043],[120.2158,23.5069],[120.2101,23.5097],[120.2085,23.5099],[120.2045,23.5119],[120.2018,23.5113],[120.201,23.5077],[120.2092,23.5043],[120.2115,23.5019],[120.2149,23.5009],[120.2168,23.4992],[120.2162,23.4972],[120.2128,23.4978],[120.2106,23.4962],[120.2102,23.4939],[120.2112,23.4902],[120.2125,23.4894],[120.2141,23.4925],[120.2178,23.4934],[120.2215,23.4884],[120.2193,23.4872],[120.2146,23.4861],[120.2199,23.4829],[120.2247,23.479],[120.2257,23.4749],[120.2263,23.4691],[120.2309,23.4674],[120.2339,23.4688],[120.2383,23.4696],[120.2383,23.4734],[120.241,23.476],[120.2456,23.4755],[120.2508,23.4703],[120.2533,23.4708],[120.2539,23.4748],[120.2555,23.4773],[120.2581,23.4771],[120.2622,23.4785],[120.2615,23.4814],[120.2617,23.4852],[120.2672,23.4891],[120.2735,23.4912],[120.2806,23.4914],[120.2837,23.4904],[120.2834,23.4874],[120.2845,23.4859],[120.2911,23.4815],[120.2901,23.4781],[120.3036,23.4789],[120.308,23.4756],[120.3149,23.4832],[120.3157,23.4861],[120.3146,23.4888],[120.3207,23.4934],[120.3201,23.4951],[120.3158,23.4962],[120.3138,23.4978],[120.3137,23.5004],[120.3202,23.4999],[120.3219,23.5006],[120.3226,23.5027],[120.3259,23.5058],[120.3231,23.5057],[120.3186,23.5078],[120.3165,23.5104],[120.3142,23.5115],[120.3115,23.5117],[120.3079,23.5133],[120.3054,23.5131],[120.3055,23.5184],[120.3082,23.5191],[120.3089,23.5316],[120.3109,23.5316],[120.3137,23.5359],[120.3095,23.5378],[120.3035,23.5386],[120.3088,23.543],[120.3105,23.5469],[120.307,23.5482],[120.3108,23.5569],[120.3102,23.5587],[120.3073,23.5571],[120.3046,23.5565],[120.3057,23.563]]]},"properties":{"TOWNCODE":"10010080","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"六腳鄉"},"id":"10010080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2581,23.3946],[120.2519,23.396],[120.2496,23.3974],[120.2458,23.3985],[120.2433,23.4005],[120.243,23.4026],[120.241,23.4044],[120.2358,23.4076],[120.233,23.4061],[120.2311,23.4042],[120.2362,23.4018],[120.2318,23.4002],[120.2301,23.3989],[120.2291,23.3963],[120.2273,23.3941],[120.2267,23.3894],[120.2309,23.3867],[120.2273,23.3817],[120.2242,23.3819],[120.2213,23.3807],[120.2195,23.3779],[120.2179,23.379],[120.2115,23.3811],[120.2075,23.38],[120.2048,23.3758],[120.203,23.3751],[120.2,23.3715],[120.1993,23.3694],[120.1966,23.3652],[120.1902,23.3626],[120.1824,23.3482],[120.1759,23.3415],[120.1788,23.339],[120.1803,23.3346],[120.1785,23.3296],[120.1807,23.3258],[120.18,23.3217],[120.1769,23.3189],[120.1726,23.3171],[120.1714,23.3148],[120.1711,23.3119],[120.1683,23.3101],[120.1663,23.31],[120.1633,23.3111],[120.1626,23.31],[120.1662,23.3085],[120.1711,23.3044],[120.1739,23.2999],[120.1737,23.2992],[120.1759,23.294],[120.1787,23.2917],[120.1841,23.2903],[120.1879,23.29],[120.1896,23.2911],[120.189,23.2929],[120.1861,23.2954],[120.1862,23.2981],[120.1884,23.3012],[120.1915,23.3004],[120.1996,23.2943],[120.2045,23.2918],[120.2086,23.2913],[120.2123,23.2917],[120.2144,23.2924],[120.2184,23.295],[120.2209,23.296],[120.2268,23.3048],[120.2284,23.3105],[120.2314,23.3165],[120.2345,23.3202],[120.2361,23.3245],[120.2381,23.3271],[120.2397,23.3276],[120.2444,23.3268],[120.2466,23.327],[120.2496,23.3291],[120.2564,23.3311],[120.2671,23.3407],[120.2675,23.3448],[120.264,23.3451],[120.2607,23.3445],[120.2646,23.3509],[120.2676,23.3535],[120.2705,23.3537],[120.2739,23.3525],[120.2765,23.3481],[120.2812,23.3482],[120.2862,23.3503],[120.2861,23.354],[120.2838,23.3587],[120.2837,23.3618],[120.2846,23.3635],[120.2824,23.3632],[120.2816,23.3665],[120.2797,23.3669],[120.2787,23.3694],[120.2743,23.3691],[120.2735,23.3737],[120.2697,23.3736],[120.2687,23.3755],[120.2686,23.3782],[120.2695,23.3804],[120.2689,23.3843],[120.2695,23.3879],[120.2647,23.3928],[120.2634,23.3927],[120.2581,23.3946]]]},"properties":{"TOWNCODE":"10010100","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"義竹鄉"},"id":"10010100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2912,23.4457],[120.2895,23.4436],[120.2853,23.4442],[120.2834,23.4479],[120.2808,23.4463],[120.2815,23.4499],[120.2774,23.4498],[120.2759,23.4482],[120.2731,23.4482],[120.2709,23.4499],[120.2695,23.4476],[120.2699,23.4449],[120.2696,23.4311],[120.2773,23.4313],[120.2799,23.4325],[120.282,23.4325],[120.2819,23.4275],[120.2825,23.425],[120.2796,23.4243],[120.28,23.4215],[120.2782,23.4215],[120.2769,23.4184],[120.2737,23.4187],[120.2741,23.4215],[120.2723,23.4226],[120.2704,23.4198],[120.2664,23.4187],[120.2674,23.4174],[120.267,23.4143],[120.2679,23.4125],[120.2676,23.4093],[120.2644,23.4074],[120.2631,23.408],[120.2601,23.4042],[120.2579,23.403],[120.2595,23.4002],[120.2594,23.3979],[120.2581,23.3946],[120.2634,23.3927],[120.2647,23.3928],[120.2695,23.3879],[120.2689,23.3843],[120.2695,23.3804],[120.2686,23.3782],[120.2687,23.3755],[120.2697,23.3736],[120.2735,23.3737],[120.2743,23.3691],[120.2787,23.3694],[120.2797,23.3669],[120.2816,23.3665],[120.2824,23.3632],[120.2846,23.3635],[120.2855,23.3666],[120.2895,23.3709],[120.2929,23.3754],[120.2998,23.3755],[120.3035,23.3759],[120.308,23.3749],[120.3109,23.3754],[120.3105,23.3821],[120.311,23.3856],[120.3148,23.3885],[120.3178,23.3884],[120.3218,23.3835],[120.3284,23.3861],[120.3288,23.3852],[120.3333,23.3858],[120.3429,23.3965],[120.343,23.3982],[120.3463,23.4004],[120.3494,23.4013],[120.3558,23.4017],[120.3574,23.4084],[120.3526,23.4121],[120.3526,23.4144],[120.3547,23.4183],[120.3581,23.4193],[120.3563,23.4231],[120.356,23.4287],[120.3581,23.4338],[120.356,23.4345],[120.3535,23.4303],[120.351,23.4314],[120.3449,23.4302],[120.3425,23.4289],[120.3387,23.4303],[120.3351,23.4293],[120.3314,23.433],[120.3281,23.4338],[120.3267,23.435],[120.3234,23.4347],[120.3204,23.4367],[120.318,23.4374],[120.3143,23.4372],[120.3135,23.4381],[120.3091,23.4376],[120.3078,23.4365],[120.3029,23.4364],[120.2925,23.4346],[120.2915,23.4394],[120.2902,23.4411],[120.2914,23.4426],[120.2912,23.4457]]]},"properties":{"TOWNCODE":"10010110","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"鹿草鄉"},"id":"10010110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7161,23.4985],[120.7126,23.5008],[120.7115,23.5023],[120.7088,23.5035],[120.7089,23.5101],[120.6995,23.5097],[120.698,23.5113],[120.6954,23.5107],[120.6919,23.5117],[120.6891,23.5087],[120.6851,23.5077],[120.6824,23.5089],[120.6772,23.5139],[120.6704,23.5166],[120.6686,23.5191],[120.6639,23.5225],[120.6605,23.524],[120.6589,23.5269],[120.6592,23.5303],[120.6551,23.5349],[120.6557,23.5368],[120.6544,23.5415],[120.6515,23.5378],[120.649,23.5362],[120.6471,23.5362],[120.6414,23.5321],[120.6373,23.5306],[120.6347,23.5305],[120.6315,23.5342],[120.6286,23.5354],[120.626,23.5381],[120.6215,23.5394],[120.6189,23.5435],[120.6167,23.5451],[120.6164,23.5472],[120.6108,23.5515],[120.6064,23.5531],[120.6038,23.5496],[120.5997,23.5498],[120.5948,23.548],[120.595,23.5464],[120.5903,23.5446],[120.5881,23.5416],[120.5833,23.5431],[120.5793,23.5417],[120.5749,23.5419],[120.5711,23.5399],[120.5688,23.5412],[120.567,23.5433],[120.5631,23.5433],[120.5621,23.5442],[120.5591,23.5439],[120.5571,23.5415],[120.5534,23.5448],[120.5499,23.5439],[120.5478,23.5466],[120.5447,23.5467],[120.5429,23.5458],[120.5408,23.5471],[120.5394,23.5463],[120.5368,23.5494],[120.5329,23.549],[120.5212,23.5461],[120.5147,23.5431],[120.5146,23.5431],[120.5127,23.5417],[120.5102,23.5462],[120.5069,23.5473],[120.5049,23.5455],[120.5055,23.5436],[120.5038,23.5406],[120.5034,23.5375],[120.4984,23.535],[120.4968,23.5326],[120.4977,23.527],[120.4956,23.5265],[120.4955,23.5191],[120.4914,23.5155],[120.4898,23.5114],[120.4851,23.5075],[120.4832,23.5054],[120.4847,23.5014],[120.4837,23.4982],[120.4839,23.4957],[120.486,23.4934],[120.4894,23.4914],[120.4936,23.4911],[120.4946,23.4901],[120.498,23.4908],[120.5013,23.4898],[120.5029,23.4875],[120.5051,23.4864],[120.5078,23.483],[120.5111,23.4834],[120.5123,23.4843],[120.5153,23.4814],[120.525,23.4803],[120.5258,23.4814],[120.5301,23.4789],[120.5329,23.4798],[120.5328,23.4858],[120.5347,23.4886],[120.5368,23.4893],[120.5398,23.4889],[120.5392,23.4862],[120.5416,23.4844],[120.5431,23.4848],[120.5459,23.4812],[120.5436,23.4808],[120.5444,23.4788],[120.543,23.4778],[120.5442,23.4742],[120.5466,23.4729],[120.5483,23.4707],[120.5524,23.4714],[120.5596,23.4666],[120.5622,23.4682],[120.5636,23.4714],[120.5658,23.4712],[120.57,23.4693],[120.572,23.4668],[120.5717,23.4652],[120.5736,23.4635],[120.576,23.464],[120.5772,23.4627],[120.5832,23.4615],[120.5893,23.4623],[120.5914,23.465],[120.5933,23.4658],[120.5983,23.4649],[120.6002,23.4666],[120.6039,23.4681],[120.6062,23.4674],[120.608,23.4652],[120.6096,23.4659],[120.6117,23.4721],[120.6122,23.4777],[120.6156,23.4791],[120.6171,23.4822],[120.6197,23.4846],[120.6186,23.4876],[120.6208,23.4914],[120.6282,23.4924],[120.6291,23.4977],[120.6328,23.4971],[120.6346,23.4948],[120.6401,23.4948],[120.6422,23.4938],[120.6427,23.4917],[120.6393,23.4901],[120.6377,23.4875],[120.6387,23.4835],[120.6381,23.4818],[120.6393,23.4783],[120.6408,23.4773],[120.642,23.4741],[120.6416,23.47],[120.6439,23.4681],[120.6486,23.4657],[120.6462,23.4626],[120.6474,23.4589],[120.6501,23.4559],[120.6541,23.4528],[120.6593,23.4521],[120.6613,23.4509],[120.6644,23.4512],[120.672,23.4497],[120.6741,23.4499],[120.6743,23.4514],[120.6768,23.4545],[120.6854,23.4565],[120.6886,23.4603],[120.6898,23.4631],[120.6896,23.4661],[120.6915,23.4685],[120.6947,23.469],[120.6966,23.4715],[120.7013,23.4714],[120.703,23.472],[120.706,23.4764],[120.7063,23.4807],[120.7059,23.4829],[120.709,23.4893],[120.7111,23.4946],[120.7124,23.4962],[120.7146,23.4969],[120.7161,23.4985]]]},"properties":{"TOWNCODE":"10010140","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"竹崎鄉"},"id":"10010140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7362,23.5705],[120.7338,23.571],[120.7279,23.5703],[120.7247,23.5719],[120.7219,23.5711],[120.7183,23.569],[120.7161,23.5711],[120.7106,23.5709],[120.7094,23.5725],[120.709,23.5757],[120.7043,23.575],[120.7013,23.576],[120.6942,23.5765],[120.6889,23.5751],[120.687,23.5751],[120.6826,23.5721],[120.676,23.5707],[120.6733,23.5737],[120.6725,23.5766],[120.67,23.5788],[120.6682,23.5777],[120.6657,23.5778],[120.6605,23.5762],[120.6581,23.5729],[120.6559,23.5722],[120.6507,23.5724],[120.6492,23.575],[120.6466,23.5768],[120.6443,23.5753],[120.6434,23.578],[120.6483,23.5815],[120.6493,23.5857],[120.6474,23.5857],[120.6471,23.5878],[120.6491,23.5925],[120.6451,23.5935],[120.6436,23.5927],[120.6369,23.592],[120.6306,23.5899],[120.6252,23.5907],[120.6232,23.59],[120.6229,23.588],[120.6187,23.5841],[120.6155,23.5853],[120.6128,23.5844],[120.6102,23.5826],[120.6063,23.5842],[120.6026,23.5832],[120.5999,23.5832],[120.5975,23.5847],[120.5912,23.5851],[120.5898,23.5857],[120.5861,23.5827],[120.5802,23.5823],[120.5767,23.5835],[120.5741,23.586],[120.5711,23.5879],[120.5671,23.5877],[120.5655,23.5895],[120.5629,23.5896],[120.5611,23.5886],[120.5578,23.5892],[120.5566,23.5929],[120.5523,23.5939],[120.548,23.5938],[120.5436,23.5944],[120.5369,23.5947],[120.5334,23.5968],[120.5333,23.5968],[120.5318,23.5954],[120.5334,23.5929],[120.5332,23.5915],[120.5248,23.586],[120.5251,23.5837],[120.5268,23.5808],[120.5301,23.58],[120.5305,23.5762],[120.5315,23.5734],[120.5359,23.569],[120.5341,23.5666],[120.5314,23.5666],[120.5314,23.5604],[120.5284,23.5615],[120.5245,23.5606],[120.5216,23.5581],[120.5196,23.5581],[120.5186,23.5542],[120.5164,23.5516],[120.5192,23.5506],[120.5181,23.5474],[120.5159,23.5454],[120.5147,23.5431],[120.5146,23.5431],[120.5147,23.5431],[120.5212,23.5461],[120.5329,23.549],[120.5368,23.5494],[120.5394,23.5463],[120.5408,23.5471],[120.5429,23.5458],[120.5447,23.5467],[120.5478,23.5466],[120.5499,23.5439],[120.5534,23.5448],[120.5571,23.5415],[120.5591,23.5439],[120.5621,23.5442],[120.5631,23.5433],[120.567,23.5433],[120.5688,23.5412],[120.5711,23.5399],[120.5749,23.5419],[120.5793,23.5417],[120.5833,23.5431],[120.5881,23.5416],[120.5903,23.5446],[120.595,23.5464],[120.5948,23.548],[120.5997,23.5498],[120.6038,23.5496],[120.6064,23.5531],[120.6108,23.5515],[120.6164,23.5472],[120.6167,23.5451],[120.6189,23.5435],[120.6215,23.5394],[120.626,23.5381],[120.6286,23.5354],[120.6315,23.5342],[120.6347,23.5305],[120.6373,23.5306],[120.6414,23.5321],[120.6471,23.5362],[120.649,23.5362],[120.6515,23.5378],[120.6544,23.5415],[120.6557,23.5368],[120.6551,23.5349],[120.6592,23.5303],[120.6589,23.5269],[120.6605,23.524],[120.6639,23.5225],[120.6686,23.5191],[120.6704,23.5166],[120.6772,23.5139],[120.6824,23.5089],[120.6851,23.5077],[120.6891,23.5087],[120.6919,23.5117],[120.6954,23.5107],[120.698,23.5113],[120.6995,23.5097],[120.7089,23.5101],[120.7088,23.5035],[120.7115,23.5023],[120.7126,23.5008],[120.7161,23.4985],[120.7181,23.4991],[120.7175,23.5009],[120.7177,23.5063],[120.7209,23.5114],[120.7232,23.5126],[120.7232,23.5167],[120.7249,23.5196],[120.727,23.5293],[120.73,23.5327],[120.7307,23.5359],[120.7326,23.5391],[120.7314,23.541],[120.7317,23.544],[120.7363,23.547],[120.743,23.549],[120.7443,23.5531],[120.7466,23.5543],[120.7449,23.5578],[120.7427,23.5587],[120.7403,23.5656],[120.7362,23.5705]]]},"properties":{"TOWNCODE":"10010150","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"梅山鄉"},"id":"10010150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.652,23.2912],[120.6543,23.3],[120.6539,23.3045],[120.6552,23.309],[120.6584,23.3131],[120.6582,23.3197],[120.6585,23.3236],[120.6575,23.326],[120.6561,23.3268],[120.6555,23.33],[120.6568,23.336],[120.6587,23.3393],[120.6606,23.3398],[120.663,23.3432],[120.6615,23.3461],[120.6608,23.3502],[120.659,23.3512],[120.6583,23.3546],[120.6569,23.357],[120.6541,23.3583],[120.6527,23.3576],[120.6494,23.3588],[120.6484,23.3614],[120.6462,23.3642],[120.6463,23.3671],[120.6439,23.3666],[120.6419,23.3649],[120.6411,23.361],[120.6391,23.3587],[120.6392,23.3575],[120.6349,23.353],[120.6349,23.3504],[120.6369,23.3461],[120.6339,23.3418],[120.6323,23.3412],[120.629,23.3419],[120.626,23.3418],[120.6205,23.3401],[120.6183,23.3426],[120.6128,23.3428],[120.608,23.3442],[120.6073,23.3467],[120.6044,23.3478],[120.5983,23.347],[120.5953,23.3495],[120.5903,23.3555],[120.5901,23.3585],[120.5879,23.3601],[120.5871,23.3618],[120.5849,23.3615],[120.5794,23.3623],[120.5769,23.3619],[120.5748,23.3633],[120.573,23.3608],[120.5678,23.3559],[120.5658,23.3547],[120.562,23.3541],[120.5592,23.3518],[120.5587,23.3498],[120.5557,23.3458],[120.5487,23.3423],[120.5472,23.3398],[120.5412,23.3399],[120.5383,23.338],[120.5345,23.3378],[120.5337,23.3365],[120.537,23.333],[120.54,23.3278],[120.5369,23.3264],[120.536,23.3243],[120.5338,23.322],[120.5319,23.3212],[120.5316,23.3181],[120.5273,23.3146],[120.5234,23.313],[120.5232,23.3094],[120.524,23.302],[120.5263,23.2958],[120.5258,23.292],[120.5224,23.2891],[120.522,23.2874],[120.523,23.2843],[120.5227,23.2814],[120.521,23.2798],[120.5223,23.2741],[120.5204,23.2718],[120.5235,23.2683],[120.5261,23.2665],[120.528,23.263],[120.5307,23.256],[120.5322,23.2553],[120.5303,23.2485],[120.5276,23.245],[120.5242,23.242],[120.5194,23.2395],[120.5257,23.2315],[120.5296,23.2326],[120.5312,23.2318],[120.5318,23.2298],[120.5358,23.2293],[120.5396,23.2277],[120.544,23.2266],[120.5489,23.2235],[120.5505,23.2207],[120.5527,23.2201],[120.555,23.2175],[120.5581,23.2168],[120.5609,23.2173],[120.5653,23.221],[120.571,23.2182],[120.5747,23.2178],[120.5782,23.2148],[120.5801,23.2195],[120.5867,23.2243],[120.5886,23.2295],[120.5899,23.2314],[120.5902,23.2343],[120.5917,23.2361],[120.5923,23.2397],[120.594,23.2392],[120.5959,23.2365],[120.5972,23.229],[120.6029,23.226],[120.6065,23.2258],[120.6097,23.2227],[120.6129,23.224],[120.6168,23.2235],[120.6181,23.2255],[120.625,23.2273],[120.6282,23.2294],[120.6311,23.2295],[120.6333,23.2286],[120.6389,23.228],[120.6424,23.2257],[120.6443,23.2253],[120.6468,23.2271],[120.6482,23.2255],[120.6519,23.224],[120.6534,23.2245],[120.6496,23.2282],[120.6495,23.2305],[120.6509,23.238],[120.6492,23.2404],[120.6492,23.2425],[120.6479,23.2448],[120.6492,23.2467],[120.6485,23.249],[120.6419,23.2572],[120.6421,23.2613],[120.6406,23.2667],[120.6385,23.2688],[120.6394,23.2707],[120.6412,23.2715],[120.6406,23.2742],[120.6432,23.276],[120.6419,23.2785],[120.6441,23.2822],[120.6431,23.2865],[120.6419,23.2878],[120.6437,23.2893],[120.642,23.2927],[120.6437,23.2961],[120.6472,23.2974],[120.6488,23.2939],[120.652,23.2912]]]},"properties":{"TOWNCODE":"10010170","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"大埔鄉"},"id":"10010170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8138,23.601],[120.8098,23.5987],[120.8058,23.5988],[120.8033,23.5966],[120.7984,23.5974],[120.7949,23.5972],[120.7909,23.6009],[120.7874,23.6013],[120.7837,23.6007],[120.7777,23.6023],[120.7768,23.6038],[120.7742,23.6054],[120.7699,23.6062],[120.7694,23.6084],[120.7666,23.61],[120.7637,23.6125],[120.7584,23.6124],[120.7537,23.6148],[120.7509,23.6145],[120.7476,23.6112],[120.746,23.6126],[120.7412,23.6122],[120.739,23.6101],[120.7359,23.6095],[120.7309,23.6108],[120.7264,23.607],[120.7246,23.6038],[120.7278,23.6014],[120.7284,23.5993],[120.7325,23.5974],[120.7299,23.5934],[120.7327,23.5894],[120.7323,23.5878],[120.734,23.5844],[120.7322,23.5792],[120.7321,23.5772],[120.7351,23.5752],[120.7362,23.5705],[120.7403,23.5656],[120.7427,23.5587],[120.7449,23.5578],[120.7466,23.5543],[120.7443,23.5531],[120.743,23.549],[120.7363,23.547],[120.7317,23.544],[120.7314,23.541],[120.7326,23.5391],[120.7307,23.5359],[120.73,23.5327],[120.727,23.5293],[120.7249,23.5196],[120.7232,23.5167],[120.7232,23.5126],[120.7209,23.5114],[120.7177,23.5063],[120.7175,23.5009],[120.7181,23.4991],[120.7161,23.4985],[120.7146,23.4969],[120.7124,23.4962],[120.7111,23.4946],[120.709,23.4893],[120.7059,23.4829],[120.7063,23.4807],[120.706,23.4764],[120.703,23.472],[120.7013,23.4714],[120.6966,23.4715],[120.6947,23.469],[120.6915,23.4685],[120.6896,23.4661],[120.6898,23.4631],[120.6886,23.4603],[120.6854,23.4565],[120.6768,23.4545],[120.6743,23.4514],[120.6741,23.4499],[120.6793,23.4442],[120.6826,23.4389],[120.676,23.4373],[120.6744,23.4363],[120.6737,23.4328],[120.6699,23.4289],[120.6667,23.4232],[120.6629,23.4205],[120.6622,23.4136],[120.6604,23.4099],[120.6586,23.4088],[120.6557,23.4102],[120.6524,23.4107],[120.6524,23.4077],[120.6546,23.4054],[120.6554,23.4013],[120.6538,23.3995],[120.6499,23.4014],[120.6475,23.4014],[120.6466,23.4002],[120.6478,23.3943],[120.6465,23.3915],[120.6438,23.3904],[120.6421,23.3879],[120.6432,23.3846],[120.6425,23.378],[120.6419,23.3767],[120.6442,23.3744],[120.6457,23.3708],[120.6463,23.3671],[120.6462,23.3642],[120.6484,23.3614],[120.6494,23.3588],[120.6527,23.3576],[120.6541,23.3583],[120.6569,23.357],[120.6583,23.3546],[120.659,23.3512],[120.6608,23.3502],[120.6615,23.3461],[120.663,23.3432],[120.6606,23.3398],[120.6587,23.3393],[120.6568,23.336],[120.6555,23.33],[120.6561,23.3268],[120.6575,23.326],[120.6585,23.3236],[120.6582,23.3197],[120.6584,23.3131],[120.6552,23.309],[120.6539,23.3045],[120.6543,23.3],[120.652,23.2912],[120.6545,23.2914],[120.6581,23.296],[120.6597,23.2948],[120.6619,23.2949],[120.6654,23.2932],[120.6676,23.2937],[120.6714,23.29],[120.6737,23.2911],[120.676,23.2903],[120.6762,23.2886],[120.6802,23.2886],[120.6819,23.2876],[120.6872,23.2866],[120.6899,23.2853],[120.6935,23.2845],[120.6995,23.2844],[120.7035,23.2895],[120.7023,23.2941],[120.7028,23.2976],[120.7044,23.302],[120.7071,23.305],[120.7112,23.3074],[120.7122,23.3087],[120.7163,23.3076],[120.7213,23.3083],[120.7306,23.3056],[120.7303,23.3112],[120.7323,23.3139],[120.7363,23.316],[120.7384,23.3163],[120.7401,23.3178],[120.7404,23.3204],[120.7422,23.3215],[120.7479,23.3219],[120.7501,23.324],[120.7511,23.3262],[120.7533,23.3282],[120.7525,23.3312],[120.7568,23.3331],[120.7589,23.3366],[120.7571,23.3388],[120.7585,23.3409],[120.7575,23.3433],[120.7594,23.3443],[120.7649,23.3417],[120.7685,23.3439],[120.7733,23.3418],[120.7749,23.3432],[120.7777,23.3435],[120.7809,23.3422],[120.7832,23.3422],[120.7855,23.3456],[120.7876,23.3461],[120.7886,23.3486],[120.7885,23.3528],[120.7913,23.3532],[120.7927,23.3576],[120.7957,23.3567],[120.7974,23.3597],[120.7995,23.3612],[120.802,23.3651],[120.8047,23.3672],[120.8033,23.3698],[120.8046,23.3708],[120.8064,23.3705],[120.8085,23.3684],[120.8098,23.3696],[120.813,23.3693],[120.8159,23.3714],[120.8212,23.3705],[120.8285,23.375],[120.8294,23.3774],[120.8294,23.3832],[120.8312,23.3868],[120.835,23.3874],[120.8369,23.3934],[120.8397,23.3961],[120.8384,23.3982],[120.8424,23.4017],[120.8441,23.4041],[120.8453,23.4088],[120.8493,23.412],[120.8495,23.4202],[120.8531,23.4219],[120.854,23.4232],[120.8568,23.4219],[120.8598,23.4239],[120.8648,23.4241],[120.8662,23.4261],[120.8699,23.4267],[120.8717,23.4296],[120.8737,23.4298],[120.8756,23.4316],[120.882,23.4333],[120.8838,23.4363],[120.887,23.435],[120.8907,23.4424],[120.8926,23.4454],[120.8954,23.4462],[120.8968,23.4509],[120.8988,23.4511],[120.9024,23.4541],[120.9045,23.4529],[120.9075,23.455],[120.9085,23.4569],[120.9127,23.4585],[120.9216,23.459],[120.9283,23.4568],[120.9315,23.4571],[120.9348,23.4584],[120.9345,23.4615],[120.9366,23.4638],[120.9407,23.463],[120.947,23.4638],[120.9507,23.4649],[120.956,23.4673],[120.9575,23.4695],[120.954,23.4688],[120.9522,23.4677],[120.9475,23.4671],[120.9423,23.4693],[120.9376,23.4731],[120.9342,23.473],[120.9312,23.4706],[120.9265,23.473],[120.9175,23.4757],[120.9151,23.4746],[120.9113,23.4761],[120.9081,23.4758],[120.902,23.4761],[120.8996,23.4754],[120.8867,23.4756],[120.8848,23.4747],[120.8827,23.4714],[120.882,23.4686],[120.8808,23.4676],[120.8731,23.4685],[120.8683,23.4706],[120.8667,23.4723],[120.8632,23.4736],[120.8581,23.4728],[120.8542,23.4733],[120.8499,23.4722],[120.8466,23.4731],[120.8421,23.4733],[120.8393,23.4712],[120.8326,23.4747],[120.8317,23.4777],[120.8299,23.4807],[120.8271,23.4834],[120.8262,23.4885],[120.8253,23.4897],[120.8254,23.4948],[120.8228,23.4992],[120.8241,23.5053],[120.8228,23.5086],[120.8232,23.5109],[120.8201,23.5141],[120.8191,23.5195],[120.8204,23.5213],[120.8181,23.5235],[120.8121,23.5331],[120.8088,23.5358],[120.8082,23.5418],[120.8088,23.5459],[120.8113,23.5494],[120.8115,23.5511],[120.8145,23.5517],[120.8159,23.5531],[120.814,23.5554],[120.8207,23.5626],[120.8199,23.5645],[120.8218,23.5713],[120.8196,23.5745],[120.8203,23.5788],[120.8213,23.5813],[120.8255,23.5864],[120.8206,23.5896],[120.8188,23.5935],[120.8169,23.5954],[120.8183,23.5991],[120.8138,23.601]]]},"properties":{"TOWNCODE":"10010180","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"阿里山鄉"},"id":"10010180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5215,22.7074],[120.5158,22.7101],[120.5125,22.7132],[120.5051,22.7138],[120.5021,22.7114],[120.5005,22.7139],[120.4989,22.7118],[120.4961,22.7122],[120.4938,22.7096],[120.4851,22.7059],[120.4794,22.7069],[120.4764,22.703],[120.4725,22.7023],[120.4693,22.6991],[120.4682,22.695],[120.4639,22.6918],[120.4642,22.69],[120.4615,22.6889],[120.4574,22.69],[120.4545,22.6894],[120.4516,22.6899],[120.4481,22.6894],[120.447,22.6877],[120.4426,22.6846],[120.4396,22.6783],[120.4402,22.6741],[120.4378,22.6668],[120.4368,22.6655],[120.4359,22.6588],[120.4361,22.6517],[120.4362,22.6482],[120.4353,22.6403],[120.4354,22.6338],[120.4359,22.6308],[120.4353,22.6288],[120.4382,22.6286],[120.4462,22.6292],[120.4484,22.6287],[120.4561,22.6293],[120.4589,22.6301],[120.4599,22.629],[120.4657,22.6272],[120.4714,22.6262],[120.4726,22.6288],[120.4745,22.6296],[120.4803,22.6303],[120.4803,22.6268],[120.4811,22.6226],[120.4807,22.6207],[120.4843,22.6202],[120.4884,22.6223],[120.4925,22.6232],[120.493,22.6193],[120.5009,22.6189],[120.5031,22.6191],[120.5055,22.6213],[120.5063,22.6249],[120.5068,22.6272],[120.509,22.6298],[120.5067,22.6325],[120.5094,22.6353],[120.5096,22.6375],[120.5122,22.6456],[120.5147,22.648],[120.5171,22.6482],[120.5159,22.6539],[120.517,22.6556],[120.5166,22.658],[120.5183,22.6589],[120.5226,22.6596],[120.5201,22.6628],[120.5157,22.6638],[120.5126,22.6628],[120.5081,22.668],[120.5111,22.6718],[120.5114,22.6744],[120.5103,22.6787],[120.5109,22.6799],[120.5112,22.6864],[120.5107,22.6886],[120.5123,22.691],[120.517,22.693],[120.5193,22.692],[120.5229,22.6932],[120.5253,22.6966],[120.5257,22.6983],[120.5279,22.6986],[120.5285,22.7004],[120.5247,22.7057],[120.5215,22.7074]]]},"properties":{"TOWNCODE":"10013010","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"屏東市"},"id":"10013010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6056,22.5249],[120.5995,22.5255],[120.6053,22.54],[120.6028,22.5414],[120.592,22.5461],[120.5935,22.5491],[120.5898,22.5506],[120.5872,22.5505],[120.5887,22.5536],[120.5871,22.5561],[120.5869,22.5587],[120.5855,22.5605],[120.577,22.5593],[120.5766,22.5582],[120.5723,22.5586],[120.572,22.5537],[120.5698,22.5537],[120.5646,22.5549],[120.5631,22.5575],[120.5596,22.5593],[120.5567,22.5597],[120.555,22.5613],[120.5554,22.5636],[120.5497,22.566],[120.547,22.5641],[120.5448,22.5649],[120.54,22.5637],[120.5397,22.5644],[120.5381,22.5634],[120.5331,22.564],[120.5297,22.5658],[120.5273,22.5627],[120.525,22.5611],[120.5204,22.559],[120.5187,22.5575],[120.5201,22.5537],[120.5184,22.5523],[120.5159,22.5537],[120.516,22.5572],[120.512,22.5578],[120.5091,22.5547],[120.5102,22.5499],[120.5086,22.5467],[120.5145,22.5458],[120.5178,22.5457],[120.5204,22.5475],[120.5232,22.5469],[120.5237,22.5436],[120.5222,22.5417],[120.5199,22.5408],[120.5194,22.5384],[120.5234,22.534],[120.5238,22.526],[120.5252,22.5259],[120.526,22.5219],[120.5251,22.5187],[120.5234,22.5185],[120.5241,22.5144],[120.5255,22.5145],[120.5262,22.511],[120.5294,22.5113],[120.5301,22.5067],[120.5299,22.5034],[120.5333,22.5079],[120.5395,22.5098],[120.5402,22.5106],[120.5462,22.5108],[120.5476,22.5093],[120.5564,22.509],[120.5604,22.5102],[120.5695,22.5118],[120.5698,22.5122],[120.5823,22.5155],[120.5822,22.5169],[120.5883,22.5189],[120.5892,22.5174],[120.6017,22.5211],[120.6038,22.5211],[120.6056,22.5249]]]},"properties":{"TOWNCODE":"10013020","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"潮州鎮"},"id":"10013020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6158,22.7065],[120.6125,22.711],[120.6103,22.7121],[120.6081,22.7149],[120.6107,22.7186],[120.6048,22.7146],[120.5864,22.7167],[120.5872,22.7205],[120.5846,22.7201],[120.5789,22.7207],[120.5773,22.7218],[120.5705,22.7201],[120.5697,22.7195],[120.5581,22.7218],[120.5578,22.7184],[120.5548,22.7199],[120.5478,22.7214],[120.5404,22.7226],[120.5405,22.7211],[120.5339,22.7198],[120.5238,22.7184],[120.5238,22.7166],[120.5223,22.7091],[120.5215,22.7074],[120.5247,22.7057],[120.5285,22.7004],[120.5279,22.6986],[120.5257,22.6983],[120.5253,22.6966],[120.5229,22.6932],[120.5193,22.692],[120.517,22.693],[120.5123,22.691],[120.5107,22.6886],[120.5112,22.6864],[120.5109,22.6799],[120.5103,22.6787],[120.5114,22.6744],[120.5111,22.6718],[120.5081,22.668],[120.5126,22.6628],[120.5157,22.6638],[120.5201,22.6628],[120.5226,22.6596],[120.5239,22.6596],[120.5239,22.664],[120.5271,22.6676],[120.5323,22.6672],[120.5333,22.6693],[120.5376,22.6689],[120.5416,22.6709],[120.5429,22.6693],[120.5452,22.6703],[120.5489,22.6665],[120.5532,22.6671],[120.5559,22.6656],[120.5589,22.666],[120.5612,22.6637],[120.5792,22.6789],[120.5805,22.682],[120.5836,22.6849],[120.5873,22.6859],[120.5935,22.6908],[120.6023,22.6985],[120.607,22.7019],[120.6158,22.7065]]]},"properties":{"TOWNCODE":"10013060","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"長治鄉"},"id":"10013060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5612,22.6637],[120.5589,22.666],[120.5559,22.6656],[120.5532,22.6671],[120.5489,22.6665],[120.5452,22.6703],[120.5429,22.6693],[120.5416,22.6709],[120.5376,22.6689],[120.5333,22.6693],[120.5323,22.6672],[120.5271,22.6676],[120.5239,22.664],[120.5239,22.6596],[120.5226,22.6596],[120.5183,22.6589],[120.5166,22.658],[120.517,22.6556],[120.5159,22.6539],[120.5171,22.6482],[120.5147,22.648],[120.5122,22.6456],[120.5096,22.6375],[120.5094,22.6353],[120.5067,22.6325],[120.509,22.6298],[120.5068,22.6272],[120.5063,22.6249],[120.5082,22.6235],[120.508,22.6207],[120.5163,22.6233],[120.5198,22.6262],[120.5246,22.6273],[120.5264,22.6286],[120.5284,22.6324],[120.5282,22.6342],[120.53,22.6351],[120.5311,22.6373],[120.535,22.6416],[120.5365,22.64],[120.5445,22.647],[120.5457,22.6501],[120.5573,22.66],[120.5612,22.6637]]]},"properties":{"TOWNCODE":"10013070","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"麟洛鄉"},"id":"10013070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.514,22.7605],[120.5131,22.7619],[120.5135,22.7648],[120.5057,22.7655],[120.4982,22.7649],[120.4977,22.7667],[120.4938,22.7671],[120.4925,22.7617],[120.4875,22.7622],[120.4871,22.7585],[120.4797,22.7593],[120.4751,22.7584],[120.4713,22.7557],[120.469,22.7557],[120.4674,22.757],[120.4643,22.7633],[120.4644,22.768],[120.463,22.77],[120.4587,22.7714],[120.4543,22.7718],[120.4538,22.7675],[120.4544,22.7644],[120.4537,22.7603],[120.4537,22.7567],[120.4546,22.7477],[120.4548,22.7403],[120.456,22.731],[120.4558,22.7186],[120.4528,22.7041],[120.4512,22.6999],[120.451,22.6974],[120.4481,22.6894],[120.4516,22.6899],[120.4545,22.6894],[120.4574,22.69],[120.4615,22.6889],[120.4642,22.69],[120.4639,22.6918],[120.4682,22.695],[120.4693,22.6991],[120.4725,22.7023],[120.4764,22.703],[120.4794,22.7069],[120.4851,22.7059],[120.4938,22.7096],[120.4961,22.7122],[120.4989,22.7118],[120.5005,22.7139],[120.5021,22.7114],[120.5051,22.7138],[120.5125,22.7132],[120.5158,22.7101],[120.5215,22.7074],[120.5223,22.7091],[120.5238,22.7166],[120.5238,22.7184],[120.5339,22.7198],[120.5405,22.7211],[120.5404,22.7226],[120.5388,22.7252],[120.5359,22.725],[120.5323,22.7266],[120.5227,22.7317],[120.5214,22.7336],[120.517,22.7319],[120.5157,22.7288],[120.5138,22.7278],[120.5068,22.7282],[120.5051,22.7304],[120.5075,22.7327],[120.51,22.7329],[120.5116,22.7367],[120.5124,22.742],[120.5118,22.7469],[120.5105,22.7496],[120.5119,22.7521],[120.5128,22.7591],[120.514,22.7605]]]},"properties":{"TOWNCODE":"10013080","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"九如鄉"},"id":"10013080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5454,22.7707],[120.5481,22.7771],[120.5508,22.7789],[120.5525,22.782],[120.5529,22.7855],[120.55,22.7887],[120.5515,22.7915],[120.545,22.798],[120.5555,22.807],[120.5551,22.8109],[120.557,22.8142],[120.5576,22.8165],[120.5622,22.8207],[120.5631,22.8241],[120.5611,22.8258],[120.5613,22.8272],[120.565,22.8315],[120.5667,22.8383],[120.5615,22.8338],[120.5576,22.8321],[120.5533,22.8284],[120.548,22.8284],[120.5441,22.8298],[120.5382,22.8292],[120.534,22.8306],[120.531,22.8308],[120.5275,22.8322],[120.5243,22.832],[120.5235,22.8329],[120.5201,22.8324],[120.5199,22.8314],[120.5157,22.8316],[120.51,22.8285],[120.5053,22.8315],[120.4993,22.8313],[120.4965,22.8324],[120.494,22.8368],[120.4908,22.8353],[120.4878,22.8358],[120.4823,22.8359],[120.4762,22.8382],[120.474,22.8368],[120.4722,22.8339],[120.4687,22.8306],[120.4692,22.825],[120.4675,22.8224],[120.4674,22.8155],[120.4655,22.8128],[120.4651,22.8075],[120.4641,22.8006],[120.4613,22.7944],[120.46,22.7906],[120.4574,22.7854],[120.4559,22.7798],[120.4557,22.7745],[120.4543,22.7718],[120.4587,22.7714],[120.463,22.77],[120.4644,22.768],[120.4643,22.7633],[120.4674,22.757],[120.469,22.7557],[120.4713,22.7557],[120.4751,22.7584],[120.4797,22.7593],[120.4871,22.7585],[120.4875,22.7622],[120.4925,22.7617],[120.4938,22.7671],[120.4977,22.7667],[120.4982,22.7649],[120.5057,22.7655],[120.5135,22.7648],[120.5131,22.7619],[120.514,22.7605],[120.5154,22.7624],[120.5173,22.7667],[120.5191,22.7686],[120.5221,22.7697],[120.531,22.7694],[120.5383,22.7682],[120.5404,22.7687],[120.5438,22.7673],[120.5454,22.7707]]]},"properties":{"TOWNCODE":"10013090","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"里港鄉"},"id":"10013090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6346,22.7198],[120.6307,22.7233],[120.6271,22.7302],[120.6241,22.7337],[120.619,22.7363],[120.6164,22.7396],[120.6166,22.7433],[120.6162,22.7477],[120.6149,22.7518],[120.6125,22.7549],[120.6077,22.7566],[120.6044,22.7586],[120.6007,22.7666],[120.5954,22.7642],[120.5913,22.7665],[120.5838,22.7695],[120.5827,22.7713],[120.5799,22.7717],[120.5774,22.7731],[120.5746,22.7715],[120.5721,22.7723],[120.5679,22.7722],[120.5604,22.773],[120.5539,22.7699],[120.5473,22.7697],[120.5454,22.7707],[120.5438,22.7673],[120.5404,22.7687],[120.5383,22.7682],[120.531,22.7694],[120.5221,22.7697],[120.5191,22.7686],[120.5173,22.7667],[120.5154,22.7624],[120.514,22.7605],[120.5128,22.7591],[120.5119,22.7521],[120.5105,22.7496],[120.5118,22.7469],[120.5124,22.742],[120.5116,22.7367],[120.51,22.7329],[120.5075,22.7327],[120.5051,22.7304],[120.5068,22.7282],[120.5138,22.7278],[120.5157,22.7288],[120.517,22.7319],[120.5214,22.7336],[120.5227,22.7317],[120.5323,22.7266],[120.5359,22.725],[120.5388,22.7252],[120.5404,22.7226],[120.5478,22.7214],[120.5548,22.7199],[120.5578,22.7184],[120.5581,22.7218],[120.5697,22.7195],[120.5705,22.7201],[120.5773,22.7218],[120.5789,22.7207],[120.5846,22.7201],[120.5872,22.7205],[120.5864,22.7167],[120.6048,22.7146],[120.6107,22.7186],[120.6081,22.7149],[120.6103,22.7121],[120.6125,22.711],[120.6158,22.7065],[120.6291,22.7137],[120.6331,22.7159],[120.6346,22.7198]]]},"properties":{"TOWNCODE":"10013100","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"鹽埔鄉"},"id":"10013100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6477,22.8796],[120.6465,22.8838],[120.645,22.8852],[120.6402,22.883],[120.6366,22.8821],[120.6349,22.8809],[120.6273,22.8789],[120.6212,22.8757],[120.6174,22.8767],[120.6141,22.8765],[120.6054,22.873],[120.5983,22.8671],[120.5952,22.8636],[120.5853,22.8563],[120.5748,22.8482],[120.5696,22.8432],[120.5667,22.8383],[120.565,22.8315],[120.5613,22.8272],[120.5611,22.8258],[120.5631,22.8241],[120.5622,22.8207],[120.5576,22.8165],[120.557,22.8142],[120.5551,22.8109],[120.5555,22.807],[120.545,22.798],[120.5515,22.7915],[120.55,22.7887],[120.5529,22.7855],[120.5525,22.782],[120.5508,22.7789],[120.5481,22.7771],[120.5454,22.7707],[120.5473,22.7697],[120.5539,22.7699],[120.5604,22.773],[120.5679,22.7722],[120.5721,22.7723],[120.5746,22.7715],[120.5774,22.7731],[120.5799,22.7717],[120.5827,22.7713],[120.5838,22.7695],[120.5913,22.7665],[120.5954,22.7642],[120.6007,22.7666],[120.6044,22.7586],[120.6077,22.7566],[120.6125,22.7549],[120.6149,22.7518],[120.6162,22.7477],[120.6166,22.7433],[120.6164,22.7396],[120.619,22.7363],[120.6241,22.7337],[120.6271,22.7302],[120.6307,22.7233],[120.6346,22.7198],[120.6365,22.7216],[120.6381,22.7244],[120.6394,22.7323],[120.6394,22.7356],[120.6346,22.7405],[120.6343,22.7446],[120.6319,22.7473],[120.6323,22.7491],[120.6313,22.7514],[120.6334,22.7555],[120.6334,22.7579],[120.6351,22.7616],[120.6388,22.7642],[120.6413,22.767],[120.6453,22.7696],[120.6441,22.7707],[120.6379,22.7718],[120.6354,22.7745],[120.632,22.7763],[120.6288,22.7763],[120.6309,22.7824],[120.6293,22.7858],[120.6303,22.793],[120.6299,22.7939],[120.6301,22.8042],[120.6291,22.8116],[120.6314,22.8122],[120.6351,22.8145],[120.6343,22.8163],[120.631,22.8174],[120.628,22.8211],[120.6304,22.8285],[120.63,22.8331],[120.6292,22.8363],[120.631,22.8388],[120.6305,22.8433],[120.628,22.8464],[120.6329,22.8485],[120.6351,22.8489],[120.6391,22.8524],[120.6405,22.8548],[120.6401,22.8576],[120.6413,22.8606],[120.643,22.8625],[120.6431,22.8644],[120.6478,22.8732],[120.645,22.8732],[120.6445,22.878],[120.6461,22.88],[120.6477,22.8796]]]},"properties":{"TOWNCODE":"10013110","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"高樹鄉"},"id":"10013110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6298,22.6523],[120.6283,22.6514],[120.6245,22.6517],[120.6223,22.6505],[120.6208,22.645],[120.6211,22.6434],[120.6191,22.6417],[120.6193,22.6401],[120.6172,22.6369],[120.6154,22.6357],[120.6108,22.6351],[120.6056,22.6301],[120.6034,22.6296],[120.5991,22.6258],[120.5974,22.6265],[120.5953,22.6246],[120.5942,22.621],[120.5894,22.6173],[120.5867,22.6158],[120.5881,22.6141],[120.5871,22.6118],[120.5846,22.6112],[120.5847,22.6086],[120.5811,22.608],[120.5784,22.6054],[120.5762,22.6013],[120.5777,22.6003],[120.5765,22.5984],[120.5786,22.5959],[120.5762,22.5949],[120.5746,22.5966],[120.573,22.5936],[120.5731,22.5917],[120.572,22.5884],[120.5706,22.5876],[120.5645,22.5883],[120.5637,22.5861],[120.5668,22.5826],[120.5665,22.5805],[120.5647,22.5794],[120.5602,22.579],[120.5568,22.5809],[120.5543,22.5739],[120.5518,22.5724],[120.5472,22.5708],[120.5451,22.5695],[120.5397,22.5644],[120.54,22.5637],[120.5448,22.5649],[120.547,22.5641],[120.5497,22.566],[120.5554,22.5636],[120.555,22.5613],[120.5567,22.5597],[120.5596,22.5593],[120.5631,22.5575],[120.5646,22.5549],[120.5698,22.5537],[120.572,22.5537],[120.5723,22.5586],[120.5766,22.5582],[120.577,22.5593],[120.5855,22.5605],[120.5869,22.5587],[120.5871,22.5561],[120.5887,22.5536],[120.5872,22.5505],[120.5898,22.5506],[120.5935,22.5491],[120.592,22.5461],[120.6028,22.5414],[120.6053,22.54],[120.5995,22.5255],[120.6056,22.5249],[120.6213,22.5233],[120.6248,22.5265],[120.6314,22.5245],[120.6335,22.5247],[120.6336,22.5248],[120.6335,22.5247],[120.6333,22.5259],[120.6301,22.5265],[120.6266,22.5261],[120.6241,22.5297],[120.6234,22.5373],[120.6247,22.5386],[120.6245,22.5405],[120.6268,22.5427],[120.6244,22.5453],[120.6248,22.5529],[120.6285,22.5559],[120.6313,22.5603],[120.6287,22.5607],[120.6264,22.5669],[120.6269,22.571],[120.6258,22.5745],[120.6297,22.5739],[120.6317,22.5749],[120.631,22.5787],[120.6321,22.5825],[120.632,22.5864],[120.631,22.589],[120.6316,22.5904],[120.6249,22.5913],[120.6239,22.5962],[120.626,22.5983],[120.6279,22.5975],[120.6307,22.5993],[120.632,22.6022],[120.6323,22.6083],[120.6284,22.6087],[120.6288,22.6111],[120.632,22.6137],[120.6308,22.6159],[120.6342,22.6198],[120.6355,22.6205],[120.6365,22.6233],[120.639,22.626],[120.6337,22.6261],[120.6316,22.6247],[120.6262,22.629],[120.6258,22.6372],[120.6267,22.642],[120.6293,22.6445],[120.6278,22.6454],[120.6296,22.6497],[120.6298,22.6523]]]},"properties":{"TOWNCODE":"10013120","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"萬巒鄉"},"id":"10013120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6495,22.7107],[120.6436,22.712],[120.6408,22.712],[120.6386,22.711],[120.6343,22.7111],[120.6291,22.7137],[120.6158,22.7065],[120.607,22.7019],[120.6023,22.6985],[120.5935,22.6908],[120.5873,22.6859],[120.5836,22.6849],[120.5805,22.682],[120.5792,22.6789],[120.5612,22.6637],[120.5573,22.66],[120.5457,22.6501],[120.5445,22.647],[120.5365,22.64],[120.5392,22.6371],[120.5381,22.6356],[120.5383,22.6279],[120.5364,22.6222],[120.5378,22.618],[120.5364,22.6154],[120.5356,22.6042],[120.5365,22.6022],[120.5526,22.6065],[120.5531,22.6008],[120.5545,22.5988],[120.5535,22.5945],[120.5566,22.5908],[120.5576,22.5885],[120.5559,22.5835],[120.5568,22.5809],[120.5602,22.579],[120.5647,22.5794],[120.5665,22.5805],[120.5668,22.5826],[120.5637,22.5861],[120.5645,22.5883],[120.5706,22.5876],[120.572,22.5884],[120.5731,22.5917],[120.573,22.5936],[120.5746,22.5966],[120.5762,22.5949],[120.5786,22.5959],[120.5765,22.5984],[120.5777,22.6003],[120.5762,22.6013],[120.5784,22.6054],[120.5811,22.608],[120.5847,22.6086],[120.5846,22.6112],[120.5871,22.6118],[120.5881,22.6141],[120.5867,22.6158],[120.5894,22.6173],[120.5942,22.621],[120.5953,22.6246],[120.5974,22.6265],[120.5991,22.6258],[120.6034,22.6296],[120.6056,22.6301],[120.6108,22.6351],[120.6154,22.6357],[120.6172,22.6369],[120.6193,22.6401],[120.6191,22.6417],[120.6211,22.6434],[120.6208,22.645],[120.6223,22.6505],[120.6245,22.6517],[120.6283,22.6514],[120.6298,22.6523],[120.6319,22.653],[120.6306,22.6607],[120.6326,22.6622],[120.6337,22.6674],[120.6328,22.6702],[120.6335,22.6733],[120.6358,22.6767],[120.6352,22.68],[120.6361,22.6809],[120.6345,22.6837],[120.638,22.6861],[120.6383,22.6881],[120.6365,22.6897],[120.64,22.6919],[120.6427,22.6948],[120.6477,22.6975],[120.6487,22.6997],[120.6512,22.7028],[120.6495,22.7107]]]},"properties":{"TOWNCODE":"10013130","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"內埔鄉"},"id":"10013130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6336,22.5248],[120.6335,22.5247],[120.6314,22.5245],[120.6248,22.5265],[120.6213,22.5233],[120.6056,22.5249],[120.6038,22.5211],[120.6017,22.5211],[120.5892,22.5174],[120.5883,22.5189],[120.5822,22.5169],[120.5823,22.5155],[120.5698,22.5122],[120.5695,22.5118],[120.5604,22.5102],[120.5564,22.509],[120.5476,22.5093],[120.5462,22.5108],[120.5402,22.5106],[120.5395,22.5098],[120.5333,22.5079],[120.5299,22.5034],[120.5299,22.5019],[120.5307,22.4983],[120.5361,22.4984],[120.5361,22.4957],[120.5379,22.4953],[120.5417,22.4912],[120.5463,22.4892],[120.5464,22.487],[120.5452,22.486],[120.5443,22.483],[120.5424,22.4816],[120.5408,22.4779],[120.5425,22.4775],[120.5428,22.4679],[120.54,22.465],[120.5415,22.4631],[120.5447,22.4631],[120.5474,22.4608],[120.553,22.4609],[120.5611,22.4618],[120.5666,22.4603],[120.573,22.4605],[120.5766,22.4577],[120.5788,22.4566],[120.5808,22.4544],[120.5851,22.4531],[120.5976,22.4477],[120.6012,22.4465],[120.6062,22.446],[120.6091,22.4452],[120.6105,22.4484],[120.6164,22.448],[120.6208,22.4499],[120.6216,22.4491],[120.6245,22.4517],[120.6208,22.4531],[120.6185,22.4525],[120.6163,22.454],[120.6176,22.4617],[120.6173,22.4651],[120.6162,22.4687],[120.6163,22.474],[120.6212,22.4775],[120.6223,22.479],[120.6215,22.481],[120.6189,22.4839],[120.6191,22.486],[120.6172,22.4885],[120.6195,22.4909],[120.6227,22.4922],[120.6231,22.4936],[120.62,22.4952],[120.6199,22.499],[120.6212,22.501],[120.6205,22.5049],[120.6231,22.5105],[120.6292,22.5187],[120.6316,22.5213],[120.6306,22.5225],[120.6336,22.5248]]]},"properties":{"TOWNCODE":"10013150","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"新埤鄉"},"id":"10013150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5299,22.5034],[120.5301,22.5067],[120.5294,22.5113],[120.5262,22.511],[120.5255,22.5145],[120.5241,22.5144],[120.5234,22.5185],[120.5251,22.5187],[120.526,22.5219],[120.5252,22.5259],[120.5238,22.526],[120.5234,22.534],[120.5194,22.5384],[120.5199,22.5408],[120.5222,22.5417],[120.5237,22.5436],[120.5232,22.5469],[120.5204,22.5475],[120.5178,22.5457],[120.5145,22.5458],[120.5086,22.5467],[120.5081,22.5448],[120.5042,22.5427],[120.5029,22.54],[120.4995,22.5385],[120.497,22.5395],[120.4949,22.535],[120.4923,22.5327],[120.4923,22.5305],[120.491,22.5287],[120.4884,22.5277],[120.4861,22.525],[120.4844,22.5267],[120.4809,22.5244],[120.481,22.5219],[120.4766,22.5203],[120.4717,22.5168],[120.4676,22.5106],[120.4655,22.5058],[120.4673,22.4998],[120.4666,22.4964],[120.4682,22.493],[120.4686,22.4894],[120.4703,22.4914],[120.4741,22.4933],[120.4767,22.4954],[120.477,22.4987],[120.4799,22.5005],[120.4885,22.4986],[120.4905,22.4937],[120.4931,22.492],[120.4948,22.4916],[120.4987,22.493],[120.5021,22.4934],[120.5082,22.4915],[120.5097,22.4937],[120.5097,22.4964],[120.5128,22.497],[120.518,22.4949],[120.5219,22.4957],[120.5234,22.4996],[120.5233,22.5025],[120.5265,22.5035],[120.5299,22.5019],[120.5299,22.5034]]]},"properties":{"TOWNCODE":"10013180","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"崁頂鄉"},"id":"10013180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5299,22.5019],[120.5265,22.5035],[120.5233,22.5025],[120.5234,22.4996],[120.5219,22.4957],[120.518,22.4949],[120.5128,22.497],[120.5097,22.4964],[120.5097,22.4937],[120.5082,22.4915],[120.5021,22.4934],[120.4987,22.493],[120.4948,22.4916],[120.4931,22.492],[120.4911,22.4883],[120.4894,22.4882],[120.4891,22.4837],[120.4872,22.4806],[120.4876,22.4772],[120.4875,22.4722],[120.4903,22.4727],[120.4913,22.4746],[120.4986,22.4757],[120.5013,22.4738],[120.5005,22.4699],[120.502,22.4654],[120.5017,22.4605],[120.5045,22.4601],[120.5082,22.4605],[120.5089,22.4587],[120.5134,22.459],[120.5203,22.4603],[120.5289,22.461],[120.5288,22.4642],[120.5362,22.4671],[120.5363,22.4685],[120.5428,22.4679],[120.5425,22.4775],[120.5408,22.4779],[120.5424,22.4816],[120.5443,22.483],[120.5452,22.486],[120.5464,22.487],[120.5463,22.4892],[120.5417,22.4912],[120.5379,22.4953],[120.5361,22.4957],[120.5361,22.4984],[120.5307,22.4983],[120.5299,22.5019]]]},"properties":{"TOWNCODE":"10013200","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"南州鄉"},"id":"10013200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3796,22.356],[120.377,22.3557],[120.3721,22.3532],[120.3674,22.3521],[120.3656,22.3509],[120.3638,22.3483],[120.3609,22.346],[120.3626,22.3434],[120.3632,22.34],[120.3617,22.3388],[120.3603,22.3347],[120.3549,22.3309],[120.3536,22.3294],[120.3531,22.3258],[120.3541,22.3237],[120.3574,22.3222],[120.3599,22.3222],[120.3631,22.3236],[120.3674,22.3263],[120.3715,22.3311],[120.3755,22.3336],[120.3768,22.3357],[120.3861,22.3412],[120.388,22.3427],[120.389,22.3495],[120.3885,22.3507],[120.3851,22.3519],[120.3796,22.356]]]},"properties":{"TOWNCODE":"10013220","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"琉球鄉"},"id":"10013220"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7742,22.838],[120.7729,22.8411],[120.7715,22.8419],[120.7699,22.8446],[120.7685,22.8452],[120.7661,22.8486],[120.7642,22.849],[120.7622,22.8568],[120.7591,22.8606],[120.7566,22.8622],[120.7539,22.8652],[120.75,22.8653],[120.7466,22.8678],[120.7462,22.8694],[120.7427,22.8736],[120.7332,22.8753],[120.7286,22.8778],[120.7248,22.8809],[120.7205,22.882],[120.7159,22.8808],[120.7098,22.8811],[120.7083,22.8816],[120.7045,22.8807],[120.7025,22.8792],[120.702,22.8774],[120.6979,22.8731],[120.692,22.8685],[120.6904,22.8648],[120.6862,22.8647],[120.6848,22.8638],[120.6789,22.8627],[120.677,22.8575],[120.6726,22.8564],[120.6697,22.857],[120.6686,22.8587],[120.6643,22.8588],[120.6609,22.8597],[120.6596,22.8615],[120.6587,22.8659],[120.6597,22.87],[120.6584,22.8743],[120.6581,22.8797],[120.6557,22.8817],[120.6532,22.8804],[120.651,22.8772],[120.6491,22.877],[120.6477,22.8796],[120.6461,22.88],[120.6445,22.878],[120.645,22.8732],[120.6478,22.8732],[120.6431,22.8644],[120.643,22.8625],[120.6413,22.8606],[120.6401,22.8576],[120.6405,22.8548],[120.6391,22.8524],[120.6351,22.8489],[120.6329,22.8485],[120.628,22.8464],[120.6305,22.8433],[120.631,22.8388],[120.6292,22.8363],[120.63,22.8331],[120.6304,22.8285],[120.628,22.8211],[120.631,22.8174],[120.6343,22.8163],[120.6351,22.8145],[120.6314,22.8122],[120.6291,22.8116],[120.6301,22.8042],[120.6299,22.7939],[120.6303,22.793],[120.6293,22.7858],[120.6309,22.7824],[120.6288,22.7763],[120.632,22.7763],[120.6354,22.7745],[120.6379,22.7718],[120.6441,22.7707],[120.6453,22.7696],[120.6413,22.767],[120.6388,22.7642],[120.6351,22.7616],[120.6334,22.7579],[120.6334,22.7555],[120.6313,22.7514],[120.6323,22.7491],[120.6319,22.7473],[120.6343,22.7446],[120.6346,22.7405],[120.6394,22.7356],[120.6394,22.7323],[120.6381,22.7244],[120.6365,22.7216],[120.6346,22.7198],[120.6331,22.7159],[120.6291,22.7137],[120.6343,22.7111],[120.6386,22.711],[120.6408,22.712],[120.6436,22.712],[120.6495,22.7107],[120.6552,22.7094],[120.6572,22.7136],[120.6599,22.7138],[120.6611,22.7115],[120.66,22.7081],[120.6624,22.7066],[120.6635,22.7089],[120.6654,22.7094],[120.6687,22.7079],[120.6732,22.7048],[120.6756,22.7064],[120.6775,22.7065],[120.6785,22.7031],[120.6814,22.6994],[120.685,22.6998],[120.687,22.6989],[120.6877,22.6965],[120.6917,22.6979],[120.6942,22.6964],[120.6964,22.6934],[120.7011,22.6936],[120.7033,22.692],[120.7067,22.6912],[120.7071,22.6955],[120.71,22.6994],[120.7096,22.7013],[120.7109,22.7041],[120.7131,22.7068],[120.7127,22.7093],[120.715,22.7162],[120.7134,22.7193],[120.7101,22.721],[120.7059,22.7251],[120.7029,22.7268],[120.7044,22.7305],[120.7031,22.7349],[120.7039,22.7364],[120.7027,22.7388],[120.7028,22.7425],[120.7018,22.7457],[120.704,22.7474],[120.712,22.7492],[120.7141,22.749],[120.716,22.7462],[120.7197,22.7495],[120.7186,22.7537],[120.7187,22.7579],[120.7169,22.7624],[120.7145,22.7665],[120.7146,22.7684],[120.7126,22.7688],[120.711,22.7723],[120.7159,22.7766],[120.7181,22.7779],[120.7217,22.7815],[120.7229,22.7834],[120.7265,22.7845],[120.7274,22.7881],[120.7269,22.791],[120.7298,22.7944],[120.7334,22.796],[120.7359,22.8039],[120.7397,22.811],[120.7407,22.8138],[120.7407,22.8169],[120.7395,22.8221],[120.744,22.8235],[120.7467,22.8252],[120.7525,22.827],[120.7581,22.8304],[120.7619,22.8296],[120.7631,22.8315],[120.7679,22.8321],[120.7728,22.8355],[120.7742,22.838]]]},"properties":{"TOWNCODE":"10013260","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"三地門鄉"},"id":"10013260"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8646,22.8431],[120.862,22.8474],[120.8594,22.8492],[120.86,22.8512],[120.857,22.853],[120.8562,22.8551],[120.853,22.8576],[120.8478,22.8518],[120.8438,22.8534],[120.8413,22.8568],[120.8417,22.8585],[120.8399,22.8617],[120.8373,22.8642],[120.8355,22.8645],[120.833,22.8663],[120.829,22.8657],[120.8261,22.8664],[120.823,22.8657],[120.8191,22.8623],[120.8163,22.8622],[120.8142,22.8605],[120.8138,22.8577],[120.8071,22.8549],[120.8026,22.8524],[120.8011,22.851],[120.7937,22.8522],[120.7917,22.8484],[120.793,22.8423],[120.7902,22.8401],[120.7858,22.8399],[120.7815,22.8361],[120.7793,22.8352],[120.7774,22.8357],[120.7742,22.838],[120.7728,22.8355],[120.7679,22.8321],[120.7631,22.8315],[120.7619,22.8296],[120.7581,22.8304],[120.7525,22.827],[120.7467,22.8252],[120.744,22.8235],[120.7395,22.8221],[120.7407,22.8169],[120.7407,22.8138],[120.7397,22.811],[120.7359,22.8039],[120.7334,22.796],[120.7298,22.7944],[120.7269,22.791],[120.7274,22.7881],[120.7265,22.7845],[120.7229,22.7834],[120.7217,22.7815],[120.7181,22.7779],[120.7159,22.7766],[120.711,22.7723],[120.7126,22.7688],[120.7146,22.7684],[120.7145,22.7665],[120.7169,22.7624],[120.7187,22.7579],[120.7186,22.7537],[120.7197,22.7495],[120.716,22.7462],[120.7141,22.749],[120.712,22.7492],[120.704,22.7474],[120.7018,22.7457],[120.7028,22.7425],[120.7027,22.7388],[120.7039,22.7364],[120.7031,22.7349],[120.7044,22.7305],[120.7029,22.7268],[120.7059,22.7251],[120.7101,22.721],[120.7134,22.7193],[120.715,22.7162],[120.7127,22.7093],[120.7131,22.7068],[120.7109,22.7041],[120.7096,22.7013],[120.71,22.6994],[120.7071,22.6955],[120.7067,22.6912],[120.7092,22.6887],[120.7121,22.6882],[120.7126,22.6861],[120.7147,22.6863],[120.7204,22.6902],[120.7243,22.6876],[120.7249,22.6853],[120.7307,22.6846],[120.7316,22.6821],[120.7359,22.6839],[120.7387,22.6837],[120.7441,22.6814],[120.745,22.6794],[120.7438,22.677],[120.7449,22.6727],[120.7471,22.6696],[120.75,22.6666],[120.7509,22.6646],[120.7494,22.6584],[120.7469,22.6555],[120.7489,22.6505],[120.7507,22.6493],[120.7522,22.6424],[120.7546,22.6405],[120.7588,22.6344],[120.7601,22.631],[120.7613,22.6298],[120.7631,22.6311],[120.7642,22.6337],[120.7677,22.6362],[120.7689,22.6388],[120.772,22.6422],[120.7738,22.6462],[120.777,22.6501],[120.7798,22.6525],[120.7829,22.657],[120.7864,22.663],[120.7863,22.6722],[120.7886,22.6759],[120.7916,22.6792],[120.7895,22.6832],[120.7894,22.6869],[120.7867,22.6927],[120.7891,22.6933],[120.7919,22.6916],[120.7949,22.6909],[120.7977,22.6891],[120.808,22.6892],[120.8093,22.6884],[120.8108,22.6916],[120.8133,22.6921],[120.8191,22.691],[120.819,22.6948],[120.8199,22.6956],[120.8261,22.6959],[120.8276,22.6974],[120.835,22.6966],[120.8372,22.6973],[120.8383,22.6989],[120.838,22.7018],[120.8397,22.704],[120.8402,22.7067],[120.8431,22.7075],[120.8424,22.7096],[120.8442,22.7106],[120.8487,22.717],[120.8526,22.7169],[120.8551,22.7175],[120.8586,22.7136],[120.8614,22.7167],[120.8672,22.7169],[120.8691,22.7159],[120.8724,22.717],[120.8755,22.7172],[120.8792,22.7161],[120.8835,22.7171],[120.8874,22.7227],[120.8883,22.7267],[120.891,22.7287],[120.8924,22.7329],[120.8924,22.7356],[120.8947,22.7376],[120.8955,22.7421],[120.8942,22.7442],[120.8954,22.7482],[120.8941,22.7516],[120.8956,22.7557],[120.8945,22.7591],[120.8949,22.7623],[120.8934,22.7637],[120.8931,22.7663],[120.9005,22.7698],[120.9013,22.7723],[120.9032,22.7738],[120.9035,22.7775],[120.9032,22.7805],[120.9042,22.7832],[120.9017,22.7875],[120.9033,22.7934],[120.903,22.7969],[120.9037,22.7982],[120.9017,22.8033],[120.8993,22.8047],[120.8965,22.808],[120.8944,22.8085],[120.891,22.8117],[120.889,22.8118],[120.8816,22.8145],[120.8773,22.8131],[120.8747,22.8153],[120.8717,22.8148],[120.8684,22.8171],[120.8668,22.8197],[120.8647,22.8253],[120.8616,22.8267],[120.8646,22.8322],[120.8653,22.8361],[120.864,22.8398],[120.8646,22.8431]]]},"properties":{"TOWNCODE":"10013270","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"霧臺鄉"},"id":"10013270"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7067,22.6912],[120.7033,22.692],[120.7011,22.6936],[120.6964,22.6934],[120.6942,22.6964],[120.6917,22.6979],[120.6877,22.6965],[120.687,22.6989],[120.685,22.6998],[120.6814,22.6994],[120.6785,22.7031],[120.6775,22.7065],[120.6756,22.7064],[120.6732,22.7048],[120.6687,22.7079],[120.6654,22.7094],[120.6635,22.7089],[120.6624,22.7066],[120.66,22.7081],[120.6611,22.7115],[120.6599,22.7138],[120.6572,22.7136],[120.6552,22.7094],[120.6495,22.7107],[120.6512,22.7028],[120.6487,22.6997],[120.6477,22.6975],[120.6427,22.6948],[120.64,22.6919],[120.6365,22.6897],[120.6383,22.6881],[120.638,22.6861],[120.6345,22.6837],[120.6361,22.6809],[120.6352,22.68],[120.6358,22.6767],[120.6335,22.6733],[120.6328,22.6702],[120.6337,22.6674],[120.6326,22.6622],[120.6306,22.6607],[120.6319,22.653],[120.6298,22.6523],[120.6296,22.6497],[120.6278,22.6454],[120.6293,22.6445],[120.6267,22.642],[120.6258,22.6372],[120.6262,22.629],[120.6316,22.6247],[120.6326,22.6273],[120.6364,22.6286],[120.6373,22.6315],[120.6397,22.6327],[120.6396,22.634],[120.6419,22.6358],[120.6429,22.6399],[120.6451,22.6406],[120.6471,22.6432],[120.6497,22.6428],[120.6507,22.6453],[120.6543,22.6455],[120.6586,22.6419],[120.6611,22.6435],[120.6636,22.6462],[120.6654,22.6458],[120.6678,22.6472],[120.6691,22.6493],[120.6774,22.6507],[120.6861,22.6463],[120.692,22.6457],[120.6931,22.6446],[120.6976,22.6425],[120.6976,22.6462],[120.6957,22.6505],[120.693,22.6535],[120.6934,22.6544],[120.7002,22.655],[120.7012,22.6556],[120.7165,22.6568],[120.7199,22.6567],[120.721,22.6581],[120.7243,22.6572],[120.7253,22.6555],[120.7292,22.6539],[120.7312,22.6538],[120.7351,22.6509],[120.7401,22.6527],[120.7439,22.6553],[120.7469,22.6555],[120.7494,22.6584],[120.7509,22.6646],[120.75,22.6666],[120.7471,22.6696],[120.7449,22.6727],[120.7438,22.677],[120.745,22.6794],[120.7441,22.6814],[120.7387,22.6837],[120.7359,22.6839],[120.7316,22.6821],[120.7307,22.6846],[120.7249,22.6853],[120.7243,22.6876],[120.7204,22.6902],[120.7147,22.6863],[120.7126,22.6861],[120.7121,22.6882],[120.7092,22.6887],[120.7067,22.6912]]]},"properties":{"TOWNCODE":"10013280","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"瑪家鄉"},"id":"10013280"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7469,22.6555],[120.7439,22.6553],[120.7401,22.6527],[120.7351,22.6509],[120.7312,22.6538],[120.7292,22.6539],[120.7253,22.6555],[120.7243,22.6572],[120.721,22.6581],[120.7199,22.6567],[120.7165,22.6568],[120.7012,22.6556],[120.7002,22.655],[120.6934,22.6544],[120.693,22.6535],[120.6957,22.6505],[120.6976,22.6462],[120.6976,22.6425],[120.6931,22.6446],[120.692,22.6457],[120.6861,22.6463],[120.6774,22.6507],[120.6691,22.6493],[120.6678,22.6472],[120.6654,22.6458],[120.6636,22.6462],[120.6611,22.6435],[120.6586,22.6419],[120.6543,22.6455],[120.6507,22.6453],[120.6497,22.6428],[120.6471,22.6432],[120.6451,22.6406],[120.6429,22.6399],[120.6419,22.6358],[120.6396,22.634],[120.6397,22.6327],[120.6373,22.6315],[120.6364,22.6286],[120.6326,22.6273],[120.6316,22.6247],[120.6337,22.6261],[120.639,22.626],[120.6365,22.6233],[120.6355,22.6205],[120.6342,22.6198],[120.6308,22.6159],[120.632,22.6137],[120.6288,22.6111],[120.6284,22.6087],[120.6323,22.6083],[120.632,22.6022],[120.6307,22.5993],[120.6279,22.5975],[120.626,22.5983],[120.6239,22.5962],[120.6249,22.5913],[120.6316,22.5904],[120.631,22.589],[120.632,22.5864],[120.6321,22.5825],[120.631,22.5787],[120.6317,22.5749],[120.6297,22.5739],[120.6258,22.5745],[120.6269,22.571],[120.6264,22.5669],[120.6287,22.5607],[120.6313,22.5603],[120.6285,22.5559],[120.6248,22.5529],[120.6244,22.5453],[120.6268,22.5427],[120.6282,22.5407],[120.6308,22.5388],[120.6379,22.5408],[120.6404,22.5383],[120.6444,22.5399],[120.6442,22.543],[120.6466,22.5487],[120.6467,22.5525],[120.6457,22.5557],[120.6456,22.5614],[120.6489,22.5649],[120.6498,22.5691],[120.6513,22.5668],[120.6537,22.5649],[120.6565,22.5646],[120.6586,22.5635],[120.6617,22.5632],[120.6691,22.565],[120.6743,22.5624],[120.6764,22.5622],[120.6788,22.5636],[120.681,22.562],[120.687,22.5596],[120.6912,22.5593],[120.6935,22.5574],[120.6966,22.5594],[120.699,22.562],[120.7027,22.5607],[120.7051,22.5634],[120.7092,22.562],[120.7118,22.5631],[120.7155,22.5634],[120.7185,22.5603],[120.7241,22.5621],[120.7268,22.5614],[120.7294,22.5625],[120.7369,22.5601],[120.74,22.5583],[120.7396,22.5625],[120.7415,22.5687],[120.748,22.5711],[120.7488,22.5723],[120.7493,22.5773],[120.7486,22.5803],[120.7465,22.5846],[120.7458,22.5896],[120.7484,22.5933],[120.7523,22.5971],[120.7547,22.6008],[120.7541,22.6044],[120.7541,22.6086],[120.7529,22.6121],[120.7545,22.6161],[120.758,22.6231],[120.761,22.6258],[120.7613,22.6298],[120.7601,22.631],[120.7588,22.6344],[120.7546,22.6405],[120.7522,22.6424],[120.7507,22.6493],[120.7489,22.6505],[120.7469,22.6555]]]},"properties":{"TOWNCODE":"10013290","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"泰武鄉"},"id":"10013290"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.74,22.5583],[120.7369,22.5601],[120.7294,22.5625],[120.7268,22.5614],[120.7241,22.5621],[120.7185,22.5603],[120.7155,22.5634],[120.7118,22.5631],[120.7092,22.562],[120.7051,22.5634],[120.7027,22.5607],[120.699,22.562],[120.6966,22.5594],[120.6935,22.5574],[120.6912,22.5593],[120.687,22.5596],[120.681,22.562],[120.6788,22.5636],[120.6764,22.5622],[120.6743,22.5624],[120.6691,22.565],[120.6617,22.5632],[120.6586,22.5635],[120.6565,22.5646],[120.6537,22.5649],[120.6513,22.5668],[120.6498,22.5691],[120.6489,22.5649],[120.6456,22.5614],[120.6457,22.5557],[120.6467,22.5525],[120.6466,22.5487],[120.6442,22.543],[120.6444,22.5399],[120.6404,22.5383],[120.6379,22.5408],[120.6308,22.5388],[120.6282,22.5407],[120.6268,22.5427],[120.6245,22.5405],[120.6247,22.5386],[120.6234,22.5373],[120.6241,22.5297],[120.6266,22.5261],[120.6301,22.5265],[120.6333,22.5259],[120.6335,22.5247],[120.6336,22.5248],[120.6306,22.5225],[120.6316,22.5213],[120.6292,22.5187],[120.6231,22.5105],[120.6205,22.5049],[120.6212,22.501],[120.6199,22.499],[120.62,22.4952],[120.6231,22.4936],[120.6227,22.4922],[120.6195,22.4909],[120.6172,22.4885],[120.6191,22.486],[120.6189,22.4839],[120.6215,22.481],[120.6223,22.479],[120.6212,22.4775],[120.6163,22.474],[120.6162,22.4687],[120.6173,22.4651],[120.6176,22.4617],[120.6163,22.454],[120.6185,22.4525],[120.6208,22.4531],[120.6245,22.4517],[120.6216,22.4491],[120.6208,22.4499],[120.6164,22.448],[120.6105,22.4484],[120.6091,22.4452],[120.6122,22.4445],[120.6174,22.4417],[120.6201,22.4396],[120.624,22.4392],[120.6274,22.4382],[120.6326,22.4358],[120.6372,22.433],[120.6416,22.4327],[120.645,22.4365],[120.6451,22.4392],[120.6474,22.4419],[120.6502,22.4431],[120.6523,22.4431],[120.6583,22.4416],[120.6594,22.44],[120.6697,22.4421],[120.6729,22.4463],[120.6774,22.4467],[120.6792,22.4458],[120.6857,22.4467],[120.692,22.4495],[120.6941,22.4512],[120.6977,22.4573],[120.6971,22.4591],[120.699,22.4646],[120.6988,22.4686],[120.7011,22.4709],[120.7083,22.467],[120.7124,22.4676],[120.7149,22.4689],[120.7197,22.4684],[120.7236,22.4646],[120.7234,22.4606],[120.7254,22.4596],[120.7266,22.4543],[120.7294,22.451],[120.7298,22.4462],[120.7306,22.4452],[120.7357,22.4463],[120.7382,22.4488],[120.7407,22.4498],[120.7432,22.4528],[120.7443,22.4552],[120.7466,22.4563],[120.7502,22.4562],[120.7515,22.4585],[120.7516,22.4642],[120.7542,22.4694],[120.7542,22.4731],[120.7515,22.4797],[120.7575,22.4818],[120.7586,22.4884],[120.7613,22.4889],[120.7637,22.4909],[120.7643,22.4944],[120.7627,22.5011],[120.7609,22.5034],[120.7571,22.5089],[120.7536,22.511],[120.7528,22.519],[120.7513,22.5224],[120.7517,22.5253],[120.7501,22.5286],[120.75,22.534],[120.748,22.5385],[120.7457,22.5407],[120.7394,22.5517],[120.7391,22.554],[120.74,22.5583]]]},"properties":{"TOWNCODE":"10013300","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"來義鄉"},"id":"10013300"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7515,22.4585],[120.7502,22.4562],[120.7466,22.4563],[120.7443,22.4552],[120.7432,22.4528],[120.7407,22.4498],[120.7382,22.4488],[120.7357,22.4463],[120.7306,22.4452],[120.7298,22.4462],[120.7294,22.451],[120.7266,22.4543],[120.7254,22.4596],[120.7234,22.4606],[120.7236,22.4646],[120.7197,22.4684],[120.7149,22.4689],[120.7124,22.4676],[120.7083,22.467],[120.7011,22.4709],[120.6988,22.4686],[120.699,22.4646],[120.6971,22.4591],[120.6977,22.4573],[120.6941,22.4512],[120.692,22.4495],[120.6857,22.4467],[120.6792,22.4458],[120.6774,22.4467],[120.6729,22.4463],[120.6697,22.4421],[120.6594,22.44],[120.6583,22.4416],[120.6523,22.4431],[120.6502,22.4431],[120.6474,22.4419],[120.6451,22.4392],[120.645,22.4365],[120.6416,22.4327],[120.6372,22.433],[120.6326,22.4358],[120.633,22.4342],[120.6309,22.4318],[120.6297,22.4277],[120.6241,22.4255],[120.6233,22.4215],[120.6278,22.4222],[120.6283,22.4174],[120.6321,22.4144],[120.6284,22.4097],[120.6249,22.4074],[120.6257,22.4032],[120.6295,22.4023],[120.6288,22.4011],[120.6309,22.3992],[120.6333,22.3986],[120.6331,22.3969],[120.6353,22.3951],[120.6356,22.3934],[120.6329,22.3931],[120.6308,22.3954],[120.6273,22.3942],[120.6244,22.3939],[120.6231,22.3912],[120.6188,22.3914],[120.6169,22.3895],[120.6176,22.3882],[120.616,22.3866],[120.6183,22.3853],[120.6182,22.3767],[120.6194,22.3763],[120.6201,22.3734],[120.6231,22.3693],[120.6207,22.369],[120.6179,22.3706],[120.6201,22.3659],[120.6202,22.3635],[120.6214,22.3618],[120.6247,22.3624],[120.6268,22.3592],[120.6291,22.3584],[120.6339,22.3593],[120.6391,22.359],[120.6402,22.3552],[120.6414,22.3519],[120.6433,22.3494],[120.6453,22.3483],[120.6487,22.3491],[120.6509,22.3463],[120.6547,22.345],[120.6562,22.3428],[120.6593,22.3411],[120.661,22.3433],[120.6604,22.3451],[120.6623,22.3468],[120.6653,22.3453],[120.6672,22.3456],[120.6688,22.3444],[120.6726,22.3446],[120.6748,22.3435],[120.677,22.3444],[120.6827,22.3442],[120.6876,22.3412],[120.6893,22.3428],[120.6894,22.3456],[120.6952,22.348],[120.6983,22.3476],[120.7024,22.3485],[120.708,22.3536],[120.7089,22.3534],[120.7136,22.3555],[120.7194,22.3548],[120.7243,22.3581],[120.7268,22.359],[120.7292,22.3613],[120.7338,22.367],[120.7397,22.3668],[120.7435,22.3673],[120.7448,22.3702],[120.7475,22.3714],[120.7488,22.3732],[120.7487,22.3801],[120.7505,22.3841],[120.7546,22.3866],[120.7565,22.3884],[120.7521,22.3927],[120.7538,22.3964],[120.7576,22.3981],[120.7554,22.4033],[120.7627,22.4069],[120.7649,22.4089],[120.7688,22.4084],[120.7706,22.4069],[120.7734,22.4069],[120.7753,22.4096],[120.7773,22.4089],[120.78,22.4093],[120.7846,22.4128],[120.7877,22.4168],[120.7882,22.4194],[120.7869,22.4252],[120.7849,22.4279],[120.7828,22.4333],[120.7803,22.4371],[120.7768,22.44],[120.7751,22.4433],[120.7765,22.4489],[120.7759,22.4504],[120.7687,22.4526],[120.7655,22.4529],[120.7591,22.4573],[120.7542,22.4573],[120.7515,22.4585]]]},"properties":{"TOWNCODE":"10013310","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"春日鄉"},"id":"10013310"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7435,22.3673],[120.7397,22.3668],[120.7338,22.367],[120.7292,22.3613],[120.7268,22.359],[120.7243,22.3581],[120.7194,22.3548],[120.7136,22.3555],[120.7089,22.3534],[120.708,22.3536],[120.7024,22.3485],[120.6983,22.3476],[120.6952,22.348],[120.6894,22.3456],[120.6893,22.3428],[120.6876,22.3412],[120.6827,22.3442],[120.677,22.3444],[120.6748,22.3435],[120.6726,22.3446],[120.6688,22.3444],[120.6672,22.3456],[120.6653,22.3453],[120.6623,22.3468],[120.6604,22.3451],[120.661,22.3433],[120.6593,22.3411],[120.6562,22.3428],[120.6547,22.345],[120.6509,22.3463],[120.6487,22.3491],[120.6453,22.3483],[120.6433,22.3494],[120.6414,22.3519],[120.6358,22.3514],[120.6307,22.3483],[120.6287,22.3478],[120.625,22.3456],[120.6253,22.3437],[120.6274,22.3436],[120.6303,22.3409],[120.6289,22.3399],[120.6304,22.3349],[120.6334,22.329],[120.6337,22.3255],[120.6364,22.3216],[120.6363,22.3178],[120.6394,22.3117],[120.6414,22.3091],[120.6461,22.3107],[120.6484,22.3098],[120.6482,22.3083],[120.6448,22.305],[120.6455,22.2909],[120.6448,22.2894],[120.646,22.2852],[120.6484,22.2812],[120.6506,22.2729],[120.6529,22.269],[120.6533,22.266],[120.6565,22.2659],[120.6598,22.2667],[120.6622,22.266],[120.662,22.2634],[120.6643,22.2631],[120.6661,22.2645],[120.6723,22.2634],[120.6724,22.2605],[120.669,22.2617],[120.6638,22.2589],[120.661,22.2581],[120.6628,22.2561],[120.6654,22.2516],[120.6654,22.2504],[120.6707,22.2439],[120.6713,22.2394],[120.6699,22.2381],[120.6724,22.2348],[120.6744,22.2306],[120.6768,22.2281],[120.676,22.2259],[120.6783,22.2243],[120.6776,22.2224],[120.6789,22.2191],[120.6827,22.216],[120.6849,22.213],[120.6871,22.2112],[120.6902,22.2072],[120.6928,22.2067],[120.6959,22.21],[120.7047,22.2113],[120.7068,22.2132],[120.7116,22.2122],[120.7172,22.2074],[120.7145,22.2076],[120.7068,22.2064],[120.7063,22.2051],[120.7035,22.2037],[120.7051,22.2013],[120.7042,22.1993],[120.7008,22.1999],[120.6996,22.2023],[120.6953,22.1977],[120.6971,22.1936],[120.6959,22.193],[120.6964,22.1898],[120.6939,22.1864],[120.6946,22.1834],[120.6928,22.1814],[120.6954,22.175],[120.6947,22.1716],[120.6964,22.1687],[120.6972,22.1645],[120.6985,22.1617],[120.6989,22.1585],[120.7003,22.1579],[120.6995,22.1555],[120.7005,22.1543],[120.7014,22.1459],[120.7003,22.1426],[120.7038,22.1427],[120.7061,22.1371],[120.7085,22.1323],[120.7151,22.1248],[120.7175,22.1234],[120.7185,22.1215],[120.7176,22.1158],[120.7154,22.1126],[120.7158,22.1114],[120.7215,22.1132],[120.7239,22.1159],[120.7284,22.1161],[120.7321,22.1181],[120.736,22.1183],[120.7361,22.1183],[120.736,22.1183],[120.7366,22.1205],[120.735,22.13],[120.7355,22.1349],[120.7374,22.1396],[120.7363,22.1417],[120.7372,22.1444],[120.7372,22.1473],[120.7382,22.1483],[120.7382,22.1509],[120.7372,22.1523],[120.7374,22.1565],[120.7344,22.1592],[120.7331,22.1641],[120.735,22.1675],[120.7326,22.1746],[120.7367,22.1763],[120.7384,22.175],[120.7425,22.1756],[120.7449,22.1772],[120.7509,22.1779],[120.7551,22.1766],[120.7587,22.1782],[120.7614,22.1808],[120.7677,22.1844],[120.7693,22.1868],[120.7735,22.1897],[120.7777,22.1914],[120.7803,22.1943],[120.782,22.1941],[120.7839,22.1955],[120.7865,22.1961],[120.7906,22.196],[120.7928,22.1977],[120.7968,22.1977],[120.7994,22.201],[120.8018,22.2029],[120.8078,22.2041],[120.8114,22.2037],[120.8135,22.2047],[120.8151,22.2079],[120.8181,22.2073],[120.8219,22.2076],[120.8241,22.2069],[120.8257,22.2087],[120.829,22.209],[120.8324,22.2114],[120.8337,22.2111],[120.838,22.2135],[120.8434,22.2136],[120.8485,22.2132],[120.8501,22.2116],[120.854,22.2107],[120.8581,22.2111],[120.861,22.2097],[120.8636,22.2112],[120.8659,22.2111],[120.8669,22.2125],[120.8671,22.216],[120.8652,22.218],[120.8662,22.2203],[120.8678,22.2208],[120.8667,22.2251],[120.8672,22.2265],[120.8664,22.2298],[120.8623,22.2313],[120.8643,22.2338],[120.8616,22.2375],[120.859,22.2386],[120.8585,22.2409],[120.8555,22.2415],[120.8508,22.2437],[120.8463,22.2435],[120.8449,22.2428],[120.8414,22.2446],[120.8396,22.2436],[120.8361,22.2455],[120.8346,22.2454],[120.8325,22.2473],[120.8315,22.2501],[120.826,22.2565],[120.8229,22.2577],[120.8156,22.263],[120.8094,22.2607],[120.8082,22.2595],[120.8061,22.2598],[120.7991,22.2572],[120.7986,22.2638],[120.7994,22.2654],[120.7962,22.2678],[120.7964,22.2703],[120.7981,22.2744],[120.798,22.2763],[120.8006,22.2774],[120.8068,22.2772],[120.8055,22.2841],[120.8007,22.2842],[120.7992,22.2854],[120.7967,22.2851],[120.7934,22.2857],[120.7911,22.2882],[120.7911,22.2907],[120.7887,22.294],[120.7813,22.2947],[120.7777,22.298],[120.7768,22.3026],[120.7782,22.3085],[120.7832,22.3095],[120.7871,22.3092],[120.793,22.3124],[120.7942,22.3147],[120.7964,22.3168],[120.7964,22.3199],[120.7951,22.3226],[120.7934,22.3236],[120.7925,22.3284],[120.7925,22.3356],[120.7897,22.3376],[120.7885,22.3416],[120.7866,22.3421],[120.7851,22.3455],[120.7811,22.3464],[120.7793,22.3478],[120.7758,22.3487],[120.7717,22.3486],[120.7692,22.3474],[120.767,22.3478],[120.7636,22.3522],[120.7628,22.3567],[120.7632,22.359],[120.7614,22.3603],[120.7581,22.3594],[120.7549,22.3605],[120.7524,22.3605],[120.7435,22.3673]]]},"properties":{"TOWNCODE":"10013320","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"獅子鄉"},"id":"10013320"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1942,22.9367],[121.197,22.9389],[121.1994,22.9451],[121.2015,22.9476],[121.2038,22.9491],[121.2043,22.9521],[121.2063,22.9564],[121.2092,22.9608],[121.2114,22.9618],[121.2109,22.9636],[121.2121,22.9675],[121.2116,22.9685],[121.2145,22.9738],[121.2188,22.9779],[121.2194,22.9811],[121.2184,22.985],[121.2195,22.9862],[121.2186,22.9884],[121.217,22.9893],[121.2168,22.9918],[121.218,22.9953],[121.2175,23],[121.216,23.005],[121.2159,23.0093],[121.2093,23.002],[121.2042,23.0012],[121.199,23.0017],[121.1947,22.9982],[121.1925,22.9976],[121.1898,22.9929],[121.1861,22.9914],[121.1853,22.9898],[121.1833,22.9893],[121.1804,22.9861],[121.1736,22.9855],[121.1724,22.9873],[121.1694,22.9872],[121.1648,22.9901],[121.1626,22.9938],[121.1591,22.9963],[121.1562,22.9967],[121.1435,22.9962],[121.1356,22.9947],[121.1309,22.9948],[121.13,22.9896],[121.1269,22.9858],[121.125,22.9848],[121.1222,22.9811],[121.1281,22.9773],[121.1281,22.9735],[121.1217,22.9725],[121.1181,22.9715],[121.1208,22.9691],[121.1221,22.9631],[121.1246,22.9604],[121.1238,22.9597],[121.1278,22.9557],[121.1275,22.952],[121.1209,22.9451],[121.1203,22.9418],[121.1211,22.9398],[121.12,22.9377],[121.1154,22.9348],[121.1146,22.9324],[121.1159,22.9257],[121.1178,22.9227],[121.1155,22.922],[121.1134,22.9157],[121.1106,22.9137],[121.1096,22.9116],[121.104,22.9104],[121.0994,22.9088],[121.0949,22.9049],[121.0937,22.9031],[121.0938,22.9003],[121.0863,22.8999],[121.0862,22.8969],[121.0886,22.8946],[121.0928,22.8928],[121.0963,22.8928],[121.1036,22.8939],[121.1145,22.8934],[121.1207,22.8917],[121.1298,22.8923],[121.132,22.8921],[121.1408,22.8885],[121.1437,22.8886],[121.1472,22.892],[121.1473,22.8944],[121.1456,22.899],[121.1448,22.904],[121.1428,22.9099],[121.1436,22.9129],[121.1465,22.9185],[121.1505,22.9231],[121.1566,22.9271],[121.1585,22.9298],[121.1624,22.9331],[121.1704,22.936],[121.1747,22.9365],[121.1808,22.9317],[121.1828,22.9318],[121.1862,22.9372],[121.1902,22.9389],[121.1942,22.9367]]]},"properties":{"TOWNCODE":"10014050","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"鹿野鄉"},"id":"10014050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2121,23.1442],[121.2083,23.1437],[121.2042,23.1467],[121.2004,23.1519],[121.1942,23.1583],[121.1926,23.1593],[121.1911,23.158],[121.1939,23.1539],[121.1898,23.1504],[121.1871,23.1507],[121.1855,23.1549],[121.1816,23.1551],[121.1812,23.154],[121.1779,23.1539],[121.1739,23.148],[121.1765,23.1467],[121.1784,23.1469],[121.1795,23.1446],[121.1775,23.1437],[121.1783,23.1408],[121.1802,23.1379],[121.1859,23.1381],[121.1871,23.1367],[121.1793,23.1272],[121.1772,23.1266],[121.1753,23.1225],[121.1799,23.1192],[121.187,23.1119],[121.1919,23.1011],[121.1949,23.09],[121.1951,23.0865],[121.1967,23.0813],[121.1986,23.0784],[121.2005,23.0732],[121.2012,23.068],[121.2005,23.0618],[121.1994,23.0591],[121.1946,23.0519],[121.1876,23.0446],[121.1805,23.0378],[121.1794,23.0349],[121.18,23.033],[121.1826,23.0311],[121.1839,23.0286],[121.1897,23.0285],[121.1905,23.03],[121.1942,23.031],[121.195,23.0298],[121.2008,23.0288],[121.2056,23.0305],[121.2072,23.028],[121.2147,23.0272],[121.2177,23.0263],[121.2223,23.0268],[121.2256,23.0263],[121.2276,23.0329],[121.2299,23.0337],[121.2322,23.0362],[121.2339,23.0404],[121.2351,23.0415],[121.2375,23.047],[121.2401,23.0515],[121.2417,23.0556],[121.2463,23.0644],[121.2484,23.0728],[121.2509,23.0768],[121.2518,23.0768],[121.2536,23.0803],[121.2537,23.0855],[121.2546,23.0885],[121.2565,23.0921],[121.2582,23.0927],[121.262,23.1004],[121.2644,23.1039],[121.2674,23.1093],[121.2673,23.1141],[121.2642,23.1154],[121.2645,23.117],[121.2595,23.1211],[121.2578,23.126],[121.2491,23.1315],[121.2483,23.1296],[121.2425,23.128],[121.2385,23.1287],[121.2346,23.1334],[121.2331,23.1368],[121.231,23.1392],[121.2248,23.1399],[121.2213,23.1416],[121.2146,23.1439],[121.2121,23.1442]]]},"properties":{"TOWNCODE":"10014060","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"池上鄉"},"id":"10014060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1222,22.9811],[121.1131,22.9843],[121.1108,22.9867],[121.1087,22.991],[121.1049,22.9906],[121.0908,22.9937],[121.0853,22.9952],[121.0792,22.996],[121.0749,22.9958],[121.0698,22.994],[121.0617,22.9935],[121.0578,22.9923],[121.0561,22.9931],[121.053,22.9922],[121.0495,22.9904],[121.0469,22.9882],[121.0443,22.9879],[121.0416,22.9888],[121.0358,22.9892],[121.0311,22.9865],[121.0267,22.9858],[121.0168,22.9888],[121.0129,22.9911],[121.0097,22.9897],[121.0006,22.9898],[120.9966,22.9857],[120.995,22.9857],[120.9867,22.9918],[120.9845,22.9911],[120.9809,22.9921],[120.9788,22.9934],[120.9729,22.9953],[120.9689,22.9917],[120.9654,22.9872],[120.964,22.9801],[120.9621,22.9785],[120.9609,22.9751],[120.961,22.9721],[120.955,22.9693],[120.9542,22.9675],[120.9524,22.967],[120.9499,22.9645],[120.9485,22.9614],[120.94,22.9615],[120.9374,22.9602],[120.9375,22.9586],[120.9331,22.9558],[120.9329,22.9521],[120.9311,22.9521],[120.9252,22.9483],[120.9219,22.9489],[120.9181,22.9486],[120.9127,22.9493],[120.9091,22.9483],[120.9074,22.9491],[120.9049,22.9467],[120.9004,22.9497],[120.8972,22.95],[120.8962,22.9531],[120.8938,22.9561],[120.8883,22.9591],[120.8859,22.957],[120.8828,22.9578],[120.8828,22.9553],[120.878,22.9556],[120.8766,22.9575],[120.8605,22.9554],[120.8598,22.9571],[120.857,22.9584],[120.8518,22.9618],[120.8487,22.9647],[120.8442,22.9652],[120.8428,22.9665],[120.8362,22.9695],[120.8302,22.9703],[120.8222,22.9646],[120.8208,22.9615],[120.8231,22.9549],[120.8248,22.9525],[120.8226,22.9482],[120.8218,22.9451],[120.8215,22.9389],[120.8219,22.935],[120.8269,22.9281],[120.8289,22.9213],[120.8317,22.919],[120.8333,22.9123],[120.8304,22.9103],[120.8285,22.9052],[120.8289,22.9036],[120.8335,22.8998],[120.8332,22.8982],[120.8348,22.8935],[120.8382,22.8899],[120.8388,22.8846],[120.8401,22.8823],[120.842,22.8812],[120.8521,22.8781],[120.8552,22.8787],[120.8597,22.8784],[120.8612,22.8761],[120.8644,22.8729],[120.8655,22.8699],[120.8644,22.867],[120.8592,22.8636],[120.8617,22.8614],[120.8691,22.8582],[120.8695,22.8569],[120.8666,22.8534],[120.8684,22.8507],[120.8653,22.8466],[120.8646,22.8431],[120.864,22.8398],[120.8653,22.8361],[120.8646,22.8322],[120.8616,22.8267],[120.8647,22.8253],[120.8668,22.8197],[120.8684,22.8171],[120.8717,22.8148],[120.8747,22.8153],[120.8773,22.8131],[120.8816,22.8145],[120.889,22.8118],[120.891,22.8117],[120.8944,22.8085],[120.8965,22.808],[120.8993,22.8047],[120.9017,22.8033],[120.9037,22.7982],[120.903,22.7969],[120.9033,22.7934],[120.9017,22.7875],[120.9042,22.7832],[120.9032,22.7805],[120.9035,22.7775],[120.9083,22.7792],[120.9114,22.7813],[120.9154,22.7802],[120.9182,22.7801],[120.9202,22.7833],[120.9231,22.7821],[120.9298,22.7855],[120.9317,22.7875],[120.93,22.7897],[120.9305,22.7913],[120.9367,22.7914],[120.9374,22.792],[120.9423,22.7926],[120.9433,22.7954],[120.943,22.7985],[120.9459,22.8002],[120.9481,22.7979],[120.9533,22.7949],[120.955,22.7964],[120.956,22.7992],[120.9576,22.8006],[120.9602,22.8009],[120.9626,22.8029],[120.9684,22.805],[120.9719,22.8073],[120.9733,22.8094],[120.9766,22.8166],[120.9794,22.8198],[120.9837,22.8233],[120.9868,22.8278],[120.9895,22.8328],[120.9927,22.8365],[120.9998,22.837],[121.0064,22.8351],[121.0094,22.8349],[121.0134,22.8336],[121.0148,22.8343],[121.0198,22.8397],[121.0222,22.8413],[121.0252,22.8407],[121.0295,22.8416],[121.034,22.8434],[121.0353,22.8447],[121.042,22.8452],[121.044,22.8459],[121.0486,22.85],[121.0507,22.8532],[121.0531,22.8542],[121.0549,22.8569],[121.061,22.8568],[121.0647,22.8591],[121.0705,22.8599],[121.0729,22.8651],[121.0737,22.8723],[121.0795,22.8747],[121.0809,22.8806],[121.0831,22.8816],[121.0849,22.8869],[121.0858,22.8909],[121.0826,22.8966],[121.0852,22.8982],[121.087,22.895],[121.0949,22.8897],[121.0987,22.8875],[121.1029,22.8866],[121.1048,22.8871],[121.1068,22.8858],[121.1166,22.8865],[121.1266,22.8852],[121.1415,22.8855],[121.149,22.8839],[121.1513,22.8817],[121.1539,22.8721],[121.1585,22.8707],[121.1614,22.8707],[121.1631,22.8685],[121.1654,22.8678],[121.1698,22.8702],[121.1729,22.8746],[121.1745,22.8787],[121.1802,22.8837],[121.1822,22.8895],[121.1841,22.8926],[121.1885,22.8952],[121.1886,22.898],[121.1909,22.902],[121.1881,22.9055],[121.1885,22.9074],[121.1874,22.9093],[121.1879,22.9114],[121.1841,22.9164],[121.186,22.9193],[121.1873,22.9226],[121.1888,22.9238],[121.1892,22.9281],[121.1942,22.9367],[121.1902,22.9389],[121.1862,22.9372],[121.1828,22.9318],[121.1808,22.9317],[121.1747,22.9365],[121.1704,22.936],[121.1624,22.9331],[121.1585,22.9298],[121.1566,22.9271],[121.1505,22.9231],[121.1465,22.9185],[121.1436,22.9129],[121.1428,22.9099],[121.1448,22.904],[121.1456,22.899],[121.1473,22.8944],[121.1472,22.892],[121.1437,22.8886],[121.1408,22.8885],[121.132,22.8921],[121.1298,22.8923],[121.1207,22.8917],[121.1145,22.8934],[121.1036,22.8939],[121.0963,22.8928],[121.0928,22.8928],[121.0886,22.8946],[121.0862,22.8969],[121.0863,22.8999],[121.0938,22.9003],[121.0937,22.9031],[121.0949,22.9049],[121.0994,22.9088],[121.104,22.9104],[121.1096,22.9116],[121.1106,22.9137],[121.1134,22.9157],[121.1155,22.922],[121.1178,22.9227],[121.1159,22.9257],[121.1146,22.9324],[121.1154,22.9348],[121.12,22.9377],[121.1211,22.9398],[121.1203,22.9418],[121.1209,22.9451],[121.1275,22.952],[121.1278,22.9557],[121.1238,22.9597],[121.1246,22.9604],[121.1221,22.9631],[121.1208,22.9691],[121.1181,22.9715],[121.1217,22.9725],[121.1281,22.9735],[121.1281,22.9773],[121.1222,22.9811]]]},"properties":{"TOWNCODE":"10014130","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"延平鄉"},"id":"10014130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5174,23.7122],[121.5144,23.713],[121.5106,23.7123],[121.5067,23.7099],[121.5057,23.7061],[121.5046,23.7046],[121.5017,23.7044],[121.4992,23.7068],[121.4951,23.7051],[121.4947,23.7035],[121.4892,23.7011],[121.486,23.701],[121.481,23.6961],[121.4785,23.6911],[121.4756,23.6869],[121.4712,23.6817],[121.4672,23.6782],[121.4639,23.6764],[121.4585,23.6757],[121.4575,23.675],[121.4518,23.6761],[121.4454,23.6782],[121.4296,23.6841],[121.4195,23.6871],[121.4139,23.6877],[121.4093,23.6889],[121.407,23.6883],[121.4037,23.689],[121.4006,23.6892],[121.3966,23.6882],[121.39,23.6884],[121.3868,23.686],[121.384,23.6847],[121.3815,23.6867],[121.3794,23.6899],[121.3751,23.6893],[121.3732,23.6862],[121.3708,23.6809],[121.3713,23.6789],[121.3706,23.6761],[121.3725,23.6705],[121.3756,23.6661],[121.3782,23.6649],[121.381,23.662],[121.3751,23.6599],[121.3728,23.6581],[121.3788,23.651],[121.3784,23.6482],[121.3799,23.6458],[121.3794,23.6431],[121.3727,23.6413],[121.3714,23.6382],[121.369,23.6353],[121.3687,23.6317],[121.3695,23.6279],[121.3679,23.6213],[121.3683,23.6162],[121.3659,23.616],[121.364,23.6112],[121.3621,23.6077],[121.3581,23.6054],[121.3605,23.6029],[121.3618,23.5986],[121.3666,23.5938],[121.3678,23.5937],[121.3746,23.589],[121.3775,23.588],[121.38,23.5899],[121.3838,23.5874],[121.3919,23.5857],[121.4016,23.5874],[121.4021,23.5857],[121.4062,23.5847],[121.4074,23.5855],[121.411,23.5851],[121.4166,23.5884],[121.4207,23.5886],[121.4253,23.5879],[121.4268,23.5889],[121.4304,23.5944],[121.4305,23.5958],[121.4344,23.597],[121.4381,23.5972],[121.4406,23.5985],[121.4439,23.5983],[121.4457,23.6023],[121.4473,23.6035],[121.4475,23.608],[121.4489,23.6088],[121.4544,23.6089],[121.4568,23.61],[121.4592,23.6125],[121.4633,23.6136],[121.4659,23.6137],[121.4673,23.6159],[121.4663,23.6196],[121.4702,23.6205],[121.4709,23.6224],[121.4744,23.6249],[121.4768,23.6308],[121.4781,23.6322],[121.478,23.6346],[121.4804,23.6383],[121.4823,23.6399],[121.4853,23.6437],[121.4888,23.6465],[121.4914,23.6479],[121.4955,23.6476],[121.5001,23.6449],[121.5037,23.644],[121.5087,23.6471],[121.51,23.651],[121.5136,23.6556],[121.5149,23.6609],[121.5159,23.663],[121.5179,23.6698],[121.5203,23.6711],[121.52,23.6732],[121.521,23.6774],[121.5241,23.6804],[121.525,23.6828],[121.5234,23.6846],[121.5219,23.6884],[121.5219,23.6905],[121.5175,23.6931],[121.5167,23.6946],[121.5196,23.6989],[121.5214,23.7003],[121.5208,23.7035],[121.5197,23.7051],[121.5212,23.7084],[121.5209,23.7105],[121.5188,23.7107],[121.5174,23.7122]]]},"properties":{"TOWNCODE":"10015070","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"光復鄉"},"id":"10015070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3581,23.6054],[121.3538,23.6043],[121.3525,23.6018],[121.3523,23.5984],[121.3541,23.595],[121.3551,23.5869],[121.3579,23.583],[121.3594,23.5821],[121.3594,23.5762],[121.3531,23.5762],[121.3513,23.5766],[121.3489,23.5712],[121.3499,23.5671],[121.3524,23.5658],[121.3548,23.5675],[121.3565,23.5674],[121.3587,23.5688],[121.3602,23.5683],[121.3617,23.5702],[121.3642,23.5699],[121.3683,23.5644],[121.3716,23.5624],[121.3744,23.5572],[121.3756,23.5538],[121.3749,23.5522],[121.3764,23.5482],[121.3738,23.5434],[121.3751,23.5382],[121.374,23.5365],[121.3703,23.5354],[121.3692,23.5321],[121.3699,23.5304],[121.3681,23.5263],[121.3688,23.5229],[121.366,23.5209],[121.3646,23.5249],[121.3627,23.5264],[121.3565,23.5264],[121.3532,23.5268],[121.3488,23.5258],[121.3466,23.5185],[121.3473,23.515],[121.3471,23.5122],[121.3458,23.5109],[121.3471,23.5036],[121.347,23.4998],[121.3458,23.4961],[121.3455,23.4909],[121.3422,23.4887],[121.3372,23.4904],[121.333,23.4876],[121.3321,23.4817],[121.3295,23.4776],[121.3278,23.4759],[121.3272,23.4729],[121.326,23.4716],[121.3252,23.4673],[121.3253,23.4672],[121.3272,23.4634],[121.3313,23.4623],[121.3319,23.4604],[121.3366,23.4594],[121.3378,23.4586],[121.3435,23.4572],[121.3448,23.4556],[121.3447,23.4529],[121.3504,23.4431],[121.356,23.44],[121.3551,23.439],[121.3625,23.4351],[121.3659,23.4429],[121.3675,23.4451],[121.3721,23.4551],[121.3764,23.4588],[121.3795,23.4626],[121.3831,23.4697],[121.3847,23.4704],[121.3886,23.4748],[121.3914,23.4762],[121.3971,23.4806],[121.4014,23.4847],[121.4041,23.4854],[121.4098,23.4945],[121.4111,23.4958],[121.4169,23.4952],[121.4183,23.4936],[121.4181,23.4905],[121.4164,23.4877],[121.4146,23.4827],[121.4146,23.4806],[121.4158,23.4788],[121.4184,23.4777],[121.4222,23.4775],[121.4246,23.4788],[121.4263,23.4767],[121.4283,23.4777],[121.4309,23.4826],[121.4332,23.481],[121.4382,23.4759],[121.4409,23.4748],[121.439,23.4722],[121.4347,23.4717],[121.4345,23.4689],[121.4389,23.4667],[121.4411,23.4617],[121.4459,23.4592],[121.4435,23.4542],[121.4441,23.4519],[121.4458,23.4518],[121.4496,23.4534],[121.4524,23.4538],[121.4578,23.4529],[121.4621,23.4543],[121.4634,23.457],[121.4635,23.4596],[121.4662,23.467],[121.4664,23.4705],[121.465,23.4729],[121.4645,23.4758],[121.4667,23.4795],[121.4712,23.4839],[121.4737,23.4875],[121.4793,23.487],[121.4828,23.4831],[121.4867,23.4853],[121.4855,23.4876],[121.4849,23.4927],[121.4872,23.4954],[121.4869,23.4998],[121.4875,23.5021],[121.4894,23.5049],[121.4873,23.509],[121.4885,23.514],[121.4864,23.5144],[121.485,23.5165],[121.4852,23.5187],[121.4874,23.5261],[121.4892,23.5274],[121.4901,23.5352],[121.4925,23.542],[121.4891,23.5447],[121.4859,23.544],[121.4828,23.5451],[121.48,23.5426],[121.4773,23.5412],[121.474,23.5417],[121.4712,23.5434],[121.4661,23.5432],[121.4633,23.5426],[121.4605,23.5439],[121.4596,23.5454],[121.4526,23.5427],[121.4504,23.5446],[121.4465,23.5445],[121.4441,23.546],[121.4432,23.5479],[121.4398,23.5474],[121.4374,23.5481],[121.4319,23.5479],[121.4286,23.5501],[121.4291,23.5533],[121.4273,23.5554],[121.4282,23.5581],[121.4278,23.5597],[121.4234,23.5601],[121.4215,23.5609],[121.4211,23.5638],[121.4231,23.5671],[121.4251,23.5688],[121.428,23.57],[121.4293,23.5732],[121.4253,23.5769],[121.4235,23.5772],[121.4245,23.5827],[121.4264,23.5844],[121.4253,23.5879],[121.4207,23.5886],[121.4166,23.5884],[121.411,23.5851],[121.4074,23.5855],[121.4062,23.5847],[121.4021,23.5857],[121.4016,23.5874],[121.3919,23.5857],[121.3838,23.5874],[121.38,23.5899],[121.3775,23.588],[121.3746,23.589],[121.3678,23.5937],[121.3666,23.5938],[121.3618,23.5986],[121.3605,23.6029],[121.3581,23.6054]]]},"properties":{"TOWNCODE":"10015090","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"瑞穗鄉"},"id":"10015090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3771,23.2835],[121.3683,23.2824],[121.3632,23.2824],[121.3602,23.2837],[121.3579,23.282],[121.356,23.2821],[121.3541,23.2836],[121.3519,23.2825],[121.3507,23.2807],[121.3478,23.2789],[121.3461,23.282],[121.3427,23.2799],[121.34,23.2822],[121.3413,23.2862],[121.339,23.2894],[121.3384,23.2922],[121.335,23.2922],[121.3358,23.2972],[121.3312,23.2996],[121.3292,23.2966],[121.3249,23.2928],[121.3249,23.2897],[121.3238,23.2863],[121.3211,23.2831],[121.3168,23.2799],[121.3135,23.2764],[121.3099,23.2757],[121.3076,23.2776],[121.2999,23.2777],[121.2948,23.2729],[121.2928,23.2722],[121.2911,23.2691],[121.2846,23.2645],[121.2823,23.2618],[121.2809,23.2613],[121.2772,23.2579],[121.2773,23.2546],[121.2742,23.2505],[121.2734,23.2453],[121.2715,23.2388],[121.2671,23.2302],[121.2672,23.2217],[121.2641,23.2168],[121.2564,23.2061],[121.2524,23.2089],[121.2534,23.2052],[121.2523,23.2023],[121.2483,23.2015],[121.2485,23.1999],[121.251,23.1978],[121.2466,23.1917],[121.2449,23.1878],[121.2401,23.1828],[121.2417,23.1795],[121.2407,23.1768],[121.2389,23.1763],[121.235,23.1728],[121.2343,23.1707],[121.2293,23.1668],[121.2259,23.166],[121.2229,23.1643],[121.2239,23.1624],[121.2262,23.1624],[121.2274,23.1601],[121.2252,23.1578],[121.2224,23.1575],[121.2208,23.1563],[121.2215,23.1539],[121.2233,23.1535],[121.2201,23.1499],[121.2187,23.1503],[121.2143,23.1486],[121.2138,23.1458],[121.2121,23.1442],[121.2146,23.1439],[121.2213,23.1416],[121.2248,23.1399],[121.231,23.1392],[121.2331,23.1368],[121.2346,23.1334],[121.2385,23.1287],[121.2425,23.128],[121.2483,23.1296],[121.2491,23.1315],[121.2578,23.126],[121.2595,23.1211],[121.2645,23.117],[121.2642,23.1154],[121.2673,23.1141],[121.2674,23.1093],[121.2644,23.1039],[121.2694,23.1021],[121.271,23.1009],[121.2723,23.0979],[121.2745,23.0984],[121.2782,23.1007],[121.2809,23.104],[121.283,23.1038],[121.2844,23.1066],[121.2873,23.1067],[121.2914,23.1094],[121.2978,23.1099],[121.3,23.1093],[121.3047,23.1113],[121.3124,23.1109],[121.3158,23.1097],[121.3196,23.1136],[121.3219,23.117],[121.3229,23.1234],[121.3218,23.1276],[121.3222,23.1315],[121.3205,23.1361],[121.3204,23.1381],[121.3221,23.1396],[121.3244,23.1463],[121.3244,23.149],[121.3272,23.1521],[121.3238,23.1551],[121.3223,23.1551],[121.322,23.1577],[121.3174,23.1645],[121.3187,23.1683],[121.3219,23.1694],[121.3222,23.1732],[121.324,23.175],[121.324,23.1787],[121.3284,23.1793],[121.3349,23.1779],[121.3353,23.1813],[121.338,23.1858],[121.3376,23.1886],[121.3398,23.1939],[121.3422,23.1959],[121.3432,23.1985],[121.3438,23.2044],[121.3453,23.2083],[121.3469,23.2092],[121.3457,23.2134],[121.3466,23.2172],[121.3501,23.218],[121.3516,23.2202],[121.3533,23.22],[121.3559,23.2239],[121.3545,23.2253],[121.3545,23.2278],[121.3526,23.2302],[121.3534,23.2333],[121.3569,23.2372],[121.3578,23.2406],[121.3598,23.2424],[121.3616,23.2467],[121.3589,23.2497],[121.3594,23.2527],[121.3619,23.2542],[121.3631,23.2571],[121.3659,23.258],[121.3662,23.2593],[121.3712,23.2633],[121.3716,23.2668],[121.3738,23.269],[121.3779,23.2696],[121.3785,23.2731],[121.3783,23.2775],[121.3769,23.2815],[121.3771,23.2835]]]},"properties":{"TOWNCODE":"10015100","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"富里鄉"},"id":"10015100"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.5411,23.496],[119.5374,23.4981],[119.535,23.4959],[119.5299,23.496],[119.5254,23.4927],[119.5208,23.4923],[119.5209,23.4905],[119.5171,23.4865],[119.5141,23.487],[119.5123,23.4913],[119.5095,23.4907],[119.5098,23.4883],[119.5089,23.4864],[119.511,23.4831],[119.5143,23.4836],[119.515,23.4847],[119.5186,23.4857],[119.52,23.4854],[119.5247,23.4866],[119.5286,23.4866],[119.535,23.4908],[119.5397,23.4931],[119.5437,23.4937],[119.5435,23.495],[119.5411,23.496]]],[[[119.5205,23.515],[119.5201,23.5124],[119.5184,23.5122],[119.5172,23.5147],[119.5143,23.5098],[119.5166,23.5089],[119.5197,23.5088],[119.522,23.51],[119.5218,23.5145],[119.5205,23.515]]],[[[119.5873,23.5718],[119.5857,23.5732],[119.5853,23.5784],[119.5827,23.5798],[119.5826,23.5833],[119.586,23.5864],[119.5857,23.589],[119.5833,23.5907],[119.5841,23.5943],[119.5821,23.5939],[119.5818,23.5901],[119.5801,23.5896],[119.577,23.5861],[119.571,23.5849],[119.5699,23.5853],[119.5674,23.5849],[119.5645,23.5858],[119.562,23.5853],[119.5619,23.5838],[119.5667,23.5776],[119.5673,23.5758],[119.5663,23.5734],[119.5599,23.5704],[119.5601,23.5645],[119.5571,23.5636],[119.5579,23.5613],[119.5621,23.5625],[119.567,23.5627],[119.5703,23.5666],[119.572,23.5657],[119.5743,23.568],[119.5795,23.5634],[119.5768,23.5605],[119.5771,23.5587],[119.5751,23.5554],[119.5714,23.5529],[119.5694,23.5532],[119.5667,23.5555],[119.5627,23.5563],[119.5619,23.5548],[119.5627,23.55],[119.5656,23.549],[119.5665,23.5504],[119.5697,23.551],[119.5686,23.5484],[119.5723,23.5491],[119.573,23.5462],[119.5815,23.5497],[119.5839,23.5484],[119.589,23.5514],[119.5924,23.5525],[119.5931,23.5504],[119.5959,23.5497],[119.5997,23.55],[119.6024,23.5478],[119.6001,23.5454],[119.6004,23.5434],[119.6031,23.5403],[119.6006,23.5402],[119.5994,23.5384],[119.5961,23.5392],[119.5949,23.5369],[119.5972,23.5328],[119.5995,23.5309],[119.5967,23.5287],[119.5959,23.5265],[119.5935,23.5272],[119.5908,23.5307],[119.5894,23.5311],[119.5864,23.5291],[119.5844,23.5319],[119.5828,23.5327],[119.5807,23.5319],[119.5801,23.5257],[119.5803,23.5237],[119.5786,23.522],[119.574,23.52],[119.5731,23.5234],[119.5717,23.5243],[119.5723,23.5273],[119.5705,23.5318],[119.568,23.5311],[119.5661,23.5316],[119.5646,23.5298],[119.5608,23.5308],[119.5598,23.5284],[119.5605,23.5265],[119.5574,23.5267],[119.5547,23.5293],[119.5545,23.5313],[119.557,23.5333],[119.5563,23.5354],[119.5568,23.538],[119.5498,23.5407],[119.5508,23.5438],[119.5509,23.5478],[119.5471,23.5524],[119.5445,23.546],[119.5425,23.5455],[119.5414,23.5431],[119.5413,23.5387],[119.5433,23.5378],[119.5477,23.5395],[119.5495,23.5389],[119.5499,23.536],[119.5482,23.5342],[119.5519,23.5332],[119.5544,23.5299],[119.5535,23.5283],[119.5571,23.5234],[119.5603,23.5239],[119.5635,23.5263],[119.5679,23.5256],[119.5725,23.5221],[119.574,23.5179],[119.5736,23.5164],[119.5707,23.5129],[119.5708,23.5105],[119.572,23.5085],[119.5754,23.5073],[119.5782,23.5093],[119.5859,23.5098],[119.5918,23.5129],[119.5987,23.5118],[119.6025,23.5091],[119.6045,23.5093],[119.6063,23.5078],[119.608,23.509],[119.6079,23.5128],[119.6056,23.5166],[119.6116,23.519],[119.6118,23.5217],[119.6063,23.5224],[119.6045,23.5251],[119.605,23.5277],[119.6071,23.5298],[119.6092,23.53],[119.6096,23.5321],[119.6117,23.5341],[119.6133,23.5373],[119.616,23.5389],[119.6182,23.5389],[119.621,23.5377],[119.6215,23.542],[119.6245,23.5449],[119.6288,23.5475],[119.6313,23.5478],[119.6317,23.5461],[119.6353,23.5471],[119.6347,23.5511],[119.6339,23.5521],[119.627,23.5552],[119.6222,23.5558],[119.6234,23.5596],[119.6205,23.5598],[119.6198,23.5578],[119.6159,23.5576],[119.6127,23.5596],[119.6093,23.5607],[119.6113,23.5671],[119.6111,23.5756],[119.6117,23.58],[119.6074,23.5813],[119.606,23.5832],[119.6062,23.5852],[119.6062,23.5853],[119.6006,23.5847],[119.5992,23.5821],[119.5993,23.577],[119.5978,23.5749],[119.5971,23.572],[119.5973,23.569],[119.5939,23.5707],[119.5943,23.5745],[119.5909,23.5743],[119.5892,23.5718],[119.5873,23.5718]]]]},"properties":{"TOWNCODE":"10016010","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"馬公市"},"id":"10016010"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.5708,23.6177],[119.5698,23.6215],[119.5652,23.6191],[119.5669,23.6178],[119.5708,23.6177]]],[[[119.6344,23.6515],[119.6316,23.6502],[119.6317,23.6456],[119.6361,23.6477],[119.6369,23.6505],[119.6344,23.6515]]],[[[119.6661,23.6616],[119.6658,23.6667],[119.6672,23.6683],[119.6637,23.6697],[119.6636,23.6664],[119.6606,23.6628],[119.6581,23.6628],[119.6593,23.6589],[119.6643,23.6588],[119.6661,23.6616]]],[[[119.5562,23.6766],[119.5543,23.6747],[119.5568,23.674],[119.5562,23.6766]]],[[[119.6126,23.606],[119.6099,23.6105],[119.6137,23.614],[119.6132,23.6203],[119.6087,23.6212],[119.6059,23.621],[119.6046,23.6254],[119.6023,23.6285],[119.6037,23.6308],[119.6062,23.6324],[119.6095,23.6326],[119.6102,23.6336],[119.6072,23.6367],[119.6025,23.6336],[119.5992,23.6363],[119.5974,23.6396],[119.5976,23.6412],[119.6017,23.6425],[119.6007,23.6445],[119.6011,23.6479],[119.6036,23.6495],[119.6085,23.6489],[119.6102,23.6481],[119.612,23.6501],[119.6124,23.6526],[119.61,23.6542],[119.6065,23.6588],[119.6083,23.6629],[119.6067,23.6629],[119.6029,23.6645],[119.6036,23.6689],[119.5996,23.6717],[119.5993,23.6739],[119.5966,23.6744],[119.5949,23.6719],[119.5918,23.6716],[119.5876,23.6728],[119.5855,23.676],[119.5825,23.6775],[119.5787,23.6762],[119.577,23.674],[119.5738,23.6732],[119.57,23.6711],[119.5682,23.6716],[119.565,23.6708],[119.5606,23.6707],[119.5567,23.6687],[119.5552,23.6686],[119.5528,23.6658],[119.5523,23.6635],[119.5508,23.6627],[119.5522,23.6595],[119.554,23.6575],[119.5449,23.6466],[119.545,23.6465],[119.5532,23.6562],[119.5586,23.6556],[119.5623,23.6526],[119.5665,23.6567],[119.5676,23.6601],[119.5723,23.6626],[119.5778,23.6625],[119.5816,23.6609],[119.5807,23.6576],[119.5833,23.6554],[119.5824,23.6526],[119.5861,23.6499],[119.5887,23.6469],[119.5891,23.6443],[119.5938,23.6416],[119.5944,23.6384],[119.5958,23.6355],[119.5957,23.6335],[119.5943,23.6319],[119.5907,23.6296],[119.5913,23.628],[119.5891,23.6252],[119.5894,23.6223],[119.593,23.6246],[119.5955,23.6247],[119.6009,23.6227],[119.6022,23.6242],[119.6046,23.625],[119.6054,23.6201],[119.6027,23.6174],[119.5996,23.6169],[119.5975,23.6156],[119.6013,23.6126],[119.6043,23.6091],[119.6096,23.6104],[119.6123,23.606],[119.6126,23.606]]],[[[119.668,23.6828],[119.6654,23.681],[119.667,23.6764],[119.6693,23.677],[119.6679,23.6794],[119.668,23.6828]]],[[[119.5521,23.7208],[119.5541,23.7182],[119.5556,23.7138],[119.5533,23.7112],[119.5564,23.7096],[119.5586,23.711],[119.557,23.7135],[119.5577,23.7161],[119.557,23.7207],[119.5521,23.7208]]],[[[119.6191,23.7406],[119.6204,23.743],[119.6238,23.7436],[119.6226,23.7478],[119.6204,23.7498],[119.617,23.7515],[119.6152,23.7515],[119.6116,23.7539],[119.6125,23.7558],[119.6117,23.7577],[119.6082,23.7542],[119.6057,23.7526],[119.6074,23.7524],[119.6076,23.7536],[119.6074,23.7524],[119.6052,23.7496],[119.6041,23.7456],[119.6023,23.7438],[119.5973,23.7418],[119.5958,23.7377],[119.5984,23.7363],[119.6006,23.734],[119.602,23.7302],[119.6013,23.7268],[119.603,23.7256],[119.6033,23.7317],[119.6048,23.7327],[119.6064,23.7368],[119.6105,23.7396],[119.6115,23.7416],[119.6138,23.7403],[119.6163,23.7419],[119.6191,23.7406]]],[[[119.6025,23.7673],[119.6074,23.7706],[119.6072,23.7734],[119.606,23.7757],[119.606,23.7746],[119.6059,23.7744],[119.606,23.7746],[119.6059,23.7744],[119.603,23.7709],[119.5999,23.7696],[119.5989,23.7658],[119.5965,23.762],[119.5969,23.7585],[119.5994,23.76],[119.6024,23.7671],[119.6025,23.7673]]],[[[119.6113,23.7791],[119.6112,23.7801],[119.6112,23.78],[119.6112,23.7799],[119.6112,23.78],[119.6112,23.7799],[119.6108,23.7778],[119.6113,23.7791],[119.6112,23.7788],[119.6113,23.7791]]],[[[119.6072,23.7818],[119.6071,23.7819],[119.6071,23.7818],[119.6072,23.7818],[119.6071,23.7818],[119.607,23.7818],[119.6077,23.7797],[119.6077,23.7818],[119.6073,23.7819],[119.6072,23.7818]]],[[[119.6071,23.7819],[119.6069,23.7823],[119.6068,23.7823],[119.6066,23.782],[119.607,23.7818],[119.6071,23.7819]]],[[[119.6077,23.7818],[119.6068,23.7823],[119.6069,23.7823],[119.6073,23.7819],[119.6077,23.7818]]]]},"properties":{"TOWNCODE":"10016030","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"白沙鄉"},"id":"10016030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.5449,23.6466],[119.5401,23.6402],[119.5357,23.6387],[119.5319,23.6389],[119.5277,23.6405],[119.5253,23.6422],[119.5226,23.6423],[119.5198,23.644],[119.5197,23.6479],[119.5211,23.6482],[119.5241,23.651],[119.5246,23.6546],[119.5238,23.6558],[119.52,23.6556],[119.5179,23.6546],[119.5143,23.6556],[119.5135,23.6544],[119.5143,23.6519],[119.5168,23.6526],[119.5183,23.6499],[119.5153,23.6498],[119.512,23.6484],[119.5116,23.6461],[119.5099,23.6436],[119.5097,23.6415],[119.5068,23.6356],[119.5049,23.6362],[119.5034,23.6345],[119.5022,23.631],[119.5025,23.6278],[119.5043,23.6257],[119.5041,23.6238],[119.5011,23.6222],[119.4995,23.6198],[119.5018,23.6169],[119.5038,23.6165],[119.5087,23.6132],[119.5082,23.6107],[119.5057,23.6104],[119.5022,23.6011],[119.5041,23.5997],[119.5042,23.597],[119.5001,23.5955],[119.4975,23.5968],[119.4978,23.6008],[119.493,23.6005],[119.4915,23.5983],[119.4942,23.5971],[119.4903,23.5954],[119.4957,23.5933],[119.5002,23.5921],[119.5035,23.589],[119.5046,23.586],[119.5033,23.5834],[119.5029,23.5784],[119.5012,23.5769],[119.5003,23.5746],[119.4988,23.5747],[119.4929,23.5701],[119.4889,23.57],[119.4884,23.571],[119.4834,23.5754],[119.4817,23.575],[119.4773,23.5685],[119.4696,23.5654],[119.4673,23.5614],[119.4679,23.5605],[119.4719,23.5593],[119.4742,23.5601],[119.4765,23.5598],[119.479,23.5618],[119.4796,23.5641],[119.4831,23.5643],[119.4896,23.5626],[119.4913,23.5634],[119.4922,23.5662],[119.494,23.5675],[119.4979,23.5682],[119.5017,23.5667],[119.5051,23.5665],[119.511,23.5642],[119.5151,23.5641],[119.518,23.567],[119.5147,23.5685],[119.5132,23.5705],[119.5147,23.5748],[119.5125,23.5756],[119.5133,23.5773],[119.512,23.5795],[119.512,23.5819],[119.5158,23.5829],[119.5163,23.5855],[119.5145,23.5876],[119.5125,23.5921],[119.515,23.5947],[119.5193,23.5943],[119.5231,23.6015],[119.5216,23.6079],[119.5203,23.6094],[119.5218,23.6146],[119.5195,23.6187],[119.5211,23.6209],[119.5177,23.6268],[119.5182,23.6287],[119.5217,23.6313],[119.5245,23.6301],[119.5303,23.6302],[119.5319,23.6323],[119.5374,23.6341],[119.5404,23.6344],[119.5406,23.6366],[119.5427,23.6378],[119.5429,23.6399],[119.5407,23.6406],[119.545,23.6465],[119.5449,23.6466]]]},"properties":{"TOWNCODE":"10016040","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"西嶼鄉"},"id":"10016040"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.6215,23.2526],[119.6138,23.2536],[119.6121,23.2522],[119.6088,23.2515],[119.6087,23.2489],[119.612,23.2456],[119.6173,23.2438],[119.6193,23.2454],[119.6216,23.2446],[119.6207,23.2497],[119.6215,23.2526]]],[[[119.6774,23.2642],[119.6753,23.2629],[119.6713,23.2633],[119.6668,23.2615],[119.6655,23.2579],[119.6679,23.2555],[119.6674,23.2531],[119.6653,23.2513],[119.6695,23.2476],[119.6708,23.2458],[119.6732,23.2477],[119.6724,23.2506],[119.6746,23.2538],[119.6782,23.2565],[119.6781,23.2597],[119.6795,23.2629],[119.6774,23.2642]]],[[[119.6609,23.2644],[119.6575,23.2633],[119.6573,23.2606],[119.6601,23.2602],[119.6617,23.2638],[119.6609,23.2644]]],[[[119.5198,23.2646],[119.5184,23.2652],[119.514,23.2622],[119.5142,23.2597],[119.5116,23.2555],[119.5147,23.2557],[119.5176,23.2576],[119.519,23.2602],[119.5213,23.2612],[119.5219,23.2643],[119.5198,23.2646]]],[[[119.5067,23.2726],[119.5034,23.2725],[119.5036,23.2701],[119.505,23.2682],[119.5109,23.2671],[119.511,23.2707],[119.5098,23.2724],[119.5067,23.2726]]],[[[119.5018,23.2763],[119.5018,23.2764],[119.5017,23.2764],[119.5018,23.2763],[119.5018,23.2764],[119.5018,23.2763]]],[[[119.335,23.3202],[119.3352,23.3177],[119.3368,23.3171],[119.3375,23.3215],[119.3356,23.3225],[119.335,23.3202]]],[[[119.3228,23.3246],[119.3227,23.3246],[119.3228,23.3246],[119.3227,23.3246],[119.3227,23.3241],[119.3228,23.3246]]],[[[119.3227,23.3241],[119.3205,23.3263],[119.3187,23.325],[119.3186,23.3249],[119.3187,23.325],[119.3186,23.3249],[119.3193,23.3238],[119.3227,23.3241]]],[[[119.5424,23.367],[119.5418,23.3703],[119.5402,23.3732],[119.5363,23.374],[119.5328,23.3723],[119.5298,23.3716],[119.5281,23.3729],[119.5268,23.371],[119.5276,23.3687],[119.5253,23.3666],[119.5228,23.3659],[119.5195,23.3667],[119.5186,23.364],[119.5263,23.3587],[119.5257,23.3624],[119.528,23.3646],[119.5317,23.3659],[119.5323,23.3669],[119.5377,23.3655],[119.5424,23.367]]],[[[119.5145,23.3841],[119.5127,23.3841],[119.5127,23.381],[119.5154,23.3821],[119.5145,23.3841]]],[[[119.5141,23.3713],[119.5084,23.3714],[119.5103,23.3745],[119.5083,23.3769],[119.509,23.3787],[119.5072,23.3882],[119.508,23.3909],[119.5066,23.3928],[119.5025,23.3918],[119.5016,23.3891],[119.4975,23.3906],[119.4973,23.3941],[119.4955,23.3944],[119.495,23.397],[119.491,23.397],[119.4905,23.3936],[119.493,23.392],[119.4931,23.3893],[119.4956,23.388],[119.4951,23.3846],[119.4922,23.3823],[119.4917,23.3792],[119.4937,23.3782],[119.4935,23.3751],[119.4949,23.3727],[119.4933,23.3707],[119.4946,23.3654],[119.49,23.3614],[119.4892,23.359],[119.4867,23.3567],[119.4878,23.3547],[119.4906,23.3531],[119.4924,23.354],[119.4969,23.3547],[119.4993,23.3542],[119.5024,23.3557],[119.5046,23.3555],[119.5074,23.3539],[119.5138,23.3535],[119.5095,23.3564],[119.5081,23.359],[119.5076,23.3647],[119.5097,23.3663],[119.5163,23.3678],[119.5153,23.3718],[119.5166,23.3736],[119.5146,23.375],[119.5141,23.3713]]],[[[119.3221,23.3992],[119.3247,23.3994],[119.3277,23.4009],[119.3276,23.403],[119.3307,23.4049],[119.3286,23.4072],[119.3249,23.4069],[119.3251,23.4083],[119.3217,23.4109],[119.3188,23.4113],[119.3187,23.4077],[119.3171,23.4042],[119.3145,23.403],[119.3147,23.3999],[119.3198,23.398],[119.3221,23.3992]]]]},"properties":{"TOWNCODE":"10016050","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"望安鄉"},"id":"10016050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.4383,23.2015],[119.443,23.2006],[119.4434,23.2047],[119.4422,23.2071],[119.4432,23.2084],[119.4438,23.2145],[119.4466,23.2171],[119.4476,23.2204],[119.4398,23.2214],[119.4378,23.2208],[119.4327,23.2205],[119.4237,23.219],[119.4197,23.2174],[119.4147,23.2173],[119.413,23.2142],[119.4116,23.2161],[119.4097,23.2153],[119.411,23.2122],[119.4125,23.2115],[119.4207,23.2031],[119.4208,23.1994],[119.4185,23.1957],[119.4217,23.1961],[119.4218,23.192],[119.4238,23.1916],[119.4277,23.1896],[119.4304,23.1867],[119.4318,23.1899],[119.4291,23.1935],[119.4299,23.1968],[119.433,23.1979],[119.4358,23.2018],[119.4382,23.2015],[119.4383,23.2015],[119.4382,23.2015],[119.4383,23.2015]]]},"properties":{"TOWNCODE":"10016060","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"七美鄉"},"id":"10016060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.75,25.1097],[121.7479,25.109],[121.7455,25.1059],[121.7421,25.1069],[121.7392,25.1066],[121.739,25.1114],[121.7376,25.1134],[121.7319,25.1135],[121.7305,25.1131],[121.7299,25.1115],[121.727,25.1096],[121.7258,25.1075],[121.7241,25.1025],[121.7196,25.099],[121.7235,25.0964],[121.7269,25.0957],[121.7292,25.0927],[121.7291,25.0914],[121.7255,25.089],[121.7256,25.0853],[121.7266,25.0829],[121.724,25.0806],[121.7236,25.0768],[121.7251,25.0746],[121.726,25.0701],[121.7281,25.0667],[121.7279,25.0622],[121.7293,25.0607],[121.7282,25.055],[121.7301,25.0534],[121.7317,25.0531],[121.7378,25.0547],[121.7397,25.0531],[121.7459,25.053],[121.7476,25.0537],[121.7511,25.0573],[121.7555,25.0582],[121.7567,25.0593],[121.7593,25.0595],[121.7625,25.057],[121.7641,25.0575],[121.7649,25.0597],[121.77,25.0635],[121.772,25.0635],[121.773,25.0668],[121.7757,25.0701],[121.7715,25.0759],[121.7684,25.0785],[121.7616,25.0784],[121.7598,25.0815],[121.7591,25.0845],[121.7598,25.0901],[121.7584,25.0937],[121.7594,25.0962],[121.7599,25.1006],[121.7568,25.1018],[121.7581,25.1036],[121.7575,25.1065],[121.7558,25.1086],[121.7539,25.1087],[121.7528,25.1069],[121.7507,25.1079],[121.75,25.1097]]]},"properties":{"TOWNCODE":"10017030","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"暖暖區"},"id":"10017030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5438,25.0449],[121.5369,25.0447],[121.5329,25.0455],[121.5327,25.0336],[121.5272,25.0342],[121.5243,25.0354],[121.5225,25.0322],[121.5217,25.028],[121.5259,25.0226],[121.5359,25.0133],[121.5371,25.0113],[121.5378,25.0086],[121.541,25.0081],[121.5465,25.0084],[121.5489,25.0098],[121.5524,25.0089],[121.5553,25.0116],[121.5579,25.012],[121.561,25.0102],[121.5629,25.0081],[121.5659,25.0081],[121.5636,25.0113],[121.5633,25.0134],[121.56,25.0175],[121.5526,25.0244],[121.5564,25.0278],[121.5574,25.0294],[121.5577,25.0452],[121.5534,25.0444],[121.5472,25.0452],[121.5438,25.0449]]]},"properties":{"TOWNCODE":"63000030","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"大安區"},"id":"63000030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5973,25.0144],[121.5951,25.0155],[121.5929,25.0145],[121.5879,25.0134],[121.5798,25.0125],[121.578,25.0139],[121.5721,25.0133],[121.5718,25.0118],[121.569,25.0095],[121.5659,25.0081],[121.5629,25.0081],[121.561,25.0102],[121.5579,25.012],[121.5553,25.0116],[121.5524,25.0089],[121.5489,25.0098],[121.5465,25.0084],[121.541,25.0081],[121.5378,25.0086],[121.5371,25.0113],[121.5318,25.0087],[121.5339,25.0036],[121.5316,25.0012],[121.5305,24.9978],[121.5314,24.9954],[121.5317,24.9905],[121.5337,24.9924],[121.535,24.9951],[121.5371,24.9923],[121.5368,24.9887],[121.5392,24.9877],[121.544,24.9883],[121.5448,24.9868],[121.5442,24.9846],[121.5474,24.9833],[121.5509,24.9854],[121.5538,24.9852],[121.5531,24.9813],[121.5537,24.9773],[121.5552,24.9763],[121.5561,24.9733],[121.5575,24.9723],[121.5585,24.9683],[121.5612,24.9647],[121.5653,24.9641],[121.571,24.9644],[121.5728,24.964],[121.5745,24.9668],[121.5786,24.9666],[121.582,24.9648],[121.5845,24.9646],[121.5857,24.9632],[121.5888,24.9634],[121.5912,24.9646],[121.5934,24.9642],[121.5947,24.9617],[121.5969,24.9606],[121.5985,24.9613],[121.602,24.9611],[121.6058,24.9631],[121.6092,24.964],[121.6138,24.9665],[121.6171,24.9675],[121.6198,24.9674],[121.62,24.9693],[121.616,24.9718],[121.6144,24.9735],[121.6114,24.9746],[121.6051,24.9744],[121.6001,24.977],[121.5993,24.9787],[121.6007,24.9803],[121.5998,24.9863],[121.6019,24.988],[121.602,24.9904],[121.5991,24.9916],[121.5981,24.9945],[121.6005,24.9984],[121.6005,25.0011],[121.5971,25.0046],[121.5959,25.0044],[121.5959,25.0095],[121.5973,25.0144]]]},"properties":{"TOWNCODE":"63000080","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"文山區"},"id":"63000080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.286,22.6317],[120.2852,22.6347],[120.2838,22.6338],[120.2774,22.6243],[120.2771,22.6227],[120.2788,22.6203],[120.2902,22.6149],[120.2903,22.6205],[120.2899,22.6234],[120.286,22.6317]]]},"properties":{"TOWNCODE":"64000010","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鹽埕區"},"id":"64000010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3168,22.6343],[120.314,22.6365],[120.3095,22.6369],[120.3068,22.6364],[120.2995,22.6369],[120.2971,22.6361],[120.2999,22.6286],[120.2976,22.6278],[120.2981,22.6263],[120.3015,22.6274],[120.3009,22.6232],[120.3022,22.6199],[120.3121,22.6233],[120.3109,22.6264],[120.3142,22.6276],[120.3132,22.6306],[120.3179,22.6303],[120.3168,22.6343]]]},"properties":{"TOWNCODE":"64000060","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"新興區"},"id":"64000060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3022,22.6199],[120.3009,22.6232],[120.3015,22.6274],[120.2981,22.6263],[120.2976,22.6278],[120.2999,22.6286],[120.2971,22.6361],[120.2886,22.6333],[120.286,22.6317],[120.2899,22.6234],[120.2903,22.6205],[120.295,22.621],[120.2962,22.618],[120.3022,22.6199]]]},"properties":{"TOWNCODE":"64000070","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"前金區"},"id":"64000070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.327,22.6124],[120.3251,22.6119],[120.3253,22.6149],[120.3226,22.6156],[120.3182,22.6154],[120.3177,22.6183],[120.3052,22.6141],[120.3051,22.6125],[120.2966,22.6095],[120.2959,22.6077],[120.2889,22.611],[120.2813,22.6143],[120.2776,22.6111],[120.2807,22.6083],[120.2915,22.5909],[120.2976,22.5818],[120.3018,22.5773],[120.3054,22.5719],[120.3078,22.5696],[120.3171,22.5591],[120.3182,22.5616],[120.3238,22.5651],[120.324,22.5669],[120.3261,22.5686],[120.3282,22.5689],[120.3317,22.571],[120.333,22.5733],[120.3372,22.5742],[120.3394,22.5817],[120.3393,22.5845],[120.3385,22.5869],[120.3354,22.5906],[120.3341,22.5862],[120.33,22.5867],[120.3278,22.5855],[120.3241,22.585],[120.3233,22.589],[120.3206,22.5913],[120.3223,22.592],[120.3229,22.5964],[120.3298,22.601],[120.3304,22.6003],[120.3383,22.6055],[120.3375,22.6102],[120.3326,22.61],[120.3327,22.6124],[120.327,22.6124]]]},"properties":{"TOWNCODE":"64000090","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"前鎮區"},"id":"64000090"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.9597,24.8449],[121.9598,24.847],[121.9581,24.8495],[121.9562,24.8507],[121.9495,24.8518],[121.9475,24.8513],[121.9433,24.8446],[121.9417,24.8443],[121.9361,24.847],[121.9342,24.8456],[121.9383,24.8424],[121.9402,24.8386],[121.9457,24.8355],[121.948,24.8353],[121.9527,24.8365],[121.9571,24.8368],[121.9615,24.8353],[121.9629,24.8359],[121.9651,24.839],[121.9649,24.8405],[121.9603,24.843],[121.9597,24.8449]]],[[[121.966,24.9831],[121.9628,24.9878],[121.9596,24.9883],[121.958,24.9873],[121.9557,24.9883],[121.9502,24.9883],[121.9481,24.9867],[121.9446,24.9882],[121.9429,24.9863],[121.9385,24.9848],[121.9375,24.983],[121.9344,24.9831],[121.9336,24.9809],[121.9304,24.981],[121.9286,24.9797],[121.924,24.9793],[121.9209,24.9797],[121.9192,24.9787],[121.9162,24.9795],[121.912,24.978],[121.91,24.9748],[121.9068,24.9756],[121.9054,24.9734],[121.9026,24.9742],[121.9001,24.9716],[121.8994,24.9693],[121.8971,24.967],[121.8918,24.9651],[121.8896,24.9648],[121.8885,24.9632],[121.886,24.9642],[121.8824,24.9642],[121.8763,24.9616],[121.8733,24.9616],[121.8715,24.9607],[121.8657,24.9622],[121.8636,24.9621],[121.8612,24.9637],[121.8581,24.9632],[121.8517,24.9599],[121.8469,24.9603],[121.8454,24.9581],[121.8435,24.957],[121.8414,24.9543],[121.8418,24.9514],[121.839,24.9446],[121.8398,24.9422],[121.8424,24.9394],[121.8466,24.9379],[121.8491,24.9303],[121.8539,24.9278],[121.8538,24.9253],[121.8521,24.9237],[121.8455,24.9193],[121.8434,24.9154],[121.8395,24.9127],[121.8379,24.9099],[121.8319,24.9049],[121.828,24.9054],[121.8224,24.9046],[121.8183,24.9027],[121.8117,24.9065],[121.8105,24.9036],[121.8077,24.9032],[121.806,24.902],[121.8022,24.901],[121.7964,24.9012],[121.7934,24.8998],[121.792,24.8999],[121.7923,24.8956],[121.7898,24.8933],[121.7859,24.8926],[121.7858,24.8908],[121.7817,24.8895],[121.7822,24.8792],[121.7848,24.8764],[121.7832,24.8742],[121.7789,24.8713],[121.7752,24.8668],[121.7755,24.8651],[121.771,24.8649],[121.7692,24.8659],[121.7659,24.8623],[121.7644,24.8599],[121.7604,24.8568],[121.7536,24.8561],[121.7508,24.8545],[121.748,24.855],[121.7474,24.8537],[121.7521,24.8515],[121.7544,24.8519],[121.7577,24.8506],[121.7615,24.8513],[121.7625,24.8524],[121.7655,24.8521],[121.7693,24.8557],[121.7728,24.8566],[121.7767,24.8562],[121.775,24.8538],[121.7746,24.8509],[121.7766,24.849],[121.7789,24.8447],[121.7844,24.8419],[121.7897,24.8365],[121.7902,24.8337],[121.7964,24.83],[121.7978,24.8274],[121.8009,24.826],[121.806,24.8264],[121.8082,24.8257],[121.812,24.8273],[121.8131,24.8302],[121.8172,24.8306],[121.8188,24.8314],[121.8204,24.829],[121.8197,24.8269],[121.817,24.8239],[121.8143,24.819],[121.8142,24.8176],[121.8164,24.8133],[121.8158,24.8102],[121.8166,24.8077],[121.8203,24.8072],[121.8224,24.8201],[121.8243,24.829],[121.8274,24.8397],[121.8292,24.8468],[121.8306,24.8505],[121.8427,24.8762],[121.8481,24.8843],[121.8508,24.8864],[121.8514,24.8901],[121.8541,24.8918],[121.8605,24.8945],[121.8639,24.8984],[121.8659,24.902],[121.8718,24.9049],[121.8725,24.9062],[121.8796,24.9134],[121.8821,24.9147],[121.8854,24.9189],[121.8854,24.9232],[121.8869,24.925],[121.8869,24.9292],[121.8879,24.9351],[121.8891,24.937],[121.8931,24.939],[121.8949,24.9407],[121.8973,24.9409],[121.9009,24.9399],[121.9048,24.942],[121.9041,24.9437],[121.9054,24.9466],[121.9113,24.9507],[121.9163,24.9519],[121.9206,24.9558],[121.92,24.9584],[121.9218,24.9608],[121.9224,24.9632],[121.9256,24.9686],[121.9281,24.9694],[121.9315,24.9718],[121.9381,24.9737],[121.9412,24.9733],[121.9443,24.9768],[121.9486,24.9789],[121.9545,24.98],[121.9583,24.9826],[121.9622,24.9818],[121.966,24.9831]]],[[[123.5532,25.7248],[123.5498,25.7259],[123.5453,25.7246],[123.5453,25.7225],[123.5529,25.7203],[123.5557,25.7209],[123.5547,25.7236],[123.5532,25.7248]]],[[[123.5448,25.7292],[123.544,25.7293],[123.5414,25.7338],[123.5385,25.7315],[123.5415,25.7272],[123.5415,25.7257],[123.5447,25.7262],[123.5448,25.7292]]],[[[123.4906,25.7406],[123.4905,25.7405],[123.4906,25.7405],[123.4906,25.7406]]],[[[123.4837,25.7406],[123.4893,25.7403],[123.494,25.7423],[123.4938,25.7442],[123.4896,25.7482],[123.4865,25.7496],[123.4805,25.7501],[123.4776,25.7518],[123.4732,25.7513],[123.4702,25.7504],[123.4651,25.748],[123.4595,25.7438],[123.4579,25.7408],[123.4583,25.7376],[123.4595,25.736],[123.4622,25.7348],[123.4659,25.7358],[123.4734,25.7385],[123.477,25.7412],[123.4837,25.7406]]],[[[124.5564,25.9218],[124.5565,25.9216],[124.5565,25.9217],[124.5564,25.9218],[124.5565,25.9218],[124.5564,25.9218]]],[[[123.6869,25.9253],[123.6835,25.9286],[123.6804,25.9288],[123.6767,25.9251],[123.6762,25.9232],[123.6784,25.9205],[123.6814,25.9193],[123.685,25.9195],[123.6877,25.9208],[123.6886,25.9224],[123.6869,25.9253]]]]},"properties":{"TOWNCODE":"10002040","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"頭城鎮"},"id":"10002040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7958,24.6013],[121.7936,24.5992],[121.7895,24.6012],[121.7866,24.6013],[121.7864,24.6032],[121.7827,24.6062],[121.7753,24.6113],[121.767,24.614],[121.7654,24.6161],[121.7568,24.619],[121.7542,24.6163],[121.7513,24.6168],[121.7504,24.6108],[121.7474,24.6079],[121.7458,24.6098],[121.7478,24.6128],[121.7457,24.6174],[121.7456,24.6195],[121.743,24.619],[121.7378,24.6162],[121.7363,24.6198],[121.7344,24.6214],[121.7279,24.6207],[121.7245,24.6182],[121.7255,24.615],[121.7254,24.6112],[121.7238,24.6084],[121.7274,24.6028],[121.7318,24.5995],[121.7316,24.5982],[121.7329,24.5943],[121.7349,24.5916],[121.7369,24.5916],[121.7401,24.5894],[121.7435,24.5885],[121.7481,24.5846],[121.7523,24.5822],[121.7562,24.5813],[121.7589,24.5817],[121.7608,24.5766],[121.7602,24.5741],[121.7555,24.5736],[121.7545,24.5722],[121.7519,24.5723],[121.7493,24.5695],[121.7477,24.5657],[121.7436,24.5678],[121.7359,24.5661],[121.7307,24.5704],[121.7266,24.5728],[121.7259,24.5757],[121.7235,24.5774],[121.7224,24.5751],[121.719,24.5722],[121.7151,24.5731],[121.715,24.5741],[121.71,24.5764],[121.7047,24.581],[121.7017,24.5793],[121.6988,24.5793],[121.6964,24.5774],[121.6949,24.5774],[121.6888,24.5733],[121.688,24.5703],[121.6853,24.5668],[121.6844,24.564],[121.68,24.5611],[121.6755,24.5616],[121.6731,24.561],[121.6668,24.5618],[121.6665,24.5577],[121.6685,24.557],[121.6674,24.5528],[121.6659,24.552],[121.6653,24.5493],[121.666,24.546],[121.6647,24.5427],[121.6642,24.5382],[121.6634,24.5372],[121.6636,24.534],[121.6627,24.529],[121.6612,24.5248],[121.6594,24.5236],[121.6581,24.5205],[121.6576,24.5138],[121.6568,24.5112],[121.6538,24.5091],[121.6476,24.5033],[121.6395,24.5032],[121.6352,24.5003],[121.6339,24.4987],[121.6309,24.498],[121.6303,24.4953],[121.6286,24.4917],[121.6273,24.4912],[121.6262,24.4881],[121.624,24.4864],[121.6249,24.482],[121.6216,24.478],[121.6212,24.4744],[121.6197,24.4729],[121.6207,24.4715],[121.6215,24.4677],[121.6188,24.4669],[121.6176,24.4653],[121.6177,24.4627],[121.6148,24.4618],[121.6131,24.4634],[121.6095,24.4643],[121.6064,24.4639],[121.6016,24.4643],[121.5969,24.4653],[121.5923,24.4669],[121.5885,24.4706],[121.5867,24.47],[121.5853,24.4676],[121.5851,24.4646],[121.5873,24.4618],[121.5863,24.4577],[121.5834,24.4565],[121.5816,24.4535],[121.5771,24.4549],[121.5738,24.4595],[121.569,24.4586],[121.5644,24.4593],[121.5582,24.4593],[121.5551,24.4616],[121.5482,24.4623],[121.5452,24.4635],[121.535,24.4609],[121.5306,24.4612],[121.522,24.459],[121.5198,24.4574],[121.515,24.4581],[121.5126,24.4573],[121.5075,24.4574],[121.5051,24.4587],[121.501,24.4578],[121.4963,24.4584],[121.4928,24.4561],[121.4894,24.4552],[121.4842,24.4531],[121.4818,24.4506],[121.4777,24.4438],[121.4749,24.4422],[121.4707,24.441],[121.4685,24.4366],[121.4628,24.4325],[121.4588,24.4291],[121.4589,24.4234],[121.4581,24.4202],[121.4581,24.4143],[121.4536,24.4121],[121.4503,24.4099],[121.4472,24.4088],[121.4461,24.4066],[121.4434,24.4042],[121.4418,24.4008],[121.4436,24.398],[121.4429,24.3958],[121.4388,24.3922],[121.4384,24.3853],[121.4369,24.3829],[121.4384,24.3819],[121.4408,24.3778],[121.4429,24.3732],[121.448,24.3748],[121.4487,24.3715],[121.452,24.3647],[121.4543,24.3636],[121.461,24.358],[121.4637,24.3569],[121.4654,24.3553],[121.473,24.3527],[121.4758,24.3513],[121.4783,24.352],[121.4814,24.3489],[121.4854,24.3485],[121.4876,24.3459],[121.4904,24.3444],[121.4922,24.3421],[121.4981,24.3392],[121.4998,24.3395],[121.5037,24.3427],[121.5073,24.3433],[121.5099,24.3411],[121.5136,24.3408],[121.5153,24.3418],[121.518,24.341],[121.5204,24.3426],[121.5253,24.3424],[121.5281,24.3389],[121.5309,24.3386],[121.533,24.3371],[121.5366,24.3371],[121.5405,24.3359],[121.5442,24.3378],[121.5465,24.3373],[121.5507,24.3342],[121.5561,24.3312],[121.5583,24.3249],[121.5601,24.3226],[121.5635,24.3221],[121.5666,24.3191],[121.5696,24.3179],[121.5758,24.3197],[121.5785,24.3181],[121.5819,24.3179],[121.5844,24.3166],[121.5873,24.3162],[121.5894,24.3138],[121.5936,24.3164],[121.5972,24.3163],[121.6012,24.3147],[121.6051,24.3107],[121.607,24.313],[121.6051,24.3154],[121.6045,24.3184],[121.6012,24.3204],[121.6014,24.3231],[121.5966,24.3281],[121.5957,24.3316],[121.5968,24.3334],[121.5994,24.3334],[121.6005,24.3311],[121.6039,24.329],[121.6066,24.3303],[121.6065,24.3327],[121.6075,24.3351],[121.6126,24.3358],[121.6152,24.3333],[121.6186,24.3346],[121.6183,24.3363],[121.6161,24.3374],[121.6165,24.3406],[121.6186,24.3453],[121.6205,24.3451],[121.6229,24.3394],[121.6275,24.3411],[121.6281,24.3386],[121.6266,24.3363],[121.6289,24.3335],[121.6319,24.3342],[121.6332,24.3357],[121.633,24.3396],[121.6313,24.3433],[121.6318,24.3445],[121.6358,24.3453],[121.6351,24.3484],[121.6332,24.3492],[121.63,24.3484],[121.6268,24.3495],[121.6271,24.3536],[121.6212,24.358],[121.6214,24.3598],[121.6236,24.3619],[121.6204,24.3628],[121.6217,24.3666],[121.6267,24.3694],[121.6309,24.3706],[121.6309,24.3661],[121.6343,24.3666],[121.6348,24.364],[121.6384,24.3622],[121.6403,24.3596],[121.6401,24.3577],[121.6421,24.3563],[121.6436,24.3538],[121.6462,24.3522],[121.6487,24.3495],[121.6507,24.3509],[121.6501,24.3546],[121.6483,24.3563],[121.648,24.3582],[121.6511,24.3596],[121.6536,24.3563],[121.6533,24.3529],[121.6566,24.3533],[121.6596,24.3511],[121.6613,24.3529],[121.6634,24.3524],[121.6638,24.3494],[121.6675,24.3462],[121.6678,24.3446],[121.6701,24.3428],[121.6733,24.3438],[121.6741,24.3423],[121.6735,24.3398],[121.6743,24.3383],[121.6768,24.3375],[121.684,24.3408],[121.6867,24.3394],[121.6873,24.3346],[121.6897,24.3336],[121.6936,24.3349],[121.6973,24.3343],[121.7047,24.3298],[121.7133,24.3269],[121.723,24.3255],[121.7279,24.326],[121.735,24.3231],[121.74,24.3236],[121.7447,24.3229],[121.7481,24.3211],[121.7556,24.3161],[121.7598,24.314],[121.7699,24.3131],[121.7727,24.3136],[121.7741,24.3153],[121.774,24.3196],[121.7729,24.3249],[121.7714,24.3289],[121.7709,24.3326],[121.7716,24.3376],[121.7736,24.3437],[121.778,24.3523],[121.7786,24.356],[121.7823,24.3616],[121.7837,24.3665],[121.787,24.3725],[121.7885,24.3881],[121.7885,24.3933],[121.789,24.3975],[121.7903,24.4028],[121.7911,24.4082],[121.7939,24.4163],[121.7987,24.428],[121.8005,24.4314],[121.7953,24.4329],[121.7937,24.4354],[121.7915,24.4369],[121.7906,24.4398],[121.7879,24.4412],[121.7814,24.4526],[121.7792,24.455],[121.7812,24.4579],[121.7844,24.4593],[121.7872,24.4589],[121.7907,24.4618],[121.7976,24.4636],[121.8037,24.4656],[121.8072,24.4681],[121.8076,24.4696],[121.8143,24.4719],[121.8167,24.4765],[121.8201,24.48],[121.8203,24.4835],[121.8192,24.4916],[121.8229,24.4926],[121.8259,24.4968],[121.8254,24.4997],[121.8282,24.506],[121.8295,24.5079],[121.829,24.5145],[121.8296,24.516],[121.8355,24.5227],[121.8379,24.5278],[121.8408,24.5304],[121.8465,24.5313],[121.848,24.5335],[121.849,24.5371],[121.8451,24.5396],[121.8438,24.5426],[121.8395,24.5433],[121.8373,24.5476],[121.8347,24.5511],[121.8315,24.5526],[121.8263,24.5524],[121.8235,24.5512],[121.8186,24.5534],[121.8146,24.5591],[121.8141,24.5684],[121.8147,24.5721],[121.8128,24.5746],[121.813,24.5764],[121.8148,24.5783],[121.8147,24.5807],[121.8127,24.5826],[121.811,24.5871],[121.8074,24.5895],[121.8068,24.5929],[121.8038,24.5937],[121.8,24.5957],[121.7984,24.5995],[121.7958,24.6013]]]},"properties":{"TOWNCODE":"10002120","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"南澳鄉"},"id":"10002120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9926,24.8648],[120.9898,24.8619],[120.9859,24.8636],[120.9828,24.8629],[120.9795,24.8656],[120.9791,24.8679],[120.9764,24.8698],[120.9741,24.8735],[120.9695,24.8748],[120.9641,24.8796],[120.9566,24.8805],[120.9539,24.8815],[120.951,24.8814],[120.9467,24.8802],[120.9465,24.8787],[120.9438,24.8747],[120.943,24.8722],[120.9398,24.8678],[120.933,24.8613],[120.9274,24.859],[120.9269,24.8554],[120.9252,24.8548],[120.9313,24.8526],[120.9336,24.8528],[120.9403,24.8501],[120.9426,24.8474],[120.9439,24.8447],[120.9448,24.841],[120.9473,24.8399],[120.9548,24.8346],[120.9569,24.8336],[120.9628,24.8325],[120.9672,24.8327],[120.9737,24.8302],[120.9783,24.8297],[120.9812,24.8312],[120.9854,24.8294],[120.9871,24.8262],[120.991,24.824],[121.0004,24.8221],[121.0026,24.8199],[121.0046,24.8192],[121.0082,24.8163],[121.0152,24.8085],[121.0177,24.8077],[121.0212,24.802],[121.0304,24.8004],[121.0333,24.8003],[121.0389,24.7983],[121.0422,24.796],[121.0479,24.7942],[121.0533,24.7905],[121.0579,24.7894],[121.0615,24.7865],[121.0633,24.786],[121.0653,24.7839],[121.0666,24.7857],[121.0636,24.7896],[121.0608,24.7909],[121.0605,24.794],[121.0583,24.796],[121.0586,24.7982],[121.0605,24.8],[121.0621,24.8029],[121.0598,24.8069],[121.0566,24.8083],[121.0534,24.8118],[121.0522,24.8144],[121.0587,24.8148],[121.0556,24.8161],[121.0542,24.8194],[121.05,24.82],[121.041,24.822],[121.0364,24.8276],[121.033,24.8276],[121.0274,24.8317],[121.0267,24.8337],[121.0276,24.8411],[121.0242,24.8422],[121.0229,24.8467],[121.0212,24.8496],[121.018,24.8504],[121.0156,24.8499],[121.0136,24.8507],[121.0115,24.8542],[121.0076,24.8551],[121.0029,24.857],[120.9941,24.8617],[120.9926,24.8648]]]},"properties":{"TOWNCODE":"10004010","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"竹北市"},"id":"10004010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0462,24.9424],[121.0421,24.9441],[121.0405,24.9433],[121.0382,24.9464],[121.0306,24.9439],[121.0294,24.9452],[121.0264,24.9422],[121.0259,24.9405],[121.0223,24.9414],[121.0193,24.9404],[121.0126,24.9432],[121.012,24.9448],[121.0096,24.9442],[121.0072,24.9462],[121.0044,24.9434],[121.0025,24.9399],[120.9982,24.9408],[120.9939,24.939],[120.9918,24.935],[120.9898,24.9361],[120.9875,24.939],[120.982,24.94],[120.9697,24.9285],[120.9663,24.9218],[120.9645,24.9158],[120.9589,24.9029],[120.9579,24.9013],[120.9526,24.8954],[120.9517,24.8907],[120.9473,24.8838],[120.9467,24.8802],[120.951,24.8814],[120.9539,24.8815],[120.9566,24.8805],[120.9641,24.8796],[120.9695,24.8748],[120.9741,24.8735],[120.9764,24.8698],[120.9791,24.8679],[120.9795,24.8656],[120.9828,24.8629],[120.9859,24.8636],[120.9898,24.8619],[120.9926,24.8648],[120.9988,24.871],[120.9991,24.8721],[121.0036,24.876],[121.0067,24.8797],[121.0082,24.8804],[121.0149,24.8857],[121.0155,24.8868],[121.0191,24.8887],[121.0205,24.8949],[121.0203,24.8973],[121.0215,24.901],[121.023,24.9029],[121.0255,24.9117],[121.0267,24.9128],[121.0284,24.9177],[121.0314,24.9187],[121.0358,24.9267],[121.0379,24.9287],[121.043,24.9361],[121.0445,24.9412],[121.0462,24.9424]]]},"properties":{"TOWNCODE":"10004060","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"新豐鄉"},"id":"10004060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7484,24.4047],[120.7461,24.4052],[120.7435,24.4075],[120.741,24.4079],[120.7381,24.4072],[120.7326,24.4094],[120.7284,24.4096],[120.727,24.4127],[120.723,24.4167],[120.7211,24.4211],[120.7183,24.422],[120.7163,24.4216],[120.7166,24.4251],[120.7149,24.4287],[120.7126,24.4299],[120.7128,24.4317],[120.7115,24.434],[120.707,24.4365],[120.7024,24.4365],[120.6993,24.4378],[120.6979,24.4396],[120.6938,24.4397],[120.6931,24.4412],[120.6902,24.4428],[120.6874,24.4435],[120.6844,24.4457],[120.684,24.4483],[120.6801,24.4517],[120.671,24.4555],[120.6675,24.4558],[120.6652,24.4534],[120.6603,24.45],[120.6587,24.4508],[120.6607,24.4532],[120.6573,24.4556],[120.6593,24.4588],[120.6584,24.4604],[120.6553,24.4618],[120.6528,24.4621],[120.6492,24.4635],[120.6454,24.4643],[120.6438,24.4626],[120.6403,24.4607],[120.6396,24.4567],[120.6378,24.4542],[120.6352,24.4525],[120.6314,24.4477],[120.628,24.4458],[120.6254,24.443],[120.6219,24.4403],[120.6261,24.4392],[120.6288,24.4378],[120.6319,24.4326],[120.6397,24.4278],[120.6402,24.4242],[120.6432,24.4218],[120.6428,24.4181],[120.6433,24.4153],[120.6452,24.4146],[120.6461,24.4122],[120.6483,24.4112],[120.6487,24.4095],[120.6518,24.4083],[120.6582,24.4066],[120.6657,24.4003],[120.6673,24.3966],[120.671,24.3911],[120.6724,24.3913],[120.6759,24.3884],[120.6786,24.3871],[120.6774,24.384],[120.6862,24.3785],[120.6886,24.3749],[120.6898,24.3745],[120.6923,24.3675],[120.6983,24.3648],[120.7002,24.3631],[120.7038,24.3617],[120.7075,24.3617],[120.7073,24.3579],[120.7183,24.3558],[120.7243,24.3541],[120.7271,24.3629],[120.7297,24.3646],[120.7288,24.3704],[120.7299,24.3734],[120.7287,24.3752],[120.7291,24.3772],[120.7327,24.3795],[120.7331,24.3829],[120.7375,24.3877],[120.741,24.3932],[120.7427,24.3943],[120.7453,24.3985],[120.7475,24.4005],[120.7484,24.4047]]]},"properties":{"TOWNCODE":"10005020","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"苑裡鎮"},"id":"10005020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6657,24.4875],[120.6651,24.4838],[120.6618,24.4838],[120.6585,24.4773],[120.6527,24.4707],[120.6485,24.4675],[120.6454,24.4643],[120.6492,24.4635],[120.6528,24.4621],[120.6553,24.4618],[120.6584,24.4604],[120.6593,24.4588],[120.6573,24.4556],[120.6607,24.4532],[120.6587,24.4508],[120.6603,24.45],[120.6652,24.4534],[120.6675,24.4558],[120.671,24.4555],[120.6801,24.4517],[120.684,24.4483],[120.6844,24.4457],[120.6874,24.4435],[120.6902,24.4428],[120.6931,24.4412],[120.6938,24.4397],[120.6979,24.4396],[120.6993,24.4378],[120.7024,24.4365],[120.707,24.4365],[120.7115,24.434],[120.7128,24.4317],[120.7126,24.4299],[120.7149,24.4287],[120.7166,24.4251],[120.7163,24.4216],[120.7183,24.422],[120.7211,24.4211],[120.723,24.4167],[120.727,24.4127],[120.7284,24.4096],[120.7326,24.4094],[120.7381,24.4072],[120.741,24.4079],[120.7435,24.4075],[120.7461,24.4052],[120.7484,24.4047],[120.7508,24.4074],[120.7514,24.4097],[120.7494,24.4116],[120.7496,24.4134],[120.7482,24.4147],[120.748,24.4192],[120.7518,24.4223],[120.752,24.4259],[120.7513,24.4284],[120.753,24.438],[120.7547,24.4407],[120.7553,24.4448],[120.7545,24.4478],[120.7559,24.4494],[120.7543,24.4524],[120.7542,24.4593],[120.7516,24.4637],[120.7512,24.4661],[120.7546,24.4721],[120.756,24.4725],[120.7598,24.4789],[120.7615,24.4795],[120.7627,24.4822],[120.7618,24.4833],[120.7633,24.4872],[120.7624,24.4891],[120.7592,24.4916],[120.757,24.4916],[120.7552,24.4954],[120.7564,24.4978],[120.7581,24.4987],[120.7582,24.5014],[120.7608,24.5033],[120.7612,24.5064],[120.7581,24.5046],[120.7557,24.5059],[120.7502,24.5075],[120.7494,24.5128],[120.7501,24.5142],[120.7493,24.5176],[120.7465,24.5173],[120.744,24.5205],[120.7454,24.5238],[120.7427,24.5248],[120.7415,24.5291],[120.7401,24.5297],[120.7386,24.533],[120.7397,24.5361],[120.7379,24.5383],[120.7344,24.5382],[120.735,24.5429],[120.7343,24.5463],[120.7321,24.5467],[120.7319,24.549],[120.7297,24.5518],[120.7262,24.5524],[120.7245,24.5538],[120.7272,24.558],[120.727,24.56],[120.722,24.5653],[120.7198,24.5667],[120.7192,24.5714],[120.7184,24.5729],[120.7131,24.5716],[120.7117,24.5735],[120.7072,24.5735],[120.7045,24.5729],[120.702,24.569],[120.7012,24.5615],[120.6982,24.5585],[120.6969,24.5558],[120.6958,24.5512],[120.6934,24.5489],[120.691,24.539],[120.6883,24.5356],[120.6881,24.5305],[120.6847,24.5214],[120.6776,24.5145],[120.6743,24.5096],[120.6713,24.5021],[120.6684,24.4998],[120.6676,24.4965],[120.6678,24.4934],[120.6653,24.4898],[120.6657,24.4875]]]},"properties":{"TOWNCODE":"10005030","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"通霄鎮"},"id":"10005030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9343,24.7131],[120.9287,24.7153],[120.925,24.7154],[120.9231,24.7146],[120.9196,24.717],[120.9178,24.7162],[120.9136,24.7174],[120.9161,24.7206],[120.9162,24.7218],[120.9138,24.7241],[120.9138,24.7276],[120.9125,24.7315],[120.9084,24.7367],[120.9086,24.7405],[120.9061,24.7408],[120.9014,24.7363],[120.8971,24.7333],[120.8908,24.7318],[120.8873,24.7339],[120.8847,24.7328],[120.8832,24.7344],[120.881,24.7333],[120.8745,24.7383],[120.8704,24.7333],[120.864,24.7262],[120.8613,24.7217],[120.8577,24.7103],[120.8577,24.7067],[120.8562,24.7025],[120.8516,24.6994],[120.8461,24.6945],[120.8404,24.6879],[120.8326,24.6824],[120.8299,24.6799],[120.8276,24.6768],[120.8244,24.6736],[120.8321,24.6715],[120.8374,24.6674],[120.8402,24.6657],[120.8421,24.6641],[120.8464,24.6623],[120.8521,24.6625],[120.8579,24.6651],[120.8653,24.6662],[120.8675,24.665],[120.8672,24.6611],[120.8679,24.6558],[120.8699,24.6522],[120.8713,24.6519],[120.8753,24.6529],[120.8747,24.6491],[120.8769,24.6479],[120.8762,24.6489],[120.8764,24.6537],[120.8785,24.662],[120.8797,24.6651],[120.8803,24.669],[120.8798,24.6722],[120.8817,24.6768],[120.8803,24.6797],[120.8826,24.6836],[120.885,24.6852],[120.8879,24.686],[120.8875,24.6879],[120.8907,24.6889],[120.8922,24.6909],[120.887,24.6933],[120.8841,24.693],[120.885,24.6952],[120.8882,24.698],[120.8868,24.6997],[120.8844,24.6998],[120.8866,24.7027],[120.8912,24.7031],[120.8933,24.704],[120.9006,24.704],[120.9053,24.7026],[120.9106,24.7032],[120.9156,24.7049],[120.9215,24.7036],[120.9245,24.7049],[120.9321,24.7118],[120.9343,24.7131]]]},"properties":{"TOWNCODE":"10005040","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"竹南鎮"},"id":"10005040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8402,24.6657],[120.8374,24.6674],[120.8321,24.6715],[120.8244,24.6736],[120.8208,24.6728],[120.8094,24.6712],[120.8028,24.6691],[120.7886,24.667],[120.7822,24.6645],[120.7764,24.6609],[120.7713,24.6555],[120.7692,24.6538],[120.7678,24.6504],[120.7636,24.6491],[120.7608,24.6431],[120.7577,24.6415],[120.7571,24.6401],[120.7564,24.6325],[120.754,24.6312],[120.7524,24.6274],[120.7489,24.626],[120.7458,24.6217],[120.7382,24.6209],[120.735,24.6174],[120.7327,24.6133],[120.73,24.6108],[120.7238,24.6082],[120.7203,24.6042],[120.7158,24.601],[120.7135,24.5949],[120.7098,24.591],[120.7081,24.5825],[120.7039,24.5752],[120.7045,24.5729],[120.7072,24.5735],[120.7117,24.5735],[120.7131,24.5716],[120.7184,24.5729],[120.7192,24.5714],[120.7198,24.5667],[120.722,24.5653],[120.727,24.56],[120.7289,24.562],[120.7292,24.5639],[120.7323,24.5682],[120.7344,24.5684],[120.7388,24.571],[120.7394,24.5728],[120.7423,24.5758],[120.7445,24.5772],[120.7447,24.579],[120.7479,24.5789],[120.7528,24.5812],[120.755,24.5798],[120.7583,24.5797],[120.7603,24.5809],[120.764,24.5797],[120.7691,24.5814],[120.7712,24.5779],[120.7711,24.5757],[120.7739,24.5741],[120.7758,24.5705],[120.7784,24.5693],[120.7802,24.5732],[120.7799,24.578],[120.7809,24.5797],[120.7804,24.5819],[120.7846,24.5878],[120.7871,24.5875],[120.7922,24.5891],[120.7951,24.588],[120.7966,24.589],[120.7993,24.5882],[120.801,24.5917],[120.8034,24.5938],[120.8071,24.599],[120.817,24.5976],[120.8239,24.5974],[120.832,24.5913],[120.8372,24.5904],[120.8437,24.5865],[120.8447,24.5876],[120.8447,24.5909],[120.8432,24.5932],[120.8403,24.5958],[120.8352,24.5989],[120.8338,24.6009],[120.8401,24.6013],[120.8398,24.6033],[120.8365,24.6045],[120.8348,24.6037],[120.8321,24.6071],[120.8351,24.6125],[120.8343,24.6148],[120.8323,24.6156],[120.8293,24.6232],[120.829,24.6255],[120.8262,24.6251],[120.8232,24.6237],[120.8206,24.6246],[120.8204,24.6276],[120.819,24.6305],[120.817,24.6293],[120.8161,24.6254],[120.8134,24.6268],[120.8147,24.6294],[120.8197,24.6369],[120.819,24.6396],[120.8226,24.6411],[120.8257,24.6439],[120.8277,24.6477],[120.8286,24.6478],[120.8312,24.6517],[120.8318,24.6542],[120.8347,24.6561],[120.8389,24.6623],[120.8402,24.6657]]]},"properties":{"TOWNCODE":"10005060","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"後龍鎮"},"id":"10005060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4774,24.1025],[120.4738,24.103],[120.4721,24.105],[120.4673,24.1075],[120.4631,24.1159],[120.4567,24.12],[120.4565,24.1221],[120.4526,24.1264],[120.4439,24.1266],[120.442,24.1254],[120.4354,24.1241],[120.4329,24.1249],[120.4296,24.124],[120.3984,24.1237],[120.3973,24.1211],[120.3968,24.1175],[120.3825,24.0984],[120.3822,24.097],[120.3863,24.097],[120.3858,24.0929],[120.3849,24.0919],[120.3842,24.0877],[120.3754,24.083],[120.3708,24.0817],[120.3634,24.0809],[120.3612,24.0763],[120.3592,24.0743],[120.3548,24.0725],[120.3502,24.0714],[120.3453,24.0668],[120.3421,24.0601],[120.3397,24.0597],[120.3417,24.0566],[120.3424,24.0538],[120.357,24.0558],[120.3665,24.0567],[120.3792,24.0575],[120.3967,24.0578],[120.4053,24.0576],[120.4108,24.0599],[120.4163,24.057],[120.4188,24.0567],[120.4189,24.0548],[120.4216,24.0533],[120.4244,24.0555],[120.4289,24.0555],[120.4315,24.0508],[120.4337,24.0481],[120.4371,24.0466],[120.4423,24.0423],[120.4433,24.0446],[120.4401,24.0459],[120.4414,24.0487],[120.4396,24.0492],[120.4385,24.0537],[120.4406,24.053],[120.4432,24.0536],[120.4479,24.0537],[120.4526,24.0523],[120.464,24.0521],[120.4672,24.0518],[120.4683,24.05],[120.4719,24.0482],[120.4776,24.0471],[120.4797,24.0478],[120.4803,24.0533],[120.4797,24.054],[120.4785,24.057],[120.4817,24.0573],[120.4817,24.0685],[120.4795,24.0709],[120.4822,24.0722],[120.4895,24.0747],[120.4909,24.0743],[120.4928,24.0772],[120.4901,24.079],[120.4884,24.082],[120.4893,24.0839],[120.4896,24.0876],[120.4913,24.0889],[120.4886,24.0908],[120.4885,24.0944],[120.4867,24.0954],[120.4858,24.0979],[120.4844,24.099],[120.4804,24.0988],[120.4774,24.1025]]]},"properties":{"TOWNCODE":"10007020","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"鹿港鎮"},"id":"10007020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4797,24.054],[120.4803,24.0533],[120.4797,24.0478],[120.4776,24.0471],[120.4719,24.0482],[120.4683,24.05],[120.4672,24.0518],[120.464,24.0521],[120.4526,24.0523],[120.4479,24.0537],[120.4432,24.0536],[120.4406,24.053],[120.4385,24.0537],[120.4396,24.0492],[120.4414,24.0487],[120.4401,24.0459],[120.4433,24.0446],[120.4423,24.0423],[120.4371,24.0466],[120.4337,24.0481],[120.4315,24.0508],[120.4289,24.0555],[120.4244,24.0555],[120.4216,24.0533],[120.4189,24.0548],[120.4188,24.0567],[120.4163,24.057],[120.4108,24.0599],[120.4053,24.0576],[120.3967,24.0578],[120.3792,24.0575],[120.3665,24.0567],[120.357,24.0558],[120.3424,24.0538],[120.3418,24.0479],[120.3582,24.0423],[120.3741,24.0377],[120.3759,24.0331],[120.3787,24.0281],[120.3816,24.0265],[120.3819,24.0254],[120.3856,24.0199],[120.3855,24.0173],[120.3876,24.016],[120.3883,24.0108],[120.3906,24.0103],[120.3897,24.0077],[120.3941,24.0056],[120.3955,24.0043],[120.3992,24.0028],[120.4017,24.0033],[120.4052,24.0021],[120.4063,23.9996],[120.4088,23.9987],[120.4126,23.9964],[120.4118,23.9979],[120.4186,23.9967],[120.4249,23.9937],[120.4264,24.005],[120.429,24.0048],[120.4299,24.0088],[120.4269,24.0112],[120.4278,24.0137],[120.4351,24.0193],[120.4354,24.0229],[120.4419,24.0241],[120.4437,24.0254],[120.4449,24.0234],[120.4473,24.0236],[120.4491,24.0212],[120.4521,24.021],[120.4519,24.0191],[120.4561,24.0165],[120.4591,24.0165],[120.4593,24.0147],[120.4615,24.0129],[120.4662,24.0126],[120.4725,24.0131],[120.4731,24.0124],[120.4776,24.0119],[120.4801,24.0123],[120.4826,24.0109],[120.4865,24.011],[120.4919,24.0094],[120.4946,24.0059],[120.4953,24.0073],[120.4939,24.0097],[120.4974,24.0109],[120.4942,24.0122],[120.4947,24.0164],[120.4895,24.0207],[120.4827,24.0245],[120.4805,24.0266],[120.4839,24.0279],[120.4901,24.0281],[120.4912,24.0291],[120.4873,24.0339],[120.4854,24.0352],[120.4829,24.0402],[120.4839,24.041],[120.4839,24.0439],[120.4892,24.0443],[120.489,24.047],[120.4837,24.0467],[120.4821,24.0493],[120.4816,24.0541],[120.4797,24.054]]]},"properties":{"TOWNCODE":"10007060","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"福興鄉"},"id":"10007060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2427,23.7444],[120.2407,23.7469],[120.2394,23.751],[120.2338,23.7563],[120.2293,23.7573],[120.2265,23.7587],[120.2239,23.762],[120.2201,23.7629],[120.2162,23.7631],[120.2124,23.7621],[120.2085,23.762],[120.2053,23.7606],[120.2012,23.7567],[120.1776,23.7565],[120.1678,23.757],[120.1668,23.7556],[120.1658,23.7419],[120.1558,23.7194],[120.1562,23.7155],[120.1527,23.7131],[120.149,23.7082],[120.1469,23.7067],[120.1464,23.7031],[120.1472,23.7019],[120.1455,23.6989],[120.1464,23.6963],[120.1454,23.6919],[120.141,23.6875],[120.1482,23.693],[120.155,23.6971],[120.1611,23.6997],[120.17,23.7017],[120.1766,23.7016],[120.1809,23.7023],[120.1831,23.7017],[120.1865,23.6993],[120.1852,23.6966],[120.1821,23.6927],[120.1799,23.6887],[120.1794,23.6859],[120.1779,23.6846],[120.1784,23.6824],[120.1833,23.677],[120.188,23.6731],[120.1914,23.6692],[120.1936,23.6688],[120.2044,23.661],[120.2113,23.6599],[120.2146,23.6584],[120.2184,23.658],[120.2199,23.6646],[120.2224,23.6714],[120.2204,23.6739],[120.2217,23.6793],[120.2284,23.679],[120.2294,23.685],[120.2306,23.6877],[120.2318,23.6927],[120.2334,23.6962],[120.2302,23.6977],[120.2297,23.6992],[120.2248,23.7023],[120.2274,23.7036],[120.229,23.7101],[120.2314,23.7106],[120.2333,23.7174],[120.2374,23.717],[120.2379,23.7194],[120.2401,23.7191],[120.2409,23.723],[120.2429,23.7251],[120.2414,23.7308],[120.2414,23.7335],[120.2375,23.739],[120.2396,23.742],[120.2427,23.7444]]]},"properties":{"TOWNCODE":"10009160","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"臺西鄉"},"id":"10009160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.141,23.6875],[120.1392,23.6842],[120.1352,23.6671],[120.1323,23.6609],[120.1303,23.6577],[120.1276,23.6522],[120.1255,23.6457],[120.124,23.6432],[120.1181,23.6394],[120.115,23.6362],[120.1144,23.6344],[120.1151,23.6314],[120.1183,23.6266],[120.1235,23.6218],[120.1285,23.6219],[120.1312,23.6244],[120.1325,23.6272],[120.1344,23.6342],[120.1371,23.6362],[120.1383,23.6318],[120.1372,23.6246],[120.1372,23.6206],[120.1428,23.6207],[120.1455,23.62],[120.1474,23.6231],[120.1554,23.6279],[120.1555,23.6322],[120.1574,23.633],[120.1596,23.6363],[120.1672,23.6352],[120.1651,23.6286],[120.1727,23.6263],[120.1769,23.6274],[120.1794,23.6274],[120.1776,23.622],[120.1804,23.6224],[120.1853,23.6219],[120.1963,23.6191],[120.2018,23.6166],[120.1995,23.6106],[120.203,23.6086],[120.2031,23.6048],[120.2008,23.6037],[120.1991,23.5946],[120.2033,23.5913],[120.2097,23.5903],[120.2095,23.5872],[120.2146,23.5869],[120.2151,23.59],[120.2184,23.6001],[120.2253,23.6026],[120.2268,23.6037],[120.2289,23.6085],[120.2329,23.6085],[120.2366,23.6109],[120.2439,23.617],[120.2474,23.6181],[120.2507,23.6223],[120.2518,23.625],[120.2516,23.6287],[120.2531,23.6304],[120.2533,23.633],[120.2589,23.6336],[120.2654,23.6313],[120.2674,23.6302],[120.2728,23.6299],[120.273,23.6344],[120.2818,23.6339],[120.2821,23.6376],[120.2796,23.6382],[120.2803,23.6405],[120.2806,23.648],[120.2775,23.6477],[120.2784,23.653],[120.2757,23.6528],[120.2752,23.6594],[120.2746,23.6606],[120.2773,23.6653],[120.2776,23.6717],[120.272,23.6725],[120.2703,23.6712],[120.2662,23.6654],[120.2625,23.6634],[120.2596,23.6611],[120.257,23.657],[120.2554,23.6566],[120.2488,23.6581],[120.2411,23.6539],[120.2373,23.6537],[120.2261,23.6583],[120.2184,23.658],[120.2146,23.6584],[120.2113,23.6599],[120.2044,23.661],[120.1936,23.6688],[120.1914,23.6692],[120.188,23.6731],[120.1833,23.677],[120.1784,23.6824],[120.1779,23.6846],[120.1794,23.6859],[120.1799,23.6887],[120.1821,23.6927],[120.1852,23.6966],[120.1865,23.6993],[120.1831,23.7017],[120.1809,23.7023],[120.1766,23.7016],[120.17,23.7017],[120.1611,23.6997],[120.155,23.6971],[120.1482,23.693],[120.141,23.6875]]]},"properties":{"TOWNCODE":"10009180","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"四湖鄉"},"id":"10009180"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.0811,23.5241],[120.0776,23.5222],[120.0761,23.5223],[120.0733,23.5207],[120.071,23.5182],[120.0689,23.5178],[120.0669,23.5153],[120.0638,23.515],[120.0621,23.5123],[120.0601,23.5119],[120.0578,23.5095],[120.0527,23.5074],[120.0521,23.5056],[120.049,23.5044],[120.0403,23.4989],[120.0376,23.4962],[120.0352,23.4956],[120.0302,23.4922],[120.0277,23.4916],[120.025,23.489],[120.0239,23.4892],[120.0215,23.4869],[120.0161,23.4842],[120.0125,23.4805],[120.0102,23.4795],[120.0042,23.4742],[120.0003,23.4729],[119.9985,23.4683],[119.9969,23.4658],[120.0003,23.463],[120.0045,23.4603],[120.0081,23.452],[120.012,23.4484],[120.0139,23.4451],[120.0155,23.4438],[120.0142,23.4418],[120.0157,23.44],[120.0173,23.4406],[120.019,23.4364],[120.0203,23.4357],[120.0221,23.4382],[120.0208,23.4394],[120.0199,23.4436],[120.016,23.4481],[120.0141,23.4531],[120.0127,23.4538],[120.0107,23.458],[120.0076,23.4611],[120.0096,23.4649],[120.0127,23.4669],[120.0143,23.4688],[120.0167,23.468],[120.0139,23.46],[120.0154,23.4589],[120.0197,23.4588],[120.0247,23.4607],[120.0246,23.464],[120.0235,23.4654],[120.0252,23.469],[120.0229,23.4709],[120.0259,23.473],[120.0248,23.4752],[120.0273,23.476],[120.0269,23.4775],[120.0298,23.4796],[120.033,23.4796],[120.035,23.4774],[120.0368,23.4826],[120.0376,23.4788],[120.04,23.4799],[120.044,23.4843],[120.045,23.4937],[120.0468,23.4946],[120.0486,23.492],[120.0455,23.4875],[120.0456,23.4842],[120.042,23.4795],[120.0423,23.4775],[120.0465,23.4777],[120.048,23.4793],[120.0518,23.4811],[120.0525,23.4841],[120.0543,23.4881],[120.057,23.4856],[120.0558,23.4843],[120.0583,23.4827],[120.0564,23.4811],[120.0539,23.481],[120.0549,23.4788],[120.0588,23.4789],[120.0626,23.4809],[120.0624,23.4827],[120.0639,23.4847],[120.0641,23.4876],[120.0628,23.4895],[120.0561,23.4902],[120.056,23.4912],[120.0653,23.4919],[120.0693,23.4913],[120.0703,23.4939],[120.0692,23.4967],[120.0662,23.4961],[120.0665,23.4986],[120.07,23.4987],[120.071,23.4973],[120.073,23.4991],[120.0681,23.4998],[120.0686,23.5022],[120.0711,23.5032],[120.0722,23.502],[120.0751,23.503],[120.0766,23.5073],[120.0793,23.509],[120.0827,23.5092],[120.083,23.5111],[120.0868,23.5122],[120.0892,23.5115],[120.0915,23.5121],[120.0936,23.5106],[120.0958,23.5106],[120.0947,23.514],[120.0952,23.5155],[120.0935,23.5179],[120.0908,23.5203],[120.0886,23.5203],[120.0859,23.5228],[120.0811,23.5241]]],[[[120.0994,23.5417],[120.0969,23.5395],[120.0941,23.5352],[120.0926,23.534],[120.0911,23.5308],[120.0911,23.5278],[120.0929,23.5278],[120.0935,23.5256],[120.0952,23.5242],[120.0965,23.5214],[120.099,23.5232],[120.0982,23.5243],[120.0988,23.5284],[120.0999,23.5295],[120.1036,23.5292],[120.1073,23.5275],[120.1103,23.5281],[120.1086,23.532],[120.1041,23.5323],[120.1069,23.5344],[120.1023,23.5402],[120.0994,23.5417]]],[[[120.1324,23.5467],[120.1304,23.5482],[120.1295,23.5441],[120.1264,23.5445],[120.1274,23.5381],[120.1267,23.5321],[120.1273,23.5301],[120.1296,23.5309],[120.1292,23.5325],[120.1323,23.5345],[120.1338,23.5365],[120.1342,23.5391],[120.1359,23.5407],[120.1367,23.5434],[120.1347,23.5437],[120.1345,23.5459],[120.1324,23.5467]]],[[[120.1323,23.5632],[120.129,23.5639],[120.1245,23.5629],[120.1236,23.5596],[120.1202,23.5565],[120.1153,23.5566],[120.1147,23.5557],[120.1114,23.5554],[120.1112,23.5539],[120.1074,23.5508],[120.1051,23.548],[120.1037,23.5438],[120.1055,23.5427],[120.1056,23.5406],[120.1081,23.5396],[120.1096,23.5426],[120.1094,23.545],[120.1122,23.5464],[120.1154,23.546],[120.1151,23.548],[120.1168,23.5495],[120.1198,23.5499],[120.1211,23.5524],[120.1225,23.5524],[120.1225,23.5555],[120.1254,23.5588],[120.1277,23.5573],[120.1278,23.5533],[120.1317,23.5572],[120.1308,23.5583],[120.1307,23.5621],[120.1323,23.5632]]],[[[120.1304,23.569],[120.1325,23.5737],[120.1321,23.5764],[120.1304,23.5768],[120.1284,23.5739],[120.1304,23.569]]],[[[120.2146,23.5869],[120.2095,23.5872],[120.2097,23.5903],[120.2033,23.5913],[120.1991,23.5946],[120.2008,23.6037],[120.2031,23.6048],[120.203,23.6086],[120.1995,23.6106],[120.2018,23.6166],[120.1963,23.6191],[120.1853,23.6219],[120.1804,23.6224],[120.1776,23.622],[120.1794,23.6274],[120.1769,23.6274],[120.1727,23.6263],[120.1651,23.6286],[120.1672,23.6352],[120.1596,23.6363],[120.1574,23.633],[120.1555,23.6322],[120.1554,23.6279],[120.1474,23.6231],[120.1455,23.62],[120.1428,23.6207],[120.1372,23.6206],[120.1335,23.6194],[120.133,23.6157],[120.14,23.6141],[120.1403,23.6087],[120.1394,23.5996],[120.1404,23.5975],[120.1446,23.5982],[120.1447,23.5951],[120.1414,23.5914],[120.1407,23.5838],[120.1409,23.579],[120.1406,23.5733],[120.1433,23.5721],[120.1431,23.5676],[120.1408,23.5623],[120.1378,23.5613],[120.1399,23.5591],[120.1404,23.5543],[120.1396,23.5502],[120.1405,23.5491],[120.1413,23.545],[120.1456,23.5391],[120.1486,23.5369],[120.1491,23.5336],[120.1503,23.5319],[120.1455,23.5265],[120.1464,23.5239],[120.1458,23.5208],[120.1493,23.5189],[120.1523,23.5182],[120.1581,23.5159],[120.1646,23.5158],[120.1666,23.5172],[120.1724,23.5147],[120.1796,23.5104],[120.1825,23.5098],[120.1846,23.5196],[120.1869,23.5229],[120.1897,23.5256],[120.1908,23.529],[120.1942,23.5291],[120.199,23.5278],[120.2005,23.5303],[120.2005,23.5423],[120.203,23.5426],[120.2033,23.5471],[120.1978,23.5457],[120.199,23.5511],[120.1986,23.5538],[120.2008,23.555],[120.2035,23.5594],[120.206,23.5666],[120.2052,23.5682],[120.2017,23.569],[120.1986,23.5714],[120.2002,23.575],[120.1991,23.5771],[120.2027,23.5793],[120.2084,23.5786],[120.2109,23.58],[120.2118,23.5823],[120.215,23.583],[120.2146,23.5869]]]]},"properties":{"TOWNCODE":"10009190","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"口湖鄉"},"id":"10009190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2358,23.4076],[120.2341,23.4096],[120.2359,23.4118],[120.2376,23.4162],[120.2358,23.4174],[120.2374,23.4199],[120.2366,23.421],[120.2373,23.4235],[120.2354,23.4241],[120.2322,23.4208],[120.2286,23.4192],[120.2247,23.422],[120.2231,23.4201],[120.2187,23.423],[120.2179,23.427],[120.2193,23.4288],[120.2196,23.4342],[120.2212,23.437],[120.2204,23.4419],[120.2179,23.4406],[120.2131,23.4432],[120.2117,23.4457],[120.2093,23.4463],[120.2082,23.4481],[120.2076,23.4515],[120.2062,23.4529],[120.1943,23.4485],[120.1974,23.447],[120.2015,23.4438],[120.2042,23.4431],[120.2067,23.4415],[120.2071,23.4398],[120.205,23.4373],[120.2076,23.433],[120.2063,23.4273],[120.2069,23.4235],[120.2044,23.4222],[120.2038,23.4207],[120.201,23.4207],[120.1996,23.4185],[120.1939,23.4218],[120.193,23.4193],[120.1903,23.4155],[120.1891,23.4186],[120.1882,23.4231],[120.1849,23.4206],[120.1816,23.4208],[120.1774,23.4182],[120.1757,23.4162],[120.1739,23.4107],[120.1716,23.4119],[120.1699,23.4091],[120.1712,23.4078],[120.1661,23.4048],[120.1625,23.4042],[120.16,23.4054],[120.1605,23.4016],[120.1616,23.3981],[120.1617,23.3947],[120.1635,23.3929],[120.1607,23.3888],[120.1578,23.3858],[120.1584,23.3812],[120.1564,23.3798],[120.1552,23.3847],[120.152,23.3886],[120.1507,23.3884],[120.1481,23.3855],[120.1395,23.3853],[120.1376,23.3847],[120.1317,23.3848],[120.1319,23.3763],[120.1309,23.3704],[120.1294,23.3688],[120.128,23.3636],[120.1227,23.3543],[120.1219,23.3515],[120.1199,23.3483],[120.1184,23.3436],[120.1181,23.3402],[120.1325,23.3297],[120.1377,23.3273],[120.1471,23.3211],[120.1486,23.3196],[120.1485,23.3146],[120.1499,23.3131],[120.1545,23.3129],[120.1557,23.3103],[120.1608,23.3106],[120.1626,23.31],[120.1633,23.3111],[120.1663,23.31],[120.1683,23.3101],[120.1711,23.3119],[120.1714,23.3148],[120.1726,23.3171],[120.1769,23.3189],[120.18,23.3217],[120.1807,23.3258],[120.1785,23.3296],[120.1803,23.3346],[120.1788,23.339],[120.1759,23.3415],[120.1824,23.3482],[120.1902,23.3626],[120.1966,23.3652],[120.1993,23.3694],[120.2,23.3715],[120.203,23.3751],[120.2048,23.3758],[120.2075,23.38],[120.2115,23.3811],[120.2179,23.379],[120.2195,23.3779],[120.2213,23.3807],[120.2242,23.3819],[120.2273,23.3817],[120.2309,23.3867],[120.2267,23.3894],[120.2273,23.3941],[120.2291,23.3963],[120.2301,23.3989],[120.2318,23.4002],[120.2362,23.4018],[120.2311,23.4042],[120.233,23.4061],[120.2358,23.4076]]]},"properties":{"TOWNCODE":"10010030","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"布袋鎮"},"id":"10010030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4931,22.492],[120.4905,22.4937],[120.4885,22.4986],[120.4799,22.5005],[120.477,22.4987],[120.4767,22.4954],[120.4741,22.4933],[120.4703,22.4914],[120.4686,22.4894],[120.4656,22.4838],[120.4616,22.4791],[120.4551,22.475],[120.4503,22.4725],[120.4459,22.4715],[120.4451,22.4695],[120.4429,22.4679],[120.4397,22.4669],[120.435,22.4646],[120.436,22.4595],[120.4385,22.4594],[120.4397,22.4568],[120.4446,22.4522],[120.4471,22.4493],[120.4545,22.4431],[120.4585,22.4394],[120.4727,22.4312],[120.4806,22.4269],[120.4843,22.4337],[120.4875,22.4362],[120.4917,22.4343],[120.4963,22.4364],[120.4984,22.444],[120.5017,22.4483],[120.4998,22.4515],[120.4996,22.4553],[120.4971,22.4557],[120.4995,22.4602],[120.5017,22.4605],[120.502,22.4654],[120.5005,22.4699],[120.5013,22.4738],[120.4986,22.4757],[120.4913,22.4746],[120.4903,22.4727],[120.4875,22.4722],[120.4876,22.4772],[120.4872,22.4806],[120.4891,22.4837],[120.4894,22.4882],[120.4911,22.4883],[120.4931,22.492]]]},"properties":{"TOWNCODE":"10013030","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"東港鎮"},"id":"10013030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6091,22.4452],[120.6062,22.446],[120.6012,22.4465],[120.5976,22.4477],[120.5851,22.4531],[120.5808,22.4544],[120.5788,22.4566],[120.5766,22.4577],[120.5738,22.4531],[120.5729,22.4483],[120.5716,22.4485],[120.5701,22.4435],[120.5708,22.4409],[120.5691,22.4384],[120.5691,22.4335],[120.5669,22.4295],[120.5684,22.4267],[120.5762,22.4146],[120.5719,22.4125],[120.5674,22.4109],[120.5648,22.4092],[120.5656,22.4072],[120.5658,22.4017],[120.5637,22.3996],[120.56,22.4012],[120.5535,22.4009],[120.5516,22.3971],[120.5487,22.3974],[120.5402,22.3972],[120.5496,22.3924],[120.5604,22.3861],[120.5708,22.3794],[120.5712,22.378],[120.5764,22.3752],[120.5801,22.3723],[120.5856,22.3694],[120.5894,22.3664],[120.5943,22.3598],[120.5989,22.3557],[120.6007,22.3514],[120.6051,22.3427],[120.6054,22.3407],[120.6108,22.3428],[120.6121,22.3458],[120.6181,22.3505],[120.624,22.3524],[120.6251,22.3536],[120.6311,22.3545],[120.6349,22.3566],[120.6402,22.3552],[120.6391,22.359],[120.6339,22.3593],[120.6291,22.3584],[120.6268,22.3592],[120.6247,22.3624],[120.6214,22.3618],[120.6202,22.3635],[120.6201,22.3659],[120.6179,22.3706],[120.6207,22.369],[120.6231,22.3693],[120.6201,22.3734],[120.6194,22.3763],[120.6182,22.3767],[120.6183,22.3853],[120.616,22.3866],[120.6176,22.3882],[120.6169,22.3895],[120.6188,22.3914],[120.6231,22.3912],[120.6244,22.3939],[120.6273,22.3942],[120.6308,22.3954],[120.6329,22.3931],[120.6356,22.3934],[120.6353,22.3951],[120.6331,22.3969],[120.6333,22.3986],[120.6309,22.3992],[120.6288,22.4011],[120.6295,22.4023],[120.6257,22.4032],[120.6249,22.4074],[120.6284,22.4097],[120.6321,22.4144],[120.6283,22.4174],[120.6278,22.4222],[120.6233,22.4215],[120.6241,22.4255],[120.6297,22.4277],[120.6309,22.4318],[120.633,22.4342],[120.6326,22.4358],[120.6274,22.4382],[120.624,22.4392],[120.6201,22.4396],[120.6174,22.4417],[120.6122,22.4445],[120.6091,22.4452]]]},"properties":{"TOWNCODE":"10013160","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"枋寮鄉"},"id":"10013160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4844,22.5267],[120.4782,22.531],[120.4783,22.5348],[120.4759,22.5347],[120.4756,22.5317],[120.4743,22.5311],[120.473,22.536],[120.4795,22.5366],[120.4789,22.54],[120.4812,22.5559],[120.4777,22.5563],[120.478,22.5608],[120.4698,22.558],[120.4712,22.5604],[120.4655,22.5601],[120.4632,22.5593],[120.458,22.5596],[120.4537,22.558],[120.449,22.5575],[120.4407,22.5576],[120.439,22.555],[120.4366,22.5476],[120.4311,22.5445],[120.4275,22.5343],[120.4251,22.5285],[120.4245,22.5238],[120.4229,22.5188],[120.423,22.511],[120.4243,22.5034],[120.4257,22.4986],[120.4242,22.482],[120.424,22.4775],[120.4244,22.4687],[120.4331,22.4684],[120.435,22.4646],[120.4397,22.4669],[120.4429,22.4679],[120.4451,22.4695],[120.4459,22.4715],[120.4503,22.4725],[120.4551,22.475],[120.4616,22.4791],[120.4656,22.4838],[120.4686,22.4894],[120.4682,22.493],[120.4666,22.4964],[120.4673,22.4998],[120.4655,22.5058],[120.4676,22.5106],[120.4717,22.5168],[120.4766,22.5203],[120.481,22.5219],[120.4809,22.5244],[120.4844,22.5267]]]},"properties":{"TOWNCODE":"10013170","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"新園鄉"},"id":"10013170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5428,22.4679],[120.5363,22.4685],[120.5362,22.4671],[120.5288,22.4642],[120.5289,22.461],[120.5203,22.4603],[120.5134,22.459],[120.5089,22.4587],[120.5082,22.4605],[120.5045,22.4601],[120.5017,22.4605],[120.4995,22.4602],[120.4971,22.4557],[120.4996,22.4553],[120.4998,22.4515],[120.5017,22.4483],[120.4984,22.444],[120.4963,22.4364],[120.4917,22.4343],[120.4875,22.4362],[120.4843,22.4337],[120.4806,22.4269],[120.4921,22.4216],[120.5055,22.4144],[120.5085,22.4122],[120.5103,22.4119],[120.5124,22.4174],[120.5135,22.4191],[120.5201,22.4241],[120.5233,22.4273],[120.5251,22.4301],[120.5259,22.4409],[120.5272,22.4435],[120.5244,22.4449],[120.5259,22.449],[120.5273,22.4496],[120.5328,22.4495],[120.5352,22.4523],[120.5386,22.4588],[120.5395,22.4615],[120.5415,22.4631],[120.54,22.465],[120.5428,22.4679]]]},"properties":{"TOWNCODE":"10013190","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"林邊鄉"},"id":"10013190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.736,22.1183],[120.7321,22.1181],[120.7284,22.1161],[120.7239,22.1159],[120.7215,22.1132],[120.7158,22.1114],[120.7154,22.1126],[120.7176,22.1158],[120.7185,22.1215],[120.7175,22.1234],[120.7151,22.1248],[120.7085,22.1323],[120.7061,22.1371],[120.7038,22.1427],[120.7003,22.1426],[120.698,22.1424],[120.6976,22.1405],[120.6985,22.1368],[120.7015,22.1342],[120.7023,22.1298],[120.7044,22.1273],[120.7066,22.126],[120.7091,22.1228],[120.7095,22.1194],[120.7104,22.118],[120.7097,22.1159],[120.7118,22.1146],[120.7131,22.1115],[120.7125,22.1083],[120.7152,22.1065],[120.7159,22.1048],[120.7161,22.1005],[120.7156,22.0969],[120.7169,22.0933],[120.7145,22.0908],[120.713,22.0909],[120.7056,22.0871],[120.7024,22.0867],[120.7007,22.0855],[120.6993,22.0825],[120.7006,22.0801],[120.7033,22.0783],[120.7057,22.0707],[120.7048,22.0679],[120.706,22.0609],[120.7045,22.056],[120.7,22.0561],[120.6976,22.055],[120.6944,22.0483],[120.6964,22.0431],[120.6954,22.0416],[120.6895,22.036],[120.6876,22.0335],[120.6863,22.0305],[120.6852,22.0239],[120.6889,22.0156],[120.6909,22.013],[120.6923,22.0096],[120.6943,22.0102],[120.6984,22.0099],[120.697,22.0141],[120.6931,22.02],[120.6922,22.0234],[120.6908,22.0257],[120.6908,22.0318],[120.6933,22.0359],[120.6952,22.0341],[120.6995,22.0337],[120.7016,22.0353],[120.7036,22.0397],[120.7057,22.0408],[120.7057,22.0441],[120.7099,22.046],[120.7126,22.0495],[120.7188,22.0501],[120.7191,22.0532],[120.7221,22.0542],[120.7242,22.0528],[120.7271,22.0538],[120.7275,22.0519],[120.7309,22.0514],[120.7341,22.0523],[120.7388,22.0477],[120.7437,22.0482],[120.7476,22.0503],[120.7485,22.0525],[120.7504,22.0545],[120.7501,22.0577],[120.7531,22.0606],[120.7535,22.0627],[120.7599,22.0609],[120.7641,22.0619],[120.7698,22.0597],[120.7731,22.0598],[120.7703,22.0566],[120.7725,22.0549],[120.7766,22.055],[120.7775,22.0532],[120.7805,22.0527],[120.7845,22.0504],[120.7861,22.0526],[120.786,22.0547],[120.7877,22.0586],[120.7903,22.0613],[120.7906,22.0628],[120.7946,22.0681],[120.7954,22.0695],[120.7941,22.075],[120.7949,22.0761],[120.7949,22.0796],[120.7938,22.0816],[120.7937,22.0847],[120.7957,22.0863],[120.793,22.0919],[120.7936,22.096],[120.7928,22.1002],[120.7911,22.0999],[120.7898,22.1017],[120.7863,22.1032],[120.7804,22.1038],[120.7797,22.1059],[120.7775,22.1058],[120.7711,22.1088],[120.7684,22.1086],[120.7602,22.1121],[120.7562,22.1128],[120.7539,22.1079],[120.7509,22.1049],[120.749,22.102],[120.7482,22.0991],[120.7453,22.0974],[120.7413,22.0995],[120.7395,22.0995],[120.7368,22.1039],[120.7382,22.1086],[120.7383,22.1115],[120.7365,22.1155],[120.7361,22.1183],[120.736,22.1183]]]},"properties":{"TOWNCODE":"10013230","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"車城鄉"},"id":"10013230"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.897,22.1441],[120.8931,22.1417],[120.887,22.1411],[120.8847,22.1388],[120.8782,22.1403],[120.8756,22.142],[120.8735,22.142],[120.8732,22.1444],[120.8698,22.1448],[120.8693,22.1408],[120.8661,22.1406],[120.8651,22.1418],[120.86,22.1429],[120.858,22.1446],[120.8517,22.1453],[120.8488,22.143],[120.8509,22.1392],[120.8531,22.1375],[120.855,22.1344],[120.856,22.1279],[120.8542,22.1257],[120.8552,22.1232],[120.8535,22.1205],[120.8489,22.1162],[120.8447,22.1152],[120.8428,22.1141],[120.8418,22.1116],[120.8379,22.1086],[120.833,22.107],[120.8283,22.1032],[120.8273,22.1002],[120.8272,22.0975],[120.826,22.0943],[120.8233,22.09],[120.8186,22.0899],[120.8165,22.0871],[120.8169,22.0851],[120.8206,22.0817],[120.8222,22.0769],[120.8195,22.0764],[120.8176,22.075],[120.818,22.0722],[120.817,22.069],[120.8155,22.0683],[120.8145,22.0644],[120.8097,22.06],[120.8065,22.0593],[120.8039,22.0609],[120.8017,22.0607],[120.797,22.0645],[120.7946,22.0681],[120.7906,22.0628],[120.7903,22.0613],[120.7877,22.0586],[120.786,22.0547],[120.7861,22.0526],[120.7845,22.0504],[120.7842,22.0481],[120.7863,22.0465],[120.789,22.0461],[120.792,22.042],[120.7919,22.0389],[120.7934,22.0375],[120.7895,22.0321],[120.7856,22.0295],[120.7854,22.0255],[120.7842,22.0246],[120.7816,22.0256],[120.7785,22.025],[120.7766,22.0238],[120.7743,22.0249],[120.7726,22.024],[120.7737,22.0201],[120.7769,22.017],[120.7777,22.0141],[120.781,22.0146],[120.7831,22.0113],[120.7853,22.0096],[120.7859,22.005],[120.7856,22.0004],[120.7867,21.9984],[120.7824,21.996],[120.781,21.9919],[120.7789,21.9898],[120.7763,21.99],[120.7733,21.9862],[120.771,21.986],[120.7701,21.9845],[120.7708,21.9794],[120.7757,21.9792],[120.7811,21.9803],[120.7838,21.9798],[120.7881,21.9808],[120.7903,21.9797],[120.7932,21.9822],[120.7974,21.9816],[120.8016,21.9803],[120.8051,21.98],[120.8115,21.9813],[120.8138,21.9801],[120.8176,21.9763],[120.8185,21.9739],[120.8243,21.9749],[120.8279,21.9704],[120.8307,21.9712],[120.834,21.9707],[120.8384,21.9754],[120.8393,21.9752],[120.8423,21.9783],[120.8442,21.9793],[120.8443,21.9809],[120.8461,21.9862],[120.8485,21.9882],[120.8516,21.989],[120.8558,21.989],[120.8616,21.9908],[120.8673,21.995],[120.8758,21.9988],[120.879,22.0044],[120.8793,22.0057],[120.8782,22.0107],[120.8837,22.0132],[120.8871,22.0165],[120.8871,22.0204],[120.8884,22.0226],[120.8892,22.0258],[120.8966,22.0309],[120.9011,22.0332],[120.8951,22.0467],[120.8939,22.0484],[120.8937,22.0536],[120.8942,22.056],[120.8939,22.0615],[120.893,22.0693],[120.8932,22.0748],[120.894,22.0809],[120.8937,22.0834],[120.8941,22.0886],[120.8974,22.0924],[120.8985,22.0946],[120.8983,22.0983],[120.8989,22.1014],[120.9019,22.1056],[120.8981,22.1068],[120.8926,22.1098],[120.8886,22.1191],[120.8875,22.1227],[120.8867,22.1297],[120.8879,22.1333],[120.8911,22.1346],[120.8966,22.1408],[120.897,22.1441]]]},"properties":{"TOWNCODE":"10013240","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"滿州鄉"},"id":"10013240"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6402,22.3552],[120.6349,22.3566],[120.6311,22.3545],[120.6251,22.3536],[120.624,22.3524],[120.6181,22.3505],[120.6121,22.3458],[120.6108,22.3428],[120.6054,22.3407],[120.6104,22.3361],[120.6208,22.3281],[120.6305,22.3192],[120.6362,22.3128],[120.6376,22.309],[120.6404,22.3058],[120.6427,22.3016],[120.6431,22.2926],[120.6427,22.2911],[120.6441,22.2876],[120.648,22.2801],[120.6489,22.2755],[120.6521,22.2682],[120.6521,22.2657],[120.6509,22.2632],[120.6493,22.2559],[120.6504,22.2518],[120.6528,22.251],[120.6579,22.2471],[120.6579,22.2429],[120.6643,22.2392],[120.6658,22.2395],[120.6678,22.2364],[120.6705,22.2351],[120.6719,22.2334],[120.6734,22.2299],[120.6722,22.227],[120.674,22.2232],[120.6768,22.2227],[120.6784,22.2185],[120.6804,22.2168],[120.6849,22.2103],[120.6858,22.2032],[120.6846,22.2013],[120.6839,22.1974],[120.6855,22.1925],[120.689,22.188],[120.69,22.1836],[120.6911,22.1814],[120.6916,22.1776],[120.6911,22.1751],[120.6938,22.1725],[120.694,22.1674],[120.6955,22.1665],[120.696,22.1597],[120.6946,22.1574],[120.6961,22.1542],[120.6982,22.1524],[120.6995,22.1501],[120.6998,22.1469],[120.698,22.1439],[120.698,22.1424],[120.7003,22.1426],[120.7014,22.1459],[120.7005,22.1543],[120.6995,22.1555],[120.7003,22.1579],[120.6989,22.1585],[120.6985,22.1617],[120.6972,22.1645],[120.6964,22.1687],[120.6947,22.1716],[120.6954,22.175],[120.6928,22.1814],[120.6946,22.1834],[120.6939,22.1864],[120.6964,22.1898],[120.6959,22.193],[120.6971,22.1936],[120.6953,22.1977],[120.6996,22.2023],[120.7008,22.1999],[120.7042,22.1993],[120.7051,22.2013],[120.7035,22.2037],[120.7063,22.2051],[120.7068,22.2064],[120.7145,22.2076],[120.7172,22.2074],[120.7116,22.2122],[120.7068,22.2132],[120.7047,22.2113],[120.6959,22.21],[120.6928,22.2067],[120.6902,22.2072],[120.6871,22.2112],[120.6849,22.213],[120.6827,22.216],[120.6789,22.2191],[120.6776,22.2224],[120.6783,22.2243],[120.676,22.2259],[120.6768,22.2281],[120.6744,22.2306],[120.6724,22.2348],[120.6699,22.2381],[120.6713,22.2394],[120.6707,22.2439],[120.6654,22.2504],[120.6654,22.2516],[120.6628,22.2561],[120.661,22.2581],[120.6638,22.2589],[120.669,22.2617],[120.6724,22.2605],[120.6723,22.2634],[120.6661,22.2645],[120.6643,22.2631],[120.662,22.2634],[120.6622,22.266],[120.6598,22.2667],[120.6565,22.2659],[120.6533,22.266],[120.6529,22.269],[120.6506,22.2729],[120.6484,22.2812],[120.646,22.2852],[120.6448,22.2894],[120.6455,22.2909],[120.6448,22.305],[120.6482,22.3083],[120.6484,22.3098],[120.6461,22.3107],[120.6414,22.3091],[120.6394,22.3117],[120.6363,22.3178],[120.6364,22.3216],[120.6337,22.3255],[120.6334,22.329],[120.6304,22.3349],[120.6289,22.3399],[120.6303,22.3409],[120.6274,22.3436],[120.6253,22.3437],[120.625,22.3456],[120.6287,22.3478],[120.6307,22.3483],[120.6358,22.3514],[120.6414,22.3519],[120.6402,22.3552]]]},"properties":{"TOWNCODE":"10013250","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"枋山鄉"},"id":"10013250"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.897,22.1441],[120.8951,22.1462],[120.8926,22.1503],[120.894,22.1557],[120.8934,22.1604],[120.8921,22.1624],[120.8938,22.1684],[120.8942,22.1726],[120.8932,22.1787],[120.8919,22.1841],[120.8907,22.1953],[120.8935,22.1979],[120.8964,22.2034],[120.8958,22.2089],[120.8942,22.2166],[120.8947,22.2237],[120.8969,22.2288],[120.8989,22.2298],[120.8989,22.2338],[120.8963,22.2464],[120.8919,22.2454],[120.8914,22.2443],[120.8859,22.242],[120.884,22.2406],[120.8805,22.2346],[120.8795,22.2352],[120.8715,22.233],[120.8707,22.2313],[120.8687,22.2313],[120.8664,22.2298],[120.8672,22.2265],[120.8667,22.2251],[120.8678,22.2208],[120.8662,22.2203],[120.8652,22.218],[120.8671,22.216],[120.8669,22.2125],[120.8659,22.2111],[120.8636,22.2112],[120.861,22.2097],[120.8581,22.2111],[120.854,22.2107],[120.8501,22.2116],[120.8485,22.2132],[120.8434,22.2136],[120.838,22.2135],[120.8337,22.2111],[120.8324,22.2114],[120.829,22.209],[120.8257,22.2087],[120.8241,22.2069],[120.8219,22.2076],[120.8181,22.2073],[120.8151,22.2079],[120.8135,22.2047],[120.8114,22.2037],[120.8078,22.2041],[120.8018,22.2029],[120.7994,22.201],[120.7968,22.1977],[120.7928,22.1977],[120.7906,22.196],[120.7865,22.1961],[120.7839,22.1955],[120.782,22.1941],[120.7803,22.1943],[120.7777,22.1914],[120.7735,22.1897],[120.7693,22.1868],[120.7677,22.1844],[120.7614,22.1808],[120.7587,22.1782],[120.7551,22.1766],[120.7509,22.1779],[120.7449,22.1772],[120.7425,22.1756],[120.7384,22.175],[120.7367,22.1763],[120.7326,22.1746],[120.735,22.1675],[120.7331,22.1641],[120.7344,22.1592],[120.7374,22.1565],[120.7372,22.1523],[120.7382,22.1509],[120.7382,22.1483],[120.7372,22.1473],[120.7372,22.1444],[120.7363,22.1417],[120.7374,22.1396],[120.7355,22.1349],[120.735,22.13],[120.7366,22.1205],[120.736,22.1183],[120.7361,22.1183],[120.7365,22.1155],[120.7383,22.1115],[120.7382,22.1086],[120.7368,22.1039],[120.7395,22.0995],[120.7413,22.0995],[120.7453,22.0974],[120.7482,22.0991],[120.749,22.102],[120.7509,22.1049],[120.7539,22.1079],[120.7562,22.1128],[120.7602,22.1121],[120.7684,22.1086],[120.7711,22.1088],[120.7775,22.1058],[120.7797,22.1059],[120.7804,22.1038],[120.7863,22.1032],[120.7898,22.1017],[120.7911,22.0999],[120.7928,22.1002],[120.7936,22.096],[120.793,22.0919],[120.7957,22.0863],[120.7937,22.0847],[120.7938,22.0816],[120.7949,22.0796],[120.7949,22.0761],[120.7941,22.075],[120.7954,22.0695],[120.7946,22.0681],[120.797,22.0645],[120.8017,22.0607],[120.8039,22.0609],[120.8065,22.0593],[120.8097,22.06],[120.8145,22.0644],[120.8155,22.0683],[120.817,22.069],[120.818,22.0722],[120.8176,22.075],[120.8195,22.0764],[120.8222,22.0769],[120.8206,22.0817],[120.8169,22.0851],[120.8165,22.0871],[120.8186,22.0899],[120.8233,22.09],[120.826,22.0943],[120.8272,22.0975],[120.8273,22.1002],[120.8283,22.1032],[120.833,22.107],[120.8379,22.1086],[120.8418,22.1116],[120.8428,22.1141],[120.8447,22.1152],[120.8489,22.1162],[120.8535,22.1205],[120.8552,22.1232],[120.8542,22.1257],[120.856,22.1279],[120.855,22.1344],[120.8531,22.1375],[120.8509,22.1392],[120.8488,22.143],[120.8517,22.1453],[120.858,22.1446],[120.86,22.1429],[120.8651,22.1418],[120.8661,22.1406],[120.8693,22.1408],[120.8698,22.1448],[120.8732,22.1444],[120.8735,22.142],[120.8756,22.142],[120.8782,22.1403],[120.8847,22.1388],[120.887,22.1411],[120.8931,22.1417],[120.897,22.1441]]]},"properties":{"TOWNCODE":"10013330","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"牡丹鄉"},"id":"10013330"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1936,22.819],[121.1906,22.8192],[121.1861,22.8177],[121.1837,22.8156],[121.1828,22.8113],[121.1831,22.8058],[121.1811,22.8038],[121.1773,22.803],[121.1748,22.8011],[121.1698,22.7994],[121.163,22.7949],[121.1613,22.7932],[121.162,22.7901],[121.1606,22.7884],[121.1579,22.7881],[121.1559,22.7898],[121.1528,22.7911],[121.1489,22.7907],[121.1455,22.7925],[121.1412,22.7914],[121.1375,22.7963],[121.1325,22.8086],[121.1271,22.8098],[121.1241,22.8122],[121.1229,22.811],[121.1186,22.8124],[121.115,22.8106],[121.1162,22.8085],[121.1146,22.807],[121.115,22.803],[121.1128,22.8028],[121.1117,22.7998],[121.1128,22.7983],[121.1122,22.7956],[121.1089,22.7948],[121.1067,22.7935],[121.1007,22.7878],[121.1038,22.7847],[121.1097,22.7797],[121.1068,22.7764],[121.1012,22.7764],[121.0989,22.7745],[121.0958,22.7751],[121.0922,22.7748],[121.0883,22.7754],[121.0844,22.7746],[121.0777,22.7748],[121.0756,22.7726],[121.0668,22.7692],[121.0614,22.7683],[121.0592,22.7691],[121.051,22.7649],[121.048,22.7639],[121.0442,22.7614],[121.0455,22.7603],[121.0495,22.7598],[121.0496,22.7574],[121.0534,22.7541],[121.0545,22.7491],[121.0568,22.7471],[121.0563,22.7414],[121.0518,22.7366],[121.0491,22.7396],[121.0465,22.737],[121.0474,22.7351],[121.0429,22.7309],[121.0428,22.7259],[121.0436,22.7241],[121.0406,22.724],[121.0383,22.722],[121.039,22.7209],[121.0377,22.7165],[121.035,22.714],[121.0319,22.7127],[121.0271,22.7122],[121.0335,22.7051],[121.035,22.7017],[121.0399,22.7018],[121.0466,22.7009],[121.0501,22.6996],[121.053,22.6965],[121.0551,22.6951],[121.0604,22.6899],[121.0655,22.6835],[121.0708,22.6886],[121.0731,22.6918],[121.0774,22.6956],[121.0812,22.6981],[121.0934,22.7038],[121.0963,22.7047],[121.1018,22.7054],[121.1069,22.7079],[121.1134,22.7119],[121.1183,22.7144],[121.1237,22.7162],[121.1281,22.7194],[121.1374,22.7296],[121.1396,22.7313],[121.1419,22.7319],[121.1451,22.7344],[121.1479,22.7382],[121.1519,22.742],[121.1566,22.7472],[121.1609,22.7497],[121.166,22.7512],[121.1738,22.7561],[121.177,22.7601],[121.1787,22.7646],[121.1803,22.7713],[121.1803,22.7783],[121.1814,22.7829],[121.1859,22.7889],[121.1879,22.7907],[121.1927,22.7899],[121.1949,22.7903],[121.1978,22.793],[121.1987,22.795],[121.201,22.7962],[121.2009,22.7988],[121.1999,22.8005],[121.1998,22.8033],[121.1988,22.8067],[121.1971,22.8098],[121.1972,22.8141],[121.1965,22.8162],[121.1936,22.819]]]},"properties":{"TOWNCODE":"10014010","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"臺東市"},"id":"10014010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1654,22.8678],[121.1631,22.8685],[121.1614,22.8707],[121.1585,22.8707],[121.1539,22.8721],[121.1513,22.8817],[121.149,22.8839],[121.1415,22.8855],[121.1266,22.8852],[121.1166,22.8865],[121.1068,22.8858],[121.1048,22.8871],[121.1029,22.8866],[121.0987,22.8875],[121.0949,22.8897],[121.087,22.895],[121.0852,22.8982],[121.0826,22.8966],[121.0858,22.8909],[121.0849,22.8869],[121.0831,22.8816],[121.0809,22.8806],[121.0795,22.8747],[121.0737,22.8723],[121.0729,22.8651],[121.0705,22.8599],[121.0647,22.8591],[121.061,22.8568],[121.0549,22.8569],[121.0531,22.8542],[121.0507,22.8532],[121.0486,22.85],[121.044,22.8459],[121.042,22.8452],[121.0353,22.8447],[121.034,22.8434],[121.0295,22.8416],[121.0252,22.8407],[121.0222,22.8413],[121.0198,22.8397],[121.0148,22.8343],[121.0134,22.8336],[121.0094,22.8349],[121.0064,22.8351],[120.9998,22.837],[120.9927,22.8365],[120.9895,22.8328],[120.9868,22.8278],[120.9837,22.8233],[120.9794,22.8198],[120.9766,22.8166],[120.9733,22.8094],[120.9719,22.8073],[120.9684,22.805],[120.9626,22.8029],[120.9602,22.8009],[120.9576,22.8006],[120.956,22.7992],[120.955,22.7964],[120.9533,22.7949],[120.9481,22.7979],[120.9459,22.8002],[120.943,22.7985],[120.9433,22.7954],[120.9423,22.7926],[120.9374,22.792],[120.9367,22.7914],[120.9305,22.7913],[120.93,22.7897],[120.9317,22.7875],[120.9298,22.7855],[120.9231,22.7821],[120.9202,22.7833],[120.9182,22.7801],[120.9154,22.7802],[120.9114,22.7813],[120.9083,22.7792],[120.9035,22.7775],[120.9032,22.7738],[120.9013,22.7723],[120.9005,22.7698],[120.8931,22.7663],[120.8934,22.7637],[120.8949,22.7623],[120.8945,22.7591],[120.8956,22.7557],[120.8941,22.7516],[120.8954,22.7482],[120.8942,22.7442],[120.8955,22.7421],[120.8947,22.7376],[120.8924,22.7356],[120.8924,22.7329],[120.891,22.7287],[120.8883,22.7267],[120.8874,22.7227],[120.8835,22.7171],[120.8792,22.7161],[120.8755,22.7172],[120.8724,22.717],[120.8691,22.7159],[120.8672,22.7169],[120.8614,22.7167],[120.8586,22.7136],[120.8551,22.7175],[120.8526,22.7169],[120.8487,22.717],[120.8442,22.7106],[120.8424,22.7096],[120.8431,22.7075],[120.8402,22.7067],[120.8397,22.704],[120.838,22.7018],[120.8383,22.6989],[120.8372,22.6973],[120.835,22.6966],[120.8276,22.6974],[120.8261,22.6959],[120.8199,22.6956],[120.819,22.6948],[120.8191,22.691],[120.8133,22.6921],[120.8108,22.6916],[120.8093,22.6884],[120.808,22.6892],[120.7977,22.6891],[120.7949,22.6909],[120.7919,22.6916],[120.7891,22.6933],[120.7867,22.6927],[120.7894,22.6869],[120.7895,22.6832],[120.7916,22.6792],[120.7886,22.6759],[120.7863,22.6722],[120.7914,22.6692],[120.7964,22.6678],[120.8013,22.6675],[120.8026,22.6651],[120.8101,22.6628],[120.8121,22.664],[120.8158,22.6631],[120.8174,22.6639],[120.8212,22.6637],[120.8217,22.6607],[120.8231,22.6587],[120.8277,22.6579],[120.8305,22.6557],[120.8356,22.6551],[120.8386,22.6568],[120.8417,22.6574],[120.8444,22.6563],[120.8457,22.6574],[120.8487,22.6552],[120.8493,22.6575],[120.8526,22.6581],[120.8525,22.6626],[120.854,22.6641],[120.8568,22.6648],[120.8593,22.6625],[120.8615,22.6631],[120.8654,22.661],[120.8653,22.6585],[120.8692,22.6581],[120.8699,22.6556],[120.8715,22.6541],[120.8746,22.6552],[120.8795,22.6538],[120.8817,22.6503],[120.8851,22.6488],[120.8866,22.6494],[120.888,22.6522],[120.8899,22.6514],[120.8944,22.6522],[120.8952,22.6533],[120.8996,22.6529],[120.9031,22.6513],[120.904,22.6532],[120.906,22.6533],[120.9105,22.652],[120.9134,22.6534],[120.9154,22.6513],[120.9176,22.6513],[120.9188,22.6527],[120.9227,22.6534],[120.9245,22.6571],[120.927,22.6565],[120.9339,22.658],[120.9368,22.6595],[120.9387,22.6594],[120.9406,22.6614],[120.9452,22.6635],[120.9457,22.6658],[120.9484,22.6668],[120.9529,22.6697],[120.9551,22.6686],[120.9577,22.6726],[120.9617,22.6724],[120.965,22.6733],[120.967,22.6746],[120.9758,22.6776],[120.9777,22.679],[120.9814,22.6787],[120.981,22.6812],[120.9857,22.6821],[120.988,22.6807],[120.9905,22.6824],[120.9914,22.6856],[120.9929,22.6871],[120.9924,22.6925],[120.9957,22.6922],[120.9976,22.6935],[121.0023,22.6928],[121.0043,22.6941],[121.005,22.6959],[121.0069,22.6959],[121.0093,22.6938],[121.0112,22.6949],[121.0144,22.6954],[121.0184,22.6933],[121.0218,22.694],[121.0295,22.6975],[121.0321,22.6993],[121.0399,22.7018],[121.035,22.7017],[121.0335,22.7051],[121.0271,22.7122],[121.0319,22.7127],[121.035,22.714],[121.0377,22.7165],[121.039,22.7209],[121.0383,22.722],[121.0406,22.724],[121.0436,22.7241],[121.0428,22.7259],[121.0429,22.7309],[121.0474,22.7351],[121.0465,22.737],[121.0491,22.7396],[121.0518,22.7366],[121.0563,22.7414],[121.0568,22.7471],[121.0545,22.7491],[121.0534,22.7541],[121.0496,22.7574],[121.0495,22.7598],[121.0455,22.7603],[121.0442,22.7614],[121.048,22.7639],[121.051,22.7649],[121.0592,22.7691],[121.0614,22.7683],[121.0668,22.7692],[121.0756,22.7726],[121.0777,22.7748],[121.0844,22.7746],[121.0883,22.7754],[121.0922,22.7748],[121.0958,22.7751],[121.0989,22.7745],[121.1012,22.7764],[121.1068,22.7764],[121.1097,22.7797],[121.1038,22.7847],[121.1007,22.7878],[121.1067,22.7935],[121.1089,22.7948],[121.1122,22.7956],[121.1128,22.7983],[121.1117,22.7998],[121.1128,22.8028],[121.115,22.803],[121.1146,22.807],[121.1162,22.8085],[121.115,22.8106],[121.1186,22.8124],[121.1229,22.811],[121.1241,22.8122],[121.1271,22.8098],[121.1325,22.8086],[121.1375,22.7963],[121.1412,22.7914],[121.1455,22.7925],[121.1489,22.7907],[121.1528,22.7911],[121.1559,22.7898],[121.1579,22.7881],[121.1606,22.7884],[121.162,22.7901],[121.1613,22.7932],[121.163,22.7949],[121.1698,22.7994],[121.1748,22.8011],[121.1773,22.803],[121.1811,22.8038],[121.1831,22.8058],[121.1828,22.8113],[121.1837,22.8156],[121.1861,22.8177],[121.1906,22.8192],[121.1936,22.819],[121.1932,22.8215],[121.1918,22.8229],[121.1924,22.8254],[121.1874,22.8294],[121.1864,22.8343],[121.1888,22.8379],[121.1901,22.8441],[121.1896,22.8469],[121.192,22.8504],[121.1897,22.8526],[121.1839,22.8536],[121.178,22.8517],[121.1756,22.8561],[121.1732,22.8547],[121.1728,22.8533],[121.1695,22.8529],[121.1671,22.8555],[121.1656,22.8556],[121.1619,22.8577],[121.1649,22.8627],[121.1654,22.8678]]]},"properties":{"TOWNCODE":"10014040","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"卑南鄉"},"id":"10014040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3158,23.1097],[121.3124,23.1109],[121.3047,23.1113],[121.3,23.1093],[121.2978,23.1099],[121.2914,23.1094],[121.2873,23.1067],[121.2844,23.1066],[121.283,23.1038],[121.2809,23.104],[121.2782,23.1007],[121.2745,23.0984],[121.2723,23.0979],[121.271,23.1009],[121.2694,23.1021],[121.2644,23.1039],[121.262,23.1004],[121.2582,23.0927],[121.2565,23.0921],[121.2546,23.0885],[121.2537,23.0855],[121.2536,23.0803],[121.2518,23.0768],[121.2509,23.0768],[121.2484,23.0728],[121.2463,23.0644],[121.2417,23.0556],[121.2401,23.0515],[121.2375,23.047],[121.2351,23.0415],[121.2339,23.0404],[121.2322,23.0362],[121.2299,23.0337],[121.2276,23.0329],[121.2256,23.0263],[121.221,23.0204],[121.2222,23.0184],[121.2221,23.0145],[121.2209,23.0122],[121.2181,23.0124],[121.2159,23.0093],[121.216,23.005],[121.2175,23],[121.218,22.9953],[121.2168,22.9918],[121.217,22.9893],[121.2186,22.9884],[121.2195,22.9862],[121.2184,22.985],[121.2194,22.9811],[121.2188,22.9779],[121.2145,22.9738],[121.2116,22.9685],[121.2121,22.9675],[121.2109,22.9636],[121.2114,22.9618],[121.2092,22.9608],[121.2063,22.9564],[121.2043,22.9521],[121.2038,22.9491],[121.2015,22.9476],[121.1994,22.9451],[121.197,22.9389],[121.1942,22.9367],[121.1892,22.9281],[121.1888,22.9238],[121.1873,22.9226],[121.186,22.9193],[121.1841,22.9164],[121.1879,22.9114],[121.1874,22.9093],[121.1885,22.9074],[121.1881,22.9055],[121.1909,22.902],[121.1886,22.898],[121.1885,22.8952],[121.1841,22.8926],[121.1822,22.8895],[121.1802,22.8837],[121.1745,22.8787],[121.1729,22.8746],[121.1698,22.8702],[121.1654,22.8678],[121.1649,22.8627],[121.1619,22.8577],[121.1656,22.8556],[121.1671,22.8555],[121.1695,22.8529],[121.1728,22.8533],[121.1732,22.8547],[121.1756,22.8561],[121.178,22.8517],[121.1839,22.8536],[121.1897,22.8526],[121.192,22.8504],[121.1979,22.8547],[121.1988,22.8567],[121.2014,22.8571],[121.209,22.8631],[121.2109,22.8631],[121.2175,22.8649],[121.2201,22.8649],[121.2247,22.8672],[121.2321,22.8641],[121.2334,22.8645],[121.2362,22.868],[121.2351,22.8695],[121.2362,22.8738],[121.2399,22.8796],[121.2471,22.8813],[121.2498,22.8846],[121.2525,22.889],[121.2556,22.8952],[121.2592,22.8983],[121.2599,22.9014],[121.2624,22.9067],[121.2694,22.9119],[121.2728,22.9178],[121.2749,22.9249],[121.2789,22.9314],[121.2788,22.9343],[121.2798,22.9393],[121.2817,22.9452],[121.2843,22.9496],[121.2865,22.9507],[121.2874,22.9528],[121.2895,22.9536],[121.2914,22.9555],[121.2952,22.9546],[121.296,22.9567],[121.2997,22.9598],[121.3083,22.9708],[121.3094,22.9712],[121.3111,22.9744],[121.3046,22.976],[121.3004,22.9785],[121.2988,22.9828],[121.2996,22.9841],[121.3034,22.9859],[121.3055,22.9878],[121.3084,22.9919],[121.3017,22.9915],[121.297,22.9868],[121.2967,22.9886],[121.298,22.9909],[121.2988,22.9952],[121.3039,22.9993],[121.307,23.0011],[121.3048,23.0092],[121.3026,23.0116],[121.3032,23.0131],[121.3024,23.0157],[121.303,23.0196],[121.3056,23.0232],[121.3083,23.0245],[121.3087,23.0273],[121.3116,23.0305],[121.3134,23.0316],[121.3122,23.036],[121.3125,23.0378],[121.3099,23.0436],[121.3137,23.0475],[121.3135,23.0485],[121.3169,23.0511],[121.3162,23.0531],[121.3186,23.0597],[121.3177,23.0635],[121.3139,23.065],[121.3131,23.0669],[121.3134,23.0703],[121.3158,23.074],[121.3156,23.0784],[121.314,23.0822],[121.3164,23.0862],[121.3162,23.0887],[121.3177,23.0896],[121.317,23.0949],[121.3147,23.1],[121.3141,23.106],[121.3158,23.1097]]]},"properties":{"TOWNCODE":"10014070","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"東河鄉"},"id":"10014070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5582,23.9983],[121.5521,24],[121.5551,23.9973],[121.5503,23.9932],[121.5466,23.9915],[121.5428,23.9905],[121.5413,23.9924],[121.5368,23.9915],[121.5351,23.9902],[121.532,23.9899],[121.5278,23.9921],[121.5259,23.9911],[121.5228,23.9882],[121.5207,23.9852],[121.5201,23.9832],[121.5201,23.9786],[121.5218,23.9784],[121.5249,23.9766],[121.5288,23.9751],[121.5312,23.9715],[121.5312,23.9701],[121.5287,23.9654],[121.5237,23.9609],[121.5217,23.9578],[121.5193,23.9553],[121.5193,23.9515],[121.5185,23.95],[121.5141,23.9482],[121.5195,23.9457],[121.5275,23.9375],[121.533,23.9333],[121.536,23.9286],[121.5376,23.9277],[121.5456,23.926],[121.5485,23.9261],[121.5535,23.9244],[121.5547,23.9232],[121.5615,23.9194],[121.5695,23.9159],[121.5777,23.9135],[121.5836,23.9121],[121.5899,23.9093],[121.5928,23.9114],[121.5969,23.9174],[121.5998,23.9226],[121.6032,23.9298],[121.6043,23.9338],[121.6097,23.9442],[121.6069,23.9526],[121.6079,23.9602],[121.6096,23.9631],[121.6076,23.963],[121.5997,23.9648],[121.5978,23.966],[121.5883,23.9741],[121.5927,23.9768],[121.598,23.9872],[121.5935,23.9897],[121.591,23.9897],[121.585,23.9917],[121.5832,23.9898],[121.5764,23.9925],[121.5582,23.9983]]]},"properties":{"TOWNCODE":"10015050","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"吉安鄉"},"id":"10015050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6097,23.9442],[121.6043,23.9338],[121.6032,23.9298],[121.5998,23.9226],[121.5969,23.9174],[121.5928,23.9114],[121.5899,23.9093],[121.5836,23.9121],[121.5777,23.9135],[121.5695,23.9159],[121.5615,23.9194],[121.5547,23.9232],[121.5535,23.9244],[121.5485,23.9261],[121.5456,23.926],[121.5376,23.9277],[121.536,23.9286],[121.533,23.9333],[121.5275,23.9375],[121.5195,23.9457],[121.5141,23.9482],[121.5091,23.9474],[121.507,23.9448],[121.5085,23.9406],[121.5054,23.9383],[121.5053,23.935],[121.5062,23.9304],[121.5052,23.9288],[121.5036,23.9237],[121.5022,23.9227],[121.5011,23.9184],[121.5037,23.9132],[121.5049,23.9049],[121.5039,23.9038],[121.5035,23.8984],[121.5004,23.8919],[121.4981,23.8885],[121.4983,23.8859],[121.4947,23.8842],[121.4905,23.8797],[121.4842,23.8783],[121.482,23.8774],[121.4785,23.8739],[121.4771,23.8703],[121.4748,23.8673],[121.466,23.8633],[121.4622,23.8564],[121.4597,23.8535],[121.4557,23.853],[121.4523,23.8515],[121.4478,23.8478],[121.4506,23.8447],[121.4472,23.842],[121.4502,23.8374],[121.4507,23.8349],[121.4533,23.8311],[121.4532,23.8275],[121.4522,23.8238],[121.4493,23.8213],[121.4421,23.8212],[121.4409,23.8183],[121.4511,23.8125],[121.4571,23.8102],[121.4588,23.8085],[121.4616,23.808],[121.4764,23.8074],[121.482,23.807],[121.4886,23.807],[121.4968,23.8078],[121.5084,23.8104],[121.5196,23.8158],[121.525,23.8172],[121.5266,23.8162],[121.5253,23.8077],[121.5236,23.8041],[121.5202,23.8006],[121.5185,23.7965],[121.5186,23.793],[121.5198,23.7897],[121.5198,23.7866],[121.5159,23.7846],[121.5111,23.7831],[121.5076,23.7811],[121.5,23.7782],[121.4976,23.7762],[121.4961,23.7732],[121.4978,23.7704],[121.4978,23.768],[121.5003,23.7668],[121.5059,23.7656],[121.5062,23.7643],[121.5121,23.7633],[121.5145,23.7599],[121.518,23.7592],[121.5165,23.7577],[121.5172,23.7538],[121.5165,23.7484],[121.5186,23.7484],[121.5196,23.7407],[121.5209,23.7366],[121.5241,23.7334],[121.5241,23.732],[121.5266,23.7313],[121.5279,23.7321],[121.5317,23.7321],[121.5331,23.7333],[121.5382,23.7327],[121.5412,23.7344],[121.5454,23.7398],[121.5459,23.742],[121.5498,23.7416],[121.5534,23.7441],[121.5554,23.7438],[121.5587,23.7484],[121.563,23.7482],[121.5676,23.7463],[121.5698,23.7495],[121.5705,23.7523],[121.5725,23.7566],[121.5731,23.7623],[121.5713,23.7657],[121.5708,23.7768],[121.5708,23.7824],[121.5714,23.7883],[121.5721,23.7912],[121.5724,23.7979],[121.5746,23.8063],[121.5765,23.8109],[121.5813,23.816],[121.5834,23.8198],[121.5852,23.8259],[121.5854,23.8285],[121.5874,23.8311],[121.5896,23.8374],[121.5919,23.8406],[121.5939,23.8446],[121.5949,23.8485],[121.596,23.8504],[121.5971,23.8549],[121.5982,23.857],[121.5996,23.8637],[121.5998,23.8676],[121.6016,23.8735],[121.6027,23.8806],[121.6041,23.8874],[121.6057,23.8994],[121.6049,23.9039],[121.605,23.9094],[121.6066,23.9183],[121.6092,23.9237],[121.61,23.9304],[121.6119,23.9333],[121.6097,23.9442]]]},"properties":{"TOWNCODE":"10015060","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"壽豐鄉"},"id":"10015060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7741,24.3153],[121.7727,24.3136],[121.7699,24.3131],[121.7598,24.314],[121.7556,24.3161],[121.7481,24.3211],[121.7447,24.3229],[121.74,24.3236],[121.735,24.3231],[121.7279,24.326],[121.723,24.3255],[121.7133,24.3269],[121.7047,24.3298],[121.6973,24.3343],[121.6936,24.3349],[121.6897,24.3336],[121.6873,24.3346],[121.6867,24.3394],[121.684,24.3408],[121.6768,24.3375],[121.6743,24.3383],[121.6735,24.3398],[121.6741,24.3423],[121.6733,24.3438],[121.6701,24.3428],[121.6678,24.3446],[121.6675,24.3462],[121.6638,24.3494],[121.6634,24.3524],[121.6613,24.3529],[121.6596,24.3511],[121.6566,24.3533],[121.6533,24.3529],[121.6536,24.3563],[121.6511,24.3596],[121.648,24.3582],[121.6483,24.3563],[121.6501,24.3546],[121.6507,24.3509],[121.6487,24.3495],[121.6462,24.3522],[121.6436,24.3538],[121.6421,24.3563],[121.6401,24.3577],[121.6403,24.3596],[121.6384,24.3622],[121.6348,24.364],[121.6343,24.3666],[121.6309,24.3661],[121.6309,24.3706],[121.6267,24.3694],[121.6217,24.3666],[121.6204,24.3628],[121.6236,24.3619],[121.6214,24.3598],[121.6212,24.358],[121.6271,24.3536],[121.6268,24.3495],[121.63,24.3484],[121.6332,24.3492],[121.6351,24.3484],[121.6358,24.3453],[121.6318,24.3445],[121.6313,24.3433],[121.633,24.3396],[121.6332,24.3357],[121.6319,24.3342],[121.6289,24.3335],[121.6266,24.3363],[121.6281,24.3386],[121.6275,24.3411],[121.6229,24.3394],[121.6205,24.3451],[121.6186,24.3453],[121.6165,24.3406],[121.6161,24.3374],[121.6183,24.3363],[121.6186,24.3346],[121.6152,24.3333],[121.6126,24.3358],[121.6075,24.3351],[121.6065,24.3327],[121.6066,24.3303],[121.6039,24.329],[121.6005,24.3311],[121.5994,24.3334],[121.5968,24.3334],[121.5957,24.3316],[121.5966,24.3281],[121.6014,24.3231],[121.6012,24.3204],[121.6045,24.3184],[121.6051,24.3154],[121.607,24.313],[121.6051,24.3107],[121.6012,24.3147],[121.5972,24.3163],[121.5936,24.3164],[121.5894,24.3138],[121.5873,24.3162],[121.5844,24.3166],[121.5819,24.3179],[121.5785,24.3181],[121.5758,24.3197],[121.5696,24.3179],[121.5666,24.3191],[121.5635,24.3221],[121.5601,24.3226],[121.5583,24.3249],[121.5561,24.3312],[121.5507,24.3342],[121.5465,24.3373],[121.5442,24.3378],[121.5405,24.3359],[121.5366,24.3371],[121.533,24.3371],[121.5309,24.3386],[121.5281,24.3389],[121.5253,24.3424],[121.5204,24.3426],[121.518,24.341],[121.5153,24.3418],[121.5136,24.3408],[121.5099,24.3411],[121.5073,24.3433],[121.5037,24.3427],[121.4998,24.3395],[121.4981,24.3392],[121.4922,24.3421],[121.4904,24.3444],[121.4876,24.3459],[121.4854,24.3485],[121.4814,24.3489],[121.4783,24.352],[121.4758,24.3513],[121.473,24.3527],[121.4654,24.3553],[121.4637,24.3569],[121.461,24.358],[121.4543,24.3636],[121.452,24.3647],[121.4487,24.3628],[121.4473,24.3595],[121.4416,24.3586],[121.4399,24.3545],[121.4378,24.3521],[121.4358,24.3463],[121.4378,24.3423],[121.4345,24.3387],[121.4325,24.3296],[121.4345,24.3256],[121.4348,24.322],[121.4316,24.3205],[121.4285,24.3174],[121.4261,24.314],[121.4232,24.3082],[121.4202,24.3076],[121.4167,24.3092],[121.412,24.3073],[121.4054,24.3083],[121.4046,24.3023],[121.403,24.2962],[121.4007,24.2944],[121.397,24.2902],[121.3966,24.2887],[121.3935,24.2882],[121.3909,24.2897],[121.3898,24.2875],[121.3866,24.2841],[121.382,24.2814],[121.3805,24.2798],[121.3822,24.2762],[121.3831,24.2684],[121.3855,24.2644],[121.3852,24.2605],[121.3858,24.2586],[121.3851,24.2551],[121.3802,24.2533],[121.3766,24.253],[121.3731,24.2541],[121.3699,24.2525],[121.367,24.2522],[121.3643,24.2471],[121.3607,24.2439],[121.358,24.2437],[121.3562,24.2446],[121.3525,24.2432],[121.3532,24.2401],[121.353,24.2364],[121.3522,24.2343],[121.349,24.2316],[121.3486,24.2304],[121.343,24.2236],[121.3433,24.2221],[121.3494,24.2104],[121.3483,24.2073],[121.3492,24.2045],[121.3497,24.2002],[121.349,24.1995],[121.3451,24.2],[121.3403,24.1985],[121.3358,24.1991],[121.3307,24.1978],[121.329,24.1967],[121.3258,24.1962],[121.3244,24.195],[121.3231,24.1921],[121.32,24.1914],[121.3154,24.1849],[121.3106,24.183],[121.3071,24.1803],[121.2986,24.18],[121.2968,24.1785],[121.2922,24.1771],[121.2881,24.1777],[121.2862,24.176],[121.2877,24.1733],[121.2883,24.1667],[121.2879,24.1617],[121.2883,24.1576],[121.2854,24.1571],[121.282,24.1582],[121.2803,24.1579],[121.2809,24.1546],[121.2835,24.1537],[121.2847,24.1523],[121.2842,24.1458],[121.282,24.1394],[121.2814,24.1359],[121.2913,24.1333],[121.2959,24.1324],[121.3012,24.1278],[121.3044,24.1239],[121.308,24.1224],[121.3135,24.1189],[121.3159,24.1164],[121.3193,24.1166],[121.325,24.1161],[121.3285,24.1144],[121.3282,24.1116],[121.3269,24.1103],[121.3258,24.1027],[121.3223,24.0995],[121.3191,24.0954],[121.3192,24.0928],[121.3211,24.0889],[121.3233,24.0865],[121.3231,24.0849],[121.3177,24.0795],[121.3141,24.0776],[121.3118,24.0755],[121.3081,24.0732],[121.3061,24.0695],[121.3023,24.0663],[121.301,24.0635],[121.2989,24.0616],[121.2955,24.0638],[121.2934,24.0616],[121.2903,24.0601],[121.2891,24.0587],[121.2865,24.058],[121.2848,24.0553],[121.2833,24.0545],[121.2826,24.0513],[121.285,24.0486],[121.2856,24.0452],[121.2857,24.0395],[121.2824,24.0347],[121.2819,24.0321],[121.2804,24.031],[121.2787,24.0268],[121.2768,24.0249],[121.2764,24.0204],[121.2736,24.0149],[121.2719,24.0133],[121.2696,24.0082],[121.2694,24.0063],[121.2671,24.0026],[121.2657,24.0014],[121.2639,23.9977],[121.261,23.9941],[121.2599,23.9905],[121.2609,23.9884],[121.2616,23.9812],[121.2651,23.9753],[121.2737,23.9752],[121.275,23.9722],[121.2756,23.9684],[121.2778,23.9652],[121.2759,23.9626],[121.2751,23.9597],[121.2758,23.9565],[121.2747,23.9514],[121.2718,23.9482],[121.2743,23.9457],[121.274,23.942],[121.2721,23.9382],[121.2737,23.9366],[121.2747,23.9301],[121.2735,23.9281],[121.2746,23.9265],[121.279,23.9259],[121.2843,23.9233],[121.2938,23.9249],[121.2951,23.9256],[121.3016,23.9226],[121.3097,23.9198],[121.3121,23.9208],[121.3145,23.9204],[121.3167,23.9172],[121.3205,23.9176],[121.3208,23.9158],[121.326,23.9167],[121.3299,23.9156],[121.3311,23.9139],[121.3301,23.9101],[121.3302,23.907],[121.3341,23.9054],[121.3373,23.9029],[121.3367,23.8984],[121.3408,23.8984],[121.3458,23.8969],[121.3472,23.8927],[121.3498,23.8904],[121.3541,23.8885],[121.3501,23.8867],[121.3517,23.8848],[121.3542,23.8847],[121.357,23.8814],[121.3579,23.8786],[121.3604,23.8772],[121.3601,23.8754],[121.3613,23.8727],[121.3589,23.8693],[121.36,23.8674],[121.3597,23.8656],[121.3639,23.862],[121.3648,23.8596],[121.3682,23.8576],[121.3715,23.8532],[121.3728,23.8532],[121.3764,23.8499],[121.3775,23.8448],[121.3811,23.8422],[121.3846,23.8418],[121.3881,23.839],[121.3933,23.8389],[121.4006,23.8374],[121.4027,23.8393],[121.4055,23.8457],[121.4076,23.8459],[121.4101,23.8435],[121.4121,23.8431],[121.4143,23.845],[121.4182,23.8442],[121.4222,23.8421],[121.4251,23.8373],[121.4285,23.8291],[121.4323,23.8249],[121.4409,23.8183],[121.4421,23.8212],[121.4493,23.8213],[121.4522,23.8238],[121.4532,23.8275],[121.4533,23.8311],[121.4507,23.8349],[121.4502,23.8374],[121.4472,23.842],[121.4506,23.8447],[121.4478,23.8478],[121.4523,23.8515],[121.4557,23.853],[121.4597,23.8535],[121.4622,23.8564],[121.466,23.8633],[121.4748,23.8673],[121.4771,23.8703],[121.4785,23.8739],[121.482,23.8774],[121.4842,23.8783],[121.4905,23.8797],[121.4947,23.8842],[121.4983,23.8859],[121.4981,23.8885],[121.5004,23.8919],[121.5035,23.8984],[121.5039,23.9038],[121.5049,23.9049],[121.5037,23.9132],[121.5011,23.9184],[121.5022,23.9227],[121.5036,23.9237],[121.5052,23.9288],[121.5062,23.9304],[121.5053,23.935],[121.5054,23.9383],[121.5085,23.9406],[121.507,23.9448],[121.5091,23.9474],[121.5141,23.9482],[121.5185,23.95],[121.5193,23.9515],[121.5193,23.9553],[121.5217,23.9578],[121.5237,23.9609],[121.5287,23.9654],[121.5312,23.9701],[121.5312,23.9715],[121.5288,23.9751],[121.5249,23.9766],[121.5218,23.9784],[121.5201,23.9786],[121.5201,23.9832],[121.5207,23.9852],[121.5228,23.9882],[121.5259,23.9911],[121.5278,23.9921],[121.532,23.9899],[121.5351,23.9902],[121.5368,23.9915],[121.5413,23.9924],[121.5428,23.9905],[121.5466,23.9915],[121.5503,23.9932],[121.5551,23.9973],[121.5521,24],[121.5582,23.9983],[121.5577,24.0042],[121.5613,24.0055],[121.5623,24.0072],[121.5659,24.0084],[121.5674,24.005],[121.5691,24.0072],[121.5701,24.0104],[121.5718,24.0079],[121.5738,24.0084],[121.5754,24.0108],[121.5798,24.019],[121.5822,24.0222],[121.5851,24.0239],[121.5867,24.0293],[121.5882,24.0294],[121.5892,24.0361],[121.5885,24.0402],[121.5862,24.0398],[121.5836,24.0425],[121.5886,24.0476],[121.5918,24.0482],[121.5934,24.0458],[121.6006,24.0547],[121.6072,24.065],[121.6096,24.0808],[121.6137,24.0933],[121.6138,24.0979],[121.6131,24.0994],[121.6106,24.0993],[121.6084,24.1012],[121.6151,24.1044],[121.618,24.1067],[121.6303,24.1152],[121.64,24.1222],[121.6341,24.1369],[121.6336,24.1411],[121.6417,24.1334],[121.6443,24.1331],[121.6464,24.1313],[121.6494,24.1305],[121.6533,24.1283],[121.6565,24.1241],[121.6601,24.1295],[121.6624,24.1319],[121.6638,24.1345],[121.6651,24.1404],[121.6647,24.1437],[121.6642,24.1554],[121.6607,24.1617],[121.6591,24.1664],[121.6585,24.1706],[121.6587,24.1791],[121.6598,24.1844],[121.6622,24.1902],[121.6633,24.1941],[121.6664,24.1982],[121.6696,24.2009],[121.6722,24.2058],[121.6739,24.2076],[121.6778,24.2089],[121.6837,24.2121],[121.6849,24.2122],[121.6905,24.2169],[121.6989,24.222],[121.7013,24.2227],[121.7061,24.2256],[121.7093,24.2326],[121.7112,24.236],[121.716,24.2421],[121.7192,24.2438],[121.724,24.244],[121.7283,24.2457],[121.7301,24.2478],[121.7356,24.2528],[121.7392,24.2569],[121.7439,24.2607],[121.7462,24.2711],[121.747,24.2765],[121.7485,24.2808],[121.7512,24.2854],[121.7536,24.2882],[121.7614,24.2959],[121.7695,24.3027],[121.773,24.3088],[121.7741,24.3153]]]},"properties":{"TOWNCODE":"10015110","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"秀林鄉"},"id":"10015110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3311,22.7551],[120.3275,22.7549],[120.3251,22.7562],[120.3248,22.7536],[120.3261,22.7523],[120.3253,22.7493],[120.3265,22.7482],[120.3231,22.7444],[120.3258,22.7417],[120.323,22.7396],[120.3246,22.7362],[120.3231,22.7344],[120.317,22.7355],[120.3159,22.737],[120.3123,22.7355],[120.3085,22.7364],[120.3115,22.7309],[120.3102,22.7298],[120.3057,22.7293],[120.3038,22.7304],[120.3013,22.729],[120.2987,22.7318],[120.2965,22.7284],[120.2952,22.7294],[120.2958,22.7314],[120.2923,22.7352],[120.2928,22.7364],[120.2857,22.7377],[120.285,22.7357],[120.2776,22.7379],[120.2752,22.7317],[120.2709,22.7305],[120.2693,22.7317],[120.266,22.7299],[120.2633,22.7277],[120.2563,22.7185],[120.2568,22.7124],[120.2581,22.7103],[120.2616,22.7015],[120.2622,22.6978],[120.2616,22.6967],[120.2581,22.6956],[120.2581,22.6936],[120.2634,22.6967],[120.2631,22.7003],[120.2656,22.7034],[120.2664,22.7062],[120.2713,22.7049],[120.2925,22.7051],[120.2968,22.7095],[120.2999,22.707],[120.2949,22.7054],[120.2963,22.7042],[120.2977,22.7007],[120.3025,22.7008],[120.3041,22.6975],[120.3081,22.6952],[120.3119,22.6994],[120.3149,22.6959],[120.3215,22.7019],[120.3235,22.7056],[120.3285,22.704],[120.3259,22.7082],[120.3268,22.7098],[120.3295,22.7109],[120.3282,22.7136],[120.3244,22.7179],[120.3289,22.7192],[120.3301,22.7181],[120.3331,22.72],[120.3321,22.7215],[120.3347,22.7225],[120.3376,22.7212],[120.3346,22.7234],[120.3343,22.7256],[120.3372,22.7284],[120.3404,22.7302],[120.3388,22.7351],[120.3401,22.7386],[120.3375,22.7388],[120.3372,22.7401],[120.3406,22.7436],[120.3372,22.7457],[120.3357,22.7455],[120.3361,22.749],[120.3348,22.7494],[120.3344,22.7524],[120.3318,22.7529],[120.3311,22.7551]]]},"properties":{"TOWNCODE":"64000040","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"楠梓區"},"id":"64000040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3778,22.6377],[120.3778,22.6378],[120.3751,22.6438],[120.3746,22.6475],[120.3722,22.6466],[120.3709,22.6482],[120.369,22.6464],[120.365,22.6445],[120.3598,22.6476],[120.3583,22.6422],[120.3527,22.6474],[120.3504,22.6478],[120.3472,22.6473],[120.3485,22.6466],[120.3459,22.6417],[120.3491,22.6401],[120.3502,22.6388],[120.3452,22.6371],[120.3447,22.6338],[120.3431,22.6309],[120.3417,22.6299],[120.3428,22.6281],[120.3456,22.6266],[120.3448,22.625],[120.34,22.6243],[120.3382,22.6206],[120.3407,22.6191],[120.3372,22.6163],[120.3349,22.6161],[120.3345,22.6185],[120.3279,22.6177],[120.3268,22.6166],[120.327,22.6124],[120.3327,22.6124],[120.3326,22.61],[120.3375,22.6102],[120.3383,22.6055],[120.3304,22.6003],[120.3298,22.601],[120.3229,22.5964],[120.3223,22.592],[120.3206,22.5913],[120.3233,22.589],[120.3241,22.585],[120.3278,22.5855],[120.33,22.5867],[120.3341,22.5862],[120.3354,22.5906],[120.3385,22.5869],[120.3393,22.5845],[120.3427,22.5835],[120.3486,22.5847],[120.3498,22.5855],[120.3605,22.5848],[120.3633,22.5851],[120.3648,22.5866],[120.369,22.5868],[120.3702,22.5879],[120.3691,22.5891],[120.3702,22.5911],[120.3684,22.5934],[120.3716,22.5978],[120.3711,22.6024],[120.3729,22.6065],[120.3747,22.6063],[120.3773,22.608],[120.3776,22.6109],[120.3798,22.6172],[120.3782,22.6212],[120.3784,22.6227],[120.3845,22.6247],[120.3876,22.6262],[120.3861,22.6295],[120.3837,22.6287],[120.3808,22.6317],[120.3778,22.6377]]]},"properties":{"TOWNCODE":"64000120","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鳳山區"},"id":"64000120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4353,22.6288],[120.4359,22.6308],[120.4354,22.6338],[120.4353,22.6403],[120.4362,22.6482],[120.4361,22.6517],[120.4303,22.6496],[120.4269,22.6494],[120.4233,22.6476],[120.4217,22.6459],[120.4186,22.6452],[120.416,22.643],[120.4102,22.6432],[120.4064,22.644],[120.4014,22.643],[120.3985,22.6445],[120.3957,22.6446],[120.3926,22.6432],[120.3901,22.6436],[120.3884,22.6423],[120.3845,22.642],[120.3813,22.6393],[120.3778,22.6378],[120.3778,22.6377],[120.3808,22.6317],[120.3837,22.6287],[120.3861,22.6295],[120.3876,22.6262],[120.3845,22.6247],[120.3784,22.6227],[120.3782,22.6212],[120.3798,22.6172],[120.3776,22.6109],[120.3773,22.608],[120.3747,22.6063],[120.3729,22.6065],[120.3711,22.6024],[120.3716,22.5978],[120.3684,22.5934],[120.3702,22.5911],[120.3691,22.5891],[120.3702,22.5879],[120.3735,22.5854],[120.373,22.5831],[120.3778,22.5818],[120.3792,22.5827],[120.3814,22.5799],[120.3858,22.5764],[120.3864,22.5731],[120.385,22.5713],[120.3861,22.5692],[120.389,22.5686],[120.3894,22.5669],[120.3913,22.5651],[120.3951,22.5635],[120.3939,22.5593],[120.3966,22.5534],[120.3973,22.5509],[120.3989,22.5492],[120.3959,22.5429],[120.3945,22.542],[120.3925,22.5374],[120.3971,22.5379],[120.3995,22.5376],[120.4032,22.5355],[120.4031,22.5339],[120.4073,22.5338],[120.4096,22.5328],[120.4137,22.5326],[120.4185,22.534],[120.4275,22.5343],[120.4311,22.5445],[120.4366,22.5476],[120.439,22.555],[120.4407,22.5576],[120.4426,22.5618],[120.4442,22.569],[120.446,22.5815],[120.4471,22.587],[120.4468,22.5934],[120.4455,22.5996],[120.4427,22.6034],[120.439,22.6058],[120.4374,22.6075],[120.4346,22.6134],[120.4336,22.6182],[120.4335,22.6235],[120.4353,22.6288]]]},"properties":{"TOWNCODE":"64000140","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"大寮區"},"id":"64000140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4543,22.7718],[120.4507,22.7728],[120.4442,22.7725],[120.442,22.7734],[120.4386,22.7729],[120.4323,22.7743],[120.4312,22.7741],[120.4285,22.7778],[120.4266,22.7773],[120.4245,22.7749],[120.4208,22.774],[120.4189,22.7745],[120.4176,22.7704],[120.4165,22.7697],[120.4163,22.7665],[120.4173,22.7643],[120.4151,22.7626],[120.4119,22.7581],[120.4116,22.751],[120.4105,22.7488],[120.4117,22.7471],[120.4106,22.7441],[120.4061,22.7403],[120.4055,22.739],[120.3996,22.738],[120.3973,22.7353],[120.3998,22.7357],[120.4016,22.7333],[120.4,22.7262],[120.4033,22.7248],[120.4014,22.719],[120.3994,22.7151],[120.3999,22.7119],[120.3982,22.7106],[120.3984,22.709],[120.3945,22.7048],[120.3935,22.7031],[120.3961,22.7024],[120.3969,22.7005],[120.3954,22.6977],[120.3925,22.6947],[120.3934,22.692],[120.391,22.689],[120.3898,22.6853],[120.3941,22.6837],[120.3965,22.6814],[120.3955,22.6788],[120.3985,22.6731],[120.4004,22.6683],[120.4026,22.6664],[120.4028,22.6596],[120.4016,22.658],[120.4016,22.6554],[120.3996,22.6522],[120.4012,22.6496],[120.4017,22.647],[120.4005,22.6453],[120.4014,22.643],[120.4064,22.644],[120.4102,22.6432],[120.416,22.643],[120.4186,22.6452],[120.4217,22.6459],[120.4233,22.6476],[120.4269,22.6494],[120.4303,22.6496],[120.4361,22.6517],[120.4359,22.6588],[120.4368,22.6655],[120.4378,22.6668],[120.4402,22.6741],[120.4396,22.6783],[120.4426,22.6846],[120.447,22.6877],[120.4481,22.6894],[120.451,22.6974],[120.4512,22.6999],[120.4528,22.7041],[120.4558,22.7186],[120.456,22.731],[120.4548,22.7403],[120.4546,22.7477],[120.4537,22.7567],[120.4537,22.7603],[120.4544,22.7644],[120.4538,22.7675],[120.4543,22.7718]]]},"properties":{"TOWNCODE":"64000150","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"大樹區"},"id":"64000150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4119,22.7581],[120.4102,22.7587],[120.4092,22.7614],[120.4078,22.762],[120.4049,22.7665],[120.4013,22.7659],[120.398,22.7617],[120.3934,22.7619],[120.3916,22.7646],[120.3886,22.7621],[120.387,22.7632],[120.3836,22.7631],[120.3834,22.7605],[120.3803,22.7587],[120.3781,22.7559],[120.3744,22.7551],[120.3741,22.7519],[120.372,22.7534],[120.3678,22.7498],[120.3667,22.7515],[120.3615,22.7512],[120.3572,22.7518],[120.3546,22.7529],[120.3485,22.7516],[120.3445,22.7558],[120.3405,22.7526],[120.3413,22.7499],[120.3391,22.7474],[120.3361,22.749],[120.3357,22.7455],[120.3372,22.7457],[120.3406,22.7436],[120.3372,22.7401],[120.3375,22.7388],[120.3401,22.7386],[120.3388,22.7351],[120.3404,22.7302],[120.3372,22.7284],[120.3343,22.7256],[120.3346,22.7234],[120.3376,22.7212],[120.339,22.7176],[120.3414,22.7164],[120.346,22.7172],[120.349,22.7165],[120.3521,22.717],[120.3581,22.7157],[120.3603,22.7144],[120.3645,22.7091],[120.3666,22.7113],[120.3682,22.7114],[120.3723,22.7154],[120.372,22.7173],[120.3737,22.7219],[120.3728,22.7263],[120.3785,22.7289],[120.3782,22.733],[120.3807,22.7359],[120.3854,22.7378],[120.3884,22.7419],[120.3909,22.7419],[120.3936,22.7374],[120.3927,22.7359],[120.3959,22.7349],[120.3973,22.7353],[120.3996,22.738],[120.4055,22.739],[120.4061,22.7403],[120.4106,22.7441],[120.4117,22.7471],[120.4105,22.7488],[120.4116,22.751],[120.4119,22.7581]]]},"properties":{"TOWNCODE":"64000160","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"大社區"},"id":"64000160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3973,22.7353],[120.3959,22.7349],[120.3927,22.7359],[120.3936,22.7374],[120.3909,22.7419],[120.3884,22.7419],[120.3854,22.7378],[120.3807,22.7359],[120.3782,22.733],[120.3785,22.7289],[120.3728,22.7263],[120.3737,22.7219],[120.372,22.7173],[120.3723,22.7154],[120.3682,22.7114],[120.3666,22.7113],[120.3645,22.7091],[120.3603,22.7144],[120.3581,22.7157],[120.3521,22.717],[120.349,22.7165],[120.346,22.7172],[120.3414,22.7164],[120.339,22.7176],[120.3376,22.7212],[120.3347,22.7225],[120.3321,22.7215],[120.3331,22.72],[120.3301,22.7181],[120.3289,22.7192],[120.3244,22.7179],[120.3282,22.7136],[120.3295,22.7109],[120.3268,22.7098],[120.3259,22.7082],[120.3285,22.704],[120.3235,22.7056],[120.3215,22.7019],[120.3149,22.6959],[120.3162,22.6935],[120.3228,22.6882],[120.3243,22.6838],[120.3221,22.6818],[120.3236,22.6802],[120.3266,22.6798],[120.3279,22.676],[120.3268,22.6739],[120.3281,22.6716],[120.3302,22.6725],[120.3321,22.672],[120.3382,22.6733],[120.3395,22.6721],[120.341,22.673],[120.3468,22.67],[120.3484,22.67],[120.3544,22.6732],[120.3565,22.6712],[120.3569,22.6696],[120.3627,22.6696],[120.3655,22.6718],[120.3737,22.6824],[120.3763,22.6849],[120.3794,22.6863],[120.3793,22.689],[120.3812,22.6892],[120.3864,22.6931],[120.39,22.6966],[120.3925,22.6947],[120.3954,22.6977],[120.3969,22.7005],[120.3961,22.7024],[120.3935,22.7031],[120.3945,22.7048],[120.3984,22.709],[120.3982,22.7106],[120.3999,22.7119],[120.3994,22.7151],[120.4014,22.719],[120.4033,22.7248],[120.4,22.7262],[120.4016,22.7333],[120.3998,22.7357],[120.3973,22.7353]]]},"properties":{"TOWNCODE":"64000170","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"仁武區"},"id":"64000170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3925,22.6947],[120.39,22.6966],[120.3864,22.6931],[120.3812,22.6892],[120.3793,22.689],[120.3794,22.6863],[120.3763,22.6849],[120.3737,22.6824],[120.3655,22.6718],[120.3627,22.6696],[120.3569,22.6696],[120.3565,22.6712],[120.3544,22.6732],[120.3484,22.67],[120.3468,22.67],[120.341,22.673],[120.3395,22.6721],[120.3395,22.671],[120.3336,22.6662],[120.3358,22.6596],[120.3308,22.6602],[120.337,22.6524],[120.3455,22.6462],[120.3472,22.6473],[120.3504,22.6478],[120.3527,22.6474],[120.3583,22.6422],[120.3598,22.6476],[120.365,22.6445],[120.369,22.6464],[120.3709,22.6482],[120.3722,22.6466],[120.3746,22.6475],[120.3751,22.6438],[120.3778,22.6378],[120.3778,22.6377],[120.3778,22.6378],[120.3813,22.6393],[120.3845,22.642],[120.3884,22.6423],[120.3901,22.6436],[120.3926,22.6432],[120.3957,22.6446],[120.3985,22.6445],[120.4014,22.643],[120.4005,22.6453],[120.4017,22.647],[120.4012,22.6496],[120.3996,22.6522],[120.4016,22.6554],[120.4016,22.658],[120.4028,22.6596],[120.4026,22.6664],[120.4004,22.6683],[120.3985,22.6731],[120.3955,22.6788],[120.3965,22.6814],[120.3941,22.6837],[120.3898,22.6853],[120.391,22.689],[120.3934,22.692],[120.3925,22.6947]]]},"properties":{"TOWNCODE":"64000180","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鳥松區"},"id":"64000180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3508,22.8254],[120.3483,22.8277],[120.3445,22.8281],[120.3479,22.8315],[120.3472,22.833],[120.3464,22.8391],[120.3441,22.8422],[120.3411,22.8371],[120.3395,22.8363],[120.3366,22.8367],[120.3348,22.8353],[120.3296,22.8355],[120.3294,22.8368],[120.3259,22.8393],[120.3253,22.8386],[120.3214,22.8394],[120.3196,22.8414],[120.3174,22.8363],[120.3129,22.837],[120.3085,22.837],[120.3071,22.8347],[120.3032,22.8371],[120.3004,22.8371],[120.2995,22.839],[120.2964,22.84],[120.294,22.8396],[120.292,22.8363],[120.2915,22.833],[120.2926,22.8325],[120.2952,22.829],[120.2941,22.8276],[120.2915,22.8268],[120.2872,22.824],[120.2842,22.8237],[120.2835,22.8188],[120.2814,22.8184],[120.2791,22.8168],[120.2745,22.8167],[120.2704,22.8205],[120.2668,22.8204],[120.2681,22.8223],[120.2651,22.8231],[120.2581,22.824],[120.2547,22.825],[120.2554,22.8235],[120.2532,22.821],[120.2532,22.8181],[120.2552,22.8173],[120.2565,22.814],[120.2542,22.8104],[120.253,22.8099],[120.255,22.8066],[120.259,22.8092],[120.2629,22.8027],[120.261,22.7995],[120.2615,22.797],[120.2565,22.7954],[120.2565,22.794],[120.2542,22.7931],[120.2544,22.7912],[120.2523,22.7893],[120.2539,22.7865],[120.2557,22.7804],[120.2551,22.7788],[120.2595,22.7789],[120.2621,22.7757],[120.2584,22.7725],[120.2588,22.7702],[120.2631,22.7701],[120.2638,22.769],[120.2669,22.7708],[120.2671,22.7676],[120.2691,22.7677],[120.2696,22.7707],[120.2744,22.7692],[120.2748,22.7671],[120.2768,22.7681],[120.2806,22.7658],[120.2845,22.7687],[120.2856,22.7713],[120.2898,22.7702],[120.2921,22.773],[120.2945,22.7709],[120.296,22.776],[120.2991,22.776],[120.3003,22.7777],[120.3039,22.7768],[120.3061,22.7728],[120.3092,22.7744],[120.3136,22.7708],[120.3148,22.7709],[120.3153,22.7742],[120.3174,22.7753],[120.3158,22.7787],[120.3166,22.7817],[120.3164,22.786],[120.3142,22.7888],[120.3136,22.7925],[120.3149,22.795],[120.3173,22.7947],[120.3189,22.7961],[120.3203,22.8012],[120.322,22.8002],[120.3242,22.8027],[120.3239,22.805],[120.3258,22.8052],[120.3272,22.8004],[120.3288,22.8045],[120.3321,22.8049],[120.3344,22.8077],[120.3403,22.8102],[120.3432,22.8084],[120.3446,22.8126],[120.3476,22.8117],[120.35,22.814],[120.3501,22.8173],[120.3484,22.8188],[120.3472,22.8217],[120.3473,22.8237],[120.3508,22.8254]]]},"properties":{"TOWNCODE":"64000190","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"岡山區"},"id":"64000190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3148,22.7709],[120.3136,22.7708],[120.3092,22.7744],[120.3061,22.7728],[120.3039,22.7768],[120.3003,22.7777],[120.2991,22.776],[120.296,22.776],[120.2945,22.7709],[120.2921,22.773],[120.2898,22.7702],[120.2856,22.7713],[120.2845,22.7687],[120.2806,22.7658],[120.2768,22.7681],[120.2748,22.7671],[120.2753,22.7651],[120.2743,22.7632],[120.2759,22.7612],[120.2762,22.7573],[120.2756,22.7548],[120.2739,22.7537],[120.2742,22.7506],[120.2718,22.7491],[120.2712,22.7447],[120.2694,22.7423],[120.2646,22.7413],[120.2663,22.7386],[120.263,22.7356],[120.2655,22.7345],[120.2665,22.7312],[120.266,22.7299],[120.2693,22.7317],[120.2709,22.7305],[120.2752,22.7317],[120.2776,22.7379],[120.285,22.7357],[120.2857,22.7377],[120.2928,22.7364],[120.2923,22.7352],[120.2958,22.7314],[120.2952,22.7294],[120.2965,22.7284],[120.2987,22.7318],[120.3013,22.729],[120.3038,22.7304],[120.3057,22.7293],[120.3102,22.7298],[120.3115,22.7309],[120.3085,22.7364],[120.3123,22.7355],[120.3159,22.737],[120.317,22.7355],[120.3231,22.7344],[120.3246,22.7362],[120.323,22.7396],[120.3258,22.7417],[120.3231,22.7444],[120.3265,22.7482],[120.3253,22.7493],[120.3261,22.7523],[120.3248,22.7536],[120.3251,22.7562],[120.3275,22.7549],[120.3311,22.7551],[120.3337,22.7566],[120.3376,22.7577],[120.3351,22.7603],[120.3347,22.7628],[120.3326,22.7666],[120.3327,22.7684],[120.3299,22.7745],[120.3233,22.7686],[120.3189,22.7693],[120.3165,22.769],[120.3148,22.7709]]]},"properties":{"TOWNCODE":"64000200","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"橋頭區"},"id":"64000200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.418,22.8085],[120.416,22.8107],[120.4132,22.8106],[120.4099,22.8131],[120.4096,22.8157],[120.4037,22.8154],[120.4021,22.8161],[120.3981,22.8159],[120.3959,22.8142],[120.3956,22.8174],[120.3939,22.8173],[120.3865,22.8195],[120.3841,22.8206],[120.3831,22.8187],[120.381,22.8197],[120.3804,22.8215],[120.3779,22.8241],[120.3749,22.8254],[120.3722,22.825],[120.3666,22.8261],[120.365,22.8284],[120.3629,22.8255],[120.3601,22.8272],[120.3582,22.8312],[120.3566,22.8303],[120.3538,22.8303],[120.3503,22.8268],[120.3508,22.8254],[120.3473,22.8237],[120.3472,22.8217],[120.3484,22.8188],[120.3501,22.8173],[120.35,22.814],[120.3476,22.8117],[120.3446,22.8126],[120.3432,22.8084],[120.3403,22.8102],[120.3344,22.8077],[120.3321,22.8049],[120.3288,22.8045],[120.3272,22.8004],[120.3258,22.8052],[120.3239,22.805],[120.3242,22.8027],[120.322,22.8002],[120.3203,22.8012],[120.3189,22.7961],[120.3173,22.7947],[120.3149,22.795],[120.3136,22.7925],[120.3142,22.7888],[120.3164,22.786],[120.3166,22.7817],[120.3158,22.7787],[120.3174,22.7753],[120.3153,22.7742],[120.3148,22.7709],[120.3165,22.769],[120.3189,22.7693],[120.3233,22.7686],[120.3299,22.7745],[120.3327,22.7684],[120.3326,22.7666],[120.3347,22.7628],[120.3351,22.7603],[120.3376,22.7577],[120.3337,22.7566],[120.3311,22.7551],[120.3318,22.7529],[120.3344,22.7524],[120.3348,22.7494],[120.3361,22.749],[120.3391,22.7474],[120.3413,22.7499],[120.3405,22.7526],[120.3445,22.7558],[120.3485,22.7516],[120.3546,22.7529],[120.3572,22.7518],[120.3615,22.7512],[120.3667,22.7515],[120.3678,22.7498],[120.372,22.7534],[120.3741,22.7519],[120.3744,22.7551],[120.3781,22.7559],[120.3803,22.7587],[120.3834,22.7605],[120.3836,22.7631],[120.387,22.7632],[120.3886,22.7621],[120.3916,22.7646],[120.3934,22.7619],[120.398,22.7617],[120.4013,22.7659],[120.4049,22.7665],[120.4078,22.762],[120.4092,22.7614],[120.4102,22.7587],[120.4119,22.7581],[120.4151,22.7626],[120.4173,22.7643],[120.4163,22.7665],[120.4165,22.7697],[120.4176,22.7704],[120.4189,22.7745],[120.4208,22.774],[120.4245,22.7749],[120.4266,22.7773],[120.4285,22.7778],[120.428,22.7787],[120.4299,22.7814],[120.4318,22.7864],[120.4303,22.7868],[120.4292,22.789],[120.4268,22.7912],[120.4235,22.7923],[120.4219,22.7938],[120.4229,22.7971],[120.4203,22.8],[120.4198,22.803],[120.417,22.8046],[120.4156,22.8067],[120.418,22.8085]]]},"properties":{"TOWNCODE":"64000210","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"燕巢區"},"id":"64000210"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4087,22.9123],[120.4063,22.9147],[120.4053,22.9182],[120.4011,22.9185],[120.399,22.9223],[120.3955,22.9227],[120.3922,22.9223],[120.3887,22.9207],[120.3869,22.9183],[120.383,22.92],[120.3804,22.9186],[120.3775,22.9182],[120.3768,22.9149],[120.3738,22.9142],[120.3717,22.9108],[120.3731,22.9095],[120.3723,22.9079],[120.369,22.9057],[120.3663,22.9051],[120.366,22.9022],[120.3634,22.9023],[120.3596,22.9015],[120.3592,22.9002],[120.3611,22.8979],[120.3556,22.8939],[120.3531,22.8913],[120.3511,22.8882],[120.3493,22.886],[120.349,22.8839],[120.3515,22.8822],[120.3539,22.884],[120.3522,22.8858],[120.353,22.8871],[120.3563,22.8867],[120.3561,22.883],[120.3575,22.8805],[120.3553,22.8801],[120.3548,22.8781],[120.3569,22.8742],[120.355,22.8711],[120.3529,22.8698],[120.3503,22.8669],[120.3497,22.8643],[120.3468,22.8586],[120.3455,22.854],[120.3441,22.8512],[120.3446,22.8466],[120.3441,22.8422],[120.3464,22.8391],[120.3472,22.833],[120.3479,22.8315],[120.3445,22.8281],[120.3483,22.8277],[120.3508,22.8254],[120.3503,22.8268],[120.3538,22.8303],[120.3566,22.8303],[120.3582,22.8312],[120.3601,22.8272],[120.3629,22.8255],[120.365,22.8284],[120.3666,22.8261],[120.3722,22.825],[120.3749,22.8254],[120.3779,22.8241],[120.3804,22.8215],[120.381,22.8197],[120.3831,22.8187],[120.3841,22.8206],[120.3865,22.8195],[120.3939,22.8173],[120.3956,22.8174],[120.3959,22.8142],[120.3981,22.8159],[120.4021,22.8161],[120.4037,22.8154],[120.4096,22.8157],[120.4099,22.8131],[120.4132,22.8106],[120.416,22.8107],[120.418,22.8085],[120.4212,22.8115],[120.4218,22.8163],[120.4239,22.8191],[120.4263,22.8191],[120.4274,22.8225],[120.427,22.8247],[120.4305,22.8258],[120.4338,22.8319],[120.4366,22.8351],[120.4394,22.8367],[120.4399,22.838],[120.4438,22.8398],[120.4448,22.8426],[120.4467,22.8436],[120.4475,22.8462],[120.4496,22.8475],[120.4468,22.8513],[120.4452,22.8544],[120.4451,22.8575],[120.443,22.8626],[120.444,22.8646],[120.4462,22.8664],[120.443,22.8683],[120.4433,22.8697],[120.4471,22.8723],[120.4485,22.8743],[120.4466,22.875],[120.4451,22.8778],[120.4432,22.8789],[120.4426,22.8821],[120.443,22.8856],[120.4414,22.8867],[120.4391,22.8856],[120.4328,22.8869],[120.4327,22.891],[120.43,22.8945],[120.4244,22.8928],[120.4221,22.8935],[120.4236,22.8963],[120.4235,22.8998],[120.4217,22.8993],[120.4217,22.9034],[120.417,22.905],[120.4173,22.9085],[120.4158,22.9101],[120.4136,22.9077],[120.4077,22.9107],[120.4087,22.9123]]]},"properties":{"TOWNCODE":"64000220","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"田寮區"},"id":"64000220"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3165,22.8984],[120.3142,22.8998],[120.3091,22.9006],[120.3034,22.9004],[120.2998,22.9009],[120.2949,22.9025],[120.2848,22.9047],[120.2797,22.9049],[120.2778,22.904],[120.2778,22.9019],[120.2793,22.8983],[120.2782,22.8962],[120.2784,22.8948],[120.2808,22.8937],[120.2867,22.8932],[120.288,22.8921],[120.2881,22.8899],[120.2893,22.8879],[120.2925,22.8862],[120.2923,22.8822],[120.3045,22.8812],[120.3041,22.8782],[120.3052,22.8742],[120.3045,22.8716],[120.3042,22.8663],[120.3059,22.8653],[120.3068,22.8612],[120.3047,22.8573],[120.306,22.8544],[120.3043,22.8518],[120.2989,22.849],[120.2974,22.8436],[120.2938,22.8423],[120.294,22.8396],[120.2964,22.84],[120.2995,22.839],[120.3004,22.8371],[120.3032,22.8371],[120.3071,22.8347],[120.3085,22.837],[120.3129,22.837],[120.3174,22.8363],[120.3196,22.8414],[120.3214,22.8394],[120.3253,22.8386],[120.3259,22.8393],[120.3294,22.8368],[120.3296,22.8355],[120.3348,22.8353],[120.3366,22.8367],[120.3395,22.8363],[120.3411,22.8371],[120.3441,22.8422],[120.3446,22.8466],[120.3441,22.8512],[120.3455,22.854],[120.3468,22.8586],[120.3497,22.8643],[120.3503,22.8669],[120.3529,22.8698],[120.355,22.8711],[120.3569,22.8742],[120.3548,22.8781],[120.3553,22.8801],[120.3575,22.8805],[120.3561,22.883],[120.3563,22.8867],[120.353,22.8871],[120.3522,22.8858],[120.3539,22.884],[120.3515,22.8822],[120.349,22.8839],[120.3493,22.886],[120.3511,22.8882],[120.3488,22.8906],[120.3451,22.8894],[120.3323,22.8893],[120.3309,22.8905],[120.3278,22.897],[120.3249,22.9005],[120.3209,22.8956],[120.3192,22.8951],[120.3165,22.8984]]]},"properties":{"TOWNCODE":"64000230","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"阿蓮區"},"id":"64000230"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2698,22.8967],[120.2605,22.9018],[120.2579,22.9017],[120.2569,22.899],[120.2588,22.8969],[120.2588,22.8953],[120.2609,22.8908],[120.2596,22.8855],[120.2526,22.8844],[120.2529,22.8774],[120.2539,22.8738],[120.2486,22.8715],[120.2448,22.8719],[120.2417,22.8696],[120.2381,22.8691],[120.2368,22.8706],[120.2331,22.8682],[120.231,22.8683],[120.2262,22.8728],[120.2227,22.8723],[120.2199,22.8706],[120.2187,22.8707],[120.2167,22.8671],[120.2174,22.8658],[120.2206,22.8646],[120.2194,22.8624],[120.2188,22.8576],[120.2134,22.8512],[120.2198,22.8468],[120.2238,22.8455],[120.2267,22.8392],[120.2295,22.8404],[120.2318,22.839],[120.2362,22.84],[120.2389,22.8381],[120.2393,22.8353],[120.2407,22.8348],[120.241,22.8322],[120.2424,22.8318],[120.2433,22.8294],[120.2503,22.829],[120.255,22.8315],[120.257,22.8283],[120.2539,22.8265],[120.2547,22.825],[120.2581,22.824],[120.2651,22.8231],[120.2681,22.8223],[120.2668,22.8204],[120.2704,22.8205],[120.2745,22.8167],[120.2791,22.8168],[120.2814,22.8184],[120.2835,22.8188],[120.2842,22.8237],[120.2872,22.824],[120.2915,22.8268],[120.2941,22.8276],[120.2952,22.829],[120.2926,22.8325],[120.2915,22.833],[120.292,22.8363],[120.294,22.8396],[120.2938,22.8423],[120.2974,22.8436],[120.2989,22.849],[120.3043,22.8518],[120.306,22.8544],[120.3047,22.8573],[120.3068,22.8612],[120.3059,22.8653],[120.3042,22.8663],[120.3045,22.8716],[120.3052,22.8742],[120.3041,22.8782],[120.3045,22.8812],[120.2923,22.8822],[120.2925,22.8862],[120.2893,22.8879],[120.2881,22.8899],[120.288,22.8921],[120.2867,22.8932],[120.2808,22.8937],[120.2784,22.8948],[120.2782,22.8962],[120.2734,22.8953],[120.2698,22.8967]]]},"properties":{"TOWNCODE":"64000240","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"路竹區"},"id":"64000240"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2588,22.8953],[120.2565,22.894],[120.252,22.8951],[120.2476,22.8982],[120.2429,22.9035],[120.2367,22.905],[120.2331,22.9054],[120.2315,22.9092],[120.2317,22.9154],[120.228,22.9169],[120.2259,22.9156],[120.2226,22.9113],[120.2203,22.9096],[120.2161,22.9099],[120.2117,22.912],[120.2081,22.9152],[120.2045,22.9147],[120.2023,22.9154],[120.1947,22.9203],[120.1921,22.9212],[120.1877,22.9202],[120.1898,22.9183],[120.1904,22.9137],[120.1924,22.9108],[120.1989,22.9078],[120.1998,22.9011],[120.1977,22.9008],[120.1969,22.8985],[120.1978,22.8938],[120.2001,22.8889],[120.2033,22.8878],[120.2042,22.8926],[120.2072,22.8935],[120.2096,22.8912],[120.2107,22.8885],[120.2097,22.8856],[120.2067,22.8839],[120.2094,22.8823],[120.2112,22.8826],[120.2183,22.8814],[120.2186,22.8714],[120.2199,22.8706],[120.2227,22.8723],[120.2262,22.8728],[120.231,22.8683],[120.2331,22.8682],[120.2368,22.8706],[120.2381,22.8691],[120.2417,22.8696],[120.2448,22.8719],[120.2486,22.8715],[120.2539,22.8738],[120.2529,22.8774],[120.2526,22.8844],[120.2596,22.8855],[120.2609,22.8908],[120.2588,22.8953]]]},"properties":{"TOWNCODE":"64000250","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"湖內區"},"id":"64000250"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5203,22.9801],[120.5193,22.9782],[120.5148,22.9772],[120.5111,22.975],[120.5096,22.97],[120.5101,22.9677],[120.5086,22.964],[120.5099,22.9622],[120.5094,22.9606],[120.5108,22.9585],[120.505,22.9536],[120.5035,22.9515],[120.5018,22.9516],[120.4992,22.9492],[120.4992,22.9435],[120.4979,22.9404],[120.4979,22.9369],[120.4942,22.9318],[120.4922,22.9317],[120.4907,22.933],[120.4869,22.9334],[120.4838,22.9396],[120.4817,22.9358],[120.4811,22.9326],[120.4817,22.9298],[120.4833,22.9284],[120.4829,22.9255],[120.4797,22.9238],[120.4813,22.9223],[120.482,22.9201],[120.4798,22.9146],[120.4769,22.9127],[120.4748,22.9096],[120.4692,22.8986],[120.4699,22.8942],[120.4669,22.8915],[120.4643,22.8935],[120.4598,22.8892],[120.4533,22.888],[120.4519,22.8868],[120.4463,22.8873],[120.443,22.8856],[120.4426,22.8821],[120.4432,22.8789],[120.4451,22.8778],[120.4466,22.875],[120.4485,22.8743],[120.4471,22.8723],[120.4433,22.8697],[120.443,22.8683],[120.4462,22.8664],[120.444,22.8646],[120.443,22.8626],[120.4451,22.8575],[120.4452,22.8544],[120.4468,22.8513],[120.4496,22.8475],[120.4475,22.8462],[120.4467,22.8436],[120.4448,22.8426],[120.4438,22.8398],[120.4399,22.838],[120.4394,22.8367],[120.4366,22.8351],[120.4338,22.8319],[120.4305,22.8258],[120.427,22.8247],[120.4274,22.8225],[120.4263,22.8191],[120.4239,22.8191],[120.4218,22.8163],[120.4212,22.8115],[120.418,22.8085],[120.4156,22.8067],[120.417,22.8046],[120.4198,22.803],[120.4203,22.8],[120.4229,22.7971],[120.4219,22.7938],[120.4235,22.7923],[120.4268,22.7912],[120.4292,22.789],[120.4303,22.7868],[120.4318,22.7864],[120.4299,22.7814],[120.428,22.7787],[120.4285,22.7778],[120.4312,22.7741],[120.4323,22.7743],[120.4386,22.7729],[120.442,22.7734],[120.4442,22.7725],[120.4507,22.7728],[120.4543,22.7718],[120.4557,22.7745],[120.4559,22.7798],[120.4574,22.7854],[120.46,22.7906],[120.4613,22.7944],[120.4641,22.8006],[120.4651,22.8075],[120.4655,22.8128],[120.4674,22.8155],[120.4675,22.8224],[120.4692,22.825],[120.4687,22.8306],[120.4722,22.8339],[120.474,22.8368],[120.4762,22.8382],[120.4823,22.8359],[120.4878,22.8358],[120.4908,22.8353],[120.494,22.8368],[120.4965,22.8324],[120.4993,22.8313],[120.5053,22.8315],[120.5075,22.8346],[120.5078,22.8421],[120.5104,22.842],[120.5142,22.8434],[120.5184,22.8438],[120.5196,22.8589],[120.5179,22.8594],[120.5165,22.8625],[120.5112,22.8624],[120.506,22.8639],[120.5031,22.8633],[120.5002,22.8637],[120.4989,22.8649],[120.4953,22.8651],[120.4959,22.8673],[120.4983,22.8711],[120.5023,22.8718],[120.5035,22.8741],[120.5029,22.8762],[120.5032,22.8806],[120.5053,22.8833],[120.5056,22.886],[120.5077,22.8869],[120.5072,22.8911],[120.5086,22.8949],[120.5052,22.8986],[120.5056,22.9013],[120.5076,22.9039],[120.51,22.9056],[120.5106,22.9072],[120.5133,22.9092],[120.5156,22.9098],[120.5165,22.9113],[120.5166,22.9114],[120.5166,22.913],[120.5144,22.9156],[120.5165,22.9168],[120.5168,22.9184],[120.5195,22.9219],[120.5206,22.925],[120.5228,22.9271],[120.5239,22.9297],[120.5192,22.9375],[120.5211,22.9423],[120.5193,22.9452],[120.5196,22.9499],[120.5215,22.9515],[120.5242,22.9523],[120.5222,22.9606],[120.5247,22.9669],[120.5273,22.969],[120.5292,22.9736],[120.5288,22.9757],[120.5269,22.9777],[120.5247,22.9787],[120.5222,22.978],[120.5203,22.9801]]]},"properties":{"TOWNCODE":"64000300","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"旗山區"},"id":"64000300"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6237,22.978],[120.62,22.979],[120.6138,22.9788],[120.6093,22.9795],[120.6086,22.9809],[120.6055,22.9833],[120.6022,22.9801],[120.6009,22.9772],[120.6003,22.9737],[120.5963,22.9731],[120.5926,22.9735],[120.5899,22.975],[120.5844,22.9707],[120.5831,22.9706],[120.5774,22.9651],[120.5744,22.9606],[120.5736,22.9577],[120.5762,22.9549],[120.5761,22.9506],[120.5744,22.9498],[120.5752,22.9473],[120.5723,22.9427],[120.5697,22.9411],[120.5655,22.9399],[120.5614,22.9411],[120.5598,22.9409],[120.5561,22.9424],[120.5537,22.941],[120.5519,22.941],[120.5498,22.9376],[120.5477,22.9356],[120.5434,22.9345],[120.5399,22.9317],[120.5368,22.9278],[120.5372,22.9262],[120.5357,22.9248],[120.5322,22.9247],[120.5303,22.9224],[120.5284,22.9218],[120.5273,22.9193],[120.527,22.9162],[120.5246,22.9154],[120.5229,22.9135],[120.5204,22.9135],[120.5166,22.9114],[120.5165,22.9113],[120.5156,22.9098],[120.5133,22.9092],[120.5106,22.9072],[120.51,22.9056],[120.5076,22.9039],[120.5056,22.9013],[120.5052,22.8986],[120.5086,22.8949],[120.5072,22.8911],[120.5077,22.8869],[120.5056,22.886],[120.5053,22.8833],[120.5032,22.8806],[120.5029,22.8762],[120.5035,22.8741],[120.5023,22.8718],[120.4983,22.8711],[120.4959,22.8673],[120.4953,22.8651],[120.4989,22.8649],[120.5002,22.8637],[120.5031,22.8633],[120.506,22.8639],[120.5112,22.8624],[120.5165,22.8625],[120.5179,22.8594],[120.5196,22.8589],[120.5184,22.8438],[120.5142,22.8434],[120.5104,22.842],[120.5078,22.8421],[120.5075,22.8346],[120.5053,22.8315],[120.51,22.8285],[120.5157,22.8316],[120.5199,22.8314],[120.5201,22.8324],[120.5235,22.8329],[120.5243,22.832],[120.5275,22.8322],[120.531,22.8308],[120.534,22.8306],[120.5382,22.8292],[120.5441,22.8298],[120.548,22.8284],[120.5533,22.8284],[120.5576,22.8321],[120.5615,22.8338],[120.5667,22.8383],[120.5696,22.8432],[120.5748,22.8482],[120.5853,22.8563],[120.5952,22.8636],[120.5956,22.8652],[120.5923,22.8741],[120.5939,22.8791],[120.593,22.8807],[120.5951,22.882],[120.5969,22.8848],[120.5961,22.8875],[120.5975,22.8891],[120.596,22.8926],[120.5971,22.8957],[120.5959,22.8968],[120.5971,22.901],[120.5991,22.9026],[120.6004,22.9052],[120.5969,22.9072],[120.5979,22.9087],[120.6003,22.9093],[120.6021,22.9122],[120.6021,22.9142],[120.6036,22.9164],[120.6033,22.9218],[120.6081,22.9226],[120.6104,22.9202],[120.6133,22.9203],[120.6162,22.9234],[120.6173,22.9295],[120.6167,22.931],[120.6188,22.9345],[120.622,22.9374],[120.6212,22.9397],[120.6229,22.9416],[120.6257,22.943],[120.6264,22.9446],[120.6258,22.9494],[120.624,22.951],[120.6261,22.9558],[120.6271,22.9614],[120.6265,22.9635],[120.628,22.9684],[120.6279,22.973],[120.6257,22.9764],[120.6237,22.978]]]},"properties":{"TOWNCODE":"64000310","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"美濃區"},"id":"64000310"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6708,22.9827],[120.6735,22.9859],[120.6781,22.989],[120.6845,22.9914],[120.6884,22.9918],[120.6915,22.9941],[120.6937,22.9976],[120.6876,22.999],[120.6863,22.9997],[120.6813,23.0001],[120.6749,23.0033],[120.6773,23.005],[120.6796,23.0078],[120.6826,23.0093],[120.6847,23.0128],[120.6897,23.018],[120.6915,23.0188],[120.698,23.025],[120.6997,23.0283],[120.6996,23.0304],[120.7012,23.0365],[120.7029,23.0394],[120.7134,23.044],[120.7144,23.0473],[120.7164,23.0511],[120.719,23.0521],[120.7205,23.0547],[120.7228,23.0552],[120.7241,23.0585],[120.7209,23.0605],[120.7176,23.0633],[120.7163,23.0662],[120.7137,23.0684],[120.7122,23.0723],[120.7089,23.0732],[120.7094,23.0779],[120.7089,23.0828],[120.7064,23.0875],[120.7065,23.0888],[120.7089,23.0912],[120.7098,23.0943],[120.7093,23.0982],[120.7136,23.1005],[120.7165,23.1013],[120.7207,23.1007],[120.7266,23.0978],[120.7292,23.0982],[120.734,23.102],[120.7373,23.104],[120.7416,23.1093],[120.7422,23.1114],[120.7446,23.1145],[120.7446,23.1178],[120.741,23.1174],[120.7368,23.1184],[120.735,23.1202],[120.7315,23.1208],[120.7277,23.1188],[120.7216,23.1196],[120.7163,23.1183],[120.7135,23.116],[120.7103,23.1155],[120.7071,23.1165],[120.7051,23.1183],[120.7011,23.1245],[120.697,23.1272],[120.6939,23.1311],[120.6922,23.1345],[120.6881,23.1345],[120.6833,23.1372],[120.6798,23.1407],[120.6768,23.1337],[120.6755,23.1292],[120.6769,23.129],[120.6802,23.1264],[120.682,23.1215],[120.6881,23.112],[120.6909,23.1113],[120.695,23.1085],[120.6954,23.1064],[120.6935,23.102],[120.6869,23.0939],[120.6843,23.0924],[120.6832,23.0935],[120.6797,23.0945],[120.6766,23.0983],[120.6763,23.1001],[120.6737,23.1038],[120.6735,23.1058],[120.675,23.1082],[120.6722,23.1129],[120.6667,23.1173],[120.6658,23.1194],[120.6625,23.1182],[120.6593,23.1163],[120.6562,23.1134],[120.6556,23.1091],[120.6521,23.1043],[120.6498,23.1002],[120.6513,23.0971],[120.6483,23.0914],[120.6455,23.0923],[120.6434,23.0915],[120.6369,23.0877],[120.6395,23.0827],[120.6399,23.0789],[120.6379,23.0753],[120.6344,23.0722],[120.6314,23.0713],[120.629,23.0681],[120.6243,23.0654],[120.6264,23.0628],[120.6247,23.059],[120.623,23.0533],[120.6242,23.0506],[120.6246,23.0477],[120.6222,23.0478],[120.6195,23.0444],[120.6166,23.0428],[120.6144,23.0402],[120.6121,23.0397],[120.6103,23.0373],[120.6081,23.0363],[120.6086,23.0312],[120.6125,23.0298],[120.6178,23.0242],[120.6198,23.0235],[120.6217,23.0187],[120.6201,23.0146],[120.6201,23.0122],[120.6212,23.0096],[120.6217,23.005],[120.6189,23.0011],[120.6184,22.9981],[120.6197,22.9945],[120.6202,22.9903],[120.6195,22.9889],[120.621,22.986],[120.6216,22.9827],[120.6237,22.978],[120.6257,22.9764],[120.6279,22.973],[120.628,22.9684],[120.6265,22.9635],[120.6271,22.9614],[120.6261,22.9558],[120.624,22.951],[120.6258,22.9494],[120.6264,22.9446],[120.6257,22.943],[120.6229,22.9416],[120.6212,22.9397],[120.622,22.9374],[120.6188,22.9345],[120.6167,22.931],[120.6173,22.9295],[120.6162,22.9234],[120.6133,22.9203],[120.6104,22.9202],[120.6081,22.9226],[120.6033,22.9218],[120.6036,22.9164],[120.6021,22.9142],[120.6021,22.9122],[120.6003,22.9093],[120.5979,22.9087],[120.5969,22.9072],[120.6004,22.9052],[120.5991,22.9026],[120.5971,22.901],[120.5959,22.8968],[120.5971,22.8957],[120.596,22.8926],[120.5975,22.8891],[120.5961,22.8875],[120.5969,22.8848],[120.5951,22.882],[120.593,22.8807],[120.5939,22.8791],[120.5923,22.8741],[120.5956,22.8652],[120.5952,22.8636],[120.5983,22.8671],[120.6054,22.873],[120.6141,22.8765],[120.6174,22.8767],[120.6212,22.8757],[120.6273,22.8789],[120.6349,22.8809],[120.6366,22.8821],[120.6402,22.883],[120.645,22.8852],[120.6465,22.8838],[120.6477,22.8796],[120.6491,22.877],[120.6499,22.8853],[120.6519,22.8888],[120.6581,22.896],[120.6595,22.9],[120.6626,22.9048],[120.6643,22.9088],[120.6681,22.9134],[120.6705,22.9183],[120.6695,22.923],[120.6705,22.9267],[120.6701,22.9293],[120.6717,22.934],[120.6713,22.9352],[120.6711,22.9424],[120.6727,22.9458],[120.6706,22.9483],[120.6684,22.954],[120.6657,22.9571],[120.666,22.9612],[120.663,22.9674],[120.6651,22.9722],[120.6695,22.9791],[120.6708,22.9827]]]},"properties":{"TOWNCODE":"64000320","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"六龜區"},"id":"64000320"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6514,23.2085],[120.6488,23.2087],[120.6461,23.207],[120.6433,23.2033],[120.6431,23.2011],[120.6408,23.1984],[120.6389,23.1932],[120.6366,23.1904],[120.6384,23.1857],[120.6404,23.1832],[120.6374,23.1806],[120.6374,23.1783],[120.6362,23.1751],[120.6298,23.1745],[120.6294,23.1733],[120.6311,23.1704],[120.6268,23.1679],[120.6252,23.1678],[120.6231,23.164],[120.6208,23.1628],[120.6165,23.1631],[120.615,23.1595],[120.6135,23.1593],[120.6112,23.156],[120.612,23.152],[120.6076,23.1483],[120.6055,23.1485],[120.6055,23.1463],[120.6038,23.1449],[120.6011,23.1442],[120.599,23.1411],[120.5975,23.1374],[120.5952,23.1345],[120.5948,23.1318],[120.5905,23.1272],[120.5884,23.1234],[120.5889,23.1201],[120.5882,23.1143],[120.5869,23.1122],[120.5831,23.1079],[120.5825,23.106],[120.5803,23.104],[120.5773,23.0996],[120.5756,23.0956],[120.5741,23.0949],[120.5748,23.0914],[120.5731,23.0898],[120.5671,23.082],[120.5634,23.08],[120.5627,23.0784],[120.56,23.0769],[120.5586,23.075],[120.5591,23.0734],[120.5546,23.0689],[120.5465,23.0655],[120.5454,23.0639],[120.5427,23.0635],[120.5414,23.0622],[120.5432,23.0603],[120.5448,23.0561],[120.5446,23.0526],[120.5452,23.0506],[120.5468,23.0496],[120.5467,23.0426],[120.5503,23.0427],[120.5544,23.0389],[120.5556,23.0385],[120.5589,23.0429],[120.5625,23.0444],[120.5641,23.0437],[120.5693,23.0438],[120.57,23.0445],[120.5741,23.0443],[120.5767,23.0449],[120.5782,23.0464],[120.5781,23.0482],[120.581,23.0502],[120.5831,23.0508],[120.586,23.0533],[120.5875,23.0528],[120.5897,23.0498],[120.5947,23.0478],[120.6009,23.0419],[120.6003,23.0392],[120.6017,23.0375],[120.6064,23.0371],[120.6081,23.0363],[120.6103,23.0373],[120.6121,23.0397],[120.6144,23.0402],[120.6166,23.0428],[120.6195,23.0444],[120.6222,23.0478],[120.6246,23.0477],[120.6242,23.0506],[120.623,23.0533],[120.6247,23.059],[120.6264,23.0628],[120.6243,23.0654],[120.629,23.0681],[120.6314,23.0713],[120.6344,23.0722],[120.6379,23.0753],[120.6399,23.0789],[120.6395,23.0827],[120.6369,23.0877],[120.6434,23.0915],[120.6455,23.0923],[120.6483,23.0914],[120.6513,23.0971],[120.6498,23.1002],[120.6521,23.1043],[120.6556,23.1091],[120.6562,23.1134],[120.6593,23.1163],[120.6625,23.1182],[120.6658,23.1194],[120.6709,23.125],[120.6736,23.1264],[120.6755,23.1292],[120.6768,23.1337],[120.6798,23.1407],[120.6798,23.1432],[120.6824,23.1494],[120.6831,23.1525],[120.6851,23.1551],[120.6851,23.1588],[120.6861,23.1632],[120.6873,23.1661],[120.6888,23.1676],[120.6913,23.1719],[120.6895,23.1763],[120.687,23.1765],[120.6842,23.1787],[120.6808,23.1831],[120.6813,23.1883],[120.681,23.1911],[120.6826,23.1947],[120.6801,23.1965],[120.6776,23.1967],[120.6735,23.1985],[120.6679,23.1986],[120.6652,23.1998],[120.6581,23.2007],[120.657,23.204],[120.6528,23.2081],[120.6514,23.2085]]]},"properties":{"TOWNCODE":"64000330","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"甲仙區"},"id":"64000330"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6081,23.0363],[120.6064,23.0371],[120.6017,23.0375],[120.6003,23.0392],[120.6009,23.0419],[120.5947,23.0478],[120.5897,23.0498],[120.5875,23.0528],[120.586,23.0533],[120.5831,23.0508],[120.581,23.0502],[120.5781,23.0482],[120.5782,23.0464],[120.5767,23.0449],[120.5741,23.0443],[120.57,23.0445],[120.5693,23.0438],[120.5641,23.0437],[120.5625,23.0444],[120.5589,23.0429],[120.5556,23.0385],[120.5544,23.0389],[120.5503,23.0427],[120.5467,23.0426],[120.5468,23.0496],[120.5452,23.0506],[120.5446,23.0526],[120.5448,23.0561],[120.5432,23.0603],[120.5414,23.0622],[120.538,23.0607],[120.5381,23.0595],[120.5351,23.0574],[120.5316,23.0567],[120.5265,23.053],[120.523,23.0496],[120.5237,23.0477],[120.5222,23.0456],[120.5196,23.0449],[120.5159,23.0414],[120.5139,23.0387],[120.5104,23.0355],[120.509,23.0351],[120.5037,23.0286],[120.5021,23.0276],[120.5053,23.0245],[120.5069,23.0244],[120.5087,23.0219],[120.5142,23.0186],[120.5173,23.0183],[120.5207,23.0191],[120.5239,23.021],[120.5265,23.0234],[120.5318,23.0265],[120.5335,23.0281],[120.5362,23.026],[120.5373,23.0242],[120.5369,23.0214],[120.5354,23.0177],[120.5355,23.0154],[120.5344,23.0129],[120.5312,23.0105],[120.5295,23.0057],[120.5298,23.0011],[120.526,22.9987],[120.5273,22.9962],[120.5253,22.9932],[120.5244,22.9899],[120.5223,22.9887],[120.5226,22.9862],[120.5204,22.9825],[120.5203,22.9801],[120.5222,22.978],[120.5247,22.9787],[120.5269,22.9777],[120.5288,22.9757],[120.5292,22.9736],[120.5273,22.969],[120.5247,22.9669],[120.5222,22.9606],[120.5242,22.9523],[120.5215,22.9515],[120.5196,22.9499],[120.5193,22.9452],[120.5211,22.9423],[120.5192,22.9375],[120.5239,22.9297],[120.5228,22.9271],[120.5206,22.925],[120.5195,22.9219],[120.5168,22.9184],[120.5165,22.9168],[120.5144,22.9156],[120.5166,22.913],[120.5166,22.9114],[120.5165,22.9113],[120.5166,22.9114],[120.5204,22.9135],[120.5229,22.9135],[120.5246,22.9154],[120.527,22.9162],[120.5273,22.9193],[120.5284,22.9218],[120.5303,22.9224],[120.5322,22.9247],[120.5357,22.9248],[120.5372,22.9262],[120.5368,22.9278],[120.5399,22.9317],[120.5434,22.9345],[120.5477,22.9356],[120.5498,22.9376],[120.5519,22.941],[120.5537,22.941],[120.5561,22.9424],[120.5598,22.9409],[120.5614,22.9411],[120.5655,22.9399],[120.5697,22.9411],[120.5723,22.9427],[120.5752,22.9473],[120.5744,22.9498],[120.5761,22.9506],[120.5762,22.9549],[120.5736,22.9577],[120.5744,22.9606],[120.5774,22.9651],[120.5831,22.9706],[120.5844,22.9707],[120.5899,22.975],[120.5926,22.9735],[120.5963,22.9731],[120.6003,22.9737],[120.6009,22.9772],[120.6022,22.9801],[120.6055,22.9833],[120.6086,22.9809],[120.6093,22.9795],[120.6138,22.9788],[120.62,22.979],[120.6237,22.978],[120.6216,22.9827],[120.621,22.986],[120.6195,22.9889],[120.6202,22.9903],[120.6197,22.9945],[120.6184,22.9981],[120.6189,23.0011],[120.6217,23.005],[120.6212,23.0096],[120.6201,23.0122],[120.6201,23.0146],[120.6217,23.0187],[120.6198,23.0235],[120.6178,23.0242],[120.6125,23.0298],[120.6086,23.0312],[120.6081,23.0363]]]},"properties":{"TOWNCODE":"64000340","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"杉林區"},"id":"64000340"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5203,22.9801],[120.5204,22.9825],[120.5226,22.9862],[120.5223,22.9887],[120.5244,22.9899],[120.5253,22.9932],[120.5273,22.9962],[120.526,22.9987],[120.5298,23.0011],[120.5295,23.0057],[120.5312,23.0105],[120.5344,23.0129],[120.5355,23.0154],[120.5354,23.0177],[120.5369,23.0214],[120.5373,23.0242],[120.5362,23.026],[120.5335,23.0281],[120.5318,23.0265],[120.5265,23.0234],[120.5239,23.021],[120.5207,23.0191],[120.5173,23.0183],[120.5142,23.0186],[120.5087,23.0219],[120.5069,23.0244],[120.5053,23.0245],[120.5021,23.0276],[120.4974,23.024],[120.4949,23.0233],[120.4913,23.0209],[120.487,23.019],[120.4827,23.0156],[120.4813,23.0111],[120.48,23.0036],[120.4738,23.0031],[120.4708,23.0024],[120.4672,23.0036],[120.4604,23.0034],[120.4595,23.0008],[120.4615,22.9982],[120.4591,22.9959],[120.461,22.9924],[120.4597,22.9899],[120.455,22.991],[120.4535,22.9873],[120.4532,22.9849],[120.4548,22.9826],[120.4547,22.9806],[120.4531,22.9785],[120.4496,22.9772],[120.4455,22.9794],[120.4426,22.9773],[120.4422,22.9738],[120.4383,22.966],[120.4362,22.9605],[120.4353,22.9595],[120.4329,22.9555],[120.4327,22.9526],[120.4307,22.9484],[120.4286,22.9408],[120.4261,22.9394],[120.4257,22.9358],[120.4243,22.9325],[120.422,22.9294],[120.4221,22.9276],[120.4184,22.9212],[120.4173,22.9175],[120.4162,22.9161],[120.4108,22.9144],[120.4087,22.9123],[120.4077,22.9107],[120.4136,22.9077],[120.4158,22.9101],[120.4173,22.9085],[120.417,22.905],[120.4217,22.9034],[120.4217,22.8993],[120.4235,22.8998],[120.4236,22.8963],[120.4221,22.8935],[120.4244,22.8928],[120.43,22.8945],[120.4327,22.891],[120.4328,22.8869],[120.4391,22.8856],[120.4414,22.8867],[120.443,22.8856],[120.4463,22.8873],[120.4519,22.8868],[120.4533,22.888],[120.4598,22.8892],[120.4643,22.8935],[120.4669,22.8915],[120.4699,22.8942],[120.4692,22.8986],[120.4748,22.9096],[120.4769,22.9127],[120.4798,22.9146],[120.482,22.9201],[120.4813,22.9223],[120.4797,22.9238],[120.4829,22.9255],[120.4833,22.9284],[120.4817,22.9298],[120.4811,22.9326],[120.4817,22.9358],[120.4838,22.9396],[120.4869,22.9334],[120.4907,22.933],[120.4922,22.9317],[120.4942,22.9318],[120.4979,22.9369],[120.4979,22.9404],[120.4992,22.9435],[120.4992,22.9492],[120.5018,22.9516],[120.5035,22.9515],[120.505,22.9536],[120.5108,22.9585],[120.5094,22.9606],[120.5099,22.9622],[120.5086,22.964],[120.5101,22.9677],[120.5096,22.97],[120.5111,22.975],[120.5148,22.9772],[120.5193,22.9782],[120.5203,22.9801]]]},"properties":{"TOWNCODE":"64000350","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"內門區"},"id":"64000350"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8294,22.9752],[120.8265,22.9771],[120.8217,22.9787],[120.8161,22.9798],[120.8103,22.9853],[120.8085,22.9892],[120.8065,22.9872],[120.8036,22.987],[120.8017,22.9857],[120.7988,22.9857],[120.7968,22.987],[120.7935,22.9873],[120.7915,22.9891],[120.7886,22.9895],[120.7821,22.9935],[120.7766,22.991],[120.7756,22.9882],[120.7729,22.9859],[120.7715,22.9836],[120.7679,22.9828],[120.7638,22.9835],[120.7607,22.9831],[120.7532,22.9842],[120.75,22.9842],[120.7467,22.9819],[120.7445,22.9826],[120.7429,22.9845],[120.7401,22.9852],[120.7381,22.9902],[120.7357,22.9926],[120.7313,22.9951],[120.7283,22.996],[120.7241,23.0023],[120.7198,23.0001],[120.7184,22.9977],[120.7153,22.9967],[120.7128,22.9946],[120.7116,22.9923],[120.7081,22.9904],[120.7043,22.9898],[120.702,22.9885],[120.6937,22.9818],[120.6909,22.9818],[120.6883,22.9807],[120.6871,22.9784],[120.6815,22.9784],[120.6708,22.9827],[120.6695,22.9791],[120.6651,22.9722],[120.663,22.9674],[120.666,22.9612],[120.6657,22.9571],[120.6684,22.954],[120.6706,22.9483],[120.6727,22.9458],[120.6711,22.9424],[120.6713,22.9352],[120.6717,22.934],[120.6701,22.9293],[120.6705,22.9267],[120.6695,22.923],[120.6705,22.9183],[120.6681,22.9134],[120.6643,22.9088],[120.6626,22.9048],[120.6595,22.9],[120.6581,22.896],[120.6519,22.8888],[120.6499,22.8853],[120.6491,22.877],[120.651,22.8772],[120.6532,22.8804],[120.6557,22.8817],[120.6581,22.8797],[120.6584,22.8743],[120.6597,22.87],[120.6587,22.8659],[120.6596,22.8615],[120.6609,22.8597],[120.6643,22.8588],[120.6686,22.8587],[120.6697,22.857],[120.6726,22.8564],[120.677,22.8575],[120.6789,22.8627],[120.6848,22.8638],[120.6862,22.8647],[120.6904,22.8648],[120.692,22.8685],[120.6979,22.8731],[120.702,22.8774],[120.7025,22.8792],[120.7045,22.8807],[120.7083,22.8816],[120.7098,22.8811],[120.7159,22.8808],[120.7205,22.882],[120.7248,22.8809],[120.7286,22.8778],[120.7332,22.8753],[120.7427,22.8736],[120.7462,22.8694],[120.7466,22.8678],[120.75,22.8653],[120.7539,22.8652],[120.7566,22.8622],[120.7591,22.8606],[120.7622,22.8568],[120.7642,22.849],[120.7661,22.8486],[120.7685,22.8452],[120.7699,22.8446],[120.7715,22.8419],[120.7729,22.8411],[120.7742,22.838],[120.7774,22.8357],[120.7793,22.8352],[120.7815,22.8361],[120.7858,22.8399],[120.7902,22.8401],[120.793,22.8423],[120.7917,22.8484],[120.7937,22.8522],[120.8011,22.851],[120.8026,22.8524],[120.8071,22.8549],[120.8138,22.8577],[120.8142,22.8605],[120.8163,22.8622],[120.8191,22.8623],[120.823,22.8657],[120.8261,22.8664],[120.829,22.8657],[120.833,22.8663],[120.8355,22.8645],[120.8373,22.8642],[120.8399,22.8617],[120.8417,22.8585],[120.8413,22.8568],[120.8438,22.8534],[120.8478,22.8518],[120.853,22.8576],[120.8562,22.8551],[120.857,22.853],[120.86,22.8512],[120.8594,22.8492],[120.862,22.8474],[120.8646,22.8431],[120.8653,22.8466],[120.8684,22.8507],[120.8666,22.8534],[120.8695,22.8569],[120.8691,22.8582],[120.8617,22.8614],[120.8592,22.8636],[120.8644,22.867],[120.8655,22.8699],[120.8644,22.8729],[120.8612,22.8761],[120.8597,22.8784],[120.8552,22.8787],[120.8521,22.8781],[120.842,22.8812],[120.8401,22.8823],[120.8388,22.8846],[120.8382,22.8899],[120.8348,22.8935],[120.8332,22.8982],[120.8335,22.8998],[120.8289,22.9036],[120.8285,22.9052],[120.8304,22.9103],[120.8333,22.9123],[120.8317,22.919],[120.8289,22.9213],[120.8269,22.9281],[120.8219,22.935],[120.8215,22.9389],[120.8218,22.9451],[120.8226,22.9482],[120.8248,22.9525],[120.8231,22.9549],[120.8208,22.9615],[120.8222,22.9646],[120.8302,22.9703],[120.8289,22.9735],[120.8294,22.9752]]]},"properties":{"TOWNCODE":"64000360","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"茂林區"},"id":"64000360"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.6658,23.1194],[120.6667,23.1173],[120.6722,23.1129],[120.675,23.1082],[120.6735,23.1058],[120.6737,23.1038],[120.6763,23.1001],[120.6766,23.0983],[120.6797,23.0945],[120.6832,23.0935],[120.6843,23.0924],[120.6869,23.0939],[120.6935,23.102],[120.6954,23.1064],[120.695,23.1085],[120.6909,23.1113],[120.6881,23.112],[120.682,23.1215],[120.6802,23.1264],[120.6769,23.129],[120.6755,23.1292],[120.6736,23.1264],[120.6709,23.125],[120.6658,23.1194]]],[[[121.0153,23.4354],[121.0141,23.4379],[121.0106,23.4412],[121.0107,23.4467],[121.0158,23.4509],[121.0151,23.4541],[121.0116,23.4573],[121.0081,23.4624],[121.0038,23.463],[120.9997,23.4622],[120.9836,23.467],[120.9817,23.4688],[120.9783,23.4694],[120.9765,23.469],[120.9706,23.469],[120.9685,23.4712],[120.9667,23.4717],[120.9649,23.4706],[120.9614,23.4708],[120.9575,23.4695],[120.956,23.4673],[120.9507,23.4649],[120.947,23.4638],[120.9407,23.463],[120.9366,23.4638],[120.9345,23.4615],[120.9348,23.4584],[120.9315,23.4571],[120.9283,23.4568],[120.9216,23.459],[120.9127,23.4585],[120.9085,23.4569],[120.9075,23.455],[120.9045,23.4529],[120.9024,23.4541],[120.8988,23.4511],[120.8968,23.4509],[120.8954,23.4462],[120.8926,23.4454],[120.8907,23.4424],[120.887,23.435],[120.8838,23.4363],[120.882,23.4333],[120.8756,23.4316],[120.8737,23.4298],[120.8717,23.4296],[120.8699,23.4267],[120.8662,23.4261],[120.8648,23.4241],[120.8598,23.4239],[120.8568,23.4219],[120.854,23.4232],[120.8531,23.4219],[120.8495,23.4202],[120.8493,23.412],[120.8453,23.4088],[120.8441,23.4041],[120.8424,23.4017],[120.8384,23.3982],[120.8397,23.3961],[120.8369,23.3934],[120.835,23.3874],[120.8312,23.3868],[120.8294,23.3832],[120.8294,23.3774],[120.8285,23.375],[120.8212,23.3705],[120.8159,23.3714],[120.813,23.3693],[120.8098,23.3696],[120.8085,23.3684],[120.8064,23.3705],[120.8046,23.3708],[120.8102,23.3629],[120.8133,23.3609],[120.8139,23.3597],[120.8128,23.3555],[120.8142,23.3538],[120.819,23.3507],[120.8214,23.3473],[120.8232,23.3459],[120.8233,23.3409],[120.819,23.3393],[120.8154,23.3362],[120.8121,23.3343],[120.8121,23.3328],[120.8088,23.3298],[120.8086,23.3268],[120.8073,23.3254],[120.8065,23.3216],[120.8017,23.3199],[120.7998,23.3199],[120.7976,23.3166],[120.7976,23.3132],[120.7947,23.3098],[120.7915,23.3042],[120.7878,23.3027],[120.7854,23.3005],[120.7849,23.2978],[120.7822,23.2948],[120.7786,23.2951],[120.7761,23.2907],[120.7764,23.2879],[120.7741,23.2861],[120.776,23.2817],[120.7744,23.2799],[120.7728,23.2745],[120.7709,23.2716],[120.7681,23.2695],[120.7687,23.2673],[120.7662,23.2625],[120.7649,23.2619],[120.7653,23.2588],[120.7646,23.2556],[120.7621,23.2532],[120.76,23.2491],[120.7603,23.2443],[120.7581,23.2383],[120.7543,23.2359],[120.7562,23.2323],[120.7553,23.2295],[120.753,23.2284],[120.751,23.2262],[120.7499,23.2228],[120.7471,23.2199],[120.7454,23.2192],[120.7453,23.2147],[120.7432,23.2063],[120.74,23.2014],[120.7363,23.1982],[120.7353,23.195],[120.7321,23.1922],[120.7272,23.1901],[120.7258,23.1884],[120.7242,23.1847],[120.7174,23.1816],[120.7158,23.1837],[120.7113,23.1804],[120.7098,23.1782],[120.7067,23.1767],[120.7015,23.1734],[120.6986,23.1693],[120.6958,23.1711],[120.692,23.1711],[120.6913,23.1719],[120.6888,23.1676],[120.6873,23.1661],[120.6861,23.1632],[120.6851,23.1588],[120.6851,23.1551],[120.6831,23.1525],[120.6824,23.1494],[120.6798,23.1432],[120.6798,23.1407],[120.6833,23.1372],[120.6881,23.1345],[120.6922,23.1345],[120.6939,23.1311],[120.697,23.1272],[120.7011,23.1245],[120.7051,23.1183],[120.7071,23.1165],[120.7103,23.1155],[120.7135,23.116],[120.7163,23.1183],[120.7216,23.1196],[120.7277,23.1188],[120.7315,23.1208],[120.735,23.1202],[120.7368,23.1184],[120.741,23.1174],[120.7446,23.1178],[120.7446,23.1145],[120.7422,23.1114],[120.7416,23.1093],[120.7373,23.104],[120.734,23.102],[120.7292,23.0982],[120.7266,23.0978],[120.7207,23.1007],[120.7165,23.1013],[120.7136,23.1005],[120.7093,23.0982],[120.7098,23.0943],[120.7089,23.0912],[120.7065,23.0888],[120.7064,23.0875],[120.7089,23.0828],[120.7094,23.0779],[120.7089,23.0732],[120.7122,23.0723],[120.7137,23.0684],[120.7163,23.0662],[120.7176,23.0633],[120.7209,23.0605],[120.7241,23.0585],[120.7228,23.0552],[120.7205,23.0547],[120.719,23.0521],[120.7164,23.0511],[120.7144,23.0473],[120.7134,23.044],[120.7029,23.0394],[120.7012,23.0365],[120.6996,23.0304],[120.6997,23.0283],[120.698,23.025],[120.6915,23.0188],[120.6897,23.018],[120.6847,23.0128],[120.6826,23.0093],[120.6796,23.0078],[120.6773,23.005],[120.6749,23.0033],[120.6813,23.0001],[120.6863,22.9997],[120.6876,22.999],[120.6937,22.9976],[120.6915,22.9941],[120.6884,22.9918],[120.6845,22.9914],[120.6781,22.989],[120.6735,22.9859],[120.6708,22.9827],[120.6815,22.9784],[120.6871,22.9784],[120.6883,22.9807],[120.6909,22.9818],[120.6937,22.9818],[120.702,22.9885],[120.7043,22.9898],[120.7081,22.9904],[120.7116,22.9923],[120.7128,22.9946],[120.7153,22.9967],[120.7184,22.9977],[120.7198,23.0001],[120.7241,23.0023],[120.7283,22.996],[120.7313,22.9951],[120.7357,22.9926],[120.7381,22.9902],[120.7401,22.9852],[120.7429,22.9845],[120.7445,22.9826],[120.7467,22.9819],[120.75,22.9842],[120.7532,22.9842],[120.7607,22.9831],[120.7638,22.9835],[120.7679,22.9828],[120.7715,22.9836],[120.7729,22.9859],[120.7756,22.9882],[120.7766,22.991],[120.7821,22.9935],[120.7886,22.9895],[120.7915,22.9891],[120.7935,22.9873],[120.7968,22.987],[120.7988,22.9857],[120.8017,22.9857],[120.8036,22.987],[120.8065,22.9872],[120.8085,22.9892],[120.8103,22.9853],[120.8161,22.9798],[120.8217,22.9787],[120.8265,22.9771],[120.8294,22.9752],[120.8307,22.9758],[120.8322,22.9801],[120.8412,22.984],[120.842,22.9874],[120.8414,22.9899],[120.8426,22.9914],[120.8467,22.9926],[120.8497,22.9957],[120.8521,22.9999],[120.8522,23.0024],[120.851,23.005],[120.8584,23.0051],[120.8607,23.0081],[120.8605,23.0105],[120.8619,23.0192],[120.862,23.0221],[120.8608,23.0253],[120.8613,23.0303],[120.8634,23.0323],[120.8662,23.0323],[120.872,23.0345],[120.8789,23.0344],[120.88,23.0355],[120.8814,23.0419],[120.8813,23.0442],[120.8787,23.049],[120.8745,23.0509],[120.8745,23.0524],[120.8716,23.0547],[120.8692,23.0595],[120.8731,23.0659],[120.8753,23.0685],[120.8779,23.0779],[120.8826,23.0833],[120.8836,23.0866],[120.8858,23.0896],[120.8855,23.0924],[120.8873,23.0956],[120.8892,23.1005],[120.8881,23.1042],[120.8891,23.1071],[120.8894,23.1104],[120.8868,23.1136],[120.885,23.12],[120.8881,23.1224],[120.8862,23.1271],[120.8862,23.1319],[120.8879,23.1364],[120.8858,23.1443],[120.8814,23.1462],[120.8767,23.1516],[120.8833,23.1534],[120.8865,23.1558],[120.887,23.1579],[120.8912,23.1587],[120.895,23.1607],[120.8961,23.172],[120.8983,23.1731],[120.8984,23.1763],[120.9017,23.1786],[120.9059,23.1806],[120.9091,23.1798],[120.9113,23.1828],[120.9125,23.1868],[120.9109,23.1922],[120.9064,23.1967],[120.9057,23.1996],[120.9072,23.2011],[120.9067,23.2057],[120.9076,23.2071],[120.9105,23.2081],[120.9117,23.2102],[120.912,23.217],[120.9117,23.2219],[120.9121,23.2251],[120.9116,23.2279],[120.9143,23.2325],[120.9157,23.2379],[120.9172,23.2383],[120.9194,23.241],[120.924,23.242],[120.9265,23.2446],[120.9301,23.2425],[120.9324,23.2428],[120.9379,23.245],[120.9383,23.2475],[120.9414,23.2521],[120.9464,23.2529],[120.949,23.2559],[120.9507,23.2591],[120.9536,23.2608],[120.9581,23.2652],[120.9594,23.2705],[120.9634,23.2721],[120.9661,23.2766],[120.9687,23.2779],[120.9708,23.2812],[120.9786,23.2823],[120.9861,23.2803],[120.9878,23.2808],[120.9906,23.2841],[120.994,23.2844],[120.9993,23.2869],[121.0014,23.2874],[121.0056,23.2906],[121.0085,23.2913],[121.0108,23.2928],[121.0172,23.2928],[121.0198,23.2945],[121.0238,23.2937],[121.0253,23.2957],[121.0283,23.2971],[121.0314,23.3004],[121.0319,23.3037],[121.0369,23.304],[121.042,23.3072],[121.0462,23.3085],[121.0469,23.3121],[121.0481,23.3146],[121.0472,23.32],[121.0488,23.3229],[121.0488,23.3253],[121.045,23.3278],[121.0417,23.328],[121.0394,23.3291],[121.0365,23.3335],[121.0328,23.3339],[121.0307,23.3372],[121.027,23.3376],[121.0247,23.3399],[121.0223,23.3466],[121.0224,23.3481],[121.02,23.3504],[121.0184,23.3503],[121.0177,23.3482],[121.0152,23.3463],[121.0101,23.3459],[121.0075,23.3492],[121.0076,23.352],[121.0001,23.3565],[120.9941,23.3565],[120.9871,23.3587],[120.9866,23.3627],[120.9869,23.3663],[120.9881,23.3707],[120.9912,23.3714],[120.9943,23.3764],[121.0001,23.3824],[121.0061,23.3836],[121.0079,23.3851],[121.0077,23.3867],[121.0037,23.3889],[121.0011,23.3917],[121.0032,23.3948],[121.0064,23.3966],[121.0081,23.3966],[121.0105,23.3951],[121.0155,23.3971],[121.0192,23.4015],[121.0223,23.4001],[121.0258,23.4029],[121.0283,23.4038],[121.0267,23.4058],[121.0274,23.4102],[121.0269,23.4131],[121.025,23.4143],[121.0276,23.416],[121.0294,23.4202],[121.0292,23.4228],[121.0256,23.4243],[121.0227,23.4248],[121.0211,23.4294],[121.0166,23.431],[121.0142,23.4309],[121.0129,23.4332],[121.0153,23.4354]]]]},"properties":{"TOWNCODE":"64000370","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"桃源區"},"id":"64000370"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6913,23.1719],[120.692,23.1711],[120.6958,23.1711],[120.6986,23.1693],[120.7015,23.1734],[120.7067,23.1767],[120.7098,23.1782],[120.7113,23.1804],[120.7158,23.1837],[120.7174,23.1816],[120.7242,23.1847],[120.7258,23.1884],[120.7272,23.1901],[120.7321,23.1922],[120.7353,23.195],[120.7363,23.1982],[120.74,23.2014],[120.7432,23.2063],[120.7453,23.2147],[120.7454,23.2192],[120.7471,23.2199],[120.7499,23.2228],[120.751,23.2262],[120.753,23.2284],[120.7553,23.2295],[120.7562,23.2323],[120.7543,23.2359],[120.7581,23.2383],[120.7603,23.2443],[120.76,23.2491],[120.7621,23.2532],[120.7646,23.2556],[120.7653,23.2588],[120.7649,23.2619],[120.7662,23.2625],[120.7687,23.2673],[120.7681,23.2695],[120.7709,23.2716],[120.7728,23.2745],[120.7744,23.2799],[120.776,23.2817],[120.7741,23.2861],[120.7764,23.2879],[120.7761,23.2907],[120.7786,23.2951],[120.7822,23.2948],[120.7849,23.2978],[120.7854,23.3005],[120.7878,23.3027],[120.7915,23.3042],[120.7947,23.3098],[120.7976,23.3132],[120.7976,23.3166],[120.7998,23.3199],[120.8017,23.3199],[120.8065,23.3216],[120.8073,23.3254],[120.8086,23.3268],[120.8088,23.3298],[120.8121,23.3328],[120.8121,23.3343],[120.8154,23.3362],[120.819,23.3393],[120.8233,23.3409],[120.8232,23.3459],[120.8214,23.3473],[120.819,23.3507],[120.8142,23.3538],[120.8128,23.3555],[120.8139,23.3597],[120.8133,23.3609],[120.8102,23.3629],[120.8046,23.3708],[120.8033,23.3698],[120.8047,23.3672],[120.802,23.3651],[120.7995,23.3612],[120.7974,23.3597],[120.7957,23.3567],[120.7927,23.3576],[120.7913,23.3532],[120.7885,23.3528],[120.7886,23.3486],[120.7876,23.3461],[120.7855,23.3456],[120.7832,23.3422],[120.7809,23.3422],[120.7777,23.3435],[120.7749,23.3432],[120.7733,23.3418],[120.7685,23.3439],[120.7649,23.3417],[120.7594,23.3443],[120.7575,23.3433],[120.7585,23.3409],[120.7571,23.3388],[120.7589,23.3366],[120.7568,23.3331],[120.7525,23.3312],[120.7533,23.3282],[120.7511,23.3262],[120.7501,23.324],[120.7479,23.3219],[120.7422,23.3215],[120.7404,23.3204],[120.7401,23.3178],[120.7384,23.3163],[120.7363,23.316],[120.7323,23.3139],[120.7303,23.3112],[120.7306,23.3056],[120.7213,23.3083],[120.7163,23.3076],[120.7122,23.3087],[120.7112,23.3074],[120.7071,23.305],[120.7044,23.302],[120.7028,23.2976],[120.7023,23.2941],[120.7035,23.2895],[120.6995,23.2844],[120.6935,23.2845],[120.6899,23.2853],[120.6872,23.2866],[120.6819,23.2876],[120.6802,23.2886],[120.6762,23.2886],[120.676,23.2903],[120.6737,23.2911],[120.6714,23.29],[120.6676,23.2937],[120.6654,23.2932],[120.6619,23.2949],[120.6597,23.2948],[120.6581,23.296],[120.6545,23.2914],[120.652,23.2912],[120.6488,23.2939],[120.6472,23.2974],[120.6437,23.2961],[120.642,23.2927],[120.6437,23.2893],[120.6419,23.2878],[120.6431,23.2865],[120.6441,23.2822],[120.6419,23.2785],[120.6432,23.276],[120.6406,23.2742],[120.6412,23.2715],[120.6394,23.2707],[120.6385,23.2688],[120.6406,23.2667],[120.6421,23.2613],[120.6419,23.2572],[120.6485,23.249],[120.6492,23.2467],[120.6479,23.2448],[120.6492,23.2425],[120.6492,23.2404],[120.6509,23.238],[120.6495,23.2305],[120.6496,23.2282],[120.6534,23.2245],[120.6552,23.2235],[120.6562,23.2176],[120.6538,23.2153],[120.6531,23.2118],[120.6514,23.2085],[120.6528,23.2081],[120.657,23.204],[120.6581,23.2007],[120.6652,23.1998],[120.6679,23.1986],[120.6735,23.1985],[120.6776,23.1967],[120.6801,23.1965],[120.6826,23.1947],[120.681,23.1911],[120.6813,23.1883],[120.6808,23.1831],[120.6842,23.1787],[120.687,23.1765],[120.6895,23.1763],[120.6913,23.1719]]]},"properties":{"TOWNCODE":"64000380","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"那瑪夏區"},"id":"64000380"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5124,25.0217],[121.5088,25.0212],[121.5048,25.0174],[121.5013,25.0129],[121.4973,25.01],[121.494,25.0092],[121.4949,25.0083],[121.4979,25.0091],[121.5035,25.0071],[121.5073,25.0053],[121.509,25.0035],[121.5064,25.0007],[121.5084,24.9998],[121.5126,25.0044],[121.5145,25.0038],[121.5141,25.0003],[121.515,24.9982],[121.5128,24.9943],[121.5232,24.9971],[121.5259,24.9975],[121.5266,24.9955],[121.5314,24.9954],[121.5305,24.9978],[121.5316,25.0012],[121.5339,25.0036],[121.5318,25.0087],[121.5309,25.0097],[121.5262,25.0114],[121.5216,25.0176],[121.5189,25.0198],[121.5124,25.0217]]]},"properties":{"TOWNCODE":"65000040","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"永和區"},"id":"65000040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6092,24.964],[121.6058,24.9631],[121.602,24.9611],[121.5985,24.9613],[121.5969,24.9606],[121.5947,24.9617],[121.5934,24.9642],[121.5912,24.9646],[121.5888,24.9634],[121.5857,24.9632],[121.5845,24.9646],[121.582,24.9648],[121.5786,24.9666],[121.5745,24.9668],[121.5728,24.964],[121.571,24.9644],[121.5653,24.9641],[121.5612,24.9647],[121.5585,24.9683],[121.5575,24.9723],[121.5561,24.9733],[121.5552,24.9763],[121.5537,24.9773],[121.5531,24.9813],[121.5538,24.9852],[121.5509,24.9854],[121.5474,24.9833],[121.5442,24.9846],[121.5448,24.9868],[121.544,24.9883],[121.5392,24.9877],[121.5368,24.9887],[121.5371,24.9923],[121.535,24.9951],[121.5337,24.9924],[121.5317,24.9905],[121.5295,24.9883],[121.5233,24.9839],[121.5225,24.9883],[121.5171,24.9878],[121.5156,24.9869],[121.514,24.9837],[121.5139,24.9815],[121.509,24.9765],[121.5071,24.976],[121.502,24.9699],[121.4982,24.9706],[121.4917,24.9673],[121.4898,24.9671],[121.4857,24.9648],[121.4819,24.9633],[121.4798,24.9639],[121.4718,24.9589],[121.4722,24.9561],[121.4698,24.9545],[121.4678,24.9544],[121.467,24.9516],[121.4616,24.9474],[121.4592,24.9477],[121.4575,24.9461],[121.4584,24.9433],[121.4587,24.9394],[121.4609,24.9375],[121.4598,24.9344],[121.4642,24.9332],[121.4683,24.9308],[121.4736,24.9308],[121.4762,24.9291],[121.4806,24.9288],[121.4848,24.9278],[121.4858,24.9261],[121.4858,24.9232],[121.4881,24.9224],[121.4897,24.9195],[121.492,24.9171],[121.4917,24.9149],[121.4894,24.9081],[121.4923,24.9037],[121.4897,24.9012],[121.4866,24.9005],[121.4829,24.8954],[121.4825,24.8935],[121.4805,24.8908],[121.4754,24.8862],[121.475,24.882],[121.4727,24.8794],[121.4718,24.8773],[121.4743,24.8758],[121.4793,24.8701],[121.4777,24.8655],[121.4805,24.8617],[121.4831,24.8618],[121.4853,24.863],[121.4883,24.8622],[121.4912,24.8645],[121.4949,24.8685],[121.499,24.8702],[121.502,24.873],[121.5041,24.8736],[121.5088,24.8775],[121.5183,24.8812],[121.5207,24.8833],[121.5264,24.8836],[121.5293,24.885],[121.5325,24.8876],[121.535,24.8915],[121.5399,24.8938],[121.5438,24.8902],[121.5466,24.8883],[121.5479,24.8886],[121.5511,24.8913],[121.5542,24.8917],[121.5588,24.8907],[121.5639,24.8872],[121.5646,24.8843],[121.5646,24.8771],[121.5688,24.8775],[121.5713,24.8769],[121.5733,24.8748],[121.5758,24.8751],[121.578,24.8797],[121.5769,24.8818],[121.5779,24.8832],[121.5764,24.8855],[121.5766,24.8878],[121.5783,24.891],[121.5789,24.8951],[121.5782,24.897],[121.5762,24.8988],[121.5717,24.9001],[121.5674,24.9035],[121.5718,24.9087],[121.5782,24.9087],[121.5849,24.9116],[121.5878,24.9138],[121.5904,24.9146],[121.5943,24.913],[121.5954,24.9109],[121.5971,24.9117],[121.5965,24.9187],[121.5956,24.9239],[121.5941,24.9273],[121.5965,24.9328],[121.5964,24.9349],[121.5976,24.9374],[121.5999,24.9391],[121.5979,24.9447],[121.6007,24.9457],[121.6011,24.9471],[121.6071,24.9472],[121.6064,24.9496],[121.6085,24.9522],[121.6078,24.9565],[121.6103,24.9571],[121.6106,24.9596],[121.6092,24.964]]]},"properties":{"TOWNCODE":"65000060","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"新店區"},"id":"65000060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4671,24.993],[121.4672,24.9922],[121.4634,24.9891],[121.4611,24.9891],[121.4591,24.9911],[121.4569,24.9916],[121.4562,24.9943],[121.4548,24.9956],[121.4531,24.991],[121.4497,24.9931],[121.4441,24.9911],[121.4425,24.9928],[121.4405,24.9922],[121.4401,24.9882],[121.4384,24.9865],[121.4369,24.9832],[121.4352,24.9819],[121.435,24.9788],[121.434,24.9757],[121.4288,24.9721],[121.4251,24.971],[121.4221,24.9685],[121.4127,24.966],[121.41,24.9626],[121.4105,24.9559],[121.4098,24.954],[121.4076,24.9521],[121.4087,24.9513],[121.4087,24.9465],[121.41,24.9414],[121.4135,24.9415],[121.4147,24.9395],[121.4177,24.9375],[121.4211,24.9383],[121.4256,24.9384],[121.4304,24.9392],[121.434,24.9405],[121.4367,24.9356],[121.4423,24.9376],[121.4453,24.9404],[121.4481,24.9416],[121.4517,24.9444],[121.4544,24.9444],[121.4575,24.9461],[121.4592,24.9477],[121.4616,24.9474],[121.467,24.9516],[121.4678,24.9544],[121.4698,24.9545],[121.4722,24.9561],[121.4718,24.9589],[121.4798,24.9639],[121.4788,24.9663],[121.4795,24.9677],[121.4796,24.9727],[121.4817,24.9731],[121.4791,24.9777],[121.4757,24.9793],[121.4742,24.9838],[121.4767,24.9857],[121.4796,24.9897],[121.4749,24.9922],[121.4731,24.9941],[121.4702,24.9924],[121.4687,24.9943],[121.4671,24.993]]]},"properties":{"TOWNCODE":"65000130","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"土城區"},"id":"65000130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4911,25.0948],[121.4887,25.0972],[121.4861,25.0988],[121.4811,25.1009],[121.4786,25.1014],[121.4667,25.1016],[121.4627,25.1032],[121.4607,25.0987],[121.4582,25.098],[121.4578,25.0941],[121.4558,25.0924],[121.4546,25.0879],[121.4555,25.0834],[121.4569,25.0814],[121.4633,25.0778],[121.4649,25.0779],[121.4696,25.076],[121.471,25.0735],[121.471,25.0734],[121.473,25.0727],[121.4753,25.0732],[121.4769,25.077],[121.4789,25.0781],[121.4821,25.0817],[121.484,25.0846],[121.4839,25.0885],[121.4888,25.0923],[121.4911,25.0948]]]},"properties":{"TOWNCODE":"65000140","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"蘆洲區"},"id":"65000140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.459,25.1127],[121.4554,25.1162],[121.4551,25.1188],[121.4517,25.1201],[121.4493,25.1201],[121.4458,25.1231],[121.4414,25.1232],[121.4366,25.1268],[121.4315,25.129],[121.4293,25.1287],[121.4261,25.1296],[121.4243,25.1322],[121.4212,25.1295],[121.4167,25.1301],[121.4156,25.1294],[121.416,25.1249],[121.4148,25.1229],[121.4127,25.1228],[121.4102,25.121],[121.4047,25.1226],[121.4032,25.1193],[121.401,25.118],[121.401,25.1151],[121.4001,25.1141],[121.4017,25.1104],[121.4018,25.1076],[121.4035,25.1061],[121.4041,25.1009],[121.4062,25.1023],[121.4069,25.1001],[121.4106,25.0951],[121.4093,25.0937],[121.4107,25.09],[121.408,25.0884],[121.4092,25.0861],[121.4091,25.0842],[121.4109,25.0823],[121.4087,25.0805],[121.4065,25.0828],[121.4036,25.0842],[121.4023,25.0832],[121.4037,25.0783],[121.4056,25.0764],[121.4083,25.0758],[121.4103,25.0757],[121.4145,25.0724],[121.4157,25.0705],[121.4193,25.069],[121.422,25.0693],[121.4306,25.0691],[121.4319,25.0661],[121.435,25.0666],[121.4377,25.0644],[121.4402,25.067],[121.4424,25.0674],[121.4429,25.0692],[121.4454,25.0694],[121.4457,25.0643],[121.448,25.0626],[121.4505,25.0608],[121.4535,25.063],[121.4535,25.0653],[121.4602,25.0684],[121.4626,25.0688],[121.4648,25.0675],[121.4655,25.0655],[121.4698,25.0686],[121.4697,25.0724],[121.471,25.0734],[121.471,25.0735],[121.4696,25.076],[121.4649,25.0779],[121.4633,25.0778],[121.4569,25.0814],[121.4555,25.0834],[121.4546,25.0879],[121.4558,25.0924],[121.4578,25.0941],[121.4582,25.098],[121.4607,25.0987],[121.4627,25.1032],[121.4579,25.1064],[121.4572,25.1088],[121.459,25.1127]]]},"properties":{"TOWNCODE":"65000150","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"五股區"},"id":"65000150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7771,24.9848],[121.7764,24.9853],[121.7758,24.9855],[121.7713,24.9795],[121.7672,24.9796],[121.7638,24.9807],[121.7621,24.9788],[121.7588,24.9769],[121.7558,24.9777],[121.7522,24.9771],[121.7485,24.9742],[121.7464,24.9752],[121.7441,24.9751],[121.7427,24.9795],[121.7389,24.9798],[121.7359,24.9757],[121.7342,24.9764],[121.7265,24.9747],[121.7248,24.9751],[121.7207,24.974],[121.7182,24.9749],[121.7181,24.9733],[121.7158,24.9708],[121.7138,24.9718],[121.7077,24.9727],[121.7049,24.9709],[121.7031,24.9678],[121.7006,24.9667],[121.6988,24.9647],[121.6943,24.9646],[121.6918,24.9632],[121.6887,24.9635],[121.6876,24.9627],[121.685,24.9582],[121.6833,24.9575],[121.6807,24.9546],[121.6759,24.9542],[121.6705,24.9525],[121.6668,24.9523],[121.6657,24.9502],[121.6659,24.9455],[121.6667,24.945],[121.6671,24.9397],[121.6693,24.9392],[121.6701,24.9333],[121.6701,24.9302],[121.6718,24.9282],[121.6746,24.9267],[121.6765,24.9228],[121.6732,24.9199],[121.6694,24.9178],[121.6659,24.9171],[121.6632,24.915],[121.6642,24.911],[121.666,24.9084],[121.6616,24.9051],[121.6616,24.9027],[121.6603,24.9014],[121.6505,24.8969],[121.6488,24.8952],[121.6529,24.8897],[121.6515,24.8875],[121.6516,24.8849],[121.6496,24.8805],[121.6509,24.8788],[121.6542,24.877],[121.6531,24.8703],[121.6484,24.8679],[121.647,24.8636],[121.6447,24.8607],[121.6459,24.8593],[121.6505,24.857],[121.653,24.8552],[121.655,24.8514],[121.6569,24.8497],[121.6597,24.8508],[121.6647,24.8496],[121.6654,24.8504],[121.6694,24.8481],[121.6774,24.8497],[121.6838,24.8501],[121.688,24.8498],[121.6905,24.8483],[121.692,24.845],[121.6942,24.8436],[121.7041,24.8423],[121.7075,24.8388],[121.709,24.8406],[121.7137,24.8416],[121.7153,24.844],[121.7185,24.8456],[121.7222,24.85],[121.7251,24.8507],[121.7273,24.8533],[121.7303,24.8552],[121.7326,24.8558],[121.7385,24.8552],[121.7418,24.8525],[121.7456,24.8528],[121.7474,24.8537],[121.748,24.855],[121.7508,24.8545],[121.7536,24.8561],[121.7604,24.8568],[121.7644,24.8599],[121.7659,24.8623],[121.7692,24.8659],[121.771,24.8649],[121.7755,24.8651],[121.7752,24.8668],[121.7789,24.8713],[121.7832,24.8742],[121.7848,24.8764],[121.7822,24.8792],[121.7817,24.8895],[121.7858,24.8908],[121.7859,24.8926],[121.7898,24.8933],[121.7923,24.8956],[121.792,24.8999],[121.7934,24.8998],[121.788,24.9062],[121.7862,24.9063],[121.785,24.9103],[121.7847,24.9141],[121.7818,24.9178],[121.7781,24.9196],[121.7806,24.9228],[121.7817,24.9279],[121.7852,24.9307],[121.785,24.9334],[121.786,24.9343],[121.7864,24.9374],[121.7895,24.9404],[121.7878,24.9441],[121.7911,24.9513],[121.7933,24.9537],[121.7911,24.9558],[121.7912,24.9578],[121.7901,24.9606],[121.7907,24.9644],[121.7922,24.9663],[121.7918,24.97],[121.7939,24.9731],[121.7941,24.9774],[121.7927,24.9808],[121.7927,24.9834],[121.7865,24.9831],[121.7852,24.982],[121.7815,24.982],[121.7794,24.9839],[121.7771,24.9848]]]},"properties":{"TOWNCODE":"65000200","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"坪林區"},"id":"65000200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8169,25.0421],[121.8147,25.0458],[121.8153,25.048],[121.8135,25.0518],[121.8143,25.0579],[121.8122,25.0594],[121.8099,25.0597],[121.8069,25.0581],[121.8049,25.0607],[121.8045,25.0636],[121.8057,25.0663],[121.8037,25.0676],[121.8005,25.0729],[121.7979,25.0759],[121.7951,25.0774],[121.7896,25.0761],[121.7855,25.0729],[121.7829,25.0726],[121.7808,25.0711],[121.7782,25.0713],[121.7757,25.0701],[121.773,25.0668],[121.772,25.0635],[121.77,25.0635],[121.7649,25.0597],[121.7641,25.0575],[121.7625,25.057],[121.7593,25.0595],[121.7567,25.0593],[121.7555,25.0582],[121.7511,25.0573],[121.7476,25.0537],[121.7459,25.053],[121.7397,25.0531],[121.7378,25.0547],[121.7317,25.0531],[121.7301,25.0534],[121.7245,25.0483],[121.7223,25.0482],[121.7178,25.043],[121.7166,25.0403],[121.7158,25.0363],[121.7124,25.0334],[121.707,25.0335],[121.7032,25.032],[121.7045,25.0275],[121.7011,25.0233],[121.7043,25.0182],[121.7065,25.0175],[121.7067,25.0142],[121.712,25.0096],[121.7136,25.006],[121.7177,25.0074],[121.7223,25.0075],[121.7226,25.0049],[121.721,24.9989],[121.7232,24.997],[121.7251,24.992],[121.7268,24.9892],[121.7246,24.9868],[121.7247,24.984],[121.722,24.9824],[121.7207,24.9802],[121.7173,24.9792],[121.7182,24.9749],[121.7207,24.974],[121.7248,24.9751],[121.7265,24.9747],[121.7342,24.9764],[121.7359,24.9757],[121.7389,24.9798],[121.7427,24.9795],[121.7441,24.9751],[121.7464,24.9752],[121.7485,24.9742],[121.7522,24.9771],[121.7558,24.9777],[121.7588,24.9769],[121.7621,24.9788],[121.7638,24.9807],[121.7672,24.9796],[121.7713,24.9795],[121.7758,24.9855],[121.7764,24.9853],[121.7771,24.9848],[121.7764,24.9853],[121.7758,24.9855],[121.7747,24.9883],[121.7711,24.9889],[121.7687,24.9901],[121.7673,24.9927],[121.7647,24.9935],[121.764,24.9959],[121.7689,24.9998],[121.7711,25.0003],[121.7748,25.0026],[121.7787,25.0075],[121.7801,25.0104],[121.7843,25.0136],[121.7845,25.0179],[121.7891,25.023],[121.7928,25.0236],[121.7994,25.0301],[121.8044,25.0316],[121.8067,25.0316],[121.8087,25.0349],[121.8085,25.037],[121.8103,25.0391],[121.8137,25.0413],[121.8169,25.0421]]]},"properties":{"TOWNCODE":"65000240","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"平溪區"},"id":"65000240"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5758,24.8751],[121.5733,24.8748],[121.5713,24.8769],[121.5688,24.8775],[121.5646,24.8771],[121.5646,24.8843],[121.5639,24.8872],[121.5588,24.8907],[121.5542,24.8917],[121.5511,24.8913],[121.5479,24.8886],[121.5466,24.8883],[121.5438,24.8902],[121.5399,24.8938],[121.535,24.8915],[121.5325,24.8876],[121.5293,24.885],[121.5264,24.8836],[121.5207,24.8833],[121.5183,24.8812],[121.5088,24.8775],[121.5041,24.8736],[121.502,24.873],[121.499,24.8702],[121.4949,24.8685],[121.4912,24.8645],[121.4883,24.8622],[121.4928,24.8567],[121.4927,24.8537],[121.4942,24.8517],[121.4961,24.8511],[121.4972,24.8482],[121.496,24.8415],[121.4947,24.8397],[121.4948,24.8372],[121.4935,24.8358],[121.4906,24.8346],[121.4871,24.8344],[121.4839,24.8315],[121.4836,24.8283],[121.481,24.825],[121.484,24.8197],[121.4834,24.8176],[121.4817,24.8158],[121.4786,24.8161],[121.4731,24.813],[121.4725,24.8105],[121.4691,24.8072],[121.4623,24.8057],[121.4592,24.8014],[121.4553,24.7989],[121.4563,24.7932],[121.4541,24.7918],[121.4515,24.792],[121.4504,24.7909],[121.4488,24.7882],[121.4496,24.7864],[121.446,24.7817],[121.4428,24.7806],[121.4402,24.7788],[121.4379,24.7746],[121.4348,24.7726],[121.432,24.7722],[121.4254,24.767],[121.4234,24.7631],[121.4234,24.7617],[121.4259,24.7605],[121.4256,24.7584],[121.4285,24.7535],[121.4292,24.7499],[121.4286,24.7482],[121.4303,24.7437],[121.4321,24.7421],[121.4331,24.7395],[121.4328,24.7373],[121.4354,24.7329],[121.4341,24.7304],[121.4383,24.7266],[121.441,24.7259],[121.4414,24.7235],[121.4451,24.7148],[121.4488,24.7122],[121.4501,24.7058],[121.4571,24.7031],[121.4599,24.7028],[121.4638,24.7009],[121.4665,24.6981],[121.4696,24.6961],[121.4706,24.6968],[121.4742,24.6961],[121.4748,24.6935],[121.473,24.6898],[121.4739,24.6853],[121.4754,24.6838],[121.4755,24.6807],[121.48,24.6739],[121.4847,24.6738],[121.4869,24.6752],[121.493,24.6732],[121.4967,24.6754],[121.4977,24.677],[121.5003,24.6786],[121.5049,24.6794],[121.5072,24.6823],[121.5137,24.6843],[121.5148,24.6832],[121.5238,24.6833],[121.5268,24.6851],[121.5273,24.6887],[121.5291,24.6876],[121.5333,24.6884],[121.5366,24.6883],[121.5378,24.6913],[121.5375,24.6939],[121.5389,24.6949],[121.5381,24.7003],[121.5408,24.7023],[121.5437,24.7058],[121.5469,24.7063],[121.5498,24.7057],[121.5543,24.7082],[121.5565,24.7113],[121.5581,24.7109],[121.5623,24.7128],[121.5675,24.7115],[121.571,24.7132],[121.572,24.7107],[121.5746,24.71],[121.5773,24.7149],[121.5776,24.7212],[121.5791,24.7225],[121.5832,24.7206],[121.587,24.7201],[121.5907,24.7237],[121.5976,24.7278],[121.5979,24.7292],[121.5942,24.7292],[121.595,24.7325],[121.5942,24.7355],[121.5954,24.7391],[121.5951,24.7405],[121.5919,24.7433],[121.5917,24.7451],[121.5947,24.7464],[121.5954,24.7486],[121.5946,24.7502],[121.5903,24.7512],[121.589,24.7552],[121.5908,24.7587],[121.591,24.7618],[121.594,24.7654],[121.5963,24.767],[121.5955,24.7691],[121.5976,24.7726],[121.5943,24.7792],[121.5932,24.7823],[121.5937,24.7873],[121.599,24.7877],[121.6029,24.7894],[121.6056,24.7891],[121.6096,24.7938],[121.6135,24.7932],[121.6168,24.7939],[121.6206,24.7925],[121.6235,24.7944],[121.6258,24.7953],[121.626,24.7968],[121.6248,24.8012],[121.6264,24.805],[121.626,24.8088],[121.6282,24.8079],[121.6314,24.8092],[121.6376,24.8096],[121.6388,24.8107],[121.6422,24.8104],[121.644,24.8093],[121.6461,24.8101],[121.6474,24.814],[121.6505,24.813],[121.6534,24.8112],[121.6596,24.811],[121.663,24.8126],[121.669,24.818],[121.6742,24.8141],[121.6772,24.8141],[121.6806,24.8175],[121.6837,24.817],[121.686,24.8176],[121.6875,24.8161],[121.6893,24.8172],[121.6889,24.8193],[121.6898,24.8226],[121.6877,24.8242],[121.6887,24.8261],[121.6922,24.8272],[121.6964,24.8303],[121.6969,24.8346],[121.7021,24.8345],[121.7075,24.8388],[121.7041,24.8423],[121.6942,24.8436],[121.692,24.845],[121.6905,24.8483],[121.688,24.8498],[121.6838,24.8501],[121.6774,24.8497],[121.6694,24.8481],[121.6654,24.8504],[121.6647,24.8496],[121.6597,24.8508],[121.6569,24.8497],[121.655,24.8514],[121.653,24.8552],[121.6505,24.857],[121.6459,24.8593],[121.6447,24.8607],[121.6411,24.8621],[121.6384,24.8609],[121.636,24.8578],[121.6321,24.8593],[121.6296,24.8615],[121.6258,24.8614],[121.6214,24.8632],[121.6196,24.8615],[121.6179,24.8619],[121.6155,24.8607],[121.6093,24.8631],[121.6013,24.8632],[121.5977,24.8641],[121.5955,24.8664],[121.5931,24.8661],[121.5902,24.8691],[121.5836,24.8734],[121.5777,24.8743],[121.5758,24.8751]]]},"properties":{"TOWNCODE":"65000290","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"烏來區"},"id":"65000290"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7482,24.2807],[120.7399,24.2817],[120.7218,24.2825],[120.7127,24.2836],[120.7122,24.2744],[120.71,24.2733],[120.7095,24.2708],[120.7081,24.2703],[120.7076,24.2671],[120.71,24.2654],[120.7122,24.2592],[120.7139,24.2567],[120.7114,24.2558],[120.7049,24.2561],[120.6992,24.2496],[120.6991,24.2468],[120.6969,24.2426],[120.6957,24.2391],[120.6981,24.2391],[120.6984,24.2322],[120.697,24.2316],[120.6961,24.2278],[120.697,24.2257],[120.6989,24.2244],[120.7013,24.2242],[120.7023,24.227],[120.7042,24.2298],[120.7061,24.2348],[120.7072,24.2363],[120.7118,24.2362],[120.7123,24.2312],[120.7208,24.2285],[120.7209,24.2256],[120.7225,24.2233],[120.7266,24.2206],[120.7271,24.2193],[120.7325,24.2193],[120.7363,24.2228],[120.7378,24.2249],[120.7422,24.2247],[120.7441,24.2222],[120.7468,24.2227],[120.7521,24.2214],[120.7537,24.2193],[120.7592,24.2178],[120.7606,24.2188],[120.7629,24.2174],[120.7683,24.2169],[120.7722,24.2175],[120.7694,24.2196],[120.7723,24.2223],[120.7708,24.2245],[120.7727,24.2309],[120.771,24.2344],[120.7685,24.2348],[120.7663,24.2374],[120.7677,24.2389],[120.7677,24.2419],[120.7721,24.2431],[120.7748,24.2432],[120.7735,24.2481],[120.7713,24.2498],[120.7695,24.2499],[120.7671,24.2522],[120.7689,24.2546],[120.7682,24.2583],[120.769,24.2632],[120.7698,24.2645],[120.7654,24.2671],[120.7629,24.271],[120.7642,24.2733],[120.7626,24.274],[120.7604,24.2807],[120.7558,24.2795],[120.7482,24.2807]]]},"properties":{"TOWNCODE":"66000090","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"豐原區"},"id":"66000090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7777,24.3206],[120.7721,24.3222],[120.767,24.3256],[120.7645,24.3257],[120.7595,24.3233],[120.7586,24.3185],[120.7611,24.3171],[120.7636,24.3142],[120.7649,24.3098],[120.7647,24.3064],[120.7628,24.3042],[120.7637,24.3011],[120.7653,24.2991],[120.7675,24.2985],[120.7659,24.2928],[120.7638,24.2908],[120.757,24.2891],[120.7549,24.2891],[120.7519,24.2871],[120.7495,24.2876],[120.7482,24.2865],[120.7487,24.2832],[120.7482,24.2807],[120.7558,24.2795],[120.7604,24.2807],[120.7695,24.2813],[120.7751,24.2843],[120.7792,24.2836],[120.7856,24.2836],[120.7907,24.2826],[120.7941,24.2813],[120.7981,24.2808],[120.8057,24.2806],[120.8086,24.28],[120.8106,24.2786],[120.8129,24.2735],[120.8144,24.2688],[120.8184,24.2638],[120.822,24.2533],[120.8229,24.248],[120.824,24.2454],[120.8241,24.2423],[120.8239,24.2394],[120.826,24.2279],[120.8277,24.2236],[120.8286,24.2183],[120.8303,24.2126],[120.8309,24.2041],[120.8321,24.1993],[120.8317,24.1919],[120.8311,24.1898],[120.832,24.188],[120.8322,24.1848],[120.8351,24.1797],[120.8353,24.175],[120.8373,24.1708],[120.8428,24.1636],[120.8464,24.1608],[120.8499,24.1596],[120.8581,24.1587],[120.8617,24.1615],[120.8646,24.1631],[120.8686,24.1643],[120.8684,24.1689],[120.8674,24.172],[120.8653,24.1755],[120.8669,24.1772],[120.8672,24.1795],[120.8707,24.1804],[120.8755,24.1848],[120.8772,24.1878],[120.8817,24.1987],[120.8807,24.2018],[120.8853,24.2031],[120.8878,24.2044],[120.8919,24.2032],[120.8923,24.2045],[120.8953,24.2066],[120.8979,24.2068],[120.8972,24.211],[120.8953,24.2118],[120.8978,24.217],[120.897,24.2215],[120.8975,24.2225],[120.8929,24.2243],[120.8898,24.224],[120.8871,24.2255],[120.888,24.2299],[120.8839,24.2326],[120.881,24.2353],[120.8794,24.2435],[120.8812,24.2442],[120.882,24.2477],[120.8797,24.249],[120.8791,24.2522],[120.8801,24.2538],[120.8788,24.2581],[120.8799,24.2602],[120.8785,24.2641],[120.8784,24.2661],[120.8811,24.2713],[120.8838,24.273],[120.885,24.2762],[120.8884,24.2769],[120.8881,24.279],[120.891,24.2801],[120.8956,24.2845],[120.8975,24.2843],[120.8989,24.2858],[120.8989,24.2884],[120.9051,24.2914],[120.9059,24.2926],[120.9022,24.2922],[120.8907,24.2942],[120.8761,24.295],[120.8696,24.2938],[120.8657,24.2927],[120.8572,24.2891],[120.8505,24.2885],[120.8377,24.2893],[120.8336,24.2905],[120.8318,24.2924],[120.8292,24.2938],[120.8239,24.2983],[120.82,24.3031],[120.8184,24.3063],[120.8119,24.3116],[120.8097,24.3128],[120.8074,24.3152],[120.8047,24.3161],[120.796,24.3164],[120.7927,24.3175],[120.7869,24.3184],[120.784,24.3183],[120.7777,24.3206]]]},"properties":{"TOWNCODE":"66000100","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"東勢區"},"id":"66000100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7243,24.3541],[120.7183,24.3558],[120.7171,24.3488],[120.7183,24.3475],[120.7184,24.3449],[120.717,24.3423],[120.7185,24.34],[120.7155,24.3399],[120.7146,24.3369],[120.7159,24.3356],[120.7136,24.3316],[120.707,24.3321],[120.7034,24.3329],[120.7011,24.3325],[120.7006,24.327],[120.695,24.3258],[120.69,24.3222],[120.6774,24.318],[120.6692,24.3162],[120.6641,24.3161],[120.6586,24.315],[120.6509,24.3149],[120.65,24.3093],[120.6509,24.3071],[120.6484,24.3055],[120.6463,24.2991],[120.6545,24.2938],[120.6587,24.2916],[120.6623,24.2909],[120.6831,24.2847],[120.7004,24.2846],[120.7085,24.2842],[120.7127,24.2836],[120.7218,24.2825],[120.7399,24.2817],[120.7482,24.2807],[120.7487,24.2832],[120.7482,24.2865],[120.7495,24.2876],[120.7519,24.2871],[120.7549,24.2891],[120.757,24.2891],[120.7638,24.2908],[120.7659,24.2928],[120.7675,24.2985],[120.7653,24.2991],[120.7637,24.3011],[120.7628,24.3042],[120.7647,24.3064],[120.7649,24.3098],[120.7636,24.3142],[120.7611,24.3171],[120.7586,24.3185],[120.7595,24.3233],[120.7645,24.3257],[120.7583,24.3287],[120.7532,24.3329],[120.7433,24.3405],[120.7385,24.3451],[120.7344,24.3479],[120.7301,24.352],[120.7243,24.3541]]]},"properties":{"TOWNCODE":"66000150","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"后里區"},"id":"66000150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6463,24.2991],[120.6462,24.2993],[120.6428,24.2983],[120.6411,24.296],[120.6386,24.2902],[120.6366,24.2866],[120.6362,24.2844],[120.6394,24.281],[120.6383,24.279],[120.647,24.2767],[120.6431,24.2716],[120.6413,24.265],[120.6383,24.2626],[120.6325,24.2623],[120.6307,24.2616],[120.6332,24.2593],[120.6356,24.2588],[120.6371,24.2556],[120.6378,24.2524],[120.6419,24.2481],[120.6393,24.2443],[120.644,24.2431],[120.6473,24.2464],[120.651,24.2489],[120.653,24.2513],[120.662,24.2474],[120.6629,24.2475],[120.6687,24.245],[120.6695,24.2456],[120.6752,24.2431],[120.6761,24.2401],[120.6747,24.2392],[120.6745,24.2341],[120.6768,24.2342],[120.6784,24.2375],[120.6805,24.2361],[120.6814,24.2321],[120.6853,24.2318],[120.6855,24.2341],[120.6887,24.2357],[120.6916,24.2352],[120.6898,24.2293],[120.692,24.229],[120.6929,24.2311],[120.697,24.2316],[120.6984,24.2322],[120.6981,24.2391],[120.6957,24.2391],[120.6969,24.2426],[120.6991,24.2468],[120.6992,24.2496],[120.7049,24.2561],[120.7114,24.2558],[120.7139,24.2567],[120.7122,24.2592],[120.71,24.2654],[120.7076,24.2671],[120.7081,24.2703],[120.7095,24.2708],[120.71,24.2733],[120.7122,24.2744],[120.7127,24.2836],[120.7085,24.2842],[120.7004,24.2846],[120.6831,24.2847],[120.6623,24.2909],[120.6587,24.2916],[120.6545,24.2938],[120.6463,24.2991]]]},"properties":{"TOWNCODE":"66000160","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"神岡區"},"id":"66000160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8241,24.2423],[120.8201,24.242],[120.8163,24.2467],[120.8142,24.2513],[120.8123,24.2521],[120.8069,24.2589],[120.8067,24.2604],[120.8002,24.2662],[120.7943,24.269],[120.7933,24.2701],[120.7907,24.269],[120.7933,24.2672],[120.7942,24.2634],[120.8018,24.2554],[120.8021,24.2517],[120.8032,24.2498],[120.8017,24.2481],[120.8017,24.2458],[120.7951,24.247],[120.7928,24.2482],[120.7924,24.2499],[120.7893,24.253],[120.7859,24.2543],[120.7865,24.2513],[120.7861,24.2492],[120.7829,24.2472],[120.7823,24.2491],[120.7806,24.2499],[120.7799,24.2459],[120.7772,24.2417],[120.7748,24.2432],[120.7721,24.2431],[120.7677,24.2419],[120.7677,24.2389],[120.7663,24.2374],[120.7685,24.2348],[120.771,24.2344],[120.7727,24.2309],[120.7708,24.2245],[120.7723,24.2223],[120.7694,24.2196],[120.7722,24.2175],[120.7683,24.2169],[120.7701,24.2159],[120.7733,24.2126],[120.7784,24.2119],[120.7824,24.2107],[120.7886,24.2067],[120.7938,24.2055],[120.7963,24.2039],[120.7997,24.2001],[120.8012,24.1965],[120.7995,24.1923],[120.8001,24.1881],[120.7985,24.1858],[120.7973,24.1825],[120.8001,24.1792],[120.7999,24.1741],[120.8022,24.1723],[120.8026,24.1695],[120.8021,24.1675],[120.8036,24.1667],[120.8046,24.1634],[120.8063,24.161],[120.8054,24.1557],[120.8041,24.1549],[120.8035,24.1503],[120.8104,24.1489],[120.8118,24.1453],[120.8149,24.1445],[120.8198,24.1472],[120.8215,24.1465],[120.8235,24.142],[120.8302,24.1439],[120.8339,24.1408],[120.8342,24.1368],[120.8332,24.1349],[120.8346,24.1323],[120.8342,24.1301],[120.8316,24.1273],[120.8323,24.1231],[120.8357,24.1205],[120.8377,24.1179],[120.8404,24.1202],[120.8421,24.1207],[120.8428,24.1229],[120.8451,24.1246],[120.8489,24.1239],[120.8536,24.1246],[120.8562,24.1215],[120.8572,24.1173],[120.8586,24.1162],[120.8657,24.1155],[120.8689,24.1176],[120.8723,24.1169],[120.8778,24.1097],[120.8814,24.1005],[120.8791,24.0984],[120.8782,24.0935],[120.8769,24.0914],[120.8783,24.0852],[120.8803,24.0886],[120.882,24.0884],[120.8861,24.0956],[120.89,24.0966],[120.8915,24.0982],[120.891,24.1017],[120.8941,24.1064],[120.8942,24.1107],[120.8911,24.1122],[120.8902,24.1135],[120.8919,24.1161],[120.8962,24.1165],[120.8953,24.1188],[120.8951,24.1225],[120.8939,24.1259],[120.8947,24.1292],[120.8945,24.1322],[120.8962,24.139],[120.8936,24.1406],[120.8896,24.1408],[120.8874,24.1392],[120.8847,24.139],[120.8843,24.1459],[120.883,24.1478],[120.8837,24.1496],[120.8849,24.1577],[120.8887,24.1575],[120.8922,24.1558],[120.8951,24.1568],[120.8941,24.1606],[120.894,24.1664],[120.8882,24.1669],[120.8814,24.1669],[120.8776,24.1657],[120.8686,24.1643],[120.8646,24.1631],[120.8617,24.1615],[120.8581,24.1587],[120.8499,24.1596],[120.8464,24.1608],[120.8428,24.1636],[120.8373,24.1708],[120.8353,24.175],[120.8351,24.1797],[120.8322,24.1848],[120.832,24.188],[120.8311,24.1898],[120.8317,24.1919],[120.8321,24.1993],[120.8309,24.2041],[120.8303,24.2126],[120.8286,24.2183],[120.8277,24.2236],[120.826,24.2279],[120.8239,24.2394],[120.8241,24.2423]]]},"properties":{"TOWNCODE":"66000190","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"新社區"},"id":"66000190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8241,24.2423],[120.824,24.2454],[120.8229,24.248],[120.822,24.2533],[120.8184,24.2638],[120.8144,24.2688],[120.8129,24.2735],[120.8106,24.2786],[120.8086,24.28],[120.8057,24.2806],[120.7981,24.2808],[120.7941,24.2813],[120.7907,24.2826],[120.7856,24.2836],[120.7792,24.2836],[120.7751,24.2843],[120.7695,24.2813],[120.7604,24.2807],[120.7626,24.274],[120.7642,24.2733],[120.7629,24.271],[120.7654,24.2671],[120.7698,24.2645],[120.769,24.2632],[120.7682,24.2583],[120.7689,24.2546],[120.7671,24.2522],[120.7695,24.2499],[120.7713,24.2498],[120.7735,24.2481],[120.7748,24.2432],[120.7772,24.2417],[120.7799,24.2459],[120.7806,24.2499],[120.7823,24.2491],[120.7829,24.2472],[120.7861,24.2492],[120.7865,24.2513],[120.7859,24.2543],[120.7893,24.253],[120.7924,24.2499],[120.7928,24.2482],[120.7951,24.247],[120.8017,24.2458],[120.8017,24.2481],[120.8032,24.2498],[120.8021,24.2517],[120.8018,24.2554],[120.7942,24.2634],[120.7933,24.2672],[120.7907,24.269],[120.7933,24.2701],[120.7943,24.269],[120.8002,24.2662],[120.8067,24.2604],[120.8069,24.2589],[120.8123,24.2521],[120.8142,24.2513],[120.8163,24.2467],[120.8201,24.242],[120.8241,24.2423]]]},"properties":{"TOWNCODE":"66000200","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"石岡區"},"id":"66000200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7073,24.3579],[120.7022,24.3594],[120.6924,24.3605],[120.6844,24.3623],[120.6838,24.3585],[120.6821,24.3585],[120.6559,24.3626],[120.6513,24.3584],[120.6496,24.3562],[120.6468,24.3552],[120.6455,24.3534],[120.6458,24.3508],[120.64,24.3455],[120.635,24.346],[120.6321,24.3376],[120.6292,24.3376],[120.6263,24.3367],[120.6248,24.3372],[120.6193,24.335],[120.6144,24.332],[120.6118,24.3273],[120.6114,24.3233],[120.609,24.3158],[120.6117,24.3152],[120.618,24.3156],[120.6215,24.3153],[120.6332,24.3088],[120.6442,24.3015],[120.6462,24.2993],[120.6463,24.2991],[120.6484,24.3055],[120.6509,24.3071],[120.65,24.3093],[120.6509,24.3149],[120.6586,24.315],[120.6641,24.3161],[120.6692,24.3162],[120.6774,24.318],[120.69,24.3222],[120.695,24.3258],[120.7006,24.327],[120.7011,24.3325],[120.7034,24.3329],[120.707,24.3321],[120.7136,24.3316],[120.7159,24.3356],[120.7146,24.3369],[120.7155,24.3399],[120.7185,24.34],[120.717,24.3423],[120.7184,24.3449],[120.7183,24.3475],[120.7171,24.3488],[120.7183,24.3558],[120.7073,24.3579]]]},"properties":{"TOWNCODE":"66000210","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"外埔區"},"id":"66000210"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5837,24.1742],[120.5763,24.1755],[120.5702,24.1757],[120.5709,24.1704],[120.5682,24.1707],[120.5642,24.1727],[120.5597,24.1726],[120.5574,24.1738],[120.5529,24.1709],[120.5498,24.1708],[120.5428,24.1717],[120.5417,24.1707],[120.5383,24.1726],[120.5335,24.1731],[120.5337,24.1748],[120.5261,24.176],[120.5258,24.1767],[120.5126,24.177],[120.5175,24.1653],[120.5197,24.1615],[120.5208,24.1585],[120.5242,24.1529],[120.5259,24.1485],[120.525,24.1436],[120.5234,24.1399],[120.5289,24.1324],[120.5307,24.129],[120.5335,24.1258],[120.5403,24.124],[120.5452,24.1166],[120.5496,24.1139],[120.5537,24.1128],[120.5578,24.1126],[120.5653,24.1099],[120.5731,24.1083],[120.5766,24.1096],[120.5818,24.1095],[120.5821,24.1119],[120.5843,24.1129],[120.5868,24.1178],[120.5829,24.1209],[120.5842,24.1237],[120.5883,24.1292],[120.5876,24.132],[120.5857,24.1342],[120.5863,24.1379],[120.5845,24.1393],[120.5814,24.1436],[120.5794,24.144],[120.5744,24.148],[120.5744,24.1558],[120.5774,24.1557],[120.5788,24.1597],[120.5816,24.1656],[120.5849,24.1696],[120.5844,24.1704],[120.5831,24.1727],[120.5837,24.1742]]]},"properties":{"TOWNCODE":"66000240","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大肚區"},"id":"66000240"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4369,24.3829],[121.4294,24.3831],[121.4257,24.3815],[121.4233,24.3814],[121.4196,24.3792],[121.4132,24.3798],[121.4085,24.3781],[121.4041,24.3778],[121.4019,24.3796],[121.3983,24.3778],[121.3958,24.378],[121.3932,24.3753],[121.3902,24.3753],[121.3892,24.3742],[121.3879,24.37],[121.3835,24.3677],[121.3804,24.367],[121.3774,24.3684],[121.3738,24.368],[121.3693,24.3725],[121.3693,24.3743],[121.3671,24.3787],[121.3682,24.3813],[121.3698,24.3821],[121.3688,24.3849],[121.3647,24.3892],[121.3594,24.3904],[121.3553,24.3931],[121.3524,24.3922],[121.3505,24.3928],[121.3426,24.3928],[121.3383,24.3902],[121.3372,24.3921],[121.3329,24.3959],[121.3311,24.3985],[121.3279,24.3983],[121.3261,24.4006],[121.326,24.4037],[121.325,24.4069],[121.3274,24.4127],[121.3271,24.4153],[121.3278,24.4185],[121.3274,24.4215],[121.3287,24.4274],[121.3277,24.4306],[121.3283,24.4335],[121.3256,24.4359],[121.3234,24.4388],[121.3206,24.4411],[121.3177,24.4415],[121.313,24.4368],[121.3103,24.4364],[121.3057,24.4326],[121.2976,24.4331],[121.2943,24.4324],[121.2932,24.4311],[121.2843,24.4306],[121.2785,24.4293],[121.2716,24.4298],[121.2693,24.4274],[121.2654,24.4286],[121.2608,24.4286],[121.2591,24.4309],[121.26,24.4362],[121.2589,24.438],[121.2589,24.4277],[121.2576,24.425],[121.25,24.4249],[121.2461,24.4228],[121.2436,24.4196],[121.2436,24.4166],[121.242,24.4142],[121.2434,24.4109],[121.2429,24.4094],[121.2436,24.4059],[121.2401,24.4035],[121.2381,24.4004],[121.2346,24.3971],[121.2349,24.3915],[121.2316,24.3877],[121.2321,24.384],[121.2253,24.383],[121.2185,24.3813],[121.2159,24.3795],[121.2136,24.3817],[121.2135,24.384],[121.2112,24.3884],[121.2104,24.3916],[121.2108,24.395],[121.2101,24.3963],[121.2072,24.3979],[121.2007,24.3976],[121.1971,24.3964],[121.1969,24.392],[121.193,24.3858],[121.1911,24.3839],[121.1902,24.3816],[121.1833,24.381],[121.1817,24.3789],[121.1791,24.3782],[121.1733,24.3731],[121.173,24.3707],[121.1741,24.369],[121.1726,24.3669],[121.169,24.3643],[121.1689,24.3615],[121.1665,24.3606],[121.1647,24.361],[121.1594,24.3608],[121.1555,24.359],[121.1509,24.3587],[121.1489,24.3579],[121.1443,24.3582],[121.1409,24.3596],[121.1377,24.3559],[121.1377,24.3546],[121.1356,24.3525],[121.1334,24.3516],[121.1314,24.3485],[121.1302,24.3447],[121.1281,24.3419],[121.1253,24.342],[121.1222,24.3367],[121.1214,24.3338],[121.1216,24.3307],[121.1185,24.3304],[121.1149,24.3286],[121.1085,24.331],[121.1036,24.3266],[121.1023,24.3246],[121.0982,24.3237],[121.0952,24.322],[121.094,24.3195],[121.0919,24.3186],[121.0863,24.3177],[121.0815,24.3241],[121.0791,24.323],[121.0731,24.3228],[121.0739,24.3192],[121.0698,24.3156],[121.066,24.3157],[121.0615,24.3134],[121.059,24.3129],[121.0553,24.3104],[121.055,24.3078],[121.0527,24.3047],[121.0523,24.2995],[121.0493,24.296],[121.0452,24.2953],[121.0381,24.2964],[121.0341,24.2978],[121.0313,24.3026],[121.0288,24.3052],[121.025,24.3073],[121.02,24.3092],[121.0177,24.3117],[121.0172,24.3138],[121.0145,24.3201],[121.0116,24.324],[121.0082,24.3269],[121.0047,24.332],[121.0023,24.3328],[121.0001,24.3325],[120.9976,24.3301],[120.9918,24.3296],[120.9854,24.3318],[120.982,24.3359],[120.9802,24.3346],[120.9772,24.3347],[120.973,24.3336],[120.9662,24.3335],[120.96,24.3352],[120.9571,24.3392],[120.9541,24.3386],[120.9523,24.3391],[120.9465,24.3391],[120.9449,24.3398],[120.9425,24.3391],[120.9401,24.3399],[120.9359,24.3429],[120.9328,24.3421],[120.9263,24.3386],[120.9201,24.3373],[120.9172,24.3359],[120.9167,24.3327],[120.9194,24.3251],[120.9207,24.3181],[120.9201,24.3157],[120.9201,24.3112],[120.9207,24.3082],[120.9225,24.3047],[120.9215,24.302],[120.9175,24.2995],[120.9119,24.2941],[120.9098,24.294],[120.9059,24.2926],[120.9051,24.2914],[120.8989,24.2884],[120.8989,24.2858],[120.8975,24.2843],[120.8956,24.2845],[120.891,24.2801],[120.8881,24.279],[120.8884,24.2769],[120.885,24.2762],[120.8838,24.273],[120.8811,24.2713],[120.8784,24.2661],[120.8785,24.2641],[120.8799,24.2602],[120.8788,24.2581],[120.8801,24.2538],[120.8791,24.2522],[120.8797,24.249],[120.882,24.2477],[120.8812,24.2442],[120.8794,24.2435],[120.881,24.2353],[120.8839,24.2326],[120.888,24.2299],[120.8871,24.2255],[120.8898,24.224],[120.8929,24.2243],[120.8975,24.2225],[120.897,24.2215],[120.8978,24.217],[120.8953,24.2118],[120.8972,24.211],[120.8979,24.2068],[120.8953,24.2066],[120.8923,24.2045],[120.8919,24.2032],[120.8878,24.2044],[120.8853,24.2031],[120.8807,24.2018],[120.8817,24.1987],[120.8772,24.1878],[120.8755,24.1848],[120.8707,24.1804],[120.8672,24.1795],[120.8669,24.1772],[120.8653,24.1755],[120.8674,24.172],[120.8684,24.1689],[120.8686,24.1643],[120.8776,24.1657],[120.8814,24.1669],[120.8882,24.1669],[120.894,24.1664],[120.8941,24.1606],[120.8951,24.1568],[120.8922,24.1558],[120.8887,24.1575],[120.8849,24.1577],[120.8837,24.1496],[120.883,24.1478],[120.8843,24.1459],[120.8847,24.139],[120.8874,24.1392],[120.8896,24.1408],[120.8936,24.1406],[120.8962,24.139],[120.8945,24.1322],[120.8947,24.1292],[120.8939,24.1259],[120.8951,24.1225],[120.8953,24.1188],[120.8962,24.1165],[120.9052,24.1141],[120.9073,24.1105],[120.9096,24.1092],[120.9132,24.109],[120.9149,24.1075],[120.9199,24.1074],[120.9231,24.1099],[120.9271,24.1117],[120.9319,24.1122],[120.9355,24.1157],[120.9396,24.1183],[120.9445,24.1229],[120.9484,24.1249],[120.9494,24.1275],[120.9519,24.1273],[120.957,24.1242],[120.961,24.1202],[120.971,24.1203],[120.9736,24.1196],[120.9753,24.1169],[120.9791,24.1183],[120.9836,24.1191],[120.9852,24.1202],[120.989,24.1187],[120.9919,24.1208],[120.9916,24.124],[120.9923,24.1254],[120.9996,24.1278],[121.0006,24.1325],[121.0026,24.133],[121.0045,24.1375],[121.0069,24.1411],[121.0082,24.147],[121.0158,24.1562],[121.0199,24.1589],[121.0239,24.1579],[121.0274,24.1587],[121.0298,24.1573],[121.0314,24.1526],[121.0309,24.1495],[121.0335,24.1486],[121.0357,24.1509],[121.0358,24.1532],[121.038,24.1582],[121.0429,24.1586],[121.0441,24.1597],[121.0474,24.1601],[121.0507,24.1581],[121.0527,24.1548],[121.0574,24.1587],[121.0589,24.1605],[121.0593,24.1627],[121.0614,24.1633],[121.0646,24.163],[121.0663,24.1655],[121.0699,24.1676],[121.0728,24.17],[121.075,24.17],[121.081,24.1748],[121.0849,24.1759],[121.0908,24.182],[121.0911,24.1849],[121.0941,24.188],[121.0942,24.1899],[121.0963,24.1921],[121.1043,24.196],[121.1055,24.1972],[121.1093,24.198],[121.1134,24.1968],[121.1184,24.1973],[121.1229,24.196],[121.1272,24.1968],[121.129,24.196],[121.1317,24.1969],[121.1364,24.1963],[121.1414,24.1996],[121.1429,24.2026],[121.143,24.2053],[121.1461,24.2088],[121.1481,24.2131],[121.1515,24.2129],[121.157,24.2148],[121.161,24.2152],[121.1641,24.2199],[121.1644,24.2218],[121.1667,24.2236],[121.1676,24.2254],[121.1735,24.2203],[121.1785,24.214],[121.1822,24.2121],[121.1852,24.2145],[121.1888,24.215],[121.1917,24.2167],[121.1918,24.2182],[121.1965,24.2231],[121.2016,24.2216],[121.2051,24.2221],[121.2082,24.2217],[121.2168,24.2261],[121.2188,24.2289],[121.2271,24.2256],[121.2308,24.2261],[121.2304,24.2235],[121.2353,24.2215],[121.238,24.2197],[121.2407,24.2217],[121.2442,24.2225],[121.245,24.2253],[121.2474,24.2288],[121.2512,24.238],[121.2546,24.2428],[121.2564,24.2442],[121.2609,24.2456],[121.265,24.2459],[121.2664,24.2423],[121.2684,24.2401],[121.2687,24.2383],[121.2707,24.2366],[121.274,24.2356],[121.2767,24.2356],[121.2776,24.2329],[121.2799,24.2298],[121.2832,24.231],[121.2862,24.2291],[121.2889,24.2302],[121.2941,24.2296],[121.2951,24.2322],[121.298,24.2339],[121.2989,24.2358],[121.3025,24.2363],[121.3039,24.2337],[121.3086,24.2349],[121.3126,24.2351],[121.3163,24.2345],[121.3194,24.2319],[121.3248,24.233],[121.3302,24.2312],[121.3357,24.2286],[121.3403,24.2259],[121.343,24.2236],[121.3486,24.2304],[121.349,24.2316],[121.3522,24.2343],[121.353,24.2364],[121.3532,24.2401],[121.3525,24.2432],[121.3562,24.2446],[121.358,24.2437],[121.3607,24.2439],[121.3643,24.2471],[121.367,24.2522],[121.3699,24.2525],[121.3731,24.2541],[121.3766,24.253],[121.3802,24.2533],[121.3851,24.2551],[121.3858,24.2586],[121.3852,24.2605],[121.3855,24.2644],[121.3831,24.2684],[121.3822,24.2762],[121.3805,24.2798],[121.382,24.2814],[121.3866,24.2841],[121.3898,24.2875],[121.3909,24.2897],[121.3935,24.2882],[121.3966,24.2887],[121.397,24.2902],[121.4007,24.2944],[121.403,24.2962],[121.4046,24.3023],[121.4054,24.3083],[121.412,24.3073],[121.4167,24.3092],[121.4202,24.3076],[121.4232,24.3082],[121.4261,24.314],[121.4285,24.3174],[121.4316,24.3205],[121.4348,24.322],[121.4345,24.3256],[121.4325,24.3296],[121.4345,24.3387],[121.4378,24.3423],[121.4358,24.3463],[121.4378,24.3521],[121.4399,24.3545],[121.4416,24.3586],[121.4473,24.3595],[121.4487,24.3628],[121.452,24.3647],[121.4487,24.3715],[121.448,24.3748],[121.4429,24.3732],[121.4408,24.3778],[121.4384,24.3819],[121.4369,24.3829]]]},"properties":{"TOWNCODE":"66000290","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"和平區"},"id":"66000290"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3525,23.314],[120.3522,23.3157],[120.3533,23.3192],[120.3511,23.3231],[120.3516,23.3256],[120.339,23.3237],[120.3398,23.3274],[120.3352,23.3299],[120.3345,23.3271],[120.3301,23.328],[120.3321,23.3306],[120.3298,23.3323],[120.3283,23.3284],[120.3262,23.3287],[120.326,23.3328],[120.3225,23.3338],[120.3218,23.3328],[120.3165,23.3327],[120.3142,23.3354],[120.3105,23.3331],[120.3077,23.3334],[120.3056,23.3362],[120.3053,23.3396],[120.309,23.3441],[120.305,23.3453],[120.3039,23.3428],[120.3056,23.3412],[120.3033,23.3393],[120.3024,23.3361],[120.3005,23.3362],[120.2976,23.3383],[120.2959,23.3409],[120.294,23.3385],[120.2929,23.3356],[120.297,23.3333],[120.2968,23.331],[120.2949,23.3307],[120.2898,23.3283],[120.293,23.3246],[120.2889,23.3209],[120.2845,23.3203],[120.2842,23.3185],[120.2824,23.3172],[120.2796,23.3191],[120.2772,23.3191],[120.2768,23.3209],[120.2748,23.3224],[120.272,23.3223],[120.2725,23.3192],[120.27,23.3155],[120.273,23.3155],[120.2779,23.3139],[120.2742,23.3111],[120.2767,23.3091],[120.2764,23.303],[120.273,23.3034],[120.2672,23.3012],[120.27,23.2968],[120.27,23.295],[120.2596,23.288],[120.2597,23.2857],[120.2577,23.2844],[120.2532,23.2856],[120.2527,23.2875],[120.2486,23.2853],[120.2503,23.2824],[120.2504,23.2798],[120.2532,23.2796],[120.2501,23.2759],[120.2533,23.2749],[120.2536,23.2674],[120.2585,23.2675],[120.2574,23.2655],[120.257,23.2613],[120.2557,23.2565],[120.2577,23.2562],[120.2606,23.2543],[120.2631,23.2542],[120.2671,23.2554],[120.2678,23.2573],[120.272,23.2577],[120.2721,23.2613],[120.2751,23.2609],[120.2799,23.2612],[120.2804,23.2619],[120.2819,23.2652],[120.2832,23.2699],[120.2834,23.2753],[120.2846,23.2769],[120.2894,23.2767],[120.2936,23.2833],[120.2942,23.2856],[120.2931,23.2883],[120.293,23.2939],[120.3007,23.2962],[120.3075,23.2966],[120.3123,23.2959],[120.3241,23.2961],[120.3251,23.2969],[120.3246,23.3031],[120.3268,23.3058],[120.3295,23.3063],[120.3315,23.304],[120.3325,23.3053],[120.3358,23.3071],[120.3393,23.3101],[120.3415,23.3095],[120.3435,23.3108],[120.3402,23.3159],[120.3418,23.319],[120.3461,23.3169],[120.3495,23.3143],[120.3525,23.314]]]},"properties":{"TOWNCODE":"67000010","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"新營區"},"id":"67000010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2959,23.3409],[120.297,23.3417],[120.2958,23.3574],[120.2933,23.3567],[120.2915,23.3577],[120.2878,23.3548],[120.288,23.353],[120.2862,23.3503],[120.2812,23.3482],[120.2765,23.3481],[120.2739,23.3525],[120.2705,23.3537],[120.2676,23.3535],[120.2646,23.3509],[120.2607,23.3445],[120.264,23.3451],[120.2675,23.3448],[120.2671,23.3407],[120.2564,23.3311],[120.2496,23.3291],[120.2466,23.327],[120.2444,23.3268],[120.2397,23.3276],[120.2381,23.3271],[120.2361,23.3245],[120.2345,23.3202],[120.2314,23.3165],[120.2284,23.3105],[120.2268,23.3048],[120.2209,23.296],[120.2184,23.295],[120.2144,23.2924],[120.2123,23.2917],[120.2117,23.287],[120.2123,23.2821],[120.211,23.278],[120.2097,23.2766],[120.2065,23.2762],[120.2043,23.2742],[120.1998,23.2735],[120.1984,23.2716],[120.1962,23.2722],[120.1945,23.2753],[120.1937,23.2707],[120.1918,23.2659],[120.1949,23.2637],[120.1949,23.2617],[120.1986,23.2611],[120.1992,23.2577],[120.2007,23.2586],[120.2028,23.262],[120.2051,23.2625],[120.2046,23.2589],[120.208,23.2615],[120.2077,23.2638],[120.2106,23.2648],[120.2106,23.2609],[120.2158,23.2622],[120.2168,23.2662],[120.2208,23.267],[120.2229,23.2659],[120.2191,23.2644],[120.2221,23.2611],[120.2228,23.256],[120.2294,23.252],[120.2275,23.2486],[120.2286,23.2473],[120.2314,23.2489],[120.2332,23.2489],[120.2369,23.2433],[120.243,23.2443],[120.253,23.2499],[120.2547,23.2486],[120.2632,23.2534],[120.2631,23.2542],[120.2606,23.2543],[120.2577,23.2562],[120.2557,23.2565],[120.257,23.2613],[120.2574,23.2655],[120.2585,23.2675],[120.2536,23.2674],[120.2533,23.2749],[120.2501,23.2759],[120.2532,23.2796],[120.2504,23.2798],[120.2503,23.2824],[120.2486,23.2853],[120.2527,23.2875],[120.2532,23.2856],[120.2577,23.2844],[120.2597,23.2857],[120.2596,23.288],[120.27,23.295],[120.27,23.2968],[120.2672,23.3012],[120.273,23.3034],[120.2764,23.303],[120.2767,23.3091],[120.2742,23.3111],[120.2779,23.3139],[120.273,23.3155],[120.27,23.3155],[120.2725,23.3192],[120.272,23.3223],[120.2748,23.3224],[120.2768,23.3209],[120.2772,23.3191],[120.2796,23.3191],[120.2824,23.3172],[120.2842,23.3185],[120.2845,23.3203],[120.2889,23.3209],[120.293,23.3246],[120.2898,23.3283],[120.2949,23.3307],[120.2968,23.331],[120.297,23.3333],[120.2929,23.3356],[120.294,23.3385],[120.2959,23.3409]]]},"properties":{"TOWNCODE":"67000020","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"鹽水區"},"id":"67000020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4951,23.3932],[120.4946,23.3945],[120.4902,23.3956],[120.4895,23.3941],[120.4868,23.3924],[120.4852,23.3927],[120.4834,23.3901],[120.4794,23.3876],[120.4775,23.3907],[120.4756,23.3908],[120.4762,23.3937],[120.474,23.3974],[120.4695,23.3994],[120.4675,23.4011],[120.4651,23.4007],[120.4622,23.4021],[120.4609,23.4046],[120.4592,23.4046],[120.4555,23.4067],[120.4538,23.4063],[120.4518,23.4083],[120.4445,23.411],[120.4412,23.4131],[120.4381,23.4134],[120.4346,23.4113],[120.4321,23.4107],[120.4317,23.4079],[120.4304,23.4065],[120.4219,23.407],[120.4197,23.4036],[120.4178,23.4088],[120.4158,23.4108],[120.414,23.4112],[120.4107,23.4101],[120.4081,23.4134],[120.4061,23.411],[120.4042,23.41],[120.3964,23.4073],[120.3869,23.4048],[120.387,23.4018],[120.3856,23.3983],[120.3833,23.3963],[120.3841,23.3937],[120.3874,23.3912],[120.3931,23.3912],[120.3957,23.3889],[120.3983,23.3906],[120.4002,23.389],[120.4002,23.3865],[120.3992,23.384],[120.4004,23.3828],[120.4049,23.381],[120.4047,23.3785],[120.4068,23.3715],[120.4051,23.3682],[120.3941,23.3672],[120.3883,23.3653],[120.3853,23.3627],[120.3836,23.36],[120.3802,23.3589],[120.3815,23.3564],[120.386,23.3565],[120.3882,23.3538],[120.3885,23.3523],[120.3876,23.3457],[120.3902,23.3448],[120.3942,23.3454],[120.3925,23.3411],[120.3903,23.3397],[120.3904,23.3333],[120.3922,23.3325],[120.3936,23.3354],[120.394,23.3382],[120.3933,23.3397],[120.3982,23.3398],[120.3987,23.337],[120.4016,23.3318],[120.4037,23.332],[120.4043,23.3337],[120.4027,23.337],[120.4027,23.3397],[120.4053,23.3416],[120.4072,23.3389],[120.4067,23.3365],[120.4081,23.3346],[120.4113,23.3349],[120.4131,23.3324],[120.4152,23.3323],[120.416,23.3273],[120.4188,23.3248],[120.4197,23.3255],[120.4235,23.3246],[120.4269,23.322],[120.4312,23.3207],[120.4337,23.3174],[120.4386,23.3135],[120.4412,23.3123],[120.4411,23.3097],[120.4432,23.3088],[120.4444,23.307],[120.4472,23.3062],[120.448,23.3039],[120.4463,23.3006],[120.449,23.3002],[120.4511,23.2968],[120.4526,23.2988],[120.4546,23.2983],[120.4574,23.3003],[120.4607,23.3005],[120.4664,23.3],[120.4684,23.2976],[120.4719,23.2966],[120.4742,23.2984],[120.4773,23.2981],[120.4814,23.2934],[120.486,23.2936],[120.4889,23.2964],[120.4905,23.2988],[120.4921,23.2995],[120.4955,23.2994],[120.4976,23.2979],[120.5029,23.2976],[120.5079,23.2945],[120.5076,23.2931],[120.5037,23.2909],[120.5089,23.2899],[120.512,23.2919],[120.5156,23.2918],[120.5182,23.2903],[120.5174,23.2873],[120.522,23.2874],[120.5224,23.2891],[120.5258,23.292],[120.5263,23.2958],[120.524,23.302],[120.5232,23.3094],[120.5234,23.313],[120.5273,23.3146],[120.5316,23.3181],[120.5319,23.3212],[120.5338,23.322],[120.536,23.3243],[120.5369,23.3264],[120.54,23.3278],[120.537,23.333],[120.5337,23.3365],[120.5267,23.3394],[120.5245,23.3383],[120.5231,23.3407],[120.5208,23.3419],[120.517,23.3425],[120.5155,23.3438],[120.5104,23.3441],[120.5077,23.343],[120.5044,23.3467],[120.5047,23.3493],[120.5036,23.3512],[120.5047,23.3547],[120.5057,23.3554],[120.5081,23.3528],[120.5122,23.3554],[120.5124,23.36],[120.5112,23.3605],[120.5105,23.3644],[120.5082,23.3649],[120.5046,23.369],[120.5026,23.3695],[120.5018,23.3678],[120.4995,23.368],[120.4961,23.37],[120.4943,23.3695],[120.4914,23.3725],[120.4884,23.3731],[120.4861,23.3702],[120.4839,23.3696],[120.4829,23.3723],[120.4836,23.3775],[120.4854,23.3803],[120.4914,23.3826],[120.4933,23.3838],[120.4972,23.3845],[120.4992,23.3879],[120.4972,23.3892],[120.4976,23.391],[120.4951,23.3932]]]},"properties":{"TOWNCODE":"67000030","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"白河區"},"id":"67000030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3903,23.3397],[120.3925,23.3411],[120.3942,23.3454],[120.3902,23.3448],[120.3876,23.3457],[120.3885,23.3523],[120.3882,23.3538],[120.386,23.3565],[120.3815,23.3564],[120.3802,23.3589],[120.3836,23.36],[120.3853,23.3627],[120.3883,23.3653],[120.3941,23.3672],[120.4051,23.3682],[120.4068,23.3715],[120.4047,23.3785],[120.4049,23.381],[120.4004,23.3828],[120.3992,23.384],[120.4002,23.3865],[120.4002,23.389],[120.3983,23.3906],[120.3957,23.3889],[120.3931,23.3912],[120.3874,23.3912],[120.3841,23.3937],[120.3833,23.3963],[120.3856,23.3983],[120.387,23.4018],[120.3869,23.4048],[120.381,23.4034],[120.3719,23.4033],[120.3598,23.4027],[120.3558,23.4017],[120.3494,23.4013],[120.3463,23.4004],[120.343,23.3982],[120.3429,23.3965],[120.3333,23.3858],[120.3288,23.3852],[120.3284,23.3861],[120.3218,23.3835],[120.3178,23.3884],[120.3148,23.3885],[120.311,23.3856],[120.3105,23.3821],[120.3109,23.3754],[120.308,23.3749],[120.3035,23.3759],[120.2998,23.3755],[120.2929,23.3754],[120.2895,23.3709],[120.2855,23.3666],[120.2846,23.3635],[120.2837,23.3618],[120.2838,23.3587],[120.2861,23.354],[120.2862,23.3503],[120.288,23.353],[120.2878,23.3548],[120.2915,23.3577],[120.2933,23.3567],[120.2958,23.3574],[120.297,23.3417],[120.2959,23.3409],[120.2976,23.3383],[120.3005,23.3362],[120.3024,23.3361],[120.3033,23.3393],[120.3056,23.3412],[120.3039,23.3428],[120.305,23.3453],[120.309,23.3441],[120.3053,23.3396],[120.3056,23.3362],[120.3077,23.3334],[120.3105,23.3331],[120.3142,23.3354],[120.3165,23.3327],[120.3218,23.3328],[120.3225,23.3338],[120.326,23.3328],[120.3262,23.3287],[120.3283,23.3284],[120.3298,23.3323],[120.3321,23.3306],[120.3301,23.328],[120.3345,23.3271],[120.3352,23.3299],[120.3398,23.3274],[120.339,23.3237],[120.3516,23.3256],[120.3511,23.3231],[120.3533,23.3192],[120.3522,23.3157],[120.3525,23.314],[120.3537,23.3154],[120.3562,23.316],[120.3582,23.3175],[120.3594,23.3215],[120.359,23.3234],[120.3618,23.3248],[120.3639,23.3225],[120.3684,23.3212],[120.3685,23.3181],[120.3714,23.3158],[120.3728,23.3211],[120.3695,23.3256],[120.3719,23.3267],[120.3752,23.3266],[120.3773,23.3257],[120.3817,23.3257],[120.3831,23.3271],[120.3796,23.3303],[120.3786,23.3338],[120.3851,23.3317],[120.3847,23.3372],[120.3855,23.3388],[120.3877,23.3399],[120.3903,23.3397]]]},"properties":{"TOWNCODE":"67000050","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"後壁區"},"id":"67000050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2899,23.2022],[120.2903,23.2034],[120.2793,23.2024],[120.2691,23.2017],[120.27,23.2027],[120.2673,23.2044],[120.2663,23.2035],[120.2601,23.2023],[120.2574,23.2013],[120.2529,23.2042],[120.2499,23.2046],[120.2475,23.2063],[120.2463,23.2133],[120.2421,23.213],[120.2406,23.2162],[120.2366,23.2161],[120.2335,23.2233],[120.2266,23.2277],[120.224,23.2306],[120.2208,23.2314],[120.2186,23.2293],[120.2161,23.2244],[120.2156,23.2212],[120.2124,23.2192],[120.2095,23.2154],[120.2074,23.2143],[120.2045,23.215],[120.1999,23.2138],[120.2003,23.2117],[120.1925,23.2108],[120.192,23.2096],[120.1918,23.2074],[120.1938,23.2072],[120.1944,23.2034],[120.1977,23.2041],[120.1993,23.1999],[120.1968,23.1967],[120.2021,23.1949],[120.2076,23.1937],[120.2071,23.1877],[120.2129,23.1855],[120.2149,23.1854],[120.2157,23.1837],[120.2155,23.1781],[120.2149,23.1749],[120.2159,23.1674],[120.2129,23.1674],[120.2113,23.1664],[120.2145,23.1602],[120.2194,23.1543],[120.2234,23.1507],[120.2283,23.1449],[120.234,23.1399],[120.2397,23.1369],[120.2416,23.1372],[120.2416,23.1307],[120.2463,23.1317],[120.2515,23.1342],[120.2549,23.135],[120.2599,23.1379],[120.2628,23.1419],[120.2612,23.1448],[120.2606,23.1537],[120.2634,23.1541],[120.2643,23.1585],[120.2636,23.1606],[120.265,23.165],[120.2653,23.168],[120.2676,23.1716],[120.2705,23.1714],[120.2739,23.1731],[120.28,23.1748],[120.2898,23.1761],[120.2905,23.185],[120.2912,23.1882],[120.2892,23.1892],[120.2875,23.1913],[120.2885,23.1979],[120.2878,23.1999],[120.2899,23.2022]]]},"properties":{"TOWNCODE":"67000070","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"麻豆區"},"id":"67000070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2994,23.2625],[120.2974,23.2649],[120.2954,23.2643],[120.2945,23.2619],[120.2891,23.2622],[120.2876,23.2601],[120.284,23.2601],[120.2804,23.2619],[120.2799,23.2612],[120.2751,23.2609],[120.2721,23.2613],[120.272,23.2577],[120.2678,23.2573],[120.2671,23.2554],[120.2631,23.2542],[120.2632,23.2534],[120.2547,23.2486],[120.253,23.2499],[120.243,23.2443],[120.2369,23.2433],[120.2332,23.2489],[120.2314,23.2489],[120.2286,23.2473],[120.232,23.2417],[120.2281,23.2381],[120.2252,23.2364],[120.2219,23.2362],[120.2201,23.2328],[120.2208,23.2314],[120.224,23.2306],[120.2266,23.2277],[120.2335,23.2233],[120.2366,23.2161],[120.2406,23.2162],[120.2421,23.213],[120.2463,23.2133],[120.2475,23.2063],[120.2499,23.2046],[120.2529,23.2042],[120.2574,23.2013],[120.2601,23.2023],[120.2663,23.2035],[120.2673,23.2044],[120.27,23.2027],[120.2691,23.2017],[120.2793,23.2024],[120.2903,23.2034],[120.2899,23.2022],[120.2929,23.2026],[120.2927,23.2052],[120.2896,23.2083],[120.2879,23.2108],[120.2888,23.2141],[120.287,23.2164],[120.2904,23.2189],[120.2904,23.2206],[120.2932,23.2233],[120.2902,23.2266],[120.2905,23.2284],[120.2861,23.2289],[120.2844,23.2307],[120.2878,23.2315],[120.2876,23.2352],[120.2883,23.2394],[120.2938,23.2436],[120.294,23.2449],[120.2991,23.248],[120.2977,23.2506],[120.2969,23.2554],[120.2999,23.258],[120.2994,23.2625]]]},"properties":{"TOWNCODE":"67000080","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"下營區"},"id":"67000080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.424,23.2454],[120.4235,23.2416],[120.422,23.2391],[120.4198,23.239],[120.417,23.2372],[120.4147,23.2367],[120.412,23.235],[120.4104,23.2353],[120.4083,23.2339],[120.4043,23.2341],[120.4019,23.2324],[120.4014,23.2305],[120.3982,23.2305],[120.3958,23.2317],[120.3946,23.2341],[120.3907,23.236],[120.3875,23.2352],[120.3831,23.2375],[120.3808,23.2368],[120.3758,23.2401],[120.3719,23.2407],[120.3692,23.2403],[120.3659,23.2382],[120.3658,23.2363],[120.3618,23.235],[120.3624,23.2382],[120.3581,23.2422],[120.3547,23.242],[120.3525,23.2427],[120.3514,23.2454],[120.3519,23.2481],[120.3515,23.2515],[120.3496,23.2542],[120.3469,23.2565],[120.3447,23.2565],[120.3423,23.2549],[120.3392,23.2568],[120.3354,23.2634],[120.333,23.2633],[120.3312,23.2584],[120.3298,23.2608],[120.326,23.2605],[120.3259,23.2623],[120.3239,23.2635],[120.3225,23.2611],[120.3211,23.2629],[120.3185,23.2633],[120.3179,23.2618],[120.3148,23.2591],[120.3101,23.26],[120.3089,23.2634],[120.305,23.2638],[120.3033,23.2629],[120.2994,23.2625],[120.2999,23.258],[120.2969,23.2554],[120.2977,23.2506],[120.2991,23.248],[120.294,23.2449],[120.2938,23.2436],[120.2883,23.2394],[120.2876,23.2352],[120.2878,23.2315],[120.2844,23.2307],[120.2861,23.2289],[120.2905,23.2284],[120.2902,23.2266],[120.2932,23.2233],[120.2955,23.2244],[120.3004,23.2242],[120.3033,23.2257],[120.3095,23.2261],[120.3131,23.2284],[120.3199,23.229],[120.3219,23.2279],[120.3277,23.2285],[120.3279,23.2266],[120.3306,23.227],[120.3331,23.2261],[120.3335,23.2219],[120.3395,23.2226],[120.341,23.2208],[120.3444,23.22],[120.343,23.2144],[120.3461,23.2146],[120.3501,23.2138],[120.3495,23.2169],[120.3531,23.2158],[120.3559,23.2162],[120.3593,23.2128],[120.3624,23.2146],[120.3707,23.2155],[120.3706,23.2088],[120.372,23.2043],[120.374,23.2047],[120.3766,23.2006],[120.3785,23.1992],[120.3811,23.1959],[120.3891,23.2022],[120.389,23.2034],[120.3921,23.2049],[120.3928,23.2064],[120.3995,23.2064],[120.4036,23.2068],[120.4094,23.2058],[120.4117,23.2049],[120.4134,23.2067],[120.4152,23.2049],[120.4182,23.2037],[120.4208,23.2011],[120.4231,23.2013],[120.4246,23.1988],[120.4266,23.2012],[120.43,23.2007],[120.4331,23.2013],[120.437,23.2003],[120.4404,23.1987],[120.4422,23.1993],[120.444,23.1978],[120.4466,23.1995],[120.4496,23.1995],[120.452,23.197],[120.4535,23.1967],[120.4553,23.1943],[120.4581,23.1923],[120.4603,23.1945],[120.4613,23.1982],[120.4632,23.1997],[120.4642,23.204],[120.4684,23.2116],[120.4682,23.2129],[120.4703,23.2143],[120.4709,23.2172],[120.4744,23.2204],[120.475,23.222],[120.4771,23.223],[120.4759,23.2245],[120.468,23.2253],[120.466,23.2271],[120.4632,23.2281],[120.4606,23.228],[120.4551,23.2313],[120.4517,23.2304],[120.4503,23.2319],[120.4476,23.2306],[120.4461,23.2277],[120.4433,23.2303],[120.4439,23.2345],[120.44,23.2373],[120.4327,23.2363],[120.4328,23.239],[120.424,23.2454]]]},"properties":{"TOWNCODE":"67000090","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"六甲區"},"id":"67000090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.43,23.2007],[120.4266,23.2012],[120.4246,23.1988],[120.4231,23.2013],[120.4208,23.2011],[120.4182,23.2037],[120.4152,23.2049],[120.4134,23.2067],[120.4117,23.2049],[120.4094,23.2058],[120.4036,23.2068],[120.3995,23.2064],[120.3928,23.2064],[120.3921,23.2049],[120.389,23.2034],[120.3891,23.2022],[120.3811,23.1959],[120.3785,23.1992],[120.3766,23.2006],[120.374,23.2047],[120.372,23.2043],[120.3706,23.2088],[120.3707,23.2155],[120.3624,23.2146],[120.3593,23.2128],[120.3559,23.2162],[120.3531,23.2158],[120.3495,23.2169],[120.3501,23.2138],[120.3461,23.2146],[120.343,23.2144],[120.3444,23.22],[120.341,23.2208],[120.3395,23.2226],[120.3335,23.2219],[120.3331,23.2261],[120.3306,23.227],[120.3279,23.2266],[120.3277,23.2285],[120.3219,23.2279],[120.3199,23.229],[120.3131,23.2284],[120.3095,23.2261],[120.3033,23.2257],[120.3004,23.2242],[120.2955,23.2244],[120.2932,23.2233],[120.2904,23.2206],[120.2904,23.2189],[120.287,23.2164],[120.2888,23.2141],[120.2879,23.2108],[120.2896,23.2083],[120.2927,23.2052],[120.2929,23.2026],[120.2899,23.2022],[120.2878,23.1999],[120.2885,23.1979],[120.2875,23.1913],[120.2892,23.1892],[120.2912,23.1882],[120.2905,23.185],[120.2898,23.1761],[120.2991,23.1764],[120.3063,23.1751],[120.3088,23.1725],[120.3202,23.1685],[120.3303,23.1608],[120.3438,23.1529],[120.3459,23.151],[120.3495,23.1506],[120.3527,23.1514],[120.3551,23.1552],[120.3577,23.1543],[120.3621,23.1579],[120.3619,23.1604],[120.3648,23.161],[120.3663,23.1634],[120.3691,23.1637],[120.372,23.1652],[120.378,23.1638],[120.382,23.1647],[120.3868,23.1649],[120.3915,23.1634],[120.3943,23.1663],[120.3986,23.1679],[120.3957,23.1695],[120.3967,23.1726],[120.3982,23.1739],[120.4005,23.1731],[120.4025,23.176],[120.4086,23.1749],[120.4097,23.1776],[120.4121,23.179],[120.4149,23.1784],[120.4178,23.1847],[120.4197,23.1868],[120.4226,23.1937],[120.4256,23.196],[120.4257,23.1975],[120.43,23.2007]]]},"properties":{"TOWNCODE":"67000100","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"官田區"},"id":"67000100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4581,23.1923],[120.4553,23.1943],[120.4535,23.1967],[120.452,23.197],[120.4496,23.1995],[120.4466,23.1995],[120.444,23.1978],[120.4422,23.1993],[120.4404,23.1987],[120.437,23.2003],[120.4331,23.2013],[120.43,23.2007],[120.4257,23.1975],[120.4256,23.196],[120.4226,23.1937],[120.4197,23.1868],[120.4178,23.1847],[120.4149,23.1784],[120.4121,23.179],[120.4097,23.1776],[120.4086,23.1749],[120.4025,23.176],[120.4005,23.1731],[120.3982,23.1739],[120.3967,23.1726],[120.3957,23.1695],[120.3986,23.1679],[120.3943,23.1663],[120.3915,23.1634],[120.3868,23.1649],[120.382,23.1647],[120.378,23.1638],[120.372,23.1652],[120.3691,23.1637],[120.3663,23.1634],[120.3648,23.161],[120.3619,23.1604],[120.3621,23.1579],[120.3577,23.1543],[120.3551,23.1552],[120.3527,23.1514],[120.3495,23.1506],[120.3459,23.151],[120.3463,23.149],[120.3446,23.1421],[120.3431,23.1404],[120.3393,23.1377],[120.3394,23.1328],[120.3413,23.127],[120.3434,23.123],[120.3475,23.1171],[120.3502,23.1141],[120.357,23.1086],[120.3588,23.1075],[120.3682,23.1002],[120.3721,23.1001],[120.3764,23.1015],[120.3845,23.1024],[120.3871,23.1058],[120.3918,23.1059],[120.3926,23.1065],[120.3999,23.109],[120.4005,23.1121],[120.4026,23.1157],[120.4059,23.1153],[120.409,23.114],[120.4121,23.1111],[120.4176,23.112],[120.4194,23.1088],[120.4176,23.1063],[120.4183,23.1046],[120.4199,23.1048],[120.4234,23.1083],[120.4275,23.1107],[120.4301,23.1137],[120.4308,23.1162],[120.4358,23.1206],[120.4368,23.1232],[120.4353,23.126],[120.4364,23.1322],[120.4348,23.1344],[120.4311,23.1373],[120.4322,23.1389],[120.4352,23.1473],[120.4352,23.1501],[120.4338,23.1516],[120.4337,23.1539],[120.4365,23.1562],[120.4366,23.1579],[120.4388,23.1598],[120.4389,23.1629],[120.443,23.1642],[120.4438,23.1656],[120.4433,23.1683],[120.4475,23.1739],[120.449,23.178],[120.4516,23.181],[120.4529,23.1849],[120.4541,23.1854],[120.4569,23.19],[120.4581,23.1923]]]},"properties":{"TOWNCODE":"67000110","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"大內區"},"id":"67000110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.192,23.2096],[120.1894,23.21],[120.1884,23.208],[120.1851,23.2068],[120.1849,23.2106],[120.1771,23.2133],[120.1783,23.2085],[120.1761,23.2039],[120.1744,23.1968],[120.1714,23.1928],[120.1708,23.1874],[120.1685,23.1843],[120.1616,23.1836],[120.1606,23.1852],[120.1558,23.1877],[120.1523,23.1879],[120.1513,23.1869],[120.1503,23.1842],[120.1519,23.1826],[120.1531,23.1794],[120.1473,23.1799],[120.1472,23.1733],[120.1449,23.1682],[120.1449,23.1669],[120.15,23.1658],[120.1533,23.1639],[120.1536,23.1579],[120.1566,23.1581],[120.1588,23.1572],[120.1581,23.1521],[120.1554,23.149],[120.1537,23.1436],[120.1542,23.1385],[120.1553,23.1348],[120.149,23.1345],[120.1489,23.1272],[120.152,23.1266],[120.1518,23.1226],[120.1574,23.1242],[120.1591,23.1238],[120.1623,23.1214],[120.1614,23.1204],[120.161,23.1163],[120.1684,23.1172],[120.1675,23.1229],[120.1692,23.1231],[120.1713,23.1215],[120.1746,23.122],[120.1739,23.1365],[120.1799,23.1367],[120.1804,23.1407],[120.184,23.1411],[120.1899,23.1449],[120.1877,23.1484],[120.196,23.1514],[120.1925,23.1598],[120.2048,23.1633],[120.2101,23.1607],[120.2112,23.1595],[120.2145,23.1602],[120.2113,23.1664],[120.2129,23.1674],[120.2159,23.1674],[120.2149,23.1749],[120.2155,23.1781],[120.2157,23.1837],[120.2149,23.1854],[120.2129,23.1855],[120.2071,23.1877],[120.2076,23.1937],[120.2021,23.1949],[120.1968,23.1967],[120.1993,23.1999],[120.1977,23.2041],[120.1944,23.2034],[120.1938,23.2072],[120.1918,23.2074],[120.192,23.2096]]]},"properties":{"TOWNCODE":"67000120","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"佳里區"},"id":"67000120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2123,23.2917],[120.2086,23.2913],[120.2045,23.2918],[120.1996,23.2943],[120.1915,23.3004],[120.1884,23.3012],[120.1862,23.2981],[120.1861,23.2954],[120.189,23.2929],[120.1896,23.2911],[120.1879,23.29],[120.1841,23.2903],[120.183,23.2879],[120.1802,23.2868],[120.1836,23.2842],[120.1831,23.2817],[120.1789,23.2826],[120.1764,23.2816],[120.1701,23.2807],[120.1668,23.2777],[120.1616,23.2833],[120.1592,23.2848],[120.1572,23.2882],[120.1557,23.289],[120.1525,23.2869],[120.1504,23.2876],[120.1478,23.2924],[120.1457,23.2938],[120.1441,23.2934],[120.1445,23.2892],[120.1463,23.2853],[120.1502,23.2822],[120.1497,23.28],[120.1503,23.2761],[120.1498,23.2751],[120.1524,23.2676],[120.1503,23.2654],[120.1479,23.2604],[120.1435,23.2624],[120.1416,23.2625],[120.1394,23.2611],[120.1341,23.2561],[120.1362,23.2516],[120.1398,23.2502],[120.1396,23.2468],[120.1426,23.2447],[120.1425,23.2426],[120.1411,23.2392],[120.1386,23.2393],[120.1382,23.2361],[120.1354,23.2295],[120.1356,23.229],[120.1429,23.2333],[120.1523,23.2357],[120.1588,23.238],[120.1608,23.2381],[120.1634,23.2369],[120.1684,23.2329],[120.1692,23.2293],[120.1705,23.2271],[120.1731,23.2258],[120.1749,23.2233],[120.1758,23.2176],[120.1771,23.2133],[120.1849,23.2106],[120.1851,23.2068],[120.1884,23.208],[120.1894,23.21],[120.192,23.2096],[120.1925,23.2108],[120.2003,23.2117],[120.1999,23.2138],[120.2045,23.215],[120.2074,23.2143],[120.2095,23.2154],[120.2124,23.2192],[120.2156,23.2212],[120.2161,23.2244],[120.2186,23.2293],[120.2208,23.2314],[120.2201,23.2328],[120.2219,23.2362],[120.2252,23.2364],[120.2281,23.2381],[120.232,23.2417],[120.2286,23.2473],[120.2275,23.2486],[120.2294,23.252],[120.2228,23.256],[120.2221,23.2611],[120.2191,23.2644],[120.2229,23.2659],[120.2208,23.267],[120.2168,23.2662],[120.2158,23.2622],[120.2106,23.2609],[120.2106,23.2648],[120.2077,23.2638],[120.208,23.2615],[120.2046,23.2589],[120.2051,23.2625],[120.2028,23.262],[120.2007,23.2586],[120.1992,23.2577],[120.1986,23.2611],[120.1949,23.2617],[120.1949,23.2637],[120.1918,23.2659],[120.1937,23.2707],[120.1945,23.2753],[120.1962,23.2722],[120.1984,23.2716],[120.1998,23.2735],[120.2043,23.2742],[120.2065,23.2762],[120.2097,23.2766],[120.211,23.278],[120.2123,23.2821],[120.2117,23.287],[120.2123,23.2917]]]},"properties":{"TOWNCODE":"67000130","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"學甲區"},"id":"67000130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2145,23.1602],[120.2112,23.1595],[120.2101,23.1607],[120.2048,23.1633],[120.1925,23.1598],[120.196,23.1514],[120.1877,23.1484],[120.1899,23.1449],[120.184,23.1411],[120.1804,23.1407],[120.1799,23.1367],[120.1739,23.1365],[120.1746,23.122],[120.1713,23.1215],[120.1757,23.1177],[120.1781,23.1112],[120.1727,23.1033],[120.1736,23.0997],[120.176,23.099],[120.1755,23.0904],[120.1744,23.0851],[120.1727,23.0836],[120.175,23.0811],[120.1764,23.0807],[120.1764,23.0783],[120.1817,23.0776],[120.1874,23.0831],[120.1981,23.0936],[120.201,23.0986],[120.2028,23.0997],[120.2028,23.1072],[120.2081,23.1108],[120.209,23.1108],[120.2188,23.117],[120.2211,23.1192],[120.229,23.1254],[120.2346,23.1285],[120.2361,23.1284],[120.2416,23.1307],[120.2416,23.1372],[120.2397,23.1369],[120.234,23.1399],[120.2283,23.1449],[120.2234,23.1507],[120.2194,23.1543],[120.2145,23.1602]]]},"properties":{"TOWNCODE":"67000140","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"西港區"},"id":"67000140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3584,23.0716],[120.3564,23.0732],[120.3573,23.0753],[120.3557,23.0773],[120.3544,23.0767],[120.3533,23.0727],[120.3515,23.0757],[120.3511,23.0806],[120.3488,23.0794],[120.346,23.0807],[120.3421,23.0812],[120.3405,23.0835],[120.3361,23.0819],[120.3349,23.0805],[120.3361,23.078],[120.3393,23.0751],[120.3384,23.0733],[120.3351,23.0703],[120.3371,23.0686],[120.331,23.0618],[120.3247,23.0595],[120.3216,23.0613],[120.3162,23.058],[120.3137,23.0587],[120.3122,23.0574],[120.3074,23.0563],[120.3042,23.0535],[120.3019,23.0552],[120.3017,23.0598],[120.2977,23.0593],[120.2939,23.0581],[120.2957,23.0531],[120.2926,23.0543],[120.29,23.0537],[120.2872,23.0562],[120.284,23.0564],[120.2807,23.0552],[120.2779,23.0564],[120.278,23.0555],[120.2868,23.0476],[120.2847,23.044],[120.2826,23.043],[120.2818,23.0409],[120.2824,23.0379],[120.2848,23.0369],[120.289,23.0321],[120.2874,23.0297],[120.2841,23.0281],[120.2831,23.0255],[120.284,23.0196],[120.2866,23.018],[120.2899,23.0173],[120.2925,23.0158],[120.2958,23.0138],[120.2988,23.0107],[120.3028,23.0103],[120.3036,23.0115],[120.3096,23.0117],[120.3121,23.0131],[120.3155,23.0106],[120.3194,23.0108],[120.3251,23.0092],[120.3287,23.0099],[120.3333,23.0017],[120.3326,22.9993],[120.3332,22.9966],[120.3348,22.9941],[120.3366,22.9941],[120.3415,22.9922],[120.34,22.9897],[120.3439,22.9888],[120.3469,22.9913],[120.3509,22.9957],[120.3519,23.0002],[120.353,23.0003],[120.3576,23.0042],[120.3611,23.0048],[120.3645,23.0022],[120.3691,23.0041],[120.3768,23.0059],[120.3826,23.0047],[120.3826,23.0065],[120.3841,23.0083],[120.3865,23.0086],[120.3895,23.0078],[120.3898,23.0053],[120.3911,23.0048],[120.3927,23.0076],[120.3925,23.0092],[120.3867,23.0117],[120.3871,23.0145],[120.3889,23.0169],[120.389,23.0199],[120.3861,23.0212],[120.3805,23.0193],[120.3797,23.0213],[120.3755,23.0205],[120.3738,23.0259],[120.3739,23.0285],[120.3752,23.0316],[120.3785,23.0345],[120.3768,23.0394],[120.3765,23.0462],[120.3748,23.0474],[120.3736,23.053],[120.3704,23.0529],[120.3698,23.0564],[120.3676,23.056],[120.3673,23.0584],[120.3622,23.0608],[120.3643,23.0621],[120.3628,23.0643],[120.3598,23.0641],[120.3591,23.0661],[120.3613,23.07],[120.3583,23.0702],[120.3584,23.0716]]]},"properties":{"TOWNCODE":"67000180","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"新化區"},"id":"67000180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3329,23.1066],[120.3296,23.1061],[120.325,23.1063],[120.324,23.1073],[120.321,23.1072],[120.3136,23.11],[120.3092,23.1106],[120.3043,23.1078],[120.302,23.1076],[120.2985,23.1056],[120.2959,23.1071],[120.2956,23.1093],[120.2936,23.11],[120.2919,23.1083],[120.2895,23.1074],[120.288,23.111],[120.2868,23.1094],[120.2835,23.1071],[120.2811,23.1062],[120.2817,23.1098],[120.2794,23.11],[120.2777,23.1114],[120.275,23.1111],[120.2722,23.1088],[120.2715,23.1058],[120.265,23.1072],[120.2623,23.1052],[120.2586,23.1061],[120.2566,23.1052],[120.2558,23.108],[120.2518,23.1066],[120.2517,23.1046],[120.2486,23.1042],[120.2439,23.1026],[120.2446,23.1009],[120.2485,23.0995],[120.2489,23.0974],[120.2473,23.0941],[120.2471,23.0921],[120.2485,23.0884],[120.2485,23.0863],[120.2465,23.0827],[120.2478,23.082],[120.2478,23.0782],[120.2428,23.0795],[120.2421,23.0786],[120.2423,23.0675],[120.2411,23.0666],[120.2469,23.0656],[120.248,23.0676],[120.2518,23.0659],[120.2527,23.0613],[120.2552,23.0617],[120.257,23.0597],[120.2598,23.0596],[120.2608,23.0615],[120.2645,23.0618],[120.2679,23.0609],[120.2704,23.0594],[120.277,23.0597],[120.2779,23.0564],[120.2807,23.0552],[120.284,23.0564],[120.2872,23.0562],[120.29,23.0537],[120.2926,23.0543],[120.2957,23.0531],[120.2939,23.0581],[120.2977,23.0593],[120.3017,23.0598],[120.3019,23.0552],[120.3042,23.0535],[120.3074,23.0563],[120.3122,23.0574],[120.3137,23.0587],[120.3162,23.058],[120.3216,23.0613],[120.3247,23.0595],[120.331,23.0618],[120.3371,23.0686],[120.3351,23.0703],[120.3384,23.0733],[120.3393,23.0751],[120.3361,23.078],[120.3349,23.0805],[120.3361,23.0819],[120.3405,23.0835],[120.3441,23.084],[120.3434,23.0885],[120.3425,23.0906],[120.3358,23.0991],[120.3352,23.102],[120.3329,23.1066]]]},"properties":{"TOWNCODE":"67000200","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"新市區"},"id":"67000200"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2558,23.108],[120.2603,23.109],[120.2644,23.1131],[120.2657,23.1163],[120.2673,23.1165],[120.2692,23.1218],[120.2661,23.1214],[120.2647,23.1254],[120.2629,23.1245],[120.261,23.13],[120.2595,23.1317],[120.2559,23.1312],[120.2549,23.135],[120.2515,23.1342],[120.2463,23.1317],[120.2416,23.1307],[120.2361,23.1284],[120.2346,23.1285],[120.229,23.1254],[120.2211,23.1192],[120.2188,23.117],[120.209,23.1108],[120.2081,23.1108],[120.2028,23.1072],[120.2028,23.0997],[120.201,23.0986],[120.1981,23.0936],[120.1874,23.0831],[120.1925,23.0816],[120.1993,23.0788],[120.2027,23.0783],[120.2072,23.0785],[120.2055,23.0766],[120.1996,23.0718],[120.2021,23.068],[120.2056,23.0701],[120.2067,23.0686],[120.209,23.0685],[120.2138,23.0701],[120.2137,23.0732],[120.217,23.0743],[120.2206,23.0739],[120.221,23.0753],[120.2234,23.0758],[120.2243,23.0729],[120.2283,23.0713],[120.2318,23.0708],[120.2351,23.0696],[120.2379,23.0669],[120.2411,23.0666],[120.2423,23.0675],[120.2421,23.0786],[120.2428,23.0795],[120.2478,23.0782],[120.2478,23.082],[120.2465,23.0827],[120.2485,23.0863],[120.2485,23.0884],[120.2471,23.0921],[120.2473,23.0941],[120.2489,23.0974],[120.2485,23.0995],[120.2446,23.1009],[120.2439,23.1026],[120.2486,23.1042],[120.2517,23.1046],[120.2518,23.1066],[120.2558,23.108]]]},"properties":{"TOWNCODE":"67000210","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"安定區"},"id":"67000210"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5273,23.1163],[120.5218,23.1184],[120.5186,23.1213],[120.5109,23.1236],[120.5081,23.1253],[120.5056,23.1208],[120.5046,23.1179],[120.5011,23.1182],[120.499,23.1196],[120.4993,23.1216],[120.4955,23.1239],[120.4908,23.1231],[120.4879,23.1237],[120.4854,23.1287],[120.4874,23.1307],[120.485,23.1342],[120.487,23.138],[120.4857,23.1409],[120.4819,23.1428],[120.4798,23.1398],[120.4755,23.1402],[120.4728,23.1392],[120.4708,23.1417],[120.4751,23.1482],[120.4745,23.1517],[120.4763,23.1554],[120.4739,23.1569],[120.4749,23.1624],[120.4727,23.1663],[120.4702,23.1655],[120.4686,23.169],[120.4658,23.1717],[120.4644,23.1751],[120.4628,23.1766],[120.4612,23.1745],[120.4603,23.1796],[120.4615,23.1843],[120.461,23.1872],[120.4569,23.19],[120.4541,23.1854],[120.4529,23.1849],[120.4516,23.181],[120.449,23.178],[120.4475,23.1739],[120.4433,23.1683],[120.4438,23.1656],[120.443,23.1642],[120.4389,23.1629],[120.4388,23.1598],[120.4366,23.1579],[120.4365,23.1562],[120.4337,23.1539],[120.4338,23.1516],[120.4352,23.1501],[120.4352,23.1473],[120.4322,23.1389],[120.4311,23.1373],[120.4348,23.1344],[120.4364,23.1322],[120.4353,23.126],[120.4368,23.1232],[120.4358,23.1206],[120.4308,23.1162],[120.4301,23.1137],[120.4275,23.1107],[120.4234,23.1083],[120.4199,23.1048],[120.4183,23.1046],[120.4184,23.1022],[120.4141,23.0994],[120.4141,23.0974],[120.4105,23.0918],[120.4063,23.0869],[120.4104,23.0812],[120.4111,23.079],[120.415,23.0717],[120.4149,23.07],[120.4188,23.0703],[120.4203,23.0696],[120.4238,23.0698],[120.4251,23.0651],[120.4265,23.0628],[120.4286,23.0644],[120.4283,23.0659],[120.4323,23.0661],[120.4355,23.0634],[120.4405,23.0645],[120.4412,23.067],[120.4431,23.067],[120.4439,23.0725],[120.4424,23.0742],[120.4426,23.0767],[120.4454,23.0765],[120.4463,23.0786],[120.4487,23.0798],[120.4528,23.0785],[120.4551,23.0806],[120.4566,23.0845],[120.4592,23.0849],[120.4623,23.0812],[120.4614,23.0799],[120.4626,23.0752],[120.4647,23.0754],[120.4667,23.0721],[120.4689,23.0735],[120.4716,23.074],[120.4754,23.0738],[120.4767,23.0727],[120.4792,23.073],[120.4793,23.0766],[120.4814,23.0802],[120.4798,23.0824],[120.4777,23.083],[120.481,23.0895],[120.4827,23.0909],[120.485,23.0911],[120.4862,23.0885],[120.4903,23.0874],[120.4926,23.0882],[120.4963,23.0881],[120.4976,23.0889],[120.5,23.0874],[120.5016,23.0887],[120.5041,23.0891],[120.5078,23.0916],[120.5117,23.0918],[120.5129,23.0939],[120.516,23.096],[120.5178,23.1013],[120.5201,23.1044],[120.5205,23.1066],[120.5228,23.1097],[120.5244,23.1102],[120.5249,23.1125],[120.5273,23.1163]]]},"properties":{"TOWNCODE":"67000230","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"玉井區"},"id":"67000230"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5194,23.2395],[120.5176,23.239],[120.5123,23.2353],[120.5114,23.2337],[120.5086,23.232],[120.5028,23.2296],[120.4992,23.2248],[120.4931,23.2208],[120.491,23.2222],[120.4876,23.2223],[120.4863,23.2207],[120.4815,23.2201],[120.4771,23.223],[120.475,23.222],[120.4744,23.2204],[120.4709,23.2172],[120.4703,23.2143],[120.4682,23.2129],[120.4684,23.2116],[120.4642,23.204],[120.4632,23.1997],[120.4613,23.1982],[120.4603,23.1945],[120.4581,23.1923],[120.4569,23.19],[120.461,23.1872],[120.4615,23.1843],[120.4603,23.1796],[120.4612,23.1745],[120.4628,23.1766],[120.4644,23.1751],[120.4658,23.1717],[120.4686,23.169],[120.4702,23.1655],[120.4727,23.1663],[120.4749,23.1624],[120.4739,23.1569],[120.4763,23.1554],[120.4745,23.1517],[120.4751,23.1482],[120.4708,23.1417],[120.4728,23.1392],[120.4755,23.1402],[120.4798,23.1398],[120.4819,23.1428],[120.4857,23.1409],[120.487,23.138],[120.485,23.1342],[120.4874,23.1307],[120.4854,23.1287],[120.4879,23.1237],[120.4908,23.1231],[120.4955,23.1239],[120.4993,23.1216],[120.499,23.1196],[120.5011,23.1182],[120.5046,23.1179],[120.5056,23.1208],[120.5081,23.1253],[120.5109,23.1236],[120.5186,23.1213],[120.5218,23.1184],[120.5273,23.1163],[120.5296,23.1191],[120.533,23.1186],[120.5337,23.1162],[120.5368,23.1152],[120.5397,23.1197],[120.5448,23.1174],[120.5466,23.1173],[120.5488,23.1189],[120.5493,23.1233],[120.5488,23.1285],[120.5504,23.1318],[120.5501,23.1337],[120.5479,23.1361],[120.547,23.1395],[120.5438,23.1408],[120.5432,23.1437],[120.5462,23.1457],[120.5467,23.1474],[120.5494,23.1512],[120.552,23.1524],[120.5525,23.154],[120.5547,23.1557],[120.5573,23.1599],[120.5588,23.1663],[120.5609,23.17],[120.5642,23.1732],[120.5663,23.1767],[120.568,23.1807],[120.5674,23.1828],[120.5688,23.186],[120.5718,23.1899],[120.5732,23.1909],[120.5742,23.1946],[120.5744,23.1992],[120.5761,23.2014],[120.5782,23.2027],[120.5779,23.2073],[120.5771,23.2088],[120.5782,23.2148],[120.5747,23.2178],[120.571,23.2182],[120.5653,23.221],[120.5609,23.2173],[120.5581,23.2168],[120.555,23.2175],[120.5527,23.2201],[120.5505,23.2207],[120.5489,23.2235],[120.544,23.2266],[120.5396,23.2277],[120.5358,23.2293],[120.5318,23.2298],[120.5312,23.2318],[120.5296,23.2326],[120.5257,23.2315],[120.5194,23.2395]]]},"properties":{"TOWNCODE":"67000240","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"楠西區"},"id":"67000240"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6534,23.2245],[120.6519,23.224],[120.6482,23.2255],[120.6468,23.2271],[120.6443,23.2253],[120.6424,23.2257],[120.6389,23.228],[120.6333,23.2286],[120.6311,23.2295],[120.6282,23.2294],[120.625,23.2273],[120.6181,23.2255],[120.6168,23.2235],[120.6129,23.224],[120.6097,23.2227],[120.6065,23.2258],[120.6029,23.226],[120.5972,23.229],[120.5959,23.2365],[120.594,23.2392],[120.5923,23.2397],[120.5917,23.2361],[120.5902,23.2343],[120.5899,23.2314],[120.5886,23.2295],[120.5867,23.2243],[120.5801,23.2195],[120.5782,23.2148],[120.5771,23.2088],[120.5779,23.2073],[120.5782,23.2027],[120.5761,23.2014],[120.5744,23.1992],[120.5742,23.1946],[120.5732,23.1909],[120.5718,23.1899],[120.5688,23.186],[120.5674,23.1828],[120.568,23.1807],[120.5663,23.1767],[120.5642,23.1732],[120.5609,23.17],[120.5588,23.1663],[120.5573,23.1599],[120.5547,23.1557],[120.5525,23.154],[120.552,23.1524],[120.5494,23.1512],[120.5467,23.1474],[120.5462,23.1457],[120.5432,23.1437],[120.5438,23.1408],[120.547,23.1395],[120.5479,23.1361],[120.5501,23.1337],[120.5504,23.1318],[120.5488,23.1285],[120.5493,23.1233],[120.5488,23.1189],[120.5466,23.1173],[120.5448,23.1174],[120.5397,23.1197],[120.5368,23.1152],[120.5337,23.1162],[120.533,23.1186],[120.5296,23.1191],[120.5273,23.1163],[120.5249,23.1125],[120.5244,23.1102],[120.5228,23.1097],[120.5205,23.1066],[120.5201,23.1044],[120.5178,23.1013],[120.516,23.096],[120.5129,23.0939],[120.5117,23.0918],[120.5078,23.0916],[120.5041,23.0891],[120.5016,23.0887],[120.5,23.0874],[120.4976,23.0889],[120.4963,23.0881],[120.4926,23.0882],[120.4903,23.0874],[120.4862,23.0885],[120.485,23.0911],[120.4827,23.0909],[120.481,23.0895],[120.4777,23.083],[120.4798,23.0824],[120.4814,23.0802],[120.4793,23.0766],[120.4792,23.073],[120.4767,23.0727],[120.4754,23.0738],[120.4716,23.074],[120.4689,23.0735],[120.4667,23.0721],[120.4647,23.0754],[120.4626,23.0752],[120.4614,23.0799],[120.4623,23.0812],[120.4592,23.0849],[120.4566,23.0845],[120.4551,23.0806],[120.4528,23.0785],[120.4487,23.0798],[120.4463,23.0786],[120.4454,23.0765],[120.4426,23.0767],[120.4424,23.0742],[120.4439,23.0725],[120.4431,23.067],[120.4412,23.067],[120.4405,23.0645],[120.4355,23.0634],[120.4353,23.0622],[120.4322,23.0599],[120.4329,23.0562],[120.4314,23.0515],[120.4333,23.049],[120.4332,23.0469],[120.4349,23.0451],[120.4373,23.0463],[120.4385,23.0452],[120.437,23.0423],[120.4396,23.0318],[120.4371,23.0292],[120.4384,23.0268],[120.439,23.0232],[120.4403,23.0221],[120.4455,23.0219],[120.4466,23.0202],[120.447,23.0167],[120.4463,23.0147],[120.4465,23.0108],[120.4492,23.0107],[120.4519,23.0086],[120.4531,23.0112],[120.456,23.0109],[120.4582,23.0058],[120.4604,23.0034],[120.4672,23.0036],[120.4708,23.0024],[120.4738,23.0031],[120.48,23.0036],[120.4813,23.0111],[120.4827,23.0156],[120.487,23.019],[120.4913,23.0209],[120.4949,23.0233],[120.4974,23.024],[120.5021,23.0276],[120.5037,23.0286],[120.509,23.0351],[120.5104,23.0355],[120.5139,23.0387],[120.5159,23.0414],[120.5196,23.0449],[120.5222,23.0456],[120.5237,23.0477],[120.523,23.0496],[120.5265,23.053],[120.5316,23.0567],[120.5351,23.0574],[120.5381,23.0595],[120.538,23.0607],[120.5414,23.0622],[120.5427,23.0635],[120.5454,23.0639],[120.5465,23.0655],[120.5546,23.0689],[120.5591,23.0734],[120.5586,23.075],[120.56,23.0769],[120.5627,23.0784],[120.5634,23.08],[120.5671,23.082],[120.5731,23.0898],[120.5748,23.0914],[120.5741,23.0949],[120.5756,23.0956],[120.5773,23.0996],[120.5803,23.104],[120.5825,23.106],[120.5831,23.1079],[120.5869,23.1122],[120.5882,23.1143],[120.5889,23.1201],[120.5884,23.1234],[120.5905,23.1272],[120.5948,23.1318],[120.5952,23.1345],[120.5975,23.1374],[120.599,23.1411],[120.6011,23.1442],[120.6038,23.1449],[120.6055,23.1463],[120.6055,23.1485],[120.6076,23.1483],[120.612,23.152],[120.6112,23.156],[120.6135,23.1593],[120.615,23.1595],[120.6165,23.1631],[120.6208,23.1628],[120.6231,23.164],[120.6252,23.1678],[120.6268,23.1679],[120.6311,23.1704],[120.6294,23.1733],[120.6298,23.1745],[120.6362,23.1751],[120.6374,23.1783],[120.6374,23.1806],[120.6404,23.1832],[120.6384,23.1857],[120.6366,23.1904],[120.6389,23.1932],[120.6408,23.1984],[120.6431,23.2011],[120.6433,23.2033],[120.6461,23.207],[120.6488,23.2087],[120.6514,23.2085],[120.6531,23.2118],[120.6538,23.2153],[120.6562,23.2176],[120.6552,23.2235],[120.6534,23.2245]]]},"properties":{"TOWNCODE":"67000250","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"南化區"},"id":"67000250"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4355,23.0634],[120.4323,23.0661],[120.4283,23.0659],[120.4286,23.0644],[120.4265,23.0628],[120.4251,23.0651],[120.4238,23.0698],[120.4203,23.0696],[120.4188,23.0703],[120.4149,23.07],[120.415,23.0717],[120.4111,23.079],[120.4104,23.0812],[120.4063,23.0869],[120.4034,23.0846],[120.4012,23.0812],[120.3984,23.0797],[120.3884,23.0791],[120.3888,23.077],[120.3824,23.0773],[120.3797,23.0787],[120.3788,23.0807],[120.3768,23.0809],[120.3761,23.0791],[120.3705,23.0791],[120.3694,23.0774],[120.371,23.0756],[120.3638,23.0725],[120.3595,23.0727],[120.3584,23.0716],[120.3583,23.0702],[120.3613,23.07],[120.3591,23.0661],[120.3598,23.0641],[120.3628,23.0643],[120.3643,23.0621],[120.3622,23.0608],[120.3673,23.0584],[120.3676,23.056],[120.3698,23.0564],[120.3704,23.0529],[120.3736,23.053],[120.3748,23.0474],[120.3765,23.0462],[120.3768,23.0394],[120.3785,23.0345],[120.3752,23.0316],[120.3739,23.0285],[120.3738,23.0259],[120.3755,23.0205],[120.3797,23.0213],[120.3805,23.0193],[120.3861,23.0212],[120.389,23.0199],[120.3889,23.0169],[120.3871,23.0145],[120.3867,23.0117],[120.3925,23.0092],[120.3927,23.0076],[120.3942,23.0061],[120.398,22.9992],[120.398,22.9972],[120.4,22.9961],[120.4023,22.9963],[120.4033,22.9928],[120.408,22.9886],[120.4062,22.9834],[120.4064,22.9818],[120.4051,22.9737],[120.4069,22.9725],[120.411,22.9714],[120.4111,22.9691],[120.4159,22.9688],[120.4176,22.968],[120.4211,22.9686],[120.4225,22.9675],[120.4255,22.9675],[120.4265,22.9662],[120.429,22.9655],[120.4312,22.9631],[120.433,22.9597],[120.4353,22.9595],[120.4362,22.9605],[120.4383,22.966],[120.4422,22.9738],[120.4426,22.9773],[120.4455,22.9794],[120.4496,22.9772],[120.4531,22.9785],[120.4547,22.9806],[120.4548,22.9826],[120.4532,22.9849],[120.4535,22.9873],[120.455,22.991],[120.4597,22.9899],[120.461,22.9924],[120.4591,22.9959],[120.4615,22.9982],[120.4595,23.0008],[120.4604,23.0034],[120.4582,23.0058],[120.456,23.0109],[120.4531,23.0112],[120.4519,23.0086],[120.4492,23.0107],[120.4465,23.0108],[120.4463,23.0147],[120.447,23.0167],[120.4466,23.0202],[120.4455,23.0219],[120.4403,23.0221],[120.439,23.0232],[120.4384,23.0268],[120.4371,23.0292],[120.4396,23.0318],[120.437,23.0423],[120.4385,23.0452],[120.4373,23.0463],[120.4349,23.0451],[120.4332,23.0469],[120.4333,23.049],[120.4314,23.0515],[120.4329,23.0562],[120.4322,23.0599],[120.4353,23.0622],[120.4355,23.0634]]]},"properties":{"TOWNCODE":"67000260","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"左鎮區"},"id":"67000260"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.217,22.9606],[120.2166,22.9606],[120.2166,22.9452],[120.216,22.9449],[120.2012,22.9449],[120.1987,22.9378],[120.2019,22.9383],[120.2024,22.9373],[120.2005,22.9346],[120.1981,22.9296],[120.1954,22.9292],[120.1938,22.9275],[120.1938,22.9233],[120.1921,22.9212],[120.1947,22.9203],[120.2023,22.9154],[120.2045,22.9147],[120.2081,22.9152],[120.2117,22.912],[120.2161,22.9099],[120.2203,22.9096],[120.2226,22.9113],[120.2259,22.9156],[120.228,22.9169],[120.2317,22.9154],[120.2315,22.9092],[120.2331,22.9054],[120.2367,22.905],[120.2429,22.9035],[120.2476,22.8982],[120.252,22.8951],[120.2565,22.894],[120.2588,22.8953],[120.2588,22.8969],[120.2569,22.899],[120.2579,22.9017],[120.2605,22.9018],[120.2698,22.8967],[120.2686,22.9004],[120.2701,22.9017],[120.2685,22.9063],[120.2632,22.9125],[120.2615,22.916],[120.2635,22.9187],[120.264,22.922],[120.2653,22.9257],[120.2665,22.9258],[120.2681,22.9331],[120.2665,22.9341],[120.2674,22.9388],[120.2693,22.9391],[120.2738,22.9379],[120.2752,22.9409],[120.2728,22.9414],[120.2696,22.9435],[120.2704,22.9563],[120.2709,22.9602],[120.2717,22.9727],[120.2725,22.9807],[120.2727,22.9868],[120.2734,22.9937],[120.2683,22.9934],[120.2672,22.9965],[120.2514,22.9921],[120.2478,22.9907],[120.2491,22.9865],[120.2493,22.9799],[120.249,22.977],[120.2477,22.9758],[120.2433,22.9774],[120.2432,22.9786],[120.2389,22.9801],[120.2379,22.9745],[120.2383,22.9694],[120.2376,22.9638],[120.2378,22.9611],[120.2274,22.9594],[120.2265,22.9613],[120.2211,22.962],[120.2203,22.9607],[120.217,22.9606]]]},"properties":{"TOWNCODE":"67000270","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"仁德區"},"id":"67000270"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2958,23.0138],[120.2925,23.0158],[120.2914,23.0127],[120.2853,23.0127],[120.2832,23.014],[120.2818,23.0105],[120.275,23.0111],[120.2734,22.9937],[120.2727,22.9868],[120.2725,22.9807],[120.2717,22.9727],[120.2709,22.9602],[120.2704,22.9563],[120.2696,22.9435],[120.2728,22.9414],[120.2752,22.9409],[120.2738,22.9379],[120.2693,22.9391],[120.2674,22.9388],[120.2665,22.9341],[120.2681,22.9331],[120.2665,22.9258],[120.2653,22.9257],[120.264,22.922],[120.2635,22.9187],[120.2615,22.916],[120.2632,22.9125],[120.2685,22.9063],[120.2701,22.9017],[120.2686,22.9004],[120.2698,22.8967],[120.2734,22.8953],[120.2782,22.8962],[120.2793,22.8983],[120.2778,22.9019],[120.2778,22.904],[120.2797,22.9049],[120.2848,22.9047],[120.2949,22.9025],[120.2998,22.9009],[120.3034,22.9004],[120.3091,22.9006],[120.3142,22.8998],[120.3165,22.8984],[120.3191,22.9025],[120.3216,22.8996],[120.3229,22.9015],[120.3223,22.905],[120.3239,22.9061],[120.3258,22.9052],[120.3271,22.9076],[120.3247,22.9099],[120.3214,22.9117],[120.3222,22.9135],[120.3211,22.9152],[120.3216,22.9195],[120.3212,22.9226],[120.323,22.9254],[120.3228,22.9302],[120.3243,22.9314],[120.3254,22.9344],[120.3267,22.9352],[120.3261,22.9384],[120.3266,22.9432],[120.3256,22.9457],[120.323,22.9484],[120.3196,22.9537],[120.3153,22.9586],[120.3124,22.96],[120.3139,22.9626],[120.3152,22.9682],[120.3111,22.9684],[120.3101,22.9716],[120.311,22.9731],[120.3097,22.9758],[120.3058,22.979],[120.3037,22.98],[120.2974,22.9798],[120.2963,22.9827],[120.2975,22.9846],[120.2986,22.9912],[120.3004,22.9949],[120.2996,23.0003],[120.2961,23.0043],[120.2952,23.0081],[120.2958,23.0138]]]},"properties":{"TOWNCODE":"67000280","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"歸仁區"},"id":"67000280"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.353,23.0003],[120.3519,23.0002],[120.3509,22.9957],[120.3469,22.9913],[120.3439,22.9888],[120.34,22.9897],[120.3415,22.9922],[120.3366,22.9941],[120.3348,22.9941],[120.3332,22.9966],[120.3326,22.9993],[120.3333,23.0017],[120.3287,23.0099],[120.3251,23.0092],[120.3194,23.0108],[120.3155,23.0106],[120.3121,23.0131],[120.3096,23.0117],[120.3036,23.0115],[120.3028,23.0103],[120.2988,23.0107],[120.2958,23.0138],[120.2952,23.0081],[120.2961,23.0043],[120.2996,23.0003],[120.3004,22.9949],[120.2986,22.9912],[120.2975,22.9846],[120.2963,22.9827],[120.2974,22.9798],[120.3037,22.98],[120.3058,22.979],[120.3097,22.9758],[120.311,22.9731],[120.3101,22.9716],[120.3111,22.9684],[120.3152,22.9682],[120.3139,22.9626],[120.3124,22.96],[120.3153,22.9586],[120.3196,22.9537],[120.323,22.9484],[120.3256,22.9457],[120.3266,22.9432],[120.3261,22.9384],[120.3267,22.9352],[120.3254,22.9344],[120.3243,22.9314],[120.3228,22.9302],[120.323,22.9254],[120.3212,22.9226],[120.3216,22.9195],[120.3211,22.9152],[120.3222,22.9135],[120.3214,22.9117],[120.3247,22.9099],[120.3271,22.9076],[120.3258,22.9052],[120.3239,22.9061],[120.3223,22.905],[120.3229,22.9015],[120.3216,22.8996],[120.3191,22.9025],[120.3165,22.8984],[120.3192,22.8951],[120.3209,22.8956],[120.3249,22.9005],[120.3278,22.897],[120.3309,22.8905],[120.3323,22.8893],[120.3451,22.8894],[120.3488,22.8906],[120.3511,22.8882],[120.3531,22.8913],[120.3556,22.8939],[120.3611,22.8979],[120.3592,22.9002],[120.3596,22.9015],[120.3634,22.9023],[120.366,22.9022],[120.3663,22.9051],[120.369,22.9057],[120.3723,22.9079],[120.3731,22.9095],[120.3717,22.9108],[120.3693,22.9087],[120.3695,22.907],[120.3677,22.9061],[120.3656,22.9077],[120.3621,22.9055],[120.3595,22.9058],[120.3569,22.9108],[120.3553,22.9126],[120.3551,22.9152],[120.3523,22.9169],[120.3527,22.9218],[120.3552,22.9239],[120.3547,22.9261],[120.3529,22.9267],[120.3502,22.9296],[120.3491,22.9362],[120.3505,22.9396],[120.3493,22.9422],[120.3488,22.9482],[120.3472,22.9531],[120.3473,22.9543],[120.3515,22.9575],[120.3531,22.9599],[120.3521,22.9628],[120.3556,22.9652],[120.3575,22.9673],[120.3613,22.9654],[120.3635,22.9653],[120.3657,22.9626],[120.3699,22.9603],[120.3706,22.9705],[120.3662,22.9709],[120.3693,22.9733],[120.371,22.9773],[120.3694,22.9801],[120.3733,22.9831],[120.3672,22.9848],[120.3639,22.9809],[120.3623,22.9833],[120.363,22.986],[120.3612,22.9883],[120.3573,22.9891],[120.3563,22.9921],[120.357,22.9939],[120.353,22.9969],[120.353,23.0003]]]},"properties":{"TOWNCODE":"67000290","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"關廟區"},"id":"67000290"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3927,23.0076],[120.3911,23.0048],[120.3898,23.0053],[120.3895,23.0078],[120.3865,23.0086],[120.3841,23.0083],[120.3826,23.0065],[120.3826,23.0047],[120.3768,23.0059],[120.3691,23.0041],[120.3645,23.0022],[120.3611,23.0048],[120.3576,23.0042],[120.353,23.0003],[120.353,22.9969],[120.357,22.9939],[120.3563,22.9921],[120.3573,22.9891],[120.3612,22.9883],[120.363,22.986],[120.3623,22.9833],[120.3639,22.9809],[120.3672,22.9848],[120.3733,22.9831],[120.3694,22.9801],[120.371,22.9773],[120.3693,22.9733],[120.3662,22.9709],[120.3706,22.9705],[120.3699,22.9603],[120.3657,22.9626],[120.3635,22.9653],[120.3613,22.9654],[120.3575,22.9673],[120.3556,22.9652],[120.3521,22.9628],[120.3531,22.9599],[120.3515,22.9575],[120.3473,22.9543],[120.3472,22.9531],[120.3488,22.9482],[120.3493,22.9422],[120.3505,22.9396],[120.3491,22.9362],[120.3502,22.9296],[120.3529,22.9267],[120.3547,22.9261],[120.3552,22.9239],[120.3527,22.9218],[120.3523,22.9169],[120.3551,22.9152],[120.3553,22.9126],[120.3569,22.9108],[120.3595,22.9058],[120.3621,22.9055],[120.3656,22.9077],[120.3677,22.9061],[120.3695,22.907],[120.3693,22.9087],[120.3717,22.9108],[120.3738,22.9142],[120.3768,22.9149],[120.3775,22.9182],[120.3804,22.9186],[120.383,22.92],[120.3869,22.9183],[120.3887,22.9207],[120.3922,22.9223],[120.3955,22.9227],[120.399,22.9223],[120.4011,22.9185],[120.4053,22.9182],[120.4063,22.9147],[120.4087,22.9123],[120.4108,22.9144],[120.4162,22.9161],[120.4173,22.9175],[120.4184,22.9212],[120.4221,22.9276],[120.422,22.9294],[120.4243,22.9325],[120.4257,22.9358],[120.4261,22.9394],[120.4286,22.9408],[120.4307,22.9484],[120.4327,22.9526],[120.4329,22.9555],[120.4353,22.9595],[120.433,22.9597],[120.4312,22.9631],[120.429,22.9655],[120.4265,22.9662],[120.4255,22.9675],[120.4225,22.9675],[120.4211,22.9686],[120.4176,22.968],[120.4159,22.9688],[120.4111,22.9691],[120.411,22.9714],[120.4069,22.9725],[120.4051,22.9737],[120.4064,22.9818],[120.4062,22.9834],[120.408,22.9886],[120.4033,22.9928],[120.4023,22.9963],[120.4,22.9961],[120.398,22.9972],[120.398,22.9992],[120.3942,23.0061],[120.3927,23.0076]]]},"properties":{"TOWNCODE":"67000300","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"龍崎區"},"id":"67000300"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2779,23.0564],[120.277,23.0597],[120.2704,23.0594],[120.2679,23.0609],[120.2645,23.0618],[120.2608,23.0615],[120.2598,23.0596],[120.257,23.0597],[120.2552,23.0617],[120.2527,23.0613],[120.2518,23.0659],[120.248,23.0676],[120.2469,23.0656],[120.2449,23.0576],[120.2434,23.0563],[120.241,23.0518],[120.2389,23.0502],[120.2348,23.0493],[120.2291,23.0458],[120.2253,23.0421],[120.2233,23.0379],[120.2233,23.0365],[120.2206,23.0316],[120.2202,23.0296],[120.216,23.0255],[120.2094,23.0229],[120.2124,23.0211],[120.2147,23.0187],[120.2175,23.0183],[120.222,23.0194],[120.2241,23.0164],[120.2249,23.0126],[120.2264,23.0112],[120.2293,23.0103],[120.2303,23.0061],[120.2285,23.0018],[120.2327,23.0009],[120.233,22.9985],[120.2331,22.9985],[120.24,22.9985],[120.2399,22.9933],[120.2427,22.9933],[120.2453,22.9924],[120.2492,22.9925],[120.2478,22.9907],[120.2514,22.9921],[120.2672,22.9965],[120.2683,22.9934],[120.2734,22.9937],[120.275,23.0111],[120.2818,23.0105],[120.2832,23.014],[120.2853,23.0127],[120.2914,23.0127],[120.2925,23.0158],[120.2899,23.0173],[120.2866,23.018],[120.284,23.0196],[120.2831,23.0255],[120.2841,23.0281],[120.2874,23.0297],[120.289,23.0321],[120.2848,23.0369],[120.2824,23.0379],[120.2818,23.0409],[120.2826,23.043],[120.2847,23.044],[120.2868,23.0476],[120.278,23.0555],[120.2779,23.0564]]]},"properties":{"TOWNCODE":"67000310","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"永康區"},"id":"67000310"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2331,22.9985],[120.233,22.9985],[120.2327,23.0009],[120.2285,23.0018],[120.2303,23.0061],[120.2293,23.0103],[120.2264,23.0112],[120.2249,23.0126],[120.2241,23.0164],[120.222,23.0194],[120.2175,23.0183],[120.2147,23.0187],[120.2124,23.0211],[120.2094,23.0229],[120.2033,23.0229],[120.1938,23.0202],[120.1897,23.0183],[120.185,23.0152],[120.1821,23.0124],[120.1763,23.0088],[120.1732,23.0075],[120.174,23.0061],[120.1828,23.0053],[120.1879,23.0075],[120.1923,23.0053],[120.1953,23.0018],[120.2056,22.9982],[120.2108,22.9973],[120.2123,22.9975],[120.2131,23.0016],[120.2206,23.0007],[120.2258,23.0004],[120.233,22.9985],[120.2331,22.9985]]]},"properties":{"TOWNCODE":"67000340","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"北區"},"id":"67000340"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3589,22.5007],[120.3599,22.5011],[120.3643,22.4982],[120.3733,22.4912],[120.3795,22.4876],[120.3849,22.4849],[120.3869,22.4831],[120.3937,22.479],[120.3957,22.477],[120.4009,22.4749],[120.4019,22.4739],[120.4092,22.4711],[120.4139,22.4705],[120.4208,22.4685],[120.4244,22.4687],[120.424,22.4775],[120.4242,22.482],[120.4257,22.4986],[120.4243,22.5034],[120.423,22.511],[120.4229,22.5188],[120.4245,22.5238],[120.4251,22.5285],[120.4275,22.5343],[120.4185,22.534],[120.4137,22.5326],[120.4096,22.5328],[120.4073,22.5338],[120.4031,22.5339],[120.4032,22.5355],[120.3995,22.5376],[120.3971,22.5379],[120.3925,22.5374],[120.3896,22.5356],[120.3867,22.5351],[120.3858,22.5327],[120.3819,22.5305],[120.3793,22.5277],[120.3742,22.5268],[120.3716,22.5245],[120.3713,22.5228],[120.3667,22.5188],[120.3667,22.517],[120.3611,22.5096],[120.3603,22.5076],[120.3589,22.5007]]]},"properties":{"TOWNCODE":"64000130","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"林園區"},"id":"64000130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2199,22.8706],[120.2186,22.8714],[120.2183,22.8814],[120.2112,22.8826],[120.2094,22.8823],[120.2067,22.8839],[120.2097,22.8856],[120.2107,22.8885],[120.2096,22.8912],[120.2072,22.8935],[120.2042,22.8926],[120.2033,22.8878],[120.2001,22.8889],[120.1978,22.8938],[120.1969,22.8985],[120.1977,22.9008],[120.1998,22.9011],[120.1989,22.9078],[120.1924,22.9108],[120.1904,22.9137],[120.1898,22.9183],[120.1877,22.9202],[120.1814,22.9164],[120.1769,22.9124],[120.1747,22.9117],[120.1747,22.91],[120.1765,22.9061],[120.1801,22.8956],[120.1821,22.8919],[120.1895,22.8749],[120.1928,22.8648],[120.1904,22.8641],[120.1897,22.8607],[120.1933,22.8593],[120.1924,22.8577],[120.1953,22.8502],[120.1982,22.8516],[120.2016,22.8546],[120.2071,22.8549],[120.2134,22.8512],[120.2188,22.8576],[120.2194,22.8624],[120.2206,22.8646],[120.2174,22.8658],[120.2167,22.8671],[120.2187,22.8707],[120.2199,22.8706]]]},"properties":{"TOWNCODE":"64000260","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"茄萣區"},"id":"64000260"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2547,22.825],[120.2539,22.8265],[120.257,22.8283],[120.255,22.8315],[120.2503,22.829],[120.2433,22.8294],[120.2424,22.8318],[120.241,22.8322],[120.2407,22.8348],[120.2393,22.8353],[120.2389,22.8381],[120.2362,22.84],[120.2318,22.839],[120.2295,22.8404],[120.2267,22.8392],[120.2238,22.8455],[120.2198,22.8468],[120.2134,22.8512],[120.2071,22.8549],[120.2016,22.8546],[120.1982,22.8516],[120.1953,22.8502],[120.1929,22.8484],[120.1966,22.8447],[120.1991,22.8434],[120.2005,22.8385],[120.2052,22.8252],[120.2073,22.8228],[120.206,22.8202],[120.1905,22.8153],[120.1902,22.8136],[120.1933,22.8074],[120.1979,22.8053],[120.2124,22.8076],[120.2155,22.8035],[120.2196,22.8045],[120.223,22.8027],[120.2281,22.8018],[120.2312,22.8023],[120.2398,22.7961],[120.2444,22.7953],[120.2445,22.7979],[120.2498,22.7973],[120.2527,22.7957],[120.2565,22.7954],[120.2615,22.797],[120.261,22.7995],[120.2629,22.8027],[120.259,22.8092],[120.255,22.8066],[120.253,22.8099],[120.2542,22.8104],[120.2565,22.814],[120.2552,22.8173],[120.2532,22.8181],[120.2532,22.821],[120.2554,22.8235],[120.2547,22.825]]]},"properties":{"TOWNCODE":"64000270","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"永安區"},"id":"64000270"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2565,22.7954],[120.2527,22.7957],[120.2498,22.7973],[120.2445,22.7979],[120.2444,22.7953],[120.2398,22.7961],[120.2312,22.8023],[120.2281,22.8018],[120.223,22.8027],[120.2196,22.8045],[120.2155,22.8035],[120.2157,22.8022],[120.2189,22.7955],[120.2206,22.7905],[120.2229,22.7855],[120.2291,22.7733],[120.2306,22.769],[120.2324,22.7661],[120.2324,22.7625],[120.2313,22.7609],[120.2346,22.7599],[120.2393,22.7515],[120.2432,22.7439],[120.2448,22.7456],[120.243,22.7471],[120.2468,22.7542],[120.2492,22.7542],[120.2506,22.7568],[120.2497,22.7597],[120.2509,22.7605],[120.2506,22.7639],[120.252,22.7646],[120.2548,22.7694],[120.2588,22.7702],[120.2584,22.7725],[120.2621,22.7757],[120.2595,22.7789],[120.2551,22.7788],[120.2557,22.7804],[120.2539,22.7865],[120.2523,22.7893],[120.2544,22.7912],[120.2542,22.7931],[120.2565,22.794],[120.2565,22.7954]]]},"properties":{"TOWNCODE":"64000280","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"彌陀區"},"id":"64000280"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2748,22.7671],[120.2744,22.7692],[120.2696,22.7707],[120.2691,22.7677],[120.2671,22.7676],[120.2669,22.7708],[120.2638,22.769],[120.2631,22.7701],[120.2588,22.7702],[120.2548,22.7694],[120.252,22.7646],[120.2506,22.7639],[120.2509,22.7605],[120.2497,22.7597],[120.2506,22.7568],[120.2492,22.7542],[120.2468,22.7542],[120.243,22.7471],[120.2448,22.7456],[120.2432,22.7439],[120.2455,22.7387],[120.2453,22.7377],[120.2503,22.7279],[120.2494,22.7261],[120.2499,22.7242],[120.2536,22.7232],[120.2554,22.7189],[120.2563,22.7185],[120.2633,22.7277],[120.266,22.7299],[120.2665,22.7312],[120.2655,22.7345],[120.263,22.7356],[120.2663,22.7386],[120.2646,22.7413],[120.2694,22.7423],[120.2712,22.7447],[120.2718,22.7491],[120.2742,22.7506],[120.2739,22.7537],[120.2756,22.7548],[120.2762,22.7573],[120.2759,22.7612],[120.2743,22.7632],[120.2753,22.7651],[120.2748,22.7671]]]},"properties":{"TOWNCODE":"64000290","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"梓官區"},"id":"64000290"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5217,25.1791],[121.5195,25.1824],[121.5153,25.1834],[121.512,25.1852],[121.5098,25.1876],[121.5076,25.1876],[121.5065,25.1901],[121.5033,25.1907],[121.5027,25.1926],[121.5006,25.1929],[121.4953,25.1911],[121.4946,25.1932],[121.4906,25.1965],[121.4856,25.1972],[121.4857,25.1991],[121.489,25.2005],[121.489,25.2023],[121.4854,25.2049],[121.4863,25.2074],[121.485,25.2083],[121.487,25.2115],[121.489,25.2109],[121.4928,25.212],[121.4985,25.2159],[121.4962,25.2206],[121.5003,25.2216],[121.5015,25.2239],[121.4963,25.2266],[121.4977,25.2294],[121.4965,25.2305],[121.4922,25.232],[121.4896,25.2318],[121.4835,25.2345],[121.4786,25.236],[121.475,25.2378],[121.4708,25.2389],[121.4636,25.2391],[121.4574,25.2412],[121.457,25.2431],[121.4548,25.244],[121.4499,25.2442],[121.4459,25.2419],[121.4454,25.238],[121.4434,25.2342],[121.4435,25.2325],[121.4413,25.229],[121.4373,25.2197],[121.4371,25.2175],[121.4309,25.2159],[121.4287,25.2123],[121.4247,25.2079],[121.4189,25.1993],[121.4177,25.1944],[121.4187,25.1915],[121.4167,25.1915],[121.4142,25.1901],[121.41,25.1907],[121.4048,25.1898],[121.4043,25.1831],[121.4164,25.1807],[121.4188,25.1774],[121.4174,25.1755],[121.4234,25.1719],[121.433,25.1678],[121.441,25.1626],[121.4477,25.1564],[121.4501,25.1533],[121.4525,25.1472],[121.4546,25.1385],[121.457,25.126],[121.4588,25.1229],[121.4643,25.124],[121.4643,25.1273],[121.4656,25.1316],[121.4694,25.136],[121.472,25.1377],[121.4726,25.1393],[121.4765,25.1429],[121.4769,25.1441],[121.4816,25.1479],[121.4839,25.1508],[121.4866,25.1508],[121.4929,25.1609],[121.4989,25.1652],[121.4998,25.1679],[121.5019,25.1695],[121.5026,25.1733],[121.5047,25.1733],[121.5071,25.1712],[121.5104,25.1694],[121.5139,25.171],[121.5196,25.1692],[121.5226,25.1747],[121.5217,25.1791]]]},"properties":{"TOWNCODE":"65000100","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"淡水區"},"id":"65000100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.9226,25.1223],[121.9241,25.124],[121.9268,25.1288],[121.924,25.1301],[121.9212,25.1285],[121.9158,25.1268],[121.9147,25.1242],[121.9113,25.1235],[121.9045,25.1243],[121.9044,25.1233],[121.9008,25.1208],[121.8971,25.1197],[121.8946,25.1202],[121.8898,25.1199],[121.8888,25.1223],[121.8863,25.1225],[121.883,25.124],[121.88,25.1231],[121.8774,25.125],[121.8725,25.1253],[121.8714,25.1238],[121.8695,25.1251],[121.8685,25.1231],[121.865,25.1231],[121.8641,25.1242],[121.8561,25.1248],[121.8491,25.1272],[121.8403,25.1282],[121.8353,25.1282],[121.8337,25.127],[121.8319,25.1278],[121.8288,25.1277],[121.8296,25.1244],[121.8254,25.1217],[121.8225,25.1214],[121.8195,25.1251],[121.8199,25.1295],[121.8217,25.1305],[121.8266,25.136],[121.8227,25.1363],[121.8174,25.1341],[121.8154,25.1348],[121.8104,25.1331],[121.8068,25.1356],[121.8035,25.1362],[121.8025,25.1343],[121.8051,25.1317],[121.8053,25.1291],[121.8038,25.1272],[121.805,25.1252],[121.8023,25.1218],[121.7972,25.1254],[121.7946,25.1264],[121.7942,25.1233],[121.7971,25.1213],[121.7988,25.1185],[121.7977,25.1143],[121.7948,25.1126],[121.7902,25.1122],[121.7861,25.118],[121.7839,25.1168],[121.7795,25.1175],[121.7734,25.1203],[121.7715,25.1184],[121.7694,25.1146],[121.7667,25.1125],[121.763,25.1134],[121.7594,25.1126],[121.7575,25.1109],[121.7549,25.1104],[121.7518,25.111],[121.75,25.1097],[121.7507,25.1079],[121.7528,25.1069],[121.7539,25.1087],[121.7558,25.1086],[121.7575,25.1065],[121.7581,25.1036],[121.7568,25.1018],[121.7599,25.1006],[121.7594,25.0962],[121.7584,25.0937],[121.7598,25.0901],[121.7591,25.0845],[121.7598,25.0815],[121.7616,25.0784],[121.7684,25.0785],[121.7715,25.0759],[121.7757,25.0701],[121.7782,25.0713],[121.7808,25.0711],[121.7829,25.0726],[121.7855,25.0729],[121.7896,25.0761],[121.7951,25.0774],[121.7979,25.0759],[121.8005,25.0729],[121.8037,25.0676],[121.8057,25.0663],[121.8045,25.0636],[121.8049,25.0607],[121.8069,25.0581],[121.8099,25.0597],[121.8122,25.0594],[121.8143,25.0579],[121.8135,25.0518],[121.8153,25.048],[121.8147,25.0458],[121.8169,25.0421],[121.8201,25.0433],[121.8213,25.0456],[121.8233,25.046],[121.8248,25.0449],[121.8274,25.0455],[121.8302,25.0452],[121.8319,25.0441],[121.834,25.0444],[121.8348,25.0475],[121.8339,25.0502],[121.8304,25.0561],[121.8305,25.0621],[121.8296,25.0648],[121.8324,25.0691],[121.8324,25.0717],[121.8362,25.0739],[121.8393,25.0766],[121.8407,25.0806],[121.8432,25.0827],[121.8454,25.087],[121.8476,25.0894],[121.8513,25.089],[121.8532,25.0949],[121.8559,25.0961],[121.862,25.0965],[121.867,25.0941],[121.8722,25.0937],[121.8755,25.0946],[121.8787,25.0951],[121.8818,25.0979],[121.8872,25.1003],[121.8928,25.1006],[121.8957,25.1012],[121.8974,25.1035],[121.8947,25.1085],[121.895,25.11],[121.8973,25.1124],[121.9037,25.1163],[121.9063,25.1174],[121.9084,25.1167],[121.9196,25.1205],[121.9226,25.1223]]]},"properties":{"TOWNCODE":"65000120","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"瑞芳區"},"id":"65000120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4018,25.1076],[121.4022,25.1047],[121.4018,25.0979],[121.404,25.0955],[121.4031,25.0933],[121.4008,25.0919],[121.401,25.0875],[121.3975,25.0838],[121.3985,25.081],[121.3949,25.0822],[121.3926,25.0821],[121.3927,25.0864],[121.3945,25.0882],[121.3964,25.0875],[121.3969,25.0932],[121.3954,25.1002],[121.3917,25.1007],[121.3895,25.1064],[121.387,25.1092],[121.3851,25.1096],[121.3859,25.1149],[121.3832,25.1149],[121.3769,25.1198],[121.3743,25.1231],[121.3689,25.1321],[121.3671,25.1339],[121.3658,25.1397],[121.3645,25.1379],[121.3599,25.1347],[121.3554,25.1331],[121.3534,25.1316],[121.3469,25.1299],[121.345,25.1284],[121.3411,25.1286],[121.3386,25.127],[121.3269,25.1242],[121.3235,25.1243],[121.3201,25.1234],[121.3165,25.1241],[121.3135,25.1235],[121.3104,25.1238],[121.3096,25.1259],[121.3046,25.1261],[121.3041,25.1242],[121.3006,25.1252],[121.2966,25.1231],[121.2926,25.1191],[121.2877,25.1179],[121.2834,25.1178],[121.2839,25.1124],[121.2827,25.1096],[121.2852,25.1086],[121.2871,25.1068],[121.2902,25.1069],[121.2916,25.1026],[121.2955,25.103],[121.2983,25.1045],[121.3015,25.1011],[121.3015,25.0981],[121.3031,25.0967],[121.3107,25.0965],[121.3176,25.0932],[121.3208,25.0926],[121.325,25.0926],[121.3278,25.0912],[121.33,25.0884],[121.3328,25.0866],[121.3363,25.0853],[121.3383,25.0837],[121.3438,25.0842],[121.3466,25.0836],[121.3491,25.0812],[121.345,25.0797],[121.344,25.0775],[121.3445,25.0751],[121.3407,25.0756],[121.3409,25.0735],[121.3428,25.0728],[121.3485,25.074],[121.3489,25.0718],[121.3478,25.0698],[121.3523,25.0688],[121.3551,25.0671],[121.3549,25.0654],[121.3585,25.0649],[121.3673,25.0651],[121.3752,25.0661],[121.3801,25.0651],[121.3827,25.066],[121.3825,25.07],[121.3863,25.0729],[121.3888,25.069],[121.3911,25.0692],[121.3961,25.0732],[121.397,25.0707],[121.3955,25.0687],[121.3976,25.0656],[121.3999,25.0655],[121.4002,25.0631],[121.4036,25.0636],[121.4056,25.0647],[121.4026,25.0669],[121.4062,25.0688],[121.4021,25.0714],[121.3995,25.0683],[121.3989,25.0763],[121.402,25.075],[121.4083,25.0758],[121.4056,25.0764],[121.4037,25.0783],[121.4023,25.0832],[121.4036,25.0842],[121.4065,25.0828],[121.4087,25.0805],[121.4109,25.0823],[121.4091,25.0842],[121.4092,25.0861],[121.408,25.0884],[121.4107,25.09],[121.4093,25.0937],[121.4106,25.0951],[121.4069,25.1001],[121.4062,25.1023],[121.4041,25.1009],[121.4035,25.1061],[121.4018,25.1076]]]},"properties":{"TOWNCODE":"65000170","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"林口區"},"id":"65000170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.566,25.215],[121.5627,25.222],[121.5603,25.2232],[121.5561,25.2272],[121.5556,25.2311],[121.5565,25.2338],[121.5542,25.2395],[121.5508,25.2425],[121.5526,25.2439],[121.5517,25.2453],[121.5494,25.2448],[121.5479,25.2426],[121.5459,25.2434],[121.5448,25.2454],[121.5465,25.2465],[121.5477,25.2499],[121.5464,25.2534],[121.5478,25.2547],[121.5478,25.2572],[121.5497,25.2595],[121.5504,25.2618],[121.5498,25.2637],[121.5459,25.2669],[121.5432,25.2681],[121.5414,25.2665],[121.534,25.266],[121.5309,25.264],[121.5318,25.2608],[121.5295,25.2602],[121.5241,25.2637],[121.521,25.2689],[121.5197,25.269],[121.5155,25.2744],[121.5134,25.2761],[121.5083,25.2781],[121.5077,25.2828],[121.5043,25.2815],[121.5028,25.2798],[121.4994,25.2795],[121.4949,25.2776],[121.4937,25.2763],[121.4866,25.2727],[121.4809,25.2709],[121.477,25.2663],[121.4749,25.2606],[121.4716,25.256],[121.4673,25.2533],[121.4625,25.2521],[121.4562,25.2532],[121.4527,25.2528],[121.4476,25.2467],[121.4459,25.2419],[121.4499,25.2442],[121.4548,25.244],[121.457,25.2431],[121.4574,25.2412],[121.4636,25.2391],[121.4708,25.2389],[121.475,25.2378],[121.4786,25.236],[121.4835,25.2345],[121.4896,25.2318],[121.4922,25.232],[121.4965,25.2305],[121.4977,25.2294],[121.4963,25.2266],[121.5015,25.2239],[121.5003,25.2216],[121.4962,25.2206],[121.4985,25.2159],[121.4928,25.212],[121.489,25.2109],[121.487,25.2115],[121.485,25.2083],[121.4863,25.2074],[121.4854,25.2049],[121.489,25.2023],[121.489,25.2005],[121.4857,25.1991],[121.4856,25.1972],[121.4906,25.1965],[121.4946,25.1932],[121.4953,25.1911],[121.5006,25.1929],[121.5027,25.1926],[121.5033,25.1907],[121.5065,25.1901],[121.5076,25.1876],[121.5098,25.1876],[121.512,25.1852],[121.5153,25.1834],[121.5195,25.1824],[121.5217,25.1791],[121.5258,25.1829],[121.5334,25.1836],[121.5358,25.1867],[121.5406,25.1871],[121.5428,25.1888],[121.5432,25.1937],[121.5445,25.1954],[121.549,25.1982],[121.5506,25.1971],[121.5526,25.1988],[121.5517,25.2036],[121.5531,25.2042],[121.5549,25.2083],[121.5592,25.2101],[121.5626,25.2142],[121.566,25.215]]]},"properties":{"TOWNCODE":"65000210","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"三芝區"},"id":"65000210"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4588,25.1229],[121.457,25.126],[121.4546,25.1385],[121.4525,25.1472],[121.4501,25.1533],[121.4477,25.1564],[121.441,25.1626],[121.433,25.1678],[121.4234,25.1719],[121.4174,25.1755],[121.4134,25.1705],[121.4125,25.1685],[121.4098,25.166],[121.4055,25.1604],[121.4023,25.1588],[121.3952,25.165],[121.3916,25.1677],[121.388,25.152],[121.3897,25.1477],[121.3794,25.143],[121.3754,25.142],[121.372,25.142],[121.3717,25.141],[121.3673,25.1391],[121.3658,25.1397],[121.3671,25.1339],[121.3689,25.1321],[121.3743,25.1231],[121.3769,25.1198],[121.3832,25.1149],[121.3859,25.1149],[121.3851,25.1096],[121.387,25.1092],[121.3895,25.1064],[121.3917,25.1007],[121.3954,25.1002],[121.3969,25.0932],[121.3964,25.0875],[121.3945,25.0882],[121.3927,25.0864],[121.3926,25.0821],[121.3949,25.0822],[121.3985,25.081],[121.3975,25.0838],[121.401,25.0875],[121.4008,25.0919],[121.4031,25.0933],[121.404,25.0955],[121.4018,25.0979],[121.4022,25.1047],[121.4018,25.1076],[121.4017,25.1104],[121.4001,25.1141],[121.401,25.1151],[121.401,25.118],[121.4032,25.1193],[121.4047,25.1226],[121.4102,25.121],[121.4127,25.1228],[121.4148,25.1229],[121.416,25.1249],[121.4156,25.1294],[121.4167,25.1301],[121.4212,25.1295],[121.4243,25.1322],[121.4261,25.1296],[121.4293,25.1287],[121.4315,25.129],[121.4366,25.1268],[121.4414,25.1232],[121.4458,25.1231],[121.4493,25.1201],[121.4517,25.1201],[121.4551,25.1188],[121.4554,25.1162],[121.459,25.1127],[121.4609,25.1162],[121.4588,25.1229]]]},"properties":{"TOWNCODE":"65000230","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"八里區"},"id":"65000230"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7073,24.3579],[120.7075,24.3617],[120.7038,24.3617],[120.7002,24.3631],[120.6983,24.3648],[120.6923,24.3675],[120.6898,24.3745],[120.6886,24.3749],[120.6862,24.3785],[120.6774,24.384],[120.6786,24.3871],[120.6759,24.3884],[120.6724,24.3913],[120.671,24.3911],[120.6673,24.3966],[120.6657,24.4003],[120.6582,24.4066],[120.6518,24.4083],[120.6487,24.4095],[120.6483,24.4112],[120.6461,24.4122],[120.6452,24.4146],[120.6433,24.4153],[120.6428,24.4181],[120.6432,24.4218],[120.6402,24.4242],[120.6397,24.4278],[120.6319,24.4326],[120.6288,24.4378],[120.6261,24.4392],[120.6219,24.4403],[120.6193,24.4349],[120.6152,24.4321],[120.6147,24.4287],[120.6103,24.4259],[120.6102,24.4233],[120.6076,24.4195],[120.6026,24.4156],[120.6013,24.4137],[120.5988,24.4078],[120.5971,24.4064],[120.6092,24.3994],[120.6136,24.3956],[120.6216,24.3922],[120.6241,24.3904],[120.6331,24.386],[120.6382,24.3773],[120.6355,24.3761],[120.6312,24.3772],[120.6216,24.3791],[120.6207,24.3761],[120.6143,24.3748],[120.6119,24.3657],[120.6107,24.3624],[120.6087,24.3624],[120.608,24.3582],[120.6039,24.3564],[120.6069,24.3506],[120.6106,24.3481],[120.6037,24.3471],[120.602,24.3457],[120.6028,24.3428],[120.6013,24.3407],[120.5994,24.3441],[120.5967,24.3435],[120.5937,24.3415],[120.5967,24.3354],[120.5946,24.3329],[120.594,24.3307],[120.5917,24.3293],[120.5886,24.3248],[120.5866,24.3234],[120.589,24.3201],[120.5944,24.3155],[120.5994,24.3155],[120.6016,24.315],[120.6078,24.316],[120.609,24.3158],[120.6114,24.3233],[120.6118,24.3273],[120.6144,24.332],[120.6193,24.335],[120.6248,24.3372],[120.6263,24.3367],[120.6292,24.3376],[120.6321,24.3376],[120.635,24.346],[120.64,24.3455],[120.6458,24.3508],[120.6455,24.3534],[120.6468,24.3552],[120.6496,24.3562],[120.6513,24.3584],[120.6559,24.3626],[120.6821,24.3585],[120.6838,24.3585],[120.6844,24.3623],[120.6924,24.3605],[120.7022,24.3594],[120.7073,24.3579]]]},"properties":{"TOWNCODE":"66000110","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大甲區"},"id":"66000110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5866,24.3234],[120.5886,24.3248],[120.5917,24.3293],[120.594,24.3307],[120.5946,24.3329],[120.5967,24.3354],[120.5937,24.3415],[120.5967,24.3435],[120.5994,24.3441],[120.6013,24.3407],[120.6028,24.3428],[120.602,24.3457],[120.6037,24.3471],[120.6106,24.3481],[120.6069,24.3506],[120.6039,24.3564],[120.608,24.3582],[120.6087,24.3624],[120.6107,24.3624],[120.6119,24.3657],[120.6143,24.3748],[120.6207,24.3761],[120.6216,24.3791],[120.6312,24.3772],[120.6355,24.3761],[120.6382,24.3773],[120.6331,24.386],[120.6241,24.3904],[120.6216,24.3922],[120.6136,24.3956],[120.6092,24.3994],[120.5971,24.4064],[120.594,24.4039],[120.5898,24.3992],[120.5867,24.3923],[120.5836,24.3898],[120.5751,24.379],[120.5731,24.3772],[120.5711,24.3742],[120.5704,24.3698],[120.5682,24.3661],[120.5656,24.3639],[120.5628,24.3618],[120.5612,24.359],[120.5617,24.3579],[120.5593,24.3543],[120.5593,24.3502],[120.5558,24.3477],[120.5504,24.3415],[120.5458,24.3349],[120.5428,24.3355],[120.5397,24.3349],[120.5581,24.3336],[120.5634,24.3326],[120.5707,24.3321],[120.5801,24.3319],[120.5836,24.3282],[120.584,24.3255],[120.5866,24.3234]]]},"properties":{"TOWNCODE":"66000220","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大安區"},"id":"66000220"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1626,23.31],[120.1608,23.3106],[120.1557,23.3103],[120.1545,23.3129],[120.1499,23.3131],[120.1485,23.3146],[120.1486,23.3196],[120.1471,23.3211],[120.1377,23.3273],[120.1325,23.3297],[120.1181,23.3402],[120.1173,23.3387],[120.114,23.3362],[120.111,23.3318],[120.1136,23.3223],[120.1125,23.3156],[120.1108,23.3104],[120.1068,23.3053],[120.1031,23.3045],[120.1019,23.3023],[120.0963,23.2991],[120.0943,23.295],[120.0945,23.2902],[120.0951,23.2881],[120.095,23.2804],[120.0934,23.2661],[120.0921,23.2593],[120.0894,23.2498],[120.088,23.2487],[120.0877,23.2466],[120.0831,23.2411],[120.0866,23.238],[120.0891,23.2376],[120.0886,23.2343],[120.0873,23.2317],[120.0889,23.2289],[120.0927,23.2277],[120.0958,23.2255],[120.1031,23.225],[120.1057,23.2253],[120.1079,23.2267],[120.1127,23.2266],[120.1186,23.2272],[120.1226,23.2266],[120.1272,23.2266],[120.1333,23.2277],[120.1356,23.229],[120.1354,23.2295],[120.1382,23.2361],[120.1386,23.2393],[120.1411,23.2392],[120.1425,23.2426],[120.1426,23.2447],[120.1396,23.2468],[120.1398,23.2502],[120.1362,23.2516],[120.1341,23.2561],[120.1394,23.2611],[120.1416,23.2625],[120.1435,23.2624],[120.1479,23.2604],[120.1503,23.2654],[120.1524,23.2676],[120.1498,23.2751],[120.1503,23.2761],[120.1497,23.28],[120.1502,23.2822],[120.1463,23.2853],[120.1445,23.2892],[120.1441,23.2934],[120.1457,23.2938],[120.1478,23.2924],[120.1504,23.2876],[120.1525,23.2869],[120.1557,23.289],[120.1572,23.2882],[120.1592,23.2848],[120.1616,23.2833],[120.1668,23.2777],[120.1701,23.2807],[120.1764,23.2816],[120.1789,23.2826],[120.1831,23.2817],[120.1836,23.2842],[120.1802,23.2868],[120.183,23.2879],[120.1841,23.2903],[120.1787,23.2917],[120.1759,23.294],[120.1737,23.2992],[120.1739,23.2999],[120.1711,23.3044],[120.1662,23.3085],[120.1626,23.31]]]},"properties":{"TOWNCODE":"67000170","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"北門區"},"id":"67000170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1727,23.0836],[120.171,23.0823],[120.164,23.0846],[120.1627,23.0904],[120.1575,23.0892],[120.1526,23.0914],[120.1491,23.0914],[120.1317,23.0894],[120.1263,23.0886],[120.1166,23.0883],[120.1097,23.0877],[120.101,23.085],[120.099,23.0836],[120.0919,23.0766],[120.0907,23.0733],[120.0847,23.068],[120.0794,23.0639],[120.0755,23.0604],[120.0711,23.055],[120.0701,23.0528],[120.0634,23.0456],[120.0627,23.044],[120.0677,23.041],[120.0745,23.0389],[120.0806,23.0356],[120.0871,23.0327],[120.0935,23.0292],[120.0972,23.0266],[120.104,23.0228],[120.1102,23.0189],[120.1196,23.0112],[120.1271,23.0056],[120.1347,22.9994],[120.1394,22.9974],[120.1417,22.9995],[120.1572,23.0058],[120.1595,23.0057],[120.1632,23.0047],[120.1668,23.0048],[120.1732,23.0075],[120.1763,23.0088],[120.1821,23.0124],[120.185,23.0152],[120.1897,23.0183],[120.1938,23.0202],[120.2033,23.0229],[120.2094,23.0229],[120.216,23.0255],[120.2202,23.0296],[120.2206,23.0316],[120.2233,23.0365],[120.2233,23.0379],[120.2253,23.0421],[120.2291,23.0458],[120.2348,23.0493],[120.2389,23.0502],[120.241,23.0518],[120.2434,23.0563],[120.2449,23.0576],[120.2469,23.0656],[120.2411,23.0666],[120.2379,23.0669],[120.2351,23.0696],[120.2318,23.0708],[120.2283,23.0713],[120.2243,23.0729],[120.2234,23.0758],[120.221,23.0753],[120.2206,23.0739],[120.217,23.0743],[120.2137,23.0732],[120.2138,23.0701],[120.209,23.0685],[120.2067,23.0686],[120.2056,23.0701],[120.2021,23.068],[120.1996,23.0718],[120.2055,23.0766],[120.2072,23.0785],[120.2027,23.0783],[120.1993,23.0788],[120.1925,23.0816],[120.1874,23.0831],[120.1817,23.0776],[120.1764,23.0783],[120.1764,23.0807],[120.175,23.0811],[120.1727,23.0836]]]},"properties":{"TOWNCODE":"67000350","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"安南區"},"id":"67000350"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2834,25.1178],[121.278,25.1184],[121.269,25.1199],[121.2598,25.1236],[121.2576,25.1221],[121.2531,25.1208],[121.2498,25.1214],[121.2484,25.1195],[121.2485,25.1177],[121.2524,25.1134],[121.2542,25.1016],[121.2567,25.0979],[121.2582,25.0934],[121.2628,25.0899],[121.2668,25.0824],[121.2712,25.0812],[121.2726,25.0802],[121.2732,25.0776],[121.2703,25.0735],[121.2678,25.0727],[121.2655,25.0733],[121.2642,25.0697],[121.2628,25.0694],[121.2623,25.0662],[121.2544,25.0609],[121.2519,25.0621],[121.249,25.0602],[121.2511,25.0574],[121.2482,25.0568],[121.2455,25.0554],[121.2462,25.0531],[121.2483,25.0501],[121.2444,25.0459],[121.2389,25.0443],[121.2367,25.0425],[121.2376,25.0394],[121.2343,25.0362],[121.2347,25.0325],[121.2331,25.0313],[121.2375,25.0259],[121.2392,25.0227],[121.2463,25.0139],[121.2476,25.0107],[121.2498,25.0073],[121.2542,25.0028],[121.2568,24.9958],[121.257,24.9935],[121.2598,24.9871],[121.2644,24.9897],[121.2683,24.9892],[121.2709,24.9905],[121.2749,24.9902],[121.2742,24.9925],[121.2761,24.997],[121.2791,25.0003],[121.2794,25.0023],[121.2775,25.0076],[121.2742,25.0126],[121.273,25.0175],[121.2719,25.0182],[121.2717,25.0223],[121.2751,25.0239],[121.2784,25.027],[121.2774,25.0301],[121.2843,25.0321],[121.2846,25.0297],[121.2873,25.0269],[121.2889,25.0264],[121.2932,25.0303],[121.2963,25.0324],[121.3025,25.0332],[121.301,25.0377],[121.2947,25.0485],[121.2952,25.0497],[121.3029,25.0473],[121.3075,25.0491],[121.3082,25.0511],[121.3156,25.051],[121.317,25.0521],[121.322,25.054],[121.3237,25.0575],[121.3295,25.0609],[121.3345,25.0625],[121.3396,25.0636],[121.3423,25.0652],[121.3449,25.0657],[121.3504,25.0658],[121.3549,25.0654],[121.3551,25.0671],[121.3523,25.0688],[121.3478,25.0698],[121.3489,25.0718],[121.3485,25.074],[121.3428,25.0728],[121.3409,25.0735],[121.3407,25.0756],[121.3445,25.0751],[121.344,25.0775],[121.345,25.0797],[121.3491,25.0812],[121.3466,25.0836],[121.3438,25.0842],[121.3383,25.0837],[121.3363,25.0853],[121.3328,25.0866],[121.33,25.0884],[121.3278,25.0912],[121.325,25.0926],[121.3208,25.0926],[121.3176,25.0932],[121.3107,25.0965],[121.3031,25.0967],[121.3015,25.0981],[121.3015,25.1011],[121.2983,25.1045],[121.2955,25.103],[121.2916,25.1026],[121.2902,25.1069],[121.2871,25.1068],[121.2852,25.1086],[121.2827,25.1096],[121.2839,25.1124],[121.2834,25.1178]]]},"properties":{"TOWNCODE":"68000050","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"蘆竹區"},"id":"68000050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3801,25.0651],[121.3752,25.0661],[121.3673,25.0651],[121.3585,25.0649],[121.3549,25.0654],[121.3504,25.0658],[121.3449,25.0657],[121.3423,25.0652],[121.3396,25.0636],[121.3345,25.0625],[121.3295,25.0609],[121.3237,25.0575],[121.322,25.054],[121.317,25.0521],[121.3156,25.051],[121.3082,25.0511],[121.3075,25.0491],[121.3029,25.0473],[121.2952,25.0497],[121.2947,25.0485],[121.301,25.0377],[121.3025,25.0332],[121.3043,25.0304],[121.3098,25.0316],[121.3125,25.0307],[121.3161,25.0286],[121.3173,25.0265],[121.3251,25.0261],[121.3263,25.0233],[121.325,25.0205],[121.3256,25.017],[121.33,25.0166],[121.3296,25.0132],[121.3317,25.0116],[121.3314,25.0057],[121.3322,25.0048],[121.3303,25.0018],[121.3289,24.998],[121.3261,24.9958],[121.3238,24.9955],[121.3233,24.9922],[121.3214,24.9907],[121.3213,24.9871],[121.3251,24.9819],[121.3272,24.9823],[121.3298,24.9791],[121.334,24.9787],[121.3367,24.9807],[121.341,24.9802],[121.3428,24.9823],[121.3471,24.9788],[121.3523,24.9809],[121.354,24.9778],[121.3613,24.9779],[121.3639,24.9796],[121.3689,24.9768],[121.3722,24.9798],[121.3765,24.9811],[121.379,24.9834],[121.3819,24.9839],[121.3856,24.9865],[121.3835,24.9883],[121.3843,24.9918],[121.3841,24.9957],[121.387,24.996],[121.39,24.9946],[121.3905,24.9933],[121.3943,24.9935],[121.3965,24.9956],[121.3969,24.9973],[121.4001,24.9983],[121.4033,25.0003],[121.4003,25.0041],[121.3997,25.0068],[121.3926,25.0105],[121.3913,25.012],[121.3927,25.0139],[121.3971,25.0162],[121.4017,25.0158],[121.4041,25.0172],[121.4059,25.0171],[121.4121,25.0195],[121.4107,25.021],[121.4088,25.0208],[121.4045,25.0238],[121.4038,25.0253],[121.4011,25.0267],[121.4015,25.028],[121.3983,25.0301],[121.3985,25.0346],[121.3999,25.035],[121.4013,25.0374],[121.3944,25.0401],[121.3929,25.0421],[121.3931,25.0436],[121.3985,25.0438],[121.403,25.0455],[121.4031,25.0455],[121.3998,25.045],[121.398,25.0468],[121.3993,25.0479],[121.3939,25.0494],[121.4002,25.0498],[121.4004,25.0515],[121.3975,25.0515],[121.3964,25.0525],[121.3925,25.0537],[121.3865,25.0538],[121.3883,25.0571],[121.3889,25.0607],[121.3864,25.0633],[121.3829,25.0629],[121.3801,25.0651]]]},"properties":{"TOWNCODE":"68000070","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"龜山區"},"id":"68000070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4504,24.7909],[121.4457,24.7901],[121.4417,24.7933],[121.4385,24.7951],[121.4371,24.7981],[121.438,24.8007],[121.438,24.8039],[121.437,24.8054],[121.4373,24.8082],[121.4366,24.8121],[121.4318,24.8137],[121.428,24.817],[121.4268,24.8193],[121.4253,24.82],[121.4251,24.8225],[121.4235,24.8255],[121.4168,24.8257],[121.4161,24.8287],[121.4138,24.832],[121.4156,24.8356],[121.4104,24.8386],[121.4088,24.8406],[121.4028,24.8436],[121.4007,24.8417],[121.3981,24.8417],[121.3964,24.8436],[121.3935,24.844],[121.3894,24.8422],[121.3881,24.8424],[121.385,24.8408],[121.3846,24.8381],[121.3791,24.8351],[121.3735,24.8333],[121.3727,24.8351],[121.3642,24.8381],[121.3603,24.8381],[121.3578,24.8395],[121.3549,24.844],[121.3465,24.8459],[121.3395,24.8434],[121.3358,24.8449],[121.333,24.8444],[121.332,24.84],[121.3324,24.8391],[121.3304,24.8328],[121.3312,24.8317],[121.3308,24.8287],[121.3324,24.8264],[121.3273,24.8246],[121.3271,24.822],[121.3239,24.8215],[121.322,24.8221],[121.319,24.8186],[121.32,24.8176],[121.3221,24.8112],[121.3219,24.8081],[121.3163,24.8034],[121.3114,24.8058],[121.3063,24.8096],[121.3046,24.81],[121.303,24.8086],[121.2999,24.8081],[121.2947,24.81],[121.2888,24.8139],[121.286,24.8163],[121.2834,24.8158],[121.28,24.8167],[121.2741,24.815],[121.2689,24.815],[121.2646,24.8137],[121.2659,24.8091],[121.2643,24.8055],[121.2605,24.805],[121.2573,24.8059],[121.2554,24.8075],[121.2532,24.8107],[121.2432,24.8087],[121.2454,24.807],[121.2477,24.8025],[121.2468,24.7985],[121.2479,24.7965],[121.2504,24.7957],[121.2522,24.7939],[121.2579,24.7928],[121.2605,24.793],[121.2612,24.79],[121.2588,24.7845],[121.2598,24.7822],[121.266,24.7798],[121.2678,24.78],[121.2706,24.7784],[121.2713,24.7748],[121.2731,24.7748],[121.2788,24.7707],[121.2843,24.7704],[121.2875,24.7687],[121.2925,24.7677],[121.2931,24.7654],[121.2936,24.7643],[121.2986,24.7629],[121.3003,24.7636],[121.3041,24.7574],[121.3077,24.7552],[121.3051,24.7502],[121.3052,24.7461],[121.3008,24.7414],[121.3001,24.7374],[121.2982,24.7338],[121.2987,24.7307],[121.3007,24.7297],[121.3035,24.7268],[121.3054,24.726],[121.3056,24.7241],[121.3076,24.7202],[121.3064,24.7131],[121.3032,24.7082],[121.3022,24.7042],[121.3023,24.7019],[121.2995,24.6966],[121.3006,24.6941],[121.3039,24.6929],[121.3067,24.694],[121.3132,24.6977],[121.3179,24.6981],[121.321,24.6955],[121.3231,24.6954],[121.3267,24.6935],[121.3298,24.691],[121.3359,24.6836],[121.339,24.6791],[121.3398,24.6701],[121.3391,24.6667],[121.3404,24.6664],[121.3439,24.6694],[121.3455,24.6664],[121.3485,24.6679],[121.3537,24.6647],[121.3531,24.6602],[121.3532,24.6548],[121.3522,24.6525],[121.353,24.6488],[121.3524,24.6434],[121.3556,24.6414],[121.3574,24.6376],[121.3581,24.6335],[121.3612,24.6338],[121.3658,24.6317],[121.3654,24.6283],[121.3633,24.6232],[121.3588,24.6165],[121.3595,24.6138],[121.3613,24.6123],[121.3612,24.6101],[121.3635,24.608],[121.3642,24.6055],[121.3633,24.6031],[121.3673,24.5988],[121.3715,24.5973],[121.3734,24.5934],[121.3812,24.5904],[121.3876,24.5865],[121.3917,24.5865],[121.3948,24.5875],[121.3957,24.5889],[121.403,24.5917],[121.4067,24.5971],[121.4089,24.5994],[121.4126,24.6015],[121.4158,24.6023],[121.4183,24.601],[121.4226,24.6022],[121.4276,24.6057],[121.4298,24.6113],[121.4306,24.6145],[121.4329,24.6162],[121.4335,24.6188],[121.4357,24.6213],[121.4348,24.6245],[121.4359,24.627],[121.4404,24.635],[121.4447,24.6369],[121.4456,24.6391],[121.4449,24.6427],[121.4454,24.6438],[121.4488,24.646],[121.4513,24.6517],[121.4488,24.6532],[121.4477,24.6556],[121.4477,24.6584],[121.4497,24.6623],[121.4539,24.6644],[121.455,24.6679],[121.4598,24.6733],[121.4611,24.6727],[121.4671,24.6724],[121.4692,24.6718],[121.4722,24.6731],[121.48,24.6739],[121.4755,24.6807],[121.4754,24.6838],[121.4739,24.6853],[121.473,24.6898],[121.4748,24.6935],[121.4742,24.6961],[121.4706,24.6968],[121.4696,24.6961],[121.4665,24.6981],[121.4638,24.7009],[121.4599,24.7028],[121.4571,24.7031],[121.4501,24.7058],[121.4488,24.7122],[121.4451,24.7148],[121.4414,24.7235],[121.441,24.7259],[121.4383,24.7266],[121.4341,24.7304],[121.4354,24.7329],[121.4328,24.7373],[121.4331,24.7395],[121.4321,24.7421],[121.4303,24.7437],[121.4286,24.7482],[121.4292,24.7499],[121.4285,24.7535],[121.4256,24.7584],[121.4259,24.7605],[121.4234,24.7617],[121.4234,24.7631],[121.4254,24.767],[121.432,24.7722],[121.4348,24.7726],[121.4379,24.7746],[121.4402,24.7788],[121.4428,24.7806],[121.446,24.7817],[121.4496,24.7864],[121.4488,24.7882],[121.4504,24.7909]]]},"properties":{"TOWNCODE":"68000130","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"復興區"},"id":"68000130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4496,23.4434],[120.453,23.445],[120.4554,23.4503],[120.459,23.4542],[120.4609,23.4553],[120.4643,23.4555],[120.465,23.4584],[120.4687,23.4616],[120.4768,23.462],[120.4808,23.4599],[120.4819,23.4578],[120.4846,23.4563],[120.4896,23.4522],[120.4952,23.4529],[120.4953,23.4529],[120.4971,23.4554],[120.497,23.4567],[120.5007,23.461],[120.4998,23.4655],[120.5037,23.4672],[120.5049,23.4696],[120.5072,23.4718],[120.5092,23.4721],[120.509,23.4752],[120.5051,23.4788],[120.5041,23.481],[120.5018,23.4809],[120.5037,23.4852],[120.5019,23.4863],[120.5013,23.4898],[120.498,23.4908],[120.4946,23.4901],[120.4936,23.4911],[120.4894,23.4914],[120.486,23.4934],[120.4839,23.4957],[120.4837,23.4982],[120.4847,23.5014],[120.4832,23.5054],[120.48,23.5043],[120.4754,23.5066],[120.4736,23.5069],[120.4709,23.504],[120.47,23.5],[120.4655,23.4987],[120.4626,23.5007],[120.4621,23.5033],[120.4604,23.5066],[120.4576,23.5091],[120.4562,23.512],[120.4574,23.5136],[120.457,23.5158],[120.4533,23.5159],[120.4494,23.5171],[120.448,23.5182],[120.4445,23.5173],[120.4406,23.5183],[120.4421,23.5137],[120.4405,23.5119],[120.4371,23.5141],[120.4374,23.5151],[120.435,23.5173],[120.4325,23.5136],[120.4338,23.5098],[120.4355,23.5088],[120.4421,23.498],[120.4452,23.5041],[120.4472,23.505],[120.4502,23.4923],[120.4497,23.4895],[120.4476,23.4865],[120.4496,23.4799],[120.4503,23.4739],[120.4518,23.474],[120.4518,23.4706],[120.4496,23.4689],[120.4517,23.4626],[120.4472,23.4617],[120.447,23.455],[120.4514,23.4516],[120.4509,23.4462],[120.4496,23.4434]]]},"properties":{"TOWNCODE":"10020010","COUNTYCODE":"10020","COUNTYNAME":"嘉義市","TOWNNAME":"東區"},"id":"10020010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4496,23.4434],[120.4509,23.4462],[120.4514,23.4516],[120.447,23.455],[120.4472,23.4617],[120.4517,23.4626],[120.4496,23.4689],[120.4518,23.4706],[120.4518,23.474],[120.4503,23.4739],[120.4496,23.4799],[120.4476,23.4865],[120.4497,23.4895],[120.4502,23.4923],[120.4472,23.505],[120.4452,23.5041],[120.4421,23.498],[120.4355,23.5088],[120.4338,23.5098],[120.4315,23.5087],[120.4263,23.5088],[120.425,23.5064],[120.4167,23.5054],[120.4133,23.5023],[120.4125,23.4995],[120.4083,23.4987],[120.4079,23.5033],[120.4088,23.5066],[120.4057,23.5037],[120.4038,23.5037],[120.401,23.5019],[120.3993,23.4988],[120.3944,23.5008],[120.3913,23.5002],[120.3893,23.4986],[120.3892,23.4939],[120.3898,23.4915],[120.3947,23.4907],[120.3939,23.489],[120.3934,23.4824],[120.3944,23.4808],[120.3969,23.4804],[120.3988,23.478],[120.3986,23.4733],[120.3993,23.4711],[120.3979,23.4703],[120.3966,23.4677],[120.3942,23.4664],[120.3942,23.4625],[120.4016,23.4634],[120.4051,23.4634],[120.4081,23.4644],[120.4118,23.4647],[120.4133,23.4619],[120.4152,23.4603],[120.4239,23.4614],[120.426,23.4607],[120.4293,23.461],[120.4301,23.4525],[120.4351,23.4489],[120.438,23.4447],[120.4359,23.4442],[120.4396,23.4396],[120.4416,23.4401],[120.4476,23.4436],[120.4496,23.4434]]]},"properties":{"TOWNCODE":"10020020","COUNTYCODE":"10020","COUNTYNAME":"嘉義市","TOWNNAME":"西區"},"id":"10020020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8918,22.2916],[120.8881,22.2925],[120.8886,22.295],[120.886,22.2997],[120.8819,22.302],[120.8784,22.3022],[120.8763,22.3032],[120.8721,22.3025],[120.8674,22.3067],[120.8686,22.3088],[120.8644,22.3115],[120.8586,22.3159],[120.859,22.3177],[120.8633,22.3216],[120.8641,22.3237],[120.8639,22.3263],[120.8654,22.3288],[120.8655,22.3326],[120.8631,22.3386],[120.8603,22.3405],[120.8609,22.3434],[120.863,22.344],[120.8656,22.3474],[120.8612,22.3517],[120.8582,22.356],[120.8547,22.357],[120.8631,22.3616],[120.8701,22.3628],[120.8717,22.3645],[120.8775,22.363],[120.8788,22.3663],[120.876,22.3692],[120.8793,22.3715],[120.8794,22.3733],[120.878,22.3749],[120.8817,22.3773],[120.8823,22.379],[120.8887,22.3812],[120.888,22.3847],[120.8861,22.3859],[120.8856,22.388],[120.8874,22.3886],[120.886,22.3929],[120.8863,22.395],[120.8837,22.3991],[120.8767,22.4038],[120.8737,22.405],[120.8793,22.4081],[120.8867,22.4096],[120.8887,22.4113],[120.8884,22.4144],[120.8848,22.417],[120.8815,22.4186],[120.879,22.4211],[120.8827,22.4238],[120.8883,22.4232],[120.8914,22.4251],[120.8941,22.4303],[120.8956,22.4293],[120.8995,22.4299],[120.9046,22.432],[120.9066,22.4338],[120.9091,22.4386],[120.9121,22.4397],[120.9122,22.4424],[120.91,22.4436],[120.9085,22.4457],[120.9108,22.4497],[120.9124,22.4503],[120.9135,22.4528],[120.9152,22.4534],[120.9146,22.456],[120.9167,22.459],[120.9168,22.4614],[120.9183,22.4628],[120.9252,22.4629],[120.9261,22.4646],[120.9293,22.468],[120.9331,22.4689],[120.9364,22.4737],[120.9413,22.4761],[120.9424,22.4794],[120.9398,22.4831],[120.9403,22.4863],[120.9414,22.4885],[120.9387,22.49],[120.9352,22.4935],[120.9326,22.4941],[120.9299,22.496],[120.927,22.5004],[120.9247,22.5023],[120.923,22.5048],[120.921,22.5054],[120.9198,22.5082],[120.9164,22.5086],[120.9147,22.5079],[120.9124,22.5045],[120.9094,22.5028],[120.9053,22.5017],[120.9046,22.5009],[120.901,22.5007],[120.8977,22.4986],[120.8931,22.4983],[120.8914,22.4948],[120.8881,22.4924],[120.8823,22.4911],[120.8809,22.4914],[120.8779,22.4902],[120.8762,22.4904],[120.8748,22.4886],[120.8715,22.4895],[120.8701,22.4919],[120.8657,22.4919],[120.8633,22.4888],[120.8628,22.4864],[120.8609,22.4839],[120.8583,22.4825],[120.8575,22.4809],[120.8526,22.4802],[120.8464,22.4767],[120.8429,22.4776],[120.8402,22.4766],[120.8358,22.4774],[120.8262,22.4812],[120.8227,22.481],[120.8167,22.4818],[120.811,22.483],[120.8027,22.4884],[120.801,22.4883],[120.7953,22.4909],[120.7944,22.4934],[120.7874,22.4943],[120.7829,22.4957],[120.7796,22.493],[120.7778,22.4923],[120.7761,22.4957],[120.7732,22.4982],[120.7731,22.5007],[120.7711,22.5022],[120.7679,22.5029],[120.7609,22.5034],[120.7627,22.5011],[120.7643,22.4944],[120.7637,22.4909],[120.7613,22.4889],[120.7586,22.4884],[120.7575,22.4818],[120.7515,22.4797],[120.7542,22.4731],[120.7542,22.4694],[120.7516,22.4642],[120.7515,22.4585],[120.7542,22.4573],[120.7591,22.4573],[120.7655,22.4529],[120.7687,22.4526],[120.7759,22.4504],[120.7765,22.4489],[120.7751,22.4433],[120.7768,22.44],[120.7803,22.4371],[120.7828,22.4333],[120.7849,22.4279],[120.7869,22.4252],[120.7882,22.4194],[120.7877,22.4168],[120.7846,22.4128],[120.78,22.4093],[120.7773,22.4089],[120.7753,22.4096],[120.7734,22.4069],[120.7706,22.4069],[120.7688,22.4084],[120.7649,22.4089],[120.7627,22.4069],[120.7554,22.4033],[120.7576,22.3981],[120.7538,22.3964],[120.7521,22.3927],[120.7565,22.3884],[120.7546,22.3866],[120.7505,22.3841],[120.7487,22.3801],[120.7488,22.3732],[120.7475,22.3714],[120.7448,22.3702],[120.7435,22.3673],[120.7524,22.3605],[120.7549,22.3605],[120.7581,22.3594],[120.7614,22.3603],[120.7632,22.359],[120.7628,22.3567],[120.7636,22.3522],[120.767,22.3478],[120.7692,22.3474],[120.7717,22.3486],[120.7758,22.3487],[120.7793,22.3478],[120.7811,22.3464],[120.7851,22.3455],[120.7866,22.3421],[120.7885,22.3416],[120.7897,22.3376],[120.7925,22.3356],[120.7925,22.3284],[120.7934,22.3236],[120.7951,22.3226],[120.7964,22.3199],[120.7964,22.3168],[120.7942,22.3147],[120.793,22.3124],[120.7871,22.3092],[120.7832,22.3095],[120.7782,22.3085],[120.7768,22.3026],[120.7777,22.298],[120.7813,22.2947],[120.7887,22.294],[120.7911,22.2907],[120.7911,22.2882],[120.7934,22.2857],[120.7967,22.2851],[120.7992,22.2854],[120.8007,22.2842],[120.8055,22.2841],[120.8068,22.2772],[120.8006,22.2774],[120.798,22.2763],[120.7981,22.2744],[120.7964,22.2703],[120.7962,22.2678],[120.7994,22.2654],[120.7986,22.2638],[120.7991,22.2572],[120.8061,22.2598],[120.8082,22.2595],[120.8094,22.2607],[120.8156,22.263],[120.8229,22.2577],[120.826,22.2565],[120.8315,22.2501],[120.8325,22.2473],[120.8346,22.2454],[120.8361,22.2455],[120.8396,22.2436],[120.8414,22.2446],[120.8449,22.2428],[120.8463,22.2435],[120.8508,22.2437],[120.8555,22.2415],[120.8585,22.2409],[120.859,22.2386],[120.8616,22.2375],[120.8643,22.2338],[120.8623,22.2313],[120.8664,22.2298],[120.8687,22.2313],[120.8707,22.2313],[120.8715,22.233],[120.8795,22.2352],[120.8805,22.2346],[120.884,22.2406],[120.8859,22.242],[120.8914,22.2443],[120.8919,22.2454],[120.8963,22.2464],[120.8958,22.2542],[120.8946,22.2589],[120.8953,22.2619],[120.8947,22.265],[120.8931,22.2665],[120.8919,22.2769],[120.8918,22.2916]]]},"properties":{"TOWNCODE":"10014150","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"達仁鄉"},"id":"10014150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9466,22.4575],[120.9436,22.4585],[120.9368,22.4587],[120.9304,22.4604],[120.927,22.4625],[120.9252,22.4629],[120.9183,22.4628],[120.9168,22.4614],[120.9167,22.459],[120.9146,22.456],[120.9152,22.4534],[120.9135,22.4528],[120.9124,22.4503],[120.9108,22.4497],[120.9085,22.4457],[120.91,22.4436],[120.9122,22.4424],[120.9121,22.4397],[120.9091,22.4386],[120.9066,22.4338],[120.9046,22.432],[120.8995,22.4299],[120.8956,22.4293],[120.8941,22.4303],[120.8914,22.4251],[120.8883,22.4232],[120.8827,22.4238],[120.879,22.4211],[120.8815,22.4186],[120.8848,22.417],[120.8884,22.4144],[120.8887,22.4113],[120.8867,22.4096],[120.8793,22.4081],[120.8737,22.405],[120.8767,22.4038],[120.8837,22.3991],[120.8863,22.395],[120.886,22.3929],[120.8874,22.3886],[120.8856,22.388],[120.8861,22.3859],[120.888,22.3847],[120.8887,22.3812],[120.8823,22.379],[120.8817,22.3773],[120.878,22.3749],[120.8794,22.3733],[120.8793,22.3715],[120.876,22.3692],[120.8788,22.3663],[120.8775,22.363],[120.8717,22.3645],[120.8701,22.3628],[120.8631,22.3616],[120.8547,22.357],[120.8582,22.356],[120.8612,22.3517],[120.8656,22.3474],[120.863,22.344],[120.8609,22.3434],[120.8603,22.3405],[120.8631,22.3386],[120.8655,22.3326],[120.8654,22.3288],[120.8639,22.3263],[120.8641,22.3237],[120.8633,22.3216],[120.859,22.3177],[120.8586,22.3159],[120.8644,22.3115],[120.8686,22.3088],[120.8674,22.3067],[120.8721,22.3025],[120.8763,22.3032],[120.8784,22.3022],[120.8819,22.302],[120.886,22.2997],[120.8886,22.295],[120.8881,22.2925],[120.8918,22.2916],[120.8917,22.3044],[120.8922,22.3108],[120.8924,22.3181],[120.8936,22.3276],[120.8949,22.3347],[120.8965,22.3373],[120.8988,22.3441],[120.9035,22.354],[120.9075,22.3575],[120.9089,22.3594],[120.9096,22.3639],[120.9115,22.3726],[120.9148,22.3847],[120.9189,22.393],[120.9206,22.3949],[120.9252,22.409],[120.9288,22.4172],[120.9316,22.4204],[120.9331,22.4232],[120.9343,22.4272],[120.9391,22.4392],[120.9415,22.446],[120.9447,22.4526],[120.9466,22.4575]]]},"properties":{"TOWNCODE":"10014100","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"大武鄉"},"id":"10014100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1753,23.1225],[121.1747,23.1171],[121.1764,23.1148],[121.1748,23.1108],[121.1768,23.1029],[121.1769,23.0995],[121.1759,23.0945],[121.1714,23.0885],[121.1709,23.0844],[121.1685,23.0833],[121.1653,23.083],[121.1633,23.0815],[121.1655,23.0779],[121.1654,23.076],[121.1638,23.072],[121.1634,23.0675],[121.1601,23.0679],[121.1614,23.065],[121.1596,23.063],[121.1577,23.0623],[121.1571,23.0592],[121.1593,23.0578],[121.1569,23.0557],[121.1574,23.0535],[121.1554,23.051],[121.1547,23.0477],[121.1485,23.0481],[121.1496,23.0458],[121.1481,23.0401],[121.1492,23.0347],[121.1487,23.0319],[121.1411,23.0328],[121.134,23.027],[121.1386,23.0237],[121.1405,23.0204],[121.1464,23.0197],[121.1451,23.0169],[121.1431,23.0157],[121.1391,23.0061],[121.134,23.0061],[121.1333,23.0046],[121.1341,23.0024],[121.1307,22.9976],[121.1309,22.9948],[121.1356,22.9947],[121.1435,22.9962],[121.1562,22.9967],[121.1591,22.9963],[121.1626,22.9938],[121.1648,22.9901],[121.1694,22.9872],[121.1724,22.9873],[121.1736,22.9855],[121.1804,22.9861],[121.1833,22.9893],[121.1853,22.9898],[121.1861,22.9914],[121.1898,22.9929],[121.1925,22.9976],[121.1947,22.9982],[121.199,23.0017],[121.2042,23.0012],[121.2093,23.002],[121.2159,23.0093],[121.2181,23.0124],[121.2209,23.0122],[121.2221,23.0145],[121.2222,23.0184],[121.221,23.0204],[121.2256,23.0263],[121.2223,23.0268],[121.2177,23.0263],[121.2147,23.0272],[121.2072,23.028],[121.2056,23.0305],[121.2008,23.0288],[121.195,23.0298],[121.1942,23.031],[121.1905,23.03],[121.1897,23.0285],[121.1839,23.0286],[121.1826,23.0311],[121.18,23.033],[121.1794,23.0349],[121.1805,23.0378],[121.1876,23.0446],[121.1946,23.0519],[121.1994,23.0591],[121.2005,23.0618],[121.2012,23.068],[121.2005,23.0732],[121.1986,23.0784],[121.1967,23.0813],[121.1951,23.0865],[121.1949,23.09],[121.1919,23.1011],[121.187,23.1119],[121.1799,23.1192],[121.1753,23.1225]]]},"properties":{"TOWNCODE":"10014030","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"關山鎮"},"id":"10014030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1309,22.9948],[121.1307,22.9976],[121.1341,23.0024],[121.1333,23.0046],[121.134,23.0061],[121.1391,23.0061],[121.1431,23.0157],[121.1451,23.0169],[121.1464,23.0197],[121.1405,23.0204],[121.1386,23.0237],[121.134,23.027],[121.1411,23.0328],[121.1487,23.0319],[121.1492,23.0347],[121.1481,23.0401],[121.1496,23.0458],[121.1485,23.0481],[121.1547,23.0477],[121.1554,23.051],[121.1574,23.0535],[121.1569,23.0557],[121.1593,23.0578],[121.1571,23.0592],[121.1577,23.0623],[121.1596,23.063],[121.1614,23.065],[121.1601,23.0679],[121.1634,23.0675],[121.1638,23.072],[121.1654,23.076],[121.1655,23.0779],[121.1633,23.0815],[121.1653,23.083],[121.1685,23.0833],[121.1709,23.0844],[121.1714,23.0885],[121.1759,23.0945],[121.1769,23.0995],[121.1768,23.1029],[121.1748,23.1108],[121.1764,23.1148],[121.1747,23.1171],[121.1753,23.1225],[121.1772,23.1266],[121.1793,23.1272],[121.1871,23.1367],[121.1859,23.1381],[121.1802,23.1379],[121.1783,23.1408],[121.1775,23.1437],[121.1795,23.1446],[121.1784,23.1469],[121.1765,23.1467],[121.1739,23.148],[121.1779,23.1539],[121.1812,23.154],[121.1816,23.1551],[121.1855,23.1549],[121.1871,23.1507],[121.1898,23.1504],[121.1939,23.1539],[121.1911,23.158],[121.1926,23.1593],[121.1942,23.1583],[121.2004,23.1519],[121.2042,23.1467],[121.2083,23.1437],[121.2121,23.1442],[121.2106,23.1481],[121.2118,23.1539],[121.2125,23.1547],[121.2103,23.1599],[121.2067,23.1625],[121.2056,23.1646],[121.2057,23.1669],[121.2028,23.1698],[121.1991,23.1758],[121.1998,23.1783],[121.1991,23.1826],[121.1979,23.186],[121.1983,23.1884],[121.1944,23.1925],[121.1907,23.2026],[121.1893,23.2039],[121.1844,23.2049],[121.1795,23.2086],[121.1756,23.2102],[121.17,23.2071],[121.1654,23.2072],[121.1606,23.2058],[121.1561,23.2002],[121.1547,23.1991],[121.1493,23.1986],[121.1449,23.1997],[121.1394,23.2019],[121.1377,23.2088],[121.1344,23.2114],[121.1323,23.2157],[121.1314,23.2198],[121.1294,23.2233],[121.125,23.225],[121.1196,23.2246],[121.1147,23.225],[121.1083,23.2235],[121.1056,23.2242],[121.1045,23.2262],[121.0988,23.2281],[121.0964,23.2296],[121.0939,23.2332],[121.0918,23.2339],[121.0865,23.2339],[121.0843,23.233],[121.078,23.2339],[121.0785,23.2376],[121.0738,23.2447],[121.071,23.2468],[121.0698,23.2495],[121.0701,23.2523],[121.0692,23.2552],[121.0662,23.2573],[121.065,23.2593],[121.0642,23.2631],[121.0624,23.2658],[121.0607,23.2769],[121.0621,23.2792],[121.0598,23.2836],[121.0595,23.286],[121.0573,23.2876],[121.0561,23.2905],[121.0527,23.2914],[121.0459,23.2958],[121.0433,23.2962],[121.0413,23.2977],[121.0389,23.3007],[121.0346,23.2998],[121.0319,23.2982],[121.0283,23.2971],[121.0253,23.2957],[121.0238,23.2937],[121.0198,23.2945],[121.0172,23.2928],[121.0108,23.2928],[121.0085,23.2913],[121.0056,23.2906],[121.0014,23.2874],[120.9993,23.2869],[120.994,23.2844],[120.9906,23.2841],[120.9878,23.2808],[120.9861,23.2803],[120.9786,23.2823],[120.9708,23.2812],[120.9687,23.2779],[120.9661,23.2766],[120.9634,23.2721],[120.9594,23.2705],[120.9581,23.2652],[120.9536,23.2608],[120.9507,23.2591],[120.949,23.2559],[120.9464,23.2529],[120.9414,23.2521],[120.9383,23.2475],[120.9379,23.245],[120.9324,23.2428],[120.9301,23.2425],[120.9265,23.2446],[120.924,23.242],[120.9194,23.241],[120.9172,23.2383],[120.9157,23.2379],[120.9143,23.2325],[120.9116,23.2279],[120.9121,23.2251],[120.9117,23.2219],[120.912,23.217],[120.9117,23.2102],[120.9105,23.2081],[120.9076,23.2071],[120.9067,23.2057],[120.9072,23.2011],[120.9057,23.1996],[120.9064,23.1967],[120.9109,23.1922],[120.9125,23.1868],[120.9113,23.1828],[120.9091,23.1798],[120.9059,23.1806],[120.9017,23.1786],[120.8984,23.1763],[120.8983,23.1731],[120.8961,23.172],[120.895,23.1607],[120.8912,23.1587],[120.887,23.1579],[120.8865,23.1558],[120.8833,23.1534],[120.8767,23.1516],[120.8814,23.1462],[120.8858,23.1443],[120.8879,23.1364],[120.8862,23.1319],[120.8862,23.1271],[120.8881,23.1224],[120.885,23.12],[120.8868,23.1136],[120.8894,23.1104],[120.8891,23.1071],[120.8881,23.1042],[120.8892,23.1005],[120.8873,23.0956],[120.8855,23.0924],[120.8858,23.0896],[120.8836,23.0866],[120.8826,23.0833],[120.8779,23.0779],[120.8753,23.0685],[120.8731,23.0659],[120.8692,23.0595],[120.8716,23.0547],[120.8745,23.0524],[120.8745,23.0509],[120.8787,23.049],[120.8813,23.0442],[120.8814,23.0419],[120.88,23.0355],[120.8789,23.0344],[120.872,23.0345],[120.8662,23.0323],[120.8634,23.0323],[120.8613,23.0303],[120.8608,23.0253],[120.862,23.0221],[120.8619,23.0192],[120.8605,23.0105],[120.8607,23.0081],[120.8584,23.0051],[120.851,23.005],[120.8522,23.0024],[120.8521,22.9999],[120.8497,22.9957],[120.8467,22.9926],[120.8426,22.9914],[120.8414,22.9899],[120.842,22.9874],[120.8412,22.984],[120.8322,22.9801],[120.8307,22.9758],[120.8294,22.9752],[120.8289,22.9735],[120.8302,22.9703],[120.8362,22.9695],[120.8428,22.9665],[120.8442,22.9652],[120.8487,22.9647],[120.8518,22.9618],[120.857,22.9584],[120.8598,22.9571],[120.8605,22.9554],[120.8766,22.9575],[120.878,22.9556],[120.8828,22.9553],[120.8828,22.9578],[120.8859,22.957],[120.8883,22.9591],[120.8938,22.9561],[120.8962,22.9531],[120.8972,22.95],[120.9004,22.9497],[120.9049,22.9467],[120.9074,22.9491],[120.9091,22.9483],[120.9127,22.9493],[120.9181,22.9486],[120.9219,22.9489],[120.9252,22.9483],[120.9311,22.9521],[120.9329,22.9521],[120.9331,22.9558],[120.9375,22.9586],[120.9374,22.9602],[120.94,22.9615],[120.9485,22.9614],[120.9499,22.9645],[120.9524,22.967],[120.9542,22.9675],[120.955,22.9693],[120.961,22.9721],[120.9609,22.9751],[120.9621,22.9785],[120.964,22.9801],[120.9654,22.9872],[120.9689,22.9917],[120.9729,22.9953],[120.9788,22.9934],[120.9809,22.9921],[120.9845,22.9911],[120.9867,22.9918],[120.995,22.9857],[120.9966,22.9857],[121.0006,22.9898],[121.0097,22.9897],[121.0129,22.9911],[121.0168,22.9888],[121.0267,22.9858],[121.0311,22.9865],[121.0358,22.9892],[121.0416,22.9888],[121.0443,22.9879],[121.0469,22.9882],[121.0495,22.9904],[121.053,22.9922],[121.0561,22.9931],[121.0578,22.9923],[121.0617,22.9935],[121.0698,22.994],[121.0749,22.9958],[121.0792,22.996],[121.0853,22.9952],[121.0908,22.9937],[121.1049,22.9906],[121.1087,22.991],[121.1108,22.9867],[121.1131,22.9843],[121.1222,22.9811],[121.125,22.9848],[121.1269,22.9858],[121.13,22.9896],[121.1309,22.9948]]]},"properties":{"TOWNCODE":"10014120","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"海端鄉"},"id":"10014120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.991,24.824],[120.9871,24.8262],[120.9854,24.8294],[120.9812,24.8312],[120.9783,24.8297],[120.9737,24.8302],[120.9672,24.8327],[120.9628,24.8325],[120.9569,24.8336],[120.9548,24.8346],[120.9473,24.8399],[120.9448,24.841],[120.9439,24.8447],[120.9426,24.8474],[120.9403,24.8501],[120.9336,24.8528],[120.9313,24.8526],[120.9252,24.8548],[120.9212,24.8535],[120.9164,24.8528],[120.913,24.8541],[120.9133,24.852],[120.9167,24.8487],[120.9155,24.8458],[120.9157,24.8411],[120.914,24.8377],[120.9122,24.8358],[120.9093,24.8342],[120.9083,24.8316],[120.9058,24.8285],[120.9195,24.825],[120.9225,24.8258],[120.9263,24.8258],[120.9352,24.8221],[120.9401,24.819],[120.9381,24.8165],[120.9402,24.8137],[120.9433,24.8131],[120.9467,24.8093],[120.9457,24.8068],[120.9433,24.8071],[120.9432,24.8051],[120.9469,24.8012],[120.9508,24.8017],[120.9538,24.8009],[120.957,24.799],[120.9536,24.7945],[120.9498,24.7915],[120.9542,24.7881],[120.9545,24.7857],[120.9562,24.7846],[120.9594,24.7851],[120.9601,24.7891],[120.9624,24.7919],[120.9591,24.7948],[120.9588,24.7968],[120.9618,24.7962],[120.9631,24.798],[120.964,24.8018],[120.9669,24.8045],[120.9702,24.8066],[120.9688,24.8084],[120.9699,24.8109],[120.9682,24.8129],[120.9703,24.8147],[120.9741,24.8151],[120.9774,24.8162],[120.9804,24.8155],[120.9804,24.8182],[120.9785,24.8223],[120.9788,24.8243],[120.9867,24.8222],[120.991,24.824]]]},"properties":{"TOWNCODE":"10018020","COUNTYCODE":"10018","COUNTYNAME":"新竹市","TOWNNAME":"北區"},"id":"10018020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9058,24.8285],[120.9028,24.8241],[120.8993,24.8155],[120.8993,24.814],[120.8969,24.8092],[120.8961,24.8008],[120.8926,24.7944],[120.8921,24.7919],[120.8928,24.7862],[120.8929,24.7788],[120.8914,24.7761],[120.8927,24.7732],[120.8926,24.7696],[120.8949,24.7676],[120.8967,24.7681],[120.8977,24.7645],[120.8932,24.7614],[120.8919,24.7587],[120.8903,24.7574],[120.8884,24.7542],[120.8851,24.7506],[120.8826,24.7465],[120.8809,24.7457],[120.8778,24.7426],[120.8745,24.7383],[120.881,24.7333],[120.8832,24.7344],[120.8847,24.7328],[120.8873,24.7339],[120.8908,24.7318],[120.8971,24.7333],[120.9014,24.7363],[120.9061,24.7408],[120.9086,24.7405],[120.9084,24.7367],[120.9125,24.7315],[120.9138,24.7276],[120.9138,24.7241],[120.9162,24.7218],[120.9161,24.7206],[120.9136,24.7174],[120.9178,24.7162],[120.9196,24.717],[120.9231,24.7146],[120.925,24.7154],[120.9287,24.7153],[120.9343,24.7131],[120.9354,24.7126],[120.9386,24.7166],[120.9382,24.7184],[120.9391,24.7227],[120.9386,24.7249],[120.9389,24.7298],[120.9416,24.7284],[120.9423,24.7305],[120.9399,24.7325],[120.9417,24.735],[120.9417,24.7372],[120.9432,24.7389],[120.9442,24.7444],[120.9466,24.7448],[120.9513,24.7445],[120.9542,24.7434],[120.9578,24.7463],[120.9572,24.7482],[120.9608,24.7509],[120.959,24.7535],[120.9596,24.7552],[120.958,24.7563],[120.9598,24.7605],[120.9637,24.7651],[120.9633,24.7679],[120.9611,24.7689],[120.9604,24.7762],[120.9615,24.7776],[120.9595,24.7794],[120.9588,24.7822],[120.9562,24.7846],[120.9545,24.7857],[120.9542,24.7881],[120.9498,24.7915],[120.9536,24.7945],[120.957,24.799],[120.9538,24.8009],[120.9508,24.8017],[120.9469,24.8012],[120.9432,24.8051],[120.9433,24.8071],[120.9457,24.8068],[120.9467,24.8093],[120.9433,24.8131],[120.9402,24.8137],[120.9381,24.8165],[120.9401,24.819],[120.9352,24.8221],[120.9263,24.8258],[120.9225,24.8258],[120.9195,24.825],[120.9058,24.8285]]]},"properties":{"TOWNCODE":"10018030","COUNTYCODE":"10018","COUNTYNAME":"新竹市","TOWNNAME":"香山區"},"id":"10018030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8166,24.8077],[121.8158,24.8102],[121.8164,24.8133],[121.8142,24.8176],[121.8143,24.819],[121.817,24.8239],[121.8197,24.8269],[121.8204,24.829],[121.8188,24.8314],[121.8172,24.8306],[121.8131,24.8302],[121.812,24.8273],[121.8082,24.8257],[121.806,24.8264],[121.8009,24.826],[121.7978,24.8274],[121.7964,24.83],[121.7902,24.8337],[121.7897,24.8365],[121.7844,24.8419],[121.7789,24.8447],[121.7766,24.849],[121.7746,24.8509],[121.775,24.8538],[121.7767,24.8562],[121.7728,24.8566],[121.7693,24.8557],[121.7655,24.8521],[121.7625,24.8524],[121.7615,24.8513],[121.7577,24.8506],[121.7544,24.8519],[121.7521,24.8515],[121.7474,24.8537],[121.7456,24.8528],[121.7418,24.8525],[121.7385,24.8552],[121.7326,24.8558],[121.7303,24.8552],[121.7273,24.8533],[121.7251,24.8507],[121.7222,24.85],[121.7185,24.8456],[121.7153,24.844],[121.7137,24.8416],[121.709,24.8406],[121.7075,24.8388],[121.7021,24.8345],[121.6969,24.8346],[121.6964,24.8303],[121.6922,24.8272],[121.6887,24.8261],[121.6877,24.8242],[121.6898,24.8226],[121.6889,24.8193],[121.6893,24.8172],[121.6875,24.8161],[121.686,24.8176],[121.6837,24.817],[121.6806,24.8175],[121.6772,24.8141],[121.6742,24.8141],[121.669,24.818],[121.663,24.8126],[121.6596,24.811],[121.6534,24.8112],[121.6505,24.813],[121.6474,24.814],[121.6461,24.8101],[121.644,24.8093],[121.6422,24.8104],[121.6388,24.8107],[121.6376,24.8096],[121.6314,24.8092],[121.6282,24.8079],[121.626,24.8088],[121.6264,24.805],[121.6248,24.8012],[121.626,24.7968],[121.6258,24.7953],[121.6235,24.7944],[121.6266,24.7939],[121.6303,24.7957],[121.6363,24.7949],[121.6394,24.7959],[121.6406,24.7946],[121.6457,24.7946],[121.6474,24.7954],[121.6497,24.7936],[121.6538,24.7936],[121.6577,24.7921],[121.6608,24.7893],[121.6627,24.7893],[121.6671,24.7874],[121.6702,24.7852],[121.6736,24.7836],[121.6806,24.7842],[121.6822,24.7838],[121.6854,24.7851],[121.6919,24.7833],[121.7013,24.7826],[121.708,24.7798],[121.7133,24.7804],[121.7174,24.7795],[121.7199,24.7773],[121.7236,24.7762],[121.7243,24.7746],[121.7264,24.7746],[121.7337,24.7685],[121.7347,24.7728],[121.7335,24.7758],[121.7304,24.7799],[121.7303,24.7844],[121.7321,24.7845],[121.7361,24.7821],[121.7382,24.7821],[121.7433,24.7772],[121.7457,24.7792],[121.7498,24.781],[121.7576,24.7806],[121.7597,24.7828],[121.7611,24.7829],[121.7633,24.7782],[121.7668,24.7747],[121.767,24.7726],[121.7688,24.7716],[121.772,24.7715],[121.775,24.7717],[121.7721,24.7763],[121.7764,24.7785],[121.779,24.7784],[121.7806,24.7811],[121.781,24.7846],[121.7835,24.7845],[121.784,24.7872],[121.7878,24.7858],[121.7894,24.7862],[121.7921,24.7922],[121.7917,24.794],[121.7949,24.7955],[121.8038,24.7935],[121.8064,24.795],[121.8098,24.7991],[121.8083,24.8022],[121.8097,24.804],[121.8105,24.8075],[121.8166,24.8077]]]},"properties":{"TOWNCODE":"10002050","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"礁溪鄉"},"id":"10002050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4458,23.4518],[121.4441,23.4519],[121.4435,23.4542],[121.4459,23.4592],[121.4411,23.4617],[121.4389,23.4667],[121.4345,23.4689],[121.4347,23.4717],[121.439,23.4722],[121.4409,23.4748],[121.4382,23.4759],[121.4332,23.481],[121.4309,23.4826],[121.4283,23.4777],[121.4263,23.4767],[121.4246,23.4788],[121.4222,23.4775],[121.4184,23.4777],[121.4158,23.4788],[121.4146,23.4806],[121.4146,23.4827],[121.4164,23.4877],[121.4181,23.4905],[121.4183,23.4936],[121.4169,23.4952],[121.4111,23.4958],[121.4098,23.4945],[121.4041,23.4854],[121.4014,23.4847],[121.3971,23.4806],[121.3914,23.4762],[121.3886,23.4748],[121.3847,23.4704],[121.3831,23.4697],[121.3795,23.4626],[121.3764,23.4588],[121.3721,23.4551],[121.3675,23.4451],[121.3659,23.4429],[121.3625,23.4351],[121.3551,23.439],[121.356,23.44],[121.3504,23.4431],[121.3501,23.4412],[121.3478,23.44],[121.3489,23.4377],[121.3477,23.4349],[121.3428,23.4348],[121.3433,23.4334],[121.3401,23.4309],[121.3381,23.4312],[121.3376,23.4276],[121.3379,23.425],[121.3344,23.421],[121.3326,23.4172],[121.3296,23.416],[121.3296,23.4146],[121.3269,23.4105],[121.3272,23.4083],[121.3258,23.4041],[121.3242,23.4033],[121.3235,23.4013],[121.3193,23.398],[121.3136,23.3966],[121.3144,23.394],[121.3167,23.3941],[121.3185,23.3893],[121.3163,23.3852],[121.3156,23.3824],[121.3122,23.3788],[121.3082,23.3759],[121.3063,23.3759],[121.3001,23.3728],[121.2976,23.3692],[121.2989,23.3664],[121.3044,23.3665],[121.3064,23.3639],[121.3102,23.3625],[121.3115,23.3613],[121.3152,23.3601],[121.3168,23.3604],[121.3207,23.3591],[121.3223,23.3576],[121.3212,23.354],[121.3165,23.3484],[121.3118,23.3465],[121.3094,23.3446],[121.3057,23.343],[121.3009,23.3419],[121.2993,23.3386],[121.2973,23.3364],[121.2887,23.3354],[121.288,23.333],[121.2846,23.333],[121.2832,23.3338],[121.2793,23.3316],[121.2752,23.3312],[121.2683,23.3275],[121.2696,23.3213],[121.2696,23.3182],[121.2709,23.316],[121.2737,23.3132],[121.2744,23.3112],[121.2833,23.3082],[121.2855,23.3057],[121.2901,23.3041],[121.2915,23.3019],[121.2888,23.3004],[121.2833,23.3009],[121.2764,23.2968],[121.2724,23.2967],[121.2701,23.294],[121.2688,23.2905],[121.2764,23.2861],[121.2787,23.2838],[121.2793,23.2816],[121.2782,23.279],[121.2788,23.277],[121.2816,23.2753],[121.278,23.2705],[121.2782,23.2675],[121.277,23.2658],[121.281,23.2644],[121.2809,23.2613],[121.2823,23.2618],[121.2846,23.2645],[121.2911,23.2691],[121.2928,23.2722],[121.2948,23.2729],[121.2999,23.2777],[121.3076,23.2776],[121.3099,23.2757],[121.3135,23.2764],[121.3168,23.2799],[121.3211,23.2831],[121.3238,23.2863],[121.3249,23.2897],[121.3249,23.2928],[121.3292,23.2966],[121.3312,23.2996],[121.3358,23.2972],[121.335,23.2922],[121.3384,23.2922],[121.339,23.2894],[121.3413,23.2862],[121.34,23.2822],[121.3427,23.2799],[121.3461,23.282],[121.3478,23.2789],[121.3507,23.2807],[121.3519,23.2825],[121.3541,23.2836],[121.356,23.2821],[121.3579,23.282],[121.3602,23.2837],[121.3632,23.2824],[121.3683,23.2824],[121.3771,23.2835],[121.3773,23.2878],[121.3765,23.289],[121.3772,23.2914],[121.3763,23.2958],[121.3782,23.2992],[121.3778,23.3008],[121.3801,23.3039],[121.3821,23.3054],[121.3831,23.3074],[121.3877,23.3105],[121.3879,23.312],[121.3901,23.3157],[121.3902,23.3206],[121.392,23.3217],[121.3979,23.3217],[121.3997,23.324],[121.3996,23.3267],[121.4007,23.3286],[121.4011,23.3316],[121.4038,23.3372],[121.4061,23.3391],[121.4102,23.3463],[121.414,23.3474],[121.4168,23.3494],[121.4183,23.3522],[121.4226,23.3558],[121.423,23.3599],[121.4178,23.3607],[121.4139,23.3634],[121.4101,23.3649],[121.4076,23.3646],[121.4044,23.3673],[121.4037,23.3756],[121.4015,23.3808],[121.4,23.3866],[121.4016,23.3888],[121.4071,23.394],[121.4095,23.3973],[121.4138,23.4061],[121.4156,23.408],[121.4184,23.4136],[121.4183,23.4156],[121.42,23.4169],[121.4196,23.4196],[121.423,23.4231],[121.4257,23.425],[121.4256,23.4262],[121.4289,23.4294],[121.4328,23.4314],[121.4334,23.4329],[121.4383,23.4333],[121.4411,23.4341],[121.4421,23.4369],[121.4443,23.4388],[121.4443,23.4408],[121.4471,23.4438],[121.4473,23.4438],[121.4471,23.4438],[121.4442,23.4466],[121.4446,23.4497],[121.4458,23.4518]]]},"properties":{"TOWNCODE":"10015030","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"玉里鎮"},"id":"10015030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3252,23.4673],[121.3235,23.4665],[121.3202,23.4671],[121.3202,23.4702],[121.3191,23.4741],[121.3204,23.4749],[121.3214,23.4777],[121.321,23.4805],[121.3236,23.4838],[121.3241,23.4879],[121.3179,23.4889],[121.315,23.4883],[121.3162,23.4924],[121.3157,23.4953],[121.3186,23.4989],[121.3186,23.5001],[121.3224,23.5011],[121.3234,23.5021],[121.3276,23.5028],[121.3259,23.5051],[121.3261,23.5091],[121.3244,23.5103],[121.3219,23.5163],[121.3238,23.5211],[121.3235,23.5264],[121.3224,23.5278],[121.323,23.5325],[121.3221,23.5343],[121.3233,23.5355],[121.3233,23.5381],[121.3213,23.539],[121.3205,23.5435],[121.3213,23.5465],[121.3228,23.5489],[121.323,23.5542],[121.3224,23.5554],[121.3224,23.5614],[121.3197,23.5625],[121.3149,23.5622],[121.3099,23.5605],[121.3073,23.5576],[121.2999,23.5538],[121.2976,23.5505],[121.2935,23.5499],[121.2894,23.5479],[121.2846,23.5479],[121.2847,23.5452],[121.2823,23.5433],[121.2776,23.5406],[121.2703,23.5422],[121.2688,23.5411],[121.2633,23.5389],[121.2596,23.5404],[121.2591,23.5425],[121.257,23.5448],[121.2547,23.5445],[121.2499,23.5501],[121.2503,23.5524],[121.2517,23.5542],[121.2515,23.5559],[121.2539,23.5581],[121.2519,23.5616],[121.2523,23.564],[121.2517,23.5676],[121.2503,23.5707],[121.2518,23.573],[121.2522,23.5763],[121.2482,23.5788],[121.247,23.5804],[121.2475,23.587],[121.2455,23.589],[121.2442,23.5923],[121.2449,23.5955],[121.2437,23.5988],[121.2452,23.6011],[121.2447,23.6045],[121.2457,23.6088],[121.2451,23.6109],[121.2459,23.6152],[121.2421,23.6153],[121.2387,23.614],[121.2382,23.6107],[121.2356,23.6101],[121.2336,23.6076],[121.2311,23.6065],[121.2293,23.6068],[121.2248,23.6029],[121.2222,23.6017],[121.2204,23.5995],[121.2179,23.6008],[121.2133,23.6003],[121.2081,23.5982],[121.2065,23.5958],[121.2001,23.5964],[121.1943,23.6006],[121.1912,23.5982],[121.1894,23.5948],[121.1832,23.593],[121.182,23.5909],[121.1796,23.5894],[121.1801,23.5882],[121.1785,23.5828],[121.1754,23.5837],[121.1714,23.5841],[121.1694,23.5866],[121.1662,23.5872],[121.1608,23.5871],[121.1582,23.5857],[121.1556,23.5871],[121.1533,23.5867],[121.152,23.5817],[121.1519,23.5739],[121.1536,23.5715],[121.1604,23.5698],[121.1603,23.5678],[121.1579,23.5637],[121.1573,23.5597],[121.1512,23.5599],[121.15,23.5573],[121.148,23.5566],[121.1462,23.5542],[121.1481,23.5524],[121.1511,23.5452],[121.1484,23.5395],[121.1482,23.5359],[121.1469,23.534],[121.1507,23.529],[121.1511,23.527],[121.147,23.5272],[121.1391,23.5214],[121.1366,23.518],[121.1355,23.5151],[121.1324,23.515],[121.1309,23.5177],[121.1283,23.5185],[121.1264,23.517],[121.1212,23.5206],[121.1181,23.5216],[121.1155,23.5202],[121.1103,23.519],[121.107,23.5195],[121.1037,23.5189],[121.1014,23.521],[121.0976,23.5217],[121.0931,23.5176],[121.0919,23.5145],[121.0881,23.514],[121.0831,23.5146],[121.0787,23.5164],[121.0685,23.5185],[121.0688,23.5148],[121.066,23.5076],[121.066,23.5061],[121.0629,23.5036],[121.0621,23.4994],[121.0581,23.4972],[121.0549,23.4961],[121.0528,23.4938],[121.0541,23.4903],[121.0536,23.4878],[121.05,23.4864],[121.0483,23.4823],[121.0453,23.4808],[121.0431,23.478],[121.0394,23.4749],[121.0392,23.4734],[121.0425,23.472],[121.0444,23.4701],[121.0497,23.4678],[121.0513,23.4643],[121.0541,23.4638],[121.059,23.4615],[121.0581,23.46],[121.0559,23.4593],[121.0533,23.4556],[121.0533,23.4532],[121.0518,23.4508],[121.0465,23.4509],[121.0442,23.4491],[121.0395,23.4478],[121.037,23.4463],[121.0335,23.4453],[121.0318,23.4424],[121.0285,23.4415],[121.0264,23.4391],[121.022,23.439],[121.0196,23.4364],[121.0153,23.4354],[121.0129,23.4332],[121.0142,23.4309],[121.0166,23.431],[121.0211,23.4294],[121.0227,23.4248],[121.0256,23.4243],[121.0292,23.4228],[121.0294,23.4202],[121.0276,23.416],[121.025,23.4143],[121.0269,23.4131],[121.0274,23.4102],[121.0267,23.4058],[121.0283,23.4038],[121.0258,23.4029],[121.0223,23.4001],[121.0192,23.4015],[121.0155,23.3971],[121.0105,23.3951],[121.0081,23.3966],[121.0064,23.3966],[121.0032,23.3948],[121.0011,23.3917],[121.0037,23.3889],[121.0077,23.3867],[121.0079,23.3851],[121.0061,23.3836],[121.0001,23.3824],[120.9943,23.3764],[120.9912,23.3714],[120.9881,23.3707],[120.9869,23.3663],[120.9866,23.3627],[120.9871,23.3587],[120.9941,23.3565],[121.0001,23.3565],[121.0076,23.352],[121.0075,23.3492],[121.0101,23.3459],[121.0152,23.3463],[121.0177,23.3482],[121.0184,23.3503],[121.02,23.3504],[121.0224,23.3481],[121.0223,23.3466],[121.0247,23.3399],[121.027,23.3376],[121.0307,23.3372],[121.0328,23.3339],[121.0365,23.3335],[121.0394,23.3291],[121.0417,23.328],[121.045,23.3278],[121.0488,23.3253],[121.0488,23.3229],[121.0472,23.32],[121.0481,23.3146],[121.0469,23.3121],[121.0462,23.3085],[121.042,23.3072],[121.0369,23.304],[121.0319,23.3037],[121.0314,23.3004],[121.0283,23.2971],[121.0319,23.2982],[121.0346,23.2998],[121.0389,23.3007],[121.0413,23.2977],[121.0433,23.2962],[121.0459,23.2958],[121.0527,23.2914],[121.0561,23.2905],[121.0573,23.2876],[121.0595,23.286],[121.0598,23.2836],[121.0621,23.2792],[121.0607,23.2769],[121.0624,23.2658],[121.0642,23.2631],[121.065,23.2593],[121.0662,23.2573],[121.0692,23.2552],[121.0701,23.2523],[121.0698,23.2495],[121.071,23.2468],[121.0738,23.2447],[121.0785,23.2376],[121.078,23.2339],[121.0843,23.233],[121.0865,23.2339],[121.0918,23.2339],[121.0939,23.2332],[121.0964,23.2296],[121.0988,23.2281],[121.1045,23.2262],[121.1056,23.2242],[121.1083,23.2235],[121.1147,23.225],[121.1196,23.2246],[121.125,23.225],[121.1294,23.2233],[121.1314,23.2198],[121.1323,23.2157],[121.1344,23.2114],[121.1377,23.2088],[121.1394,23.2019],[121.1449,23.1997],[121.1493,23.1986],[121.1547,23.1991],[121.1561,23.2002],[121.1606,23.2058],[121.1654,23.2072],[121.17,23.2071],[121.1756,23.2102],[121.1795,23.2086],[121.1844,23.2049],[121.1893,23.2039],[121.1907,23.2026],[121.1944,23.1925],[121.1983,23.1884],[121.1979,23.186],[121.1991,23.1826],[121.1998,23.1783],[121.1991,23.1758],[121.2028,23.1698],[121.2057,23.1669],[121.2056,23.1646],[121.2067,23.1625],[121.2103,23.1599],[121.2125,23.1547],[121.2118,23.1539],[121.2106,23.1481],[121.2121,23.1442],[121.2138,23.1458],[121.2143,23.1486],[121.2187,23.1503],[121.2201,23.1499],[121.2233,23.1535],[121.2215,23.1539],[121.2208,23.1563],[121.2224,23.1575],[121.2252,23.1578],[121.2274,23.1601],[121.2262,23.1624],[121.2239,23.1624],[121.2229,23.1643],[121.2259,23.166],[121.2293,23.1668],[121.2343,23.1707],[121.235,23.1728],[121.2389,23.1763],[121.2407,23.1768],[121.2417,23.1795],[121.2401,23.1828],[121.2449,23.1878],[121.2466,23.1917],[121.251,23.1978],[121.2485,23.1999],[121.2483,23.2015],[121.2523,23.2023],[121.2534,23.2052],[121.2524,23.2089],[121.2564,23.2061],[121.2641,23.2168],[121.2672,23.2217],[121.2671,23.2302],[121.2715,23.2388],[121.2734,23.2453],[121.2742,23.2505],[121.2773,23.2546],[121.2772,23.2579],[121.2809,23.2613],[121.281,23.2644],[121.277,23.2658],[121.2782,23.2675],[121.278,23.2705],[121.2816,23.2753],[121.2788,23.277],[121.2782,23.279],[121.2793,23.2816],[121.2787,23.2838],[121.2764,23.2861],[121.2688,23.2905],[121.2701,23.294],[121.2724,23.2967],[121.2764,23.2968],[121.2833,23.3009],[121.2888,23.3004],[121.2915,23.3019],[121.2901,23.3041],[121.2855,23.3057],[121.2833,23.3082],[121.2744,23.3112],[121.2737,23.3132],[121.2709,23.316],[121.2696,23.3182],[121.2696,23.3213],[121.2683,23.3275],[121.2752,23.3312],[121.2793,23.3316],[121.2832,23.3338],[121.2846,23.333],[121.288,23.333],[121.2887,23.3354],[121.2973,23.3364],[121.2993,23.3386],[121.3009,23.3419],[121.3057,23.343],[121.3094,23.3446],[121.3118,23.3465],[121.3165,23.3484],[121.3212,23.354],[121.3223,23.3576],[121.3207,23.3591],[121.3168,23.3604],[121.3152,23.3601],[121.3115,23.3613],[121.3102,23.3625],[121.3064,23.3639],[121.3044,23.3665],[121.2989,23.3664],[121.2976,23.3692],[121.3001,23.3728],[121.3063,23.3759],[121.3082,23.3759],[121.3122,23.3788],[121.3156,23.3824],[121.3163,23.3852],[121.3185,23.3893],[121.3167,23.3941],[121.3144,23.394],[121.3136,23.3966],[121.3193,23.398],[121.3235,23.4013],[121.3242,23.4033],[121.3258,23.4041],[121.3272,23.4083],[121.3269,23.4105],[121.3296,23.4146],[121.3296,23.416],[121.3326,23.4172],[121.3344,23.421],[121.3379,23.425],[121.3376,23.4276],[121.3381,23.4312],[121.3401,23.4309],[121.3433,23.4334],[121.3428,23.4348],[121.3477,23.4349],[121.3489,23.4377],[121.3478,23.44],[121.3501,23.4412],[121.3504,23.4431],[121.3447,23.4529],[121.3448,23.4556],[121.3435,23.4572],[121.3378,23.4586],[121.3366,23.4594],[121.3319,23.4604],[121.3313,23.4623],[121.3272,23.4634],[121.3253,23.4672],[121.3252,23.4673]]]},"properties":{"TOWNCODE":"10015130","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"卓溪鄉"},"id":"10015130"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9354,24.7126],[120.9343,24.7131],[120.9321,24.7118],[120.9245,24.7049],[120.9215,24.7036],[120.9156,24.7049],[120.9106,24.7032],[120.9053,24.7026],[120.9006,24.704],[120.8933,24.704],[120.8912,24.7031],[120.8866,24.7027],[120.8844,24.6998],[120.8868,24.6997],[120.8882,24.698],[120.885,24.6952],[120.8841,24.693],[120.887,24.6933],[120.8922,24.6909],[120.8907,24.6889],[120.8875,24.6879],[120.8879,24.686],[120.885,24.6852],[120.8826,24.6836],[120.8803,24.6797],[120.8817,24.6768],[120.8798,24.6722],[120.8803,24.669],[120.8797,24.6651],[120.8785,24.662],[120.8764,24.6537],[120.8762,24.6489],[120.8769,24.6479],[120.8784,24.6469],[120.8756,24.6433],[120.8776,24.6398],[120.8772,24.6378],[120.8794,24.6356],[120.8781,24.6341],[120.8801,24.6321],[120.8843,24.6291],[120.8905,24.6254],[120.8933,24.6259],[120.8937,24.6286],[120.8966,24.6254],[120.8988,24.6272],[120.8992,24.6289],[120.9039,24.6317],[120.9042,24.6356],[120.9062,24.637],[120.9088,24.6376],[120.9094,24.6411],[120.9128,24.6418],[120.9135,24.6441],[120.9116,24.6461],[120.9124,24.6503],[120.9106,24.6537],[120.9142,24.6561],[120.9166,24.6561],[120.9199,24.6579],[120.92,24.6613],[120.9216,24.6627],[120.9289,24.6628],[120.9308,24.661],[120.9345,24.66],[120.9356,24.6576],[120.9398,24.6575],[120.941,24.6588],[120.941,24.6615],[120.9426,24.6651],[120.9447,24.6659],[120.945,24.6687],[120.9433,24.6711],[120.9465,24.6719],[120.9491,24.675],[120.9505,24.6789],[120.9556,24.6779],[120.9586,24.6794],[120.9619,24.6782],[120.9649,24.6763],[120.9717,24.673],[120.9747,24.674],[120.977,24.6736],[120.9765,24.6763],[120.9775,24.6782],[120.9754,24.6847],[120.9727,24.6859],[120.97,24.6845],[120.9654,24.6841],[120.9668,24.6862],[120.9652,24.688],[120.9663,24.6911],[120.97,24.6939],[120.9741,24.6994],[120.9724,24.7042],[120.9758,24.7049],[120.9767,24.7065],[120.9758,24.7093],[120.9738,24.7119],[120.9707,24.712],[120.9661,24.7096],[120.9639,24.7116],[120.9606,24.709],[120.9596,24.7069],[120.9568,24.7066],[120.9549,24.7044],[120.9509,24.7077],[120.9498,24.7112],[120.9481,24.7112],[120.9454,24.7083],[120.9421,24.7073],[120.9398,24.7083],[120.9365,24.7108],[120.9354,24.7126]]]},"properties":{"TOWNCODE":"10005050","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"頭份市"},"id":"10005050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5095,24.288],[120.5122,24.2871],[120.5162,24.2848],[120.5221,24.2792],[120.5266,24.2762],[120.5291,24.2751],[120.5342,24.2715],[120.5328,24.2682],[120.5409,24.2652],[120.5399,24.2627],[120.5581,24.2585],[120.5627,24.2579],[120.569,24.2592],[120.5723,24.2589],[120.5731,24.2623],[120.5748,24.2633],[120.5762,24.2617],[120.5822,24.2656],[120.5829,24.269],[120.5877,24.2669],[120.5971,24.2662],[120.6031,24.2674],[120.6094,24.266],[120.615,24.2621],[120.6187,24.2605],[120.6229,24.2597],[120.6332,24.2593],[120.6307,24.2616],[120.6325,24.2623],[120.6383,24.2626],[120.6413,24.265],[120.6431,24.2716],[120.647,24.2767],[120.6383,24.279],[120.6394,24.281],[120.6362,24.2844],[120.6366,24.2866],[120.6386,24.2902],[120.6411,24.296],[120.6428,24.2983],[120.6462,24.2993],[120.6442,24.3015],[120.6332,24.3088],[120.6215,24.3153],[120.618,24.3156],[120.6117,24.3152],[120.609,24.3158],[120.6078,24.316],[120.6016,24.315],[120.5994,24.3155],[120.5944,24.3155],[120.589,24.3201],[120.5866,24.3234],[120.584,24.3255],[120.5836,24.3282],[120.5801,24.3319],[120.5707,24.3321],[120.5634,24.3326],[120.5581,24.3336],[120.5397,24.3349],[120.5385,24.331],[120.5331,24.3231],[120.5323,24.3205],[120.5298,24.3189],[120.526,24.3177],[120.5237,24.3158],[120.5189,24.3064],[120.5168,24.2985],[120.514,24.2948],[120.5111,24.2927],[120.5095,24.288]]]},"properties":{"TOWNCODE":"66000120","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"清水區"},"id":"66000120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.217,22.9606],[120.2158,22.9683],[120.2136,22.9781],[120.212,22.9813],[120.1976,22.9815],[120.1976,22.9875],[120.1895,22.9887],[120.1865,22.9863],[120.1837,22.9838],[120.179,22.9812],[120.1714,22.9759],[120.1554,22.9655],[120.1554,22.9647],[120.1598,22.9636],[120.1629,22.9649],[120.1646,22.9617],[120.1687,22.9569],[120.1721,22.9495],[120.1738,22.9428],[120.1751,22.9344],[120.1749,22.9266],[120.173,22.9193],[120.1749,22.9142],[120.1747,22.9117],[120.1769,22.9124],[120.1814,22.9164],[120.1877,22.9202],[120.1921,22.9212],[120.1938,22.9233],[120.1938,22.9275],[120.1954,22.9292],[120.1981,22.9296],[120.2005,22.9346],[120.2024,22.9373],[120.2019,22.9383],[120.1987,22.9378],[120.2012,22.9449],[120.216,22.9449],[120.2166,22.9452],[120.2166,22.9606],[120.217,22.9606]]]},"properties":{"TOWNCODE":"67000330","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"南區"},"id":"67000330"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.212,22.9813],[120.2136,22.9781],[120.2158,22.9683],[120.217,22.9606],[120.2203,22.9607],[120.2211,22.962],[120.2265,22.9613],[120.2274,22.9594],[120.2378,22.9611],[120.2376,22.9638],[120.2383,22.9694],[120.2379,22.9745],[120.2389,22.9801],[120.2432,22.9786],[120.2433,22.9774],[120.2477,22.9758],[120.249,22.977],[120.2493,22.9799],[120.2491,22.9865],[120.2478,22.9907],[120.2492,22.9925],[120.2453,22.9924],[120.2427,22.9933],[120.2399,22.9933],[120.24,22.9985],[120.2331,22.9985],[120.233,22.9985],[120.2258,23.0004],[120.2206,23.0007],[120.2131,23.0016],[120.2123,22.9975],[120.2118,22.9956],[120.2112,22.9852],[120.212,22.9813]]]},"properties":{"TOWNCODE":"67000320","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"東區"},"id":"67000320"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1865,22.9863],[120.187,22.9896],[120.1863,22.9948],[120.1867,22.9989],[120.1847,22.9992],[120.1749,22.9993],[120.1629,23.0035],[120.1595,23.0057],[120.1572,23.0058],[120.1417,22.9995],[120.1394,22.9974],[120.1411,22.996],[120.1407,22.9932],[120.1475,22.9878],[120.15,22.9842],[120.1532,22.9814],[120.1587,22.9749],[120.1598,22.9712],[120.1554,22.9675],[120.1554,22.9655],[120.1714,22.9759],[120.179,22.9812],[120.1837,22.9838],[120.1865,22.9863]]]},"properties":{"TOWNCODE":"67000360","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"安平區"},"id":"67000360"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2123,22.9975],[120.2108,22.9973],[120.2056,22.9982],[120.1953,23.0018],[120.1923,23.0053],[120.1879,23.0075],[120.1828,23.0053],[120.174,23.0061],[120.1732,23.0075],[120.1668,23.0048],[120.1632,23.0047],[120.1595,23.0057],[120.1629,23.0035],[120.1749,22.9993],[120.1847,22.9992],[120.1867,22.9989],[120.1863,22.9948],[120.187,22.9896],[120.1865,22.9863],[120.1895,22.9887],[120.1976,22.9875],[120.1976,22.9815],[120.212,22.9813],[120.2112,22.9852],[120.2118,22.9956],[120.2123,22.9975]]]},"properties":{"TOWNCODE":"67000370","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"中西區"},"id":"67000370"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3158,24.9385],[121.3082,24.9322],[121.3024,24.9268],[121.2962,24.9233],[121.2927,24.9245],[121.2834,24.9202],[121.2808,24.9211],[121.2779,24.9201],[121.2751,24.9282],[121.2728,24.9283],[121.2685,24.9241],[121.2681,24.9218],[121.2657,24.9205],[121.2623,24.9172],[121.2576,24.9166],[121.2569,24.9136],[121.254,24.9109],[121.2531,24.9089],[121.2532,24.9056],[121.2525,24.9032],[121.2524,24.8981],[121.2507,24.8962],[121.2494,24.8916],[121.2493,24.886],[121.2509,24.8834],[121.25,24.8776],[121.2491,24.8756],[121.2489,24.8691],[121.2457,24.86],[121.248,24.8584],[121.2516,24.8606],[121.2526,24.8601],[121.2551,24.863],[121.2592,24.8641],[121.2613,24.8592],[121.2643,24.859],[121.2675,24.8517],[121.2677,24.8488],[121.2656,24.8465],[121.2604,24.839],[121.2598,24.8366],[121.2568,24.8336],[121.2545,24.8294],[121.2534,24.8242],[121.2489,24.8207],[121.2438,24.814],[121.2431,24.8087],[121.2432,24.8087],[121.2532,24.8107],[121.2554,24.8075],[121.2573,24.8059],[121.2605,24.805],[121.2643,24.8055],[121.2659,24.8091],[121.2646,24.8137],[121.2689,24.815],[121.2741,24.815],[121.28,24.8167],[121.2834,24.8158],[121.286,24.8163],[121.2888,24.8139],[121.2947,24.81],[121.2999,24.8081],[121.303,24.8086],[121.3046,24.81],[121.3063,24.8096],[121.3114,24.8058],[121.3163,24.8034],[121.3219,24.8081],[121.3221,24.8112],[121.32,24.8176],[121.319,24.8186],[121.322,24.8221],[121.3239,24.8215],[121.3271,24.822],[121.3273,24.8246],[121.3324,24.8264],[121.3308,24.8287],[121.3312,24.8317],[121.3304,24.8328],[121.3324,24.8391],[121.332,24.84],[121.333,24.8444],[121.3358,24.8449],[121.3372,24.8484],[121.3428,24.8487],[121.3464,24.8502],[121.3485,24.8485],[121.3533,24.8505],[121.3556,24.8551],[121.3534,24.8587],[121.3494,24.8597],[121.3473,24.8621],[121.3459,24.8682],[121.3492,24.8687],[121.3529,24.8709],[121.3544,24.8732],[121.3506,24.8786],[121.3471,24.8787],[121.3456,24.8801],[121.3447,24.8859],[121.3413,24.8876],[121.3421,24.8908],[121.3382,24.8932],[121.3335,24.8922],[121.3321,24.8936],[121.3334,24.8962],[121.3337,24.899],[121.3319,24.8999],[121.3304,24.8977],[121.3278,24.8959],[121.3225,24.8985],[121.3205,24.9002],[121.3219,24.9036],[121.3238,24.9045],[121.3262,24.9072],[121.3262,24.9092],[121.3237,24.9098],[121.3226,24.9124],[121.32,24.9138],[121.3176,24.9165],[121.3247,24.9234],[121.3276,24.9247],[121.3352,24.9249],[121.3398,24.9285],[121.3361,24.9289],[121.3341,24.9298],[121.3307,24.9296],[121.3225,24.9281],[121.3232,24.9313],[121.3208,24.9336],[121.3183,24.9347],[121.3158,24.9385]]]},"properties":{"TOWNCODE":"68000030","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"大溪區"},"id":"68000030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2582,24.9304],[121.2553,24.9246],[121.2518,24.9217],[121.2552,24.9185],[121.2557,24.9156],[121.2532,24.9108],[121.2531,24.9089],[121.254,24.9109],[121.2569,24.9136],[121.2576,24.9166],[121.2623,24.9172],[121.2657,24.9205],[121.2681,24.9218],[121.2685,24.9241],[121.2728,24.9283],[121.2751,24.9282],[121.2779,24.9201],[121.2808,24.9211],[121.2834,24.9202],[121.2927,24.9245],[121.2962,24.9233],[121.3024,24.9268],[121.3082,24.9322],[121.3158,24.9385],[121.3248,24.9436],[121.3304,24.9445],[121.3316,24.9455],[121.328,24.949],[121.3281,24.9555],[121.3291,24.9623],[121.3281,24.9656],[121.3287,24.9678],[121.3281,24.9729],[121.324,24.9713],[121.3206,24.9706],[121.3126,24.9727],[121.3051,24.973],[121.3023,24.9745],[121.3036,24.9781],[121.3006,24.979],[121.2996,24.9762],[121.2965,24.9766],[121.295,24.9733],[121.2949,24.9709],[121.2937,24.9676],[121.2953,24.9652],[121.2954,24.9615],[121.2913,24.9619],[121.2884,24.9652],[121.2872,24.9705],[121.2841,24.9701],[121.2816,24.9739],[121.2811,24.9757],[121.2823,24.9787],[121.282,24.9839],[121.2833,24.9853],[121.2827,24.987],[121.2795,24.9857],[121.2757,24.9826],[121.2745,24.9806],[121.2698,24.9779],[121.2636,24.9733],[121.265,24.9685],[121.2656,24.9637],[121.2643,24.9605],[121.2649,24.9575],[121.2669,24.9529],[121.2666,24.9484],[121.2659,24.9469],[121.2631,24.9372],[121.2618,24.9352],[121.2588,24.9333],[121.2582,24.9304]]]},"properties":{"TOWNCODE":"68000080","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"八德區"},"id":"68000080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3025,25.0332],[121.2963,25.0324],[121.2932,25.0303],[121.2889,25.0264],[121.2873,25.0269],[121.2846,25.0297],[121.2843,25.0321],[121.2774,25.0301],[121.2784,25.027],[121.2751,25.0239],[121.2717,25.0223],[121.2719,25.0182],[121.273,25.0175],[121.2742,25.0126],[121.2775,25.0076],[121.2794,25.0023],[121.2791,25.0003],[121.2761,24.997],[121.2742,24.9925],[121.2749,24.9902],[121.2709,24.9905],[121.2683,24.9892],[121.2644,24.9897],[121.2598,24.9871],[121.2606,24.9836],[121.2617,24.9821],[121.2623,24.9781],[121.2641,24.9738],[121.2636,24.9733],[121.2698,24.9779],[121.2745,24.9806],[121.2757,24.9826],[121.2795,24.9857],[121.2827,24.987],[121.2833,24.9853],[121.282,24.9839],[121.2823,24.9787],[121.2811,24.9757],[121.2816,24.9739],[121.2841,24.9701],[121.2872,24.9705],[121.2884,24.9652],[121.2913,24.9619],[121.2954,24.9615],[121.2953,24.9652],[121.2937,24.9676],[121.2949,24.9709],[121.295,24.9733],[121.2965,24.9766],[121.2996,24.9762],[121.3006,24.979],[121.3036,24.9781],[121.3023,24.9745],[121.3051,24.973],[121.3126,24.9727],[121.3206,24.9706],[121.324,24.9713],[121.3237,24.9728],[121.3276,24.9748],[121.3298,24.9791],[121.3272,24.9823],[121.3251,24.9819],[121.3213,24.9871],[121.3214,24.9907],[121.3233,24.9922],[121.3238,24.9955],[121.3261,24.9958],[121.3289,24.998],[121.3303,25.0018],[121.3322,25.0048],[121.3314,25.0057],[121.3317,25.0116],[121.3296,25.0132],[121.33,25.0166],[121.3256,25.017],[121.325,25.0205],[121.3263,25.0233],[121.3251,25.0261],[121.3173,25.0265],[121.3161,25.0286],[121.3125,25.0307],[121.3098,25.0316],[121.3043,25.0304],[121.3025,25.0332]]]},"properties":{"TOWNCODE":"68000010","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"桃園區"},"id":"68000010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2484,25.1195],[121.2436,25.1186],[121.242,25.1195],[121.2415,25.1219],[121.2396,25.123],[121.2392,25.1201],[121.2396,25.1157],[121.2364,25.116],[121.2294,25.1152],[121.2278,25.1142],[121.2233,25.1133],[121.2201,25.1119],[121.2167,25.1116],[121.2121,25.11],[121.2114,25.1088],[121.2082,25.108],[121.2012,25.1045],[121.1977,25.1041],[121.1972,25.1023],[121.1944,25.1022],[121.1914,25.1008],[121.1886,25.098],[121.1855,25.0973],[121.1843,25.0959],[121.1747,25.0937],[121.1701,25.0902],[121.1681,25.0898],[121.1646,25.0874],[121.1551,25.0837],[121.1556,25.079],[121.1552,25.0772],[121.1521,25.0756],[121.155,25.0717],[121.1569,25.0702],[121.1567,25.067],[121.1552,25.0661],[121.1553,25.0621],[121.1567,25.0601],[121.1553,25.0584],[121.1589,25.0531],[121.1617,25.0517],[121.1609,25.0482],[121.1625,25.0466],[121.1675,25.0442],[121.1653,25.0395],[121.1607,25.0329],[121.1583,25.03],[121.1622,25.0282],[121.1622,25.0265],[121.1657,25.0282],[121.1721,25.0276],[121.1731,25.0268],[121.176,25.0275],[121.1773,25.0248],[121.18,25.0225],[121.1818,25.0251],[121.1826,25.0276],[121.1852,25.0261],[121.1853,25.0218],[121.1873,25.0196],[121.1873,25.0162],[121.1903,25.0185],[121.1938,25.0181],[121.1938,25.0234],[121.1959,25.0266],[121.1982,25.0238],[121.2007,25.0263],[121.208,25.0235],[121.2061,25.0215],[121.209,25.0166],[121.2078,25.013],[121.21,25.0114],[121.2086,25.0084],[121.2101,25.0072],[121.2093,25.004],[121.2112,25.001],[121.2132,25.0034],[121.2136,25.0072],[121.2132,25.0113],[121.2116,25.0141],[121.2132,25.0157],[121.2125,25.0171],[121.2151,25.0197],[121.2164,25.0187],[121.2187,25.0196],[121.2214,25.0174],[121.2228,25.0188],[121.2252,25.0177],[121.2231,25.0153],[121.2236,25.0119],[121.223,25.0096],[121.2237,25.0052],[121.2267,25.0032],[121.2294,25.0047],[121.2293,25.0074],[121.2327,25.0073],[121.2361,25.0087],[121.244,25.0107],[121.2476,25.0107],[121.2463,25.0139],[121.2392,25.0227],[121.2375,25.0259],[121.2331,25.0313],[121.2347,25.0325],[121.2343,25.0362],[121.2376,25.0394],[121.2367,25.0425],[121.2389,25.0443],[121.2444,25.0459],[121.2483,25.0501],[121.2462,25.0531],[121.2455,25.0554],[121.2482,25.0568],[121.2511,25.0574],[121.249,25.0602],[121.2519,25.0621],[121.2544,25.0609],[121.2623,25.0662],[121.2628,25.0694],[121.2642,25.0697],[121.2655,25.0733],[121.2678,25.0727],[121.2703,25.0735],[121.2732,25.0776],[121.2726,25.0802],[121.2712,25.0812],[121.2668,25.0824],[121.2628,25.0899],[121.2582,25.0934],[121.2567,25.0979],[121.2542,25.1016],[121.2524,25.1134],[121.2485,25.1177],[121.2484,25.1195]]]},"properties":{"TOWNCODE":"68000060","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"大園區"},"id":"68000060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1657,24.9577],[121.1582,24.9565],[121.1557,24.9552],[121.1509,24.951],[121.1476,24.9465],[121.1445,24.9471],[121.1393,24.9504],[121.1345,24.951],[121.1274,24.9534],[121.1254,24.9523],[121.1253,24.9495],[121.1227,24.9493],[121.1217,24.9504],[121.1187,24.949],[121.117,24.9503],[121.1114,24.9465],[121.1074,24.9456],[121.104,24.949],[121.1019,24.9524],[121.0995,24.9543],[121.0962,24.9549],[121.0954,24.9539],[121.0897,24.9563],[121.0872,24.9556],[121.0855,24.9533],[121.0856,24.9507],[121.0819,24.9485],[121.0773,24.9495],[121.0739,24.9466],[121.071,24.9458],[121.0707,24.9391],[121.0675,24.9388],[121.0639,24.9393],[121.0614,24.9389],[121.0583,24.9368],[121.0577,24.9333],[121.0593,24.9266],[121.0609,24.9241],[121.0608,24.9204],[121.0597,24.9165],[121.0582,24.9139],[121.0581,24.9103],[121.0592,24.9081],[121.0576,24.9058],[121.0612,24.9037],[121.0684,24.9031],[121.0709,24.9012],[121.071,24.8996],[121.074,24.8999],[121.077,24.8987],[121.081,24.8984],[121.0834,24.8989],[121.0865,24.8965],[121.0896,24.8953],[121.0911,24.8934],[121.0928,24.8934],[121.1007,24.895],[121.1091,24.8977],[121.1101,24.8962],[121.111,24.891],[121.1093,24.8875],[121.1078,24.8864],[121.1136,24.8825],[121.1149,24.8826],[121.122,24.8803],[121.124,24.8799],[121.1281,24.881],[121.1295,24.8797],[121.1329,24.8798],[121.1342,24.8784],[121.1365,24.8797],[121.1376,24.8817],[121.1395,24.8824],[121.1424,24.8818],[121.1444,24.8805],[121.1493,24.8812],[121.1522,24.8802],[121.1557,24.8807],[121.1579,24.8773],[121.1582,24.8753],[121.1604,24.8734],[121.1655,24.874],[121.1701,24.8722],[121.1756,24.8721],[121.176,24.8743],[121.1747,24.8762],[121.1752,24.8785],[121.1747,24.8814],[121.1769,24.8826],[121.1774,24.8864],[121.1795,24.8895],[121.1823,24.8902],[121.1847,24.8899],[121.1837,24.8926],[121.1853,24.8956],[121.1871,24.9028],[121.1869,24.9049],[121.1883,24.9074],[121.1891,24.9158],[121.1886,24.9207],[121.1873,24.9228],[121.1888,24.9286],[121.1846,24.939],[121.1848,24.9412],[121.1819,24.944],[121.1817,24.9466],[121.1791,24.9482],[121.1773,24.9542],[121.177,24.9592],[121.1657,24.9577]]]},"properties":{"TOWNCODE":"68000040","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"楊梅區"},"id":"68000040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6776,25.1557],[121.6715,25.1556],[121.6692,25.1534],[121.6637,25.1522],[121.6581,25.1522],[121.655,25.1488],[121.6512,25.1475],[121.6497,25.1449],[121.6463,25.1458],[121.6422,25.1449],[121.6345,25.1439],[121.6293,25.1418],[121.6268,25.1397],[121.6282,25.1352],[121.6346,25.1305],[121.6381,25.1308],[121.6429,25.1279],[121.6444,25.125],[121.6447,25.1221],[121.6462,25.1211],[121.6457,25.119],[121.6464,25.1135],[121.6503,25.1095],[121.6522,25.1048],[121.6489,25.1019],[121.6505,25.1004],[121.6506,25.0985],[121.6562,25.0947],[121.6558,25.0934],[121.6583,25.0916],[121.6609,25.0909],[121.6617,25.0894],[121.6646,25.0893],[121.668,25.0857],[121.674,25.0829],[121.6792,25.0877],[121.6816,25.0876],[121.6817,25.0848],[121.6799,25.0843],[121.6805,25.0819],[121.679,25.0789],[121.6836,25.0751],[121.6884,25.0717],[121.6901,25.0718],[121.6921,25.0703],[121.6965,25.0701],[121.6994,25.0674],[121.7043,25.0679],[121.7069,25.0666],[121.7104,25.068],[121.7124,25.068],[121.7148,25.0666],[121.7184,25.0631],[121.7191,25.0615],[121.722,25.0601],[121.7225,25.0585],[121.7258,25.0584],[121.7282,25.055],[121.7293,25.0607],[121.7279,25.0622],[121.7281,25.0667],[121.726,25.0701],[121.7251,25.0746],[121.7236,25.0768],[121.724,25.0806],[121.7266,25.0829],[121.7256,25.0853],[121.7255,25.089],[121.7291,25.0914],[121.7292,25.0927],[121.7269,25.0957],[121.7235,25.0964],[121.7196,25.099],[121.7241,25.1025],[121.7258,25.1075],[121.727,25.1096],[121.7299,25.1115],[121.7305,25.1131],[121.727,25.1154],[121.723,25.1116],[121.721,25.112],[121.7208,25.1137],[121.7187,25.1158],[121.716,25.1154],[121.7134,25.1162],[121.7109,25.1179],[121.7083,25.1217],[121.7031,25.121],[121.7026,25.1265],[121.7004,25.1286],[121.7003,25.1328],[121.6978,25.1337],[121.6966,25.1363],[121.693,25.1384],[121.6905,25.1389],[121.6875,25.1409],[121.6861,25.1434],[121.6811,25.1457],[121.6822,25.1478],[121.6823,25.1505],[121.6795,25.1523],[121.6798,25.1542],[121.6776,25.1557]]]},"properties":{"TOWNCODE":"10017020","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"七堵區"},"id":"10017020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7435,25.1345],[121.741,25.1357],[121.738,25.131],[121.7364,25.1293],[121.7352,25.1292],[121.7332,25.1262],[121.7336,25.1215],[121.7348,25.1205],[121.7344,25.1175],[121.7319,25.1135],[121.7376,25.1134],[121.739,25.1114],[121.7392,25.1066],[121.7421,25.1069],[121.7455,25.1059],[121.7479,25.109],[121.75,25.1097],[121.7518,25.111],[121.7513,25.1133],[121.7527,25.1185],[121.7525,25.1205],[121.7555,25.125],[121.7537,25.1281],[121.748,25.1286],[121.7462,25.1295],[121.742,25.132],[121.7435,25.1345]]]},"properties":{"TOWNCODE":"10017040","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"仁愛區"},"id":"10017040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7946,25.1264],[121.7918,25.1292],[121.7897,25.1323],[121.785,25.1335],[121.7843,25.1368],[121.7827,25.1388],[121.7831,25.1415],[121.7809,25.1449],[121.7774,25.1446],[121.775,25.1425],[121.7722,25.1373],[121.7695,25.1352],[121.7648,25.1365],[121.7624,25.1365],[121.7606,25.135],[121.7552,25.1339],[121.752,25.1337],[121.7478,25.1321],[121.7462,25.1295],[121.748,25.1286],[121.7537,25.1281],[121.7555,25.125],[121.7525,25.1205],[121.7527,25.1185],[121.7513,25.1133],[121.7518,25.111],[121.7549,25.1104],[121.7575,25.1109],[121.7594,25.1126],[121.763,25.1134],[121.7667,25.1125],[121.7694,25.1146],[121.7715,25.1184],[121.7734,25.1203],[121.7795,25.1175],[121.7839,25.1168],[121.7861,25.118],[121.7902,25.1122],[121.7948,25.1126],[121.7977,25.1143],[121.7988,25.1185],[121.7971,25.1213],[121.7942,25.1233],[121.7946,25.1264]]]},"properties":{"TOWNCODE":"10017070","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"信義區"},"id":"10017070"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.8035,25.1362],[121.8043,25.1381],[121.8031,25.142],[121.8046,25.1445],[121.8082,25.1474],[121.807,25.1491],[121.8005,25.1475],[121.7953,25.1481],[121.7932,25.1469],[121.7913,25.1482],[121.789,25.1482],[121.7851,25.1496],[121.7833,25.1521],[121.7799,25.1532],[121.7779,25.1515],[121.7755,25.1541],[121.7747,25.156],[121.7766,25.1579],[121.7768,25.1595],[121.7723,25.1609],[121.7708,25.1602],[121.769,25.1621],[121.7647,25.1638],[121.7617,25.1624],[121.7603,25.1604],[121.758,25.1609],[121.7561,25.1596],[121.7534,25.1593],[121.7566,25.1514],[121.7563,25.1481],[121.7551,25.1449],[121.7514,25.1413],[121.7461,25.1383],[121.7435,25.1345],[121.742,25.132],[121.7462,25.1295],[121.7478,25.1321],[121.752,25.1337],[121.7552,25.1339],[121.7606,25.135],[121.7624,25.1365],[121.7648,25.1365],[121.7695,25.1352],[121.7722,25.1373],[121.775,25.1425],[121.7774,25.1446],[121.7809,25.1449],[121.7831,25.1415],[121.7827,25.1388],[121.7843,25.1368],[121.785,25.1335],[121.7897,25.1323],[121.7918,25.1292],[121.7946,25.1264],[121.7972,25.1254],[121.8023,25.1218],[121.805,25.1252],[121.8038,25.1272],[121.8053,25.1291],[121.8051,25.1317],[121.8025,25.1343],[121.8035,25.1362]]],[[[121.7881,25.1957],[121.7845,25.1949],[121.7824,25.193],[121.7815,25.1909],[121.783,25.1897],[121.7889,25.1921],[121.7894,25.1952],[121.7881,25.1957]]],[[[122.1033,25.486],[122.1037,25.4831],[122.1057,25.482],[122.1072,25.487],[122.1045,25.4873],[122.1033,25.486]]],[[[122.0844,25.6275],[122.0851,25.6292],[122.0845,25.6324],[122.0806,25.6334],[122.0738,25.6321],[122.0723,25.6288],[122.0742,25.6255],[122.0769,25.6252],[122.0774,25.6235],[122.0816,25.6237],[122.0809,25.6253],[122.0844,25.6275]]]]},"properties":{"TOWNCODE":"10017010","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"中正區"},"id":"10017010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7534,25.1593],[121.753,25.1585],[121.7485,25.1563],[121.7426,25.1573],[121.7381,25.1609],[121.7366,25.1593],[121.7295,25.1636],[121.7237,25.1652],[121.7158,25.1661],[121.7126,25.1657],[121.7151,25.1622],[121.715,25.1611],[121.7099,25.1583],[121.7113,25.1548],[121.7124,25.149],[121.7149,25.1479],[121.7159,25.1436],[121.7204,25.1399],[121.7214,25.1417],[121.7245,25.1422],[121.7313,25.1376],[121.7349,25.1336],[121.735,25.1309],[121.7364,25.1293],[121.738,25.131],[121.741,25.1357],[121.7435,25.1345],[121.7461,25.1383],[121.7514,25.1413],[121.7551,25.1449],[121.7563,25.1481],[121.7566,25.1514],[121.7534,25.1593]]]},"properties":{"TOWNCODE":"10017050","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"中山區"},"id":"10017050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7126,25.1657],[121.7112,25.1649],[121.7072,25.166],[121.708,25.1686],[121.7099,25.171],[121.7085,25.1727],[121.7099,25.1741],[121.7096,25.1766],[121.7064,25.1739],[121.7021,25.1734],[121.7009,25.1692],[121.699,25.1673],[121.6955,25.1664],[121.6912,25.1663],[121.6908,25.1644],[121.6888,25.1641],[121.6873,25.1616],[121.6848,25.1601],[121.6831,25.1606],[121.6782,25.1572],[121.6776,25.1557],[121.6798,25.1542],[121.6795,25.1523],[121.6823,25.1505],[121.6822,25.1478],[121.6811,25.1457],[121.6861,25.1434],[121.6875,25.1409],[121.6905,25.1389],[121.693,25.1384],[121.6966,25.1363],[121.6978,25.1337],[121.7003,25.1328],[121.7004,25.1286],[121.7026,25.1265],[121.7031,25.121],[121.7083,25.1217],[121.7109,25.1179],[121.7134,25.1162],[121.716,25.1154],[121.7187,25.1158],[121.7208,25.1137],[121.721,25.112],[121.723,25.1116],[121.727,25.1154],[121.7305,25.1131],[121.7319,25.1135],[121.7344,25.1175],[121.7348,25.1205],[121.7336,25.1215],[121.7332,25.1262],[121.7352,25.1292],[121.7364,25.1293],[121.735,25.1309],[121.7349,25.1336],[121.7313,25.1376],[121.7245,25.1422],[121.7214,25.1417],[121.7204,25.1399],[121.7159,25.1436],[121.7149,25.1479],[121.7124,25.149],[121.7113,25.1548],[121.7099,25.1583],[121.715,25.1611],[121.7151,25.1622],[121.7126,25.1657]]]},"properties":{"TOWNCODE":"10017060","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"安樂區"},"id":"10017060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4575,24.9461],[121.4544,24.9444],[121.4517,24.9444],[121.4481,24.9416],[121.4453,24.9404],[121.4423,24.9376],[121.4367,24.9356],[121.434,24.9405],[121.4304,24.9392],[121.4256,24.9384],[121.4211,24.9383],[121.4177,24.9375],[121.4147,24.9395],[121.4135,24.9415],[121.41,24.9414],[121.4087,24.9465],[121.4087,24.9513],[121.4076,24.9521],[121.4026,24.9482],[121.4017,24.9457],[121.3974,24.9426],[121.3947,24.9463],[121.3936,24.9451],[121.3893,24.9451],[121.3847,24.9437],[121.381,24.9441],[121.3792,24.9434],[121.3761,24.9497],[121.3702,24.9466],[121.3652,24.9473],[121.3623,24.945],[121.3614,24.9455],[121.3593,24.9424],[121.3502,24.9372],[121.3485,24.9365],[121.3439,24.9312],[121.3398,24.9285],[121.3352,24.9249],[121.3276,24.9247],[121.3247,24.9234],[121.3176,24.9165],[121.32,24.9138],[121.3226,24.9124],[121.3237,24.9098],[121.3262,24.9092],[121.3262,24.9072],[121.3238,24.9045],[121.3219,24.9036],[121.3205,24.9002],[121.3225,24.8985],[121.3278,24.8959],[121.3304,24.8977],[121.3319,24.8999],[121.3337,24.899],[121.3334,24.8962],[121.3321,24.8936],[121.3335,24.8922],[121.3382,24.8932],[121.3421,24.8908],[121.3413,24.8876],[121.3447,24.8859],[121.3456,24.8801],[121.3471,24.8787],[121.3506,24.8786],[121.3544,24.8732],[121.3529,24.8709],[121.3492,24.8687],[121.3459,24.8682],[121.3473,24.8621],[121.3494,24.8597],[121.3534,24.8587],[121.3556,24.8551],[121.3533,24.8505],[121.3485,24.8485],[121.3464,24.8502],[121.3428,24.8487],[121.3372,24.8484],[121.3358,24.8449],[121.3395,24.8434],[121.3465,24.8459],[121.3549,24.844],[121.3578,24.8395],[121.3603,24.8381],[121.3642,24.8381],[121.3727,24.8351],[121.3735,24.8333],[121.3791,24.8351],[121.3846,24.8381],[121.385,24.8408],[121.3881,24.8424],[121.3894,24.8422],[121.3935,24.844],[121.3964,24.8436],[121.3981,24.8417],[121.4007,24.8417],[121.4028,24.8436],[121.4088,24.8406],[121.4104,24.8386],[121.4156,24.8356],[121.4138,24.832],[121.4161,24.8287],[121.4168,24.8257],[121.4235,24.8255],[121.4251,24.8225],[121.4253,24.82],[121.4268,24.8193],[121.428,24.817],[121.4318,24.8137],[121.4366,24.8121],[121.4373,24.8082],[121.437,24.8054],[121.438,24.8039],[121.438,24.8007],[121.4371,24.7981],[121.4385,24.7951],[121.4417,24.7933],[121.4457,24.7901],[121.4504,24.7909],[121.4515,24.792],[121.4541,24.7918],[121.4563,24.7932],[121.4553,24.7989],[121.4592,24.8014],[121.4623,24.8057],[121.4691,24.8072],[121.4725,24.8105],[121.4731,24.813],[121.4786,24.8161],[121.4817,24.8158],[121.4834,24.8176],[121.484,24.8197],[121.481,24.825],[121.4836,24.8283],[121.4839,24.8315],[121.4871,24.8344],[121.4906,24.8346],[121.4935,24.8358],[121.4948,24.8372],[121.4947,24.8397],[121.496,24.8415],[121.4972,24.8482],[121.4961,24.8511],[121.4942,24.8517],[121.4927,24.8537],[121.4928,24.8567],[121.4883,24.8622],[121.4853,24.863],[121.4831,24.8618],[121.4805,24.8617],[121.4777,24.8655],[121.4793,24.8701],[121.4743,24.8758],[121.4718,24.8773],[121.4727,24.8794],[121.475,24.882],[121.4754,24.8862],[121.4805,24.8908],[121.4825,24.8935],[121.4829,24.8954],[121.4866,24.9005],[121.4897,24.9012],[121.4923,24.9037],[121.4894,24.9081],[121.4917,24.9149],[121.492,24.9171],[121.4897,24.9195],[121.4881,24.9224],[121.4858,24.9232],[121.4858,24.9261],[121.4848,24.9278],[121.4806,24.9288],[121.4762,24.9291],[121.4736,24.9308],[121.4683,24.9308],[121.4642,24.9332],[121.4598,24.9344],[121.4609,24.9375],[121.4587,24.9394],[121.4584,24.9433],[121.4575,24.9461]]]},"properties":{"TOWNCODE":"65000090","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"三峽區"},"id":"65000090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3689,24.9768],[121.3639,24.9796],[121.3613,24.9779],[121.354,24.9778],[121.3523,24.9809],[121.3471,24.9788],[121.3428,24.9823],[121.341,24.9802],[121.3367,24.9807],[121.334,24.9787],[121.3298,24.9791],[121.3276,24.9748],[121.3237,24.9728],[121.324,24.9713],[121.3281,24.9729],[121.3287,24.9678],[121.3281,24.9656],[121.3291,24.9623],[121.3281,24.9555],[121.328,24.949],[121.3316,24.9455],[121.3304,24.9445],[121.3248,24.9436],[121.3158,24.9385],[121.3183,24.9347],[121.3208,24.9336],[121.3232,24.9313],[121.3225,24.9281],[121.3307,24.9296],[121.3341,24.9298],[121.3361,24.9289],[121.3398,24.9285],[121.3439,24.9312],[121.3485,24.9365],[121.3502,24.9372],[121.3593,24.9424],[121.3614,24.9455],[121.3654,24.9508],[121.3661,24.9548],[121.3722,24.9566],[121.3738,24.9581],[121.3786,24.9608],[121.3823,24.9649],[121.3782,24.9654],[121.3752,24.9686],[121.375,24.9701],[121.3701,24.9729],[121.3686,24.9755],[121.3689,24.9768]]]},"properties":{"TOWNCODE":"65000080","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"鶯歌區"},"id":"65000080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.494,25.0092],[121.4931,25.0092],[121.4896,25.0132],[121.4887,25.0158],[121.482,25.0157],[121.4825,25.0145],[121.4814,25.0116],[121.4763,25.0113],[121.4721,25.0071],[121.4679,25.0044],[121.466,25.0013],[121.4665,25.0003],[121.4642,24.9955],[121.4671,24.993],[121.4687,24.9943],[121.4702,24.9924],[121.4731,24.9941],[121.4749,24.9922],[121.4796,24.9897],[121.4767,24.9857],[121.4742,24.9838],[121.4757,24.9793],[121.4791,24.9777],[121.4817,24.9731],[121.4796,24.9727],[121.4795,24.9677],[121.4788,24.9663],[121.4798,24.9639],[121.4819,24.9633],[121.4857,24.9648],[121.4898,24.9671],[121.4917,24.9673],[121.4982,24.9706],[121.502,24.9699],[121.5071,24.976],[121.509,24.9765],[121.5139,24.9815],[121.514,24.9837],[121.5156,24.9869],[121.5171,24.9878],[121.5225,24.9883],[121.5233,24.9839],[121.5295,24.9883],[121.5317,24.9905],[121.5314,24.9954],[121.5266,24.9955],[121.5259,24.9975],[121.5232,24.9971],[121.5128,24.9943],[121.515,24.9982],[121.5141,25.0003],[121.5145,25.0038],[121.5126,25.0044],[121.5084,24.9998],[121.5064,25.0007],[121.509,25.0035],[121.5073,25.0053],[121.5035,25.0071],[121.4979,25.0091],[121.4949,25.0083],[121.494,25.0092]]]},"properties":{"TOWNCODE":"65000030","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"中和區"},"id":"65000030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4301,24.9952],[121.4312,25.002],[121.432,25.0033],[121.429,25.0081],[121.4265,25.009],[121.4265,25.0112],[121.4241,25.0137],[121.4239,25.0168],[121.4203,25.0188],[121.418,25.0194],[121.4139,25.019],[121.4121,25.0195],[121.4059,25.0171],[121.4041,25.0172],[121.4017,25.0158],[121.3971,25.0162],[121.3927,25.0139],[121.3913,25.012],[121.3926,25.0105],[121.3997,25.0068],[121.4003,25.0041],[121.4033,25.0003],[121.4001,24.9983],[121.3969,24.9973],[121.3965,24.9956],[121.3943,24.9935],[121.3905,24.9933],[121.39,24.9946],[121.387,24.996],[121.3841,24.9957],[121.3843,24.9918],[121.3835,24.9883],[121.3856,24.9865],[121.3819,24.9839],[121.379,24.9834],[121.3765,24.9811],[121.3722,24.9798],[121.3689,24.9768],[121.3686,24.9755],[121.3701,24.9729],[121.375,24.9701],[121.3752,24.9686],[121.3782,24.9654],[121.3823,24.9649],[121.3786,24.9608],[121.3738,24.9581],[121.3722,24.9566],[121.3661,24.9548],[121.3654,24.9508],[121.3614,24.9455],[121.3623,24.945],[121.3652,24.9473],[121.3702,24.9466],[121.3761,24.9497],[121.3792,24.9434],[121.381,24.9441],[121.3847,24.9437],[121.3893,24.9451],[121.3936,24.9451],[121.3947,24.9463],[121.3974,24.9426],[121.4017,24.9457],[121.4026,24.9482],[121.4076,24.9521],[121.4098,24.954],[121.4105,24.9559],[121.41,24.9626],[121.4127,24.966],[121.4221,24.9685],[121.4251,24.971],[121.4288,24.9721],[121.4267,24.9729],[121.4268,24.9771],[121.426,24.9801],[121.4266,24.9841],[121.4244,24.9871],[121.4253,24.9897],[121.4301,24.9952]]]},"properties":{"TOWNCODE":"65000070","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"樹林區"},"id":"65000070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6402,25.0235],[121.6375,25.0241],[121.6357,25.0232],[121.6326,25.0256],[121.6309,25.0247],[121.6288,25.0198],[121.6227,25.0173],[121.6206,25.0184],[121.6171,25.0186],[121.6102,25.0199],[121.6041,25.0191],[121.6027,25.0151],[121.5973,25.0144],[121.5959,25.0095],[121.5959,25.0044],[121.5971,25.0046],[121.6005,25.0011],[121.6005,24.9984],[121.5981,24.9945],[121.5991,24.9916],[121.602,24.9904],[121.6019,24.988],[121.5998,24.9863],[121.6007,24.9803],[121.5993,24.9787],[121.6001,24.977],[121.6051,24.9744],[121.6114,24.9746],[121.6144,24.9735],[121.616,24.9718],[121.62,24.9693],[121.6276,24.9727],[121.6337,24.9775],[121.6367,24.9788],[121.6389,24.9817],[121.6377,24.9834],[121.637,24.9875],[121.6378,24.9913],[121.6364,24.9925],[121.638,24.9951],[121.6438,24.9951],[121.6457,24.9982],[121.6452,25.0017],[121.6402,25.0026],[121.6392,25.0055],[121.6416,25.0078],[121.6405,25.0091],[121.6411,25.0139],[121.6405,25.0186],[121.6392,25.0205],[121.6402,25.0235]]]},"properties":{"TOWNCODE":"65000180","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"深坑區"},"id":"65000180"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4852,25.0392],[121.4779,25.0398],[121.4698,25.0393],[121.4663,25.0385],[121.4632,25.0375],[121.4556,25.0334],[121.4519,25.0307],[121.4486,25.0272],[121.4418,25.0168],[121.4404,25.0153],[121.4375,25.0104],[121.4368,25.0072],[121.437,25.0031],[121.4361,25],[121.4335,25.0002],[121.4307,24.9979],[121.4301,24.9952],[121.4253,24.9897],[121.4244,24.9871],[121.4266,24.9841],[121.426,24.9801],[121.4268,24.9771],[121.4267,24.9729],[121.4288,24.9721],[121.434,24.9757],[121.435,24.9788],[121.4352,24.9819],[121.4369,24.9832],[121.4384,24.9865],[121.4401,24.9882],[121.4405,24.9922],[121.4425,24.9928],[121.4441,24.9911],[121.4497,24.9931],[121.4531,24.991],[121.4548,24.9956],[121.4562,24.9943],[121.4569,24.9916],[121.4591,24.9911],[121.4611,24.9891],[121.4634,24.9891],[121.4672,24.9922],[121.4671,24.993],[121.4642,24.9955],[121.4665,25.0003],[121.466,25.0013],[121.4679,25.0044],[121.4721,25.0071],[121.4763,25.0113],[121.4814,25.0116],[121.4825,25.0145],[121.482,25.0157],[121.4887,25.0158],[121.4885,25.0239],[121.485,25.0313],[121.4836,25.0362],[121.4852,25.0392]]]},"properties":{"TOWNCODE":"65000010","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"板橋區"},"id":"65000010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7032,25.032],[121.7011,25.0342],[121.6969,25.0351],[121.6955,25.0369],[121.6963,25.0383],[121.6957,25.0408],[121.6923,25.0419],[121.6883,25.0416],[121.6845,25.0402],[121.6772,25.0348],[121.6721,25.0344],[121.6707,25.0327],[121.6657,25.0331],[121.6658,25.0299],[121.6648,25.0274],[121.6654,25.026],[121.6641,25.0233],[121.6576,25.0232],[121.6541,25.0244],[121.6499,25.024],[121.6462,25.0217],[121.6448,25.0237],[121.6429,25.0246],[121.6402,25.0235],[121.6392,25.0205],[121.6405,25.0186],[121.6411,25.0139],[121.6405,25.0091],[121.6416,25.0078],[121.6392,25.0055],[121.6402,25.0026],[121.6452,25.0017],[121.6457,24.9982],[121.6438,24.9951],[121.638,24.9951],[121.6364,24.9925],[121.6378,24.9913],[121.637,24.9875],[121.6377,24.9834],[121.6389,24.9817],[121.6367,24.9788],[121.6337,24.9775],[121.6276,24.9727],[121.62,24.9693],[121.6198,24.9674],[121.6171,24.9675],[121.6138,24.9665],[121.6092,24.964],[121.6106,24.9596],[121.6103,24.9571],[121.6078,24.9565],[121.6085,24.9522],[121.6064,24.9496],[121.6071,24.9472],[121.6011,24.9471],[121.6007,24.9457],[121.5979,24.9447],[121.5999,24.9391],[121.5976,24.9374],[121.5964,24.9349],[121.5965,24.9328],[121.5941,24.9273],[121.5956,24.9239],[121.5965,24.9187],[121.5971,24.9117],[121.5954,24.9109],[121.5943,24.913],[121.5904,24.9146],[121.5878,24.9138],[121.5849,24.9116],[121.5782,24.9087],[121.5718,24.9087],[121.5674,24.9035],[121.5717,24.9001],[121.5762,24.8988],[121.5782,24.897],[121.5789,24.8951],[121.5783,24.891],[121.5766,24.8878],[121.5764,24.8855],[121.5779,24.8832],[121.5769,24.8818],[121.578,24.8797],[121.5758,24.8751],[121.5777,24.8743],[121.5836,24.8734],[121.5902,24.8691],[121.5931,24.8661],[121.5955,24.8664],[121.5977,24.8641],[121.6013,24.8632],[121.6093,24.8631],[121.6155,24.8607],[121.6179,24.8619],[121.6196,24.8615],[121.6214,24.8632],[121.6258,24.8614],[121.6296,24.8615],[121.6321,24.8593],[121.636,24.8578],[121.6384,24.8609],[121.6411,24.8621],[121.6447,24.8607],[121.647,24.8636],[121.6484,24.8679],[121.6531,24.8703],[121.6542,24.877],[121.6509,24.8788],[121.6496,24.8805],[121.6516,24.8849],[121.6515,24.8875],[121.6529,24.8897],[121.6488,24.8952],[121.6505,24.8969],[121.6603,24.9014],[121.6616,24.9027],[121.6616,24.9051],[121.666,24.9084],[121.6642,24.911],[121.6632,24.915],[121.6659,24.9171],[121.6694,24.9178],[121.6732,24.9199],[121.6765,24.9228],[121.6746,24.9267],[121.6718,24.9282],[121.6701,24.9302],[121.6701,24.9333],[121.6693,24.9392],[121.6671,24.9397],[121.6667,24.945],[121.6659,24.9455],[121.6657,24.9502],[121.6668,24.9523],[121.6705,24.9525],[121.6759,24.9542],[121.6807,24.9546],[121.6833,24.9575],[121.685,24.9582],[121.6876,24.9627],[121.6887,24.9635],[121.6918,24.9632],[121.6943,24.9646],[121.6988,24.9647],[121.7006,24.9667],[121.7031,24.9678],[121.7049,24.9709],[121.7077,24.9727],[121.7138,24.9718],[121.7158,24.9708],[121.7181,24.9733],[121.7182,24.9749],[121.7173,24.9792],[121.7207,24.9802],[121.722,24.9824],[121.7247,24.984],[121.7246,24.9868],[121.7268,24.9892],[121.7251,24.992],[121.7232,24.997],[121.721,24.9989],[121.7226,25.0049],[121.7223,25.0075],[121.7177,25.0074],[121.7136,25.006],[121.712,25.0096],[121.7067,25.0142],[121.7065,25.0175],[121.7043,25.0182],[121.7011,25.0233],[121.7045,25.0275],[121.7032,25.032]]]},"properties":{"TOWNCODE":"65000190","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"石碇區"},"id":"65000190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4655,25.0655],[121.4648,25.0675],[121.4626,25.0688],[121.4602,25.0684],[121.4535,25.0653],[121.4535,25.063],[121.4505,25.0608],[121.448,25.0626],[121.4462,25.0596],[121.4395,25.0568],[121.4387,25.0552],[121.4404,25.0523],[121.442,25.0477],[121.4399,25.0471],[121.4419,25.0445],[121.4419,25.0415],[121.4404,25.0415],[121.4373,25.0432],[121.4364,25.0389],[121.4327,25.0412],[121.4261,25.0334],[121.4241,25.0318],[121.4261,25.0301],[121.4212,25.0288],[121.4174,25.0314],[121.4182,25.0336],[121.4168,25.0348],[121.4127,25.0352],[121.4133,25.0381],[121.4119,25.039],[121.4103,25.0429],[121.4091,25.0442],[121.4031,25.0455],[121.403,25.0455],[121.3985,25.0438],[121.3931,25.0436],[121.3929,25.0421],[121.3944,25.0401],[121.4013,25.0374],[121.3999,25.035],[121.3985,25.0346],[121.3983,25.0301],[121.4015,25.028],[121.4011,25.0267],[121.4038,25.0253],[121.4045,25.0238],[121.4088,25.0208],[121.4107,25.021],[121.4121,25.0195],[121.4139,25.019],[121.418,25.0194],[121.4203,25.0188],[121.4239,25.0168],[121.4241,25.0137],[121.4265,25.0112],[121.4265,25.009],[121.429,25.0081],[121.432,25.0033],[121.4312,25.002],[121.4301,24.9952],[121.4307,24.9979],[121.4335,25.0002],[121.4361,25],[121.437,25.0031],[121.4368,25.0072],[121.4375,25.0104],[121.4404,25.0153],[121.4418,25.0168],[121.4486,25.0272],[121.4519,25.0307],[121.4556,25.0334],[121.4632,25.0375],[121.4663,25.0385],[121.4657,25.0438],[121.4672,25.0471],[121.4678,25.0513],[121.4687,25.0533],[121.4673,25.0562],[121.4674,25.0588],[121.4657,25.0613],[121.4655,25.0655]]]},"properties":{"TOWNCODE":"65000050","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"新莊區"},"id":"65000050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4083,25.0758],[121.402,25.075],[121.3989,25.0763],[121.3995,25.0683],[121.4021,25.0714],[121.4062,25.0688],[121.4026,25.0669],[121.4056,25.0647],[121.4036,25.0636],[121.4002,25.0631],[121.3999,25.0655],[121.3976,25.0656],[121.3955,25.0687],[121.397,25.0707],[121.3961,25.0732],[121.3911,25.0692],[121.3888,25.069],[121.3863,25.0729],[121.3825,25.07],[121.3827,25.066],[121.3801,25.0651],[121.3829,25.0629],[121.3864,25.0633],[121.3889,25.0607],[121.3883,25.0571],[121.3865,25.0538],[121.3925,25.0537],[121.3964,25.0525],[121.3975,25.0515],[121.4004,25.0515],[121.4002,25.0498],[121.3939,25.0494],[121.3993,25.0479],[121.398,25.0468],[121.3998,25.045],[121.4031,25.0455],[121.403,25.0455],[121.4031,25.0455],[121.4091,25.0442],[121.4103,25.0429],[121.4119,25.039],[121.4133,25.0381],[121.4127,25.0352],[121.4168,25.0348],[121.4182,25.0336],[121.4174,25.0314],[121.4212,25.0288],[121.4261,25.0301],[121.4241,25.0318],[121.4261,25.0334],[121.4327,25.0412],[121.4364,25.0389],[121.4373,25.0432],[121.4404,25.0415],[121.4419,25.0415],[121.4419,25.0445],[121.4399,25.0471],[121.442,25.0477],[121.4404,25.0523],[121.4387,25.0552],[121.4395,25.0568],[121.4462,25.0596],[121.448,25.0626],[121.4457,25.0643],[121.4454,25.0694],[121.4429,25.0692],[121.4424,25.0674],[121.4402,25.067],[121.4377,25.0644],[121.435,25.0666],[121.4319,25.0661],[121.4306,25.0691],[121.422,25.0693],[121.4193,25.069],[121.4157,25.0705],[121.4145,25.0724],[121.4103,25.0757],[121.4083,25.0758]]]},"properties":{"TOWNCODE":"65000160","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"泰山區"},"id":"65000160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5046,25.0782],[121.5026,25.083],[121.5,25.087],[121.4911,25.0948],[121.4888,25.0923],[121.4839,25.0885],[121.484,25.0846],[121.4821,25.0817],[121.4789,25.0781],[121.4769,25.077],[121.4753,25.0732],[121.473,25.0727],[121.471,25.0734],[121.471,25.0735],[121.471,25.0734],[121.4697,25.0724],[121.4698,25.0686],[121.4655,25.0655],[121.4657,25.0613],[121.4674,25.0588],[121.4673,25.0562],[121.4687,25.0533],[121.4678,25.0513],[121.4672,25.0471],[121.4657,25.0438],[121.4663,25.0385],[121.4698,25.0393],[121.4779,25.0398],[121.4852,25.0392],[121.4888,25.0426],[121.4955,25.0429],[121.5004,25.0452],[121.5046,25.0498],[121.5063,25.0541],[121.5054,25.0597],[121.5068,25.0645],[121.507,25.0711],[121.5047,25.078],[121.5046,25.0782]]]},"properties":{"TOWNCODE":"65000020","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"三重區"},"id":"65000020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8755,25.0946],[121.8722,25.0937],[121.867,25.0941],[121.862,25.0965],[121.8559,25.0961],[121.8532,25.0949],[121.8513,25.089],[121.8476,25.0894],[121.8454,25.087],[121.8432,25.0827],[121.8407,25.0806],[121.8393,25.0766],[121.8362,25.0739],[121.8324,25.0717],[121.8324,25.0691],[121.8296,25.0648],[121.8305,25.0621],[121.8304,25.0561],[121.8339,25.0502],[121.8348,25.0475],[121.834,25.0444],[121.8319,25.0441],[121.8302,25.0452],[121.8274,25.0455],[121.8248,25.0449],[121.8233,25.046],[121.8213,25.0456],[121.8201,25.0433],[121.8169,25.0421],[121.8137,25.0413],[121.8103,25.0391],[121.8085,25.037],[121.8087,25.0349],[121.8067,25.0316],[121.8044,25.0316],[121.7994,25.0301],[121.7928,25.0236],[121.7891,25.023],[121.7845,25.0179],[121.7843,25.0136],[121.7801,25.0104],[121.7787,25.0075],[121.7748,25.0026],[121.7711,25.0003],[121.7689,24.9998],[121.764,24.9959],[121.7647,24.9935],[121.7673,24.9927],[121.7687,24.9901],[121.7711,24.9889],[121.7747,24.9883],[121.7758,24.9855],[121.7764,24.9853],[121.7771,24.9848],[121.7794,24.9839],[121.7815,24.982],[121.7852,24.982],[121.7865,24.9831],[121.7927,24.9834],[121.7927,24.9808],[121.7941,24.9774],[121.7939,24.9731],[121.7918,24.97],[121.7922,24.9663],[121.7907,24.9644],[121.7901,24.9606],[121.7912,24.9578],[121.7911,24.9558],[121.7933,24.9537],[121.7911,24.9513],[121.7878,24.9441],[121.7895,24.9404],[121.7864,24.9374],[121.786,24.9343],[121.785,24.9334],[121.7852,24.9307],[121.7817,24.9279],[121.7806,24.9228],[121.7781,24.9196],[121.7818,24.9178],[121.7847,24.9141],[121.785,24.9103],[121.7862,24.9063],[121.788,24.9062],[121.7934,24.8998],[121.7964,24.9012],[121.8022,24.901],[121.806,24.902],[121.8077,24.9032],[121.8105,24.9036],[121.8117,24.9065],[121.8183,24.9027],[121.8224,24.9046],[121.828,24.9054],[121.8319,24.9049],[121.8379,24.9099],[121.8395,24.9127],[121.8434,24.9154],[121.8455,24.9193],[121.8521,24.9237],[121.8538,24.9253],[121.8539,24.9278],[121.8491,24.9303],[121.8466,24.9379],[121.8424,24.9394],[121.8398,24.9422],[121.839,24.9446],[121.8418,24.9514],[121.8414,24.9543],[121.8435,24.957],[121.8454,24.9581],[121.8469,24.9603],[121.8517,24.9599],[121.8581,24.9632],[121.8612,24.9637],[121.8607,24.9663],[121.8617,24.9677],[121.8609,24.9738],[121.8619,24.9755],[121.8624,24.9816],[121.864,24.9823],[121.8651,24.9845],[121.8638,24.9856],[121.8676,24.9912],[121.8711,24.9934],[121.8722,24.9962],[121.8752,24.9991],[121.8762,25.0046],[121.8789,25.0076],[121.8786,25.0105],[121.8803,25.0114],[121.8805,25.0135],[121.8852,25.015],[121.8887,25.0148],[121.8909,25.0182],[121.8882,25.0192],[121.8921,25.0245],[121.8939,25.0252],[121.8921,25.0284],[121.8942,25.0314],[121.8958,25.0373],[121.8968,25.0392],[121.8927,25.0417],[121.8902,25.0423],[121.8899,25.0438],[121.8876,25.0456],[121.8893,25.0476],[121.8889,25.0512],[121.8906,25.0531],[121.888,25.0572],[121.8879,25.0607],[121.8871,25.0636],[121.8839,25.069],[121.8831,25.0716],[121.8799,25.0724],[121.8773,25.0757],[121.8784,25.0831],[121.876,25.0873],[121.877,25.0915],[121.8755,25.0946]]]},"properties":{"TOWNCODE":"65000250","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"雙溪區"},"id":"65000250"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.966,24.9831],[121.9677,24.9848],[121.9747,24.9853],[121.9761,24.9888],[121.9775,24.9901],[121.9809,24.9911],[121.9839,24.9906],[121.9893,24.9938],[121.9907,24.9957],[121.9967,25.0008],[122.0036,25.002],[122.0052,25.0016],[122.0057,25.0079],[122.0066,25.0101],[122.0054,25.0148],[122.0018,25.0148],[121.9999,25.0184],[121.9976,25.0195],[121.9939,25.016],[121.9932,25.0143],[121.9902,25.0211],[121.983,25.0249],[121.9779,25.0266],[121.9736,25.0266],[121.9699,25.0255],[121.9669,25.0239],[121.9649,25.0247],[121.9609,25.023],[121.9528,25.0223],[121.9471,25.0211],[121.9422,25.0246],[121.9345,25.0324],[121.929,25.041],[121.929,25.0432],[121.9304,25.0451],[121.9289,25.0462],[121.9295,25.0502],[121.9316,25.0541],[121.9307,25.0609],[121.9317,25.0631],[121.9302,25.0663],[121.9281,25.0688],[121.9284,25.0709],[121.9255,25.072],[121.9198,25.0763],[121.9167,25.076],[121.9154,25.0787],[121.9169,25.0814],[121.9144,25.0855],[121.9144,25.0898],[121.9164,25.0931],[121.9196,25.0949],[121.9197,25.0977],[121.9186,25.1003],[121.9196,25.1026],[121.9235,25.1055],[121.9254,25.1061],[121.9265,25.1081],[121.9232,25.1133],[121.9213,25.1137],[121.9186,25.1125],[121.916,25.1139],[121.9169,25.1162],[121.9208,25.1175],[121.9212,25.1213],[121.9226,25.1223],[121.9196,25.1205],[121.9084,25.1167],[121.9063,25.1174],[121.9037,25.1163],[121.8973,25.1124],[121.895,25.11],[121.8947,25.1085],[121.8974,25.1035],[121.8957,25.1012],[121.8928,25.1006],[121.8872,25.1003],[121.8818,25.0979],[121.8787,25.0951],[121.8755,25.0946],[121.877,25.0915],[121.876,25.0873],[121.8784,25.0831],[121.8773,25.0757],[121.8799,25.0724],[121.8831,25.0716],[121.8839,25.069],[121.8871,25.0636],[121.8879,25.0607],[121.888,25.0572],[121.8906,25.0531],[121.8889,25.0512],[121.8893,25.0476],[121.8876,25.0456],[121.8899,25.0438],[121.8902,25.0423],[121.8927,25.0417],[121.8968,25.0392],[121.8958,25.0373],[121.8942,25.0314],[121.8921,25.0284],[121.8939,25.0252],[121.8921,25.0245],[121.8882,25.0192],[121.8909,25.0182],[121.8887,25.0148],[121.8852,25.015],[121.8805,25.0135],[121.8803,25.0114],[121.8786,25.0105],[121.8789,25.0076],[121.8762,25.0046],[121.8752,24.9991],[121.8722,24.9962],[121.8711,24.9934],[121.8676,24.9912],[121.8638,24.9856],[121.8651,24.9845],[121.864,24.9823],[121.8624,24.9816],[121.8619,24.9755],[121.8609,24.9738],[121.8617,24.9677],[121.8607,24.9663],[121.8612,24.9637],[121.8636,24.9621],[121.8657,24.9622],[121.8715,24.9607],[121.8733,24.9616],[121.8763,24.9616],[121.8824,24.9642],[121.886,24.9642],[121.8885,24.9632],[121.8896,24.9648],[121.8918,24.9651],[121.8971,24.967],[121.8994,24.9693],[121.9001,24.9716],[121.9026,24.9742],[121.9054,24.9734],[121.9068,24.9756],[121.91,24.9748],[121.912,24.978],[121.9162,24.9795],[121.9192,24.9787],[121.9209,24.9797],[121.924,24.9793],[121.9286,24.9797],[121.9304,24.981],[121.9336,24.9809],[121.9344,24.9831],[121.9375,24.983],[121.9385,24.9848],[121.9429,24.9863],[121.9446,24.9882],[121.9481,24.9867],[121.9502,24.9883],[121.9557,24.9883],[121.958,24.9873],[121.9596,24.9883],[121.9628,24.9878],[121.966,24.9831]]]},"properties":{"TOWNCODE":"65000260","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"貢寮區"},"id":"65000260"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6268,25.1397],[121.6239,25.1397],[121.6163,25.1376],[121.6115,25.1334],[121.6093,25.1326],[121.6078,25.1302],[121.6041,25.1257],[121.6017,25.126],[121.6008,25.1218],[121.5988,25.1196],[121.5974,25.116],[121.5957,25.1142],[121.5975,25.1095],[121.5996,25.1084],[121.6023,25.1084],[121.608,25.1068],[121.6105,25.1051],[121.6154,25.1039],[121.6175,25.101],[121.6235,25.0969],[121.6261,25.0957],[121.625,25.0937],[121.626,25.0905],[121.6282,25.0882],[121.6286,25.0865],[121.6277,25.0826],[121.6242,25.0803],[121.6232,25.0758],[121.6206,25.0733],[121.6213,25.0719],[121.6208,25.0691],[121.6176,25.0676],[121.6176,25.0652],[121.6161,25.0639],[121.6208,25.0614],[121.6243,25.0555],[121.6219,25.0564],[121.6202,25.0557],[121.6209,25.0534],[121.6182,25.0523],[121.6163,25.0506],[121.6169,25.0475],[121.6191,25.0435],[121.6219,25.0401],[121.6249,25.0377],[121.6264,25.0379],[121.63,25.0363],[121.6334,25.0358],[121.634,25.0348],[121.638,25.0337],[121.6488,25.0279],[121.6551,25.0275],[121.6615,25.0305],[121.6658,25.0299],[121.6657,25.0331],[121.6707,25.0327],[121.6721,25.0344],[121.6772,25.0348],[121.6845,25.0402],[121.6883,25.0416],[121.6923,25.0419],[121.6957,25.0408],[121.6963,25.0383],[121.6955,25.0369],[121.6969,25.0351],[121.7011,25.0342],[121.7032,25.032],[121.707,25.0335],[121.7124,25.0334],[121.7158,25.0363],[121.7166,25.0403],[121.7178,25.043],[121.7223,25.0482],[121.7245,25.0483],[121.7301,25.0534],[121.7282,25.055],[121.7258,25.0584],[121.7225,25.0585],[121.722,25.0601],[121.7191,25.0615],[121.7184,25.0631],[121.7148,25.0666],[121.7124,25.068],[121.7104,25.068],[121.7069,25.0666],[121.7043,25.0679],[121.6994,25.0674],[121.6965,25.0701],[121.6921,25.0703],[121.6901,25.0718],[121.6884,25.0717],[121.6836,25.0751],[121.679,25.0789],[121.6805,25.0819],[121.6799,25.0843],[121.6817,25.0848],[121.6816,25.0876],[121.6792,25.0877],[121.674,25.0829],[121.668,25.0857],[121.6646,25.0893],[121.6617,25.0894],[121.6609,25.0909],[121.6583,25.0916],[121.6558,25.0934],[121.6562,25.0947],[121.6506,25.0985],[121.6505,25.1004],[121.6489,25.1019],[121.6522,25.1048],[121.6503,25.1095],[121.6464,25.1135],[121.6457,25.119],[121.6462,25.1211],[121.6447,25.1221],[121.6444,25.125],[121.6429,25.1279],[121.6381,25.1308],[121.6346,25.1305],[121.6282,25.1352],[121.6268,25.1397]]]},"properties":{"TOWNCODE":"65000110","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"汐止區"},"id":"65000110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6502,25.2227],[121.646,25.2216],[121.6438,25.2202],[121.642,25.216],[121.6379,25.2158],[121.6347,25.2137],[121.6297,25.2114],[121.6237,25.2059],[121.622,25.2033],[121.6189,25.2028],[121.6168,25.2011],[121.6132,25.1965],[121.6106,25.1951],[121.6123,25.1932],[121.611,25.1874],[121.6097,25.1845],[121.6073,25.1816],[121.6073,25.1783],[121.604,25.1752],[121.6008,25.1705],[121.5974,25.1673],[121.5967,25.1656],[121.5899,25.1637],[121.5898,25.1637],[121.5899,25.1637],[121.5905,25.1603],[121.5918,25.1577],[121.5916,25.1551],[121.5894,25.1523],[121.5938,25.1499],[121.5939,25.1481],[121.596,25.1448],[121.5958,25.1434],[121.5983,25.1404],[121.6053,25.1355],[121.6046,25.1347],[121.6046,25.1308],[121.6078,25.1302],[121.6093,25.1326],[121.6115,25.1334],[121.6163,25.1376],[121.6239,25.1397],[121.6268,25.1397],[121.6293,25.1418],[121.6345,25.1439],[121.6422,25.1449],[121.6463,25.1458],[121.6497,25.1449],[121.6512,25.1475],[121.655,25.1488],[121.6581,25.1522],[121.6637,25.1522],[121.6692,25.1534],[121.6715,25.1556],[121.6776,25.1557],[121.6782,25.1572],[121.6831,25.1606],[121.6848,25.1601],[121.6873,25.1616],[121.6888,25.1641],[121.6908,25.1644],[121.6912,25.1663],[121.6955,25.1664],[121.699,25.1673],[121.7009,25.1692],[121.7021,25.1734],[121.7064,25.1739],[121.7096,25.1766],[121.7072,25.176],[121.7046,25.1768],[121.7027,25.1806],[121.6961,25.1818],[121.6936,25.1804],[121.6914,25.1811],[121.6877,25.1856],[121.6858,25.1895],[121.6858,25.1921],[121.6902,25.197],[121.6923,25.1978],[121.694,25.2015],[121.6918,25.2047],[121.6939,25.2081],[121.701,25.2142],[121.7013,25.2175],[121.6962,25.2143],[121.6928,25.2088],[121.6842,25.2072],[121.6793,25.2028],[121.6778,25.2046],[121.6724,25.2021],[121.6706,25.2027],[121.6643,25.207],[121.6608,25.2088],[121.6536,25.216],[121.6502,25.2227]]]},"properties":{"TOWNCODE":"65000280","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"萬里區"},"id":"65000280"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6502,25.2227],[121.6535,25.229],[121.6513,25.2305],[121.6526,25.2328],[121.6485,25.2327],[121.6459,25.2301],[121.6431,25.2307],[121.6398,25.2331],[121.6364,25.2364],[121.6339,25.2402],[121.6359,25.2501],[121.6351,25.2567],[121.6341,25.26],[121.6297,25.2668],[121.6231,25.2739],[121.6208,25.2758],[121.6175,25.2723],[121.6169,25.2628],[121.6186,25.2581],[121.6157,25.2533],[121.614,25.254],[121.6104,25.254],[121.6041,25.2531],[121.6004,25.2492],[121.6,25.2467],[121.5985,25.2439],[121.5941,25.2419],[121.5884,25.2369],[121.5871,25.2353],[121.5838,25.2331],[121.5816,25.2285],[121.582,25.2254],[121.5814,25.2238],[121.5778,25.2208],[121.5713,25.2204],[121.5681,25.2184],[121.566,25.215],[121.5626,25.2142],[121.5592,25.2101],[121.5628,25.2092],[121.5636,25.2056],[121.5662,25.1996],[121.57,25.1983],[121.5719,25.1953],[121.5761,25.1953],[121.5792,25.1941],[121.5805,25.1954],[121.5831,25.195],[121.5839,25.1887],[121.5818,25.1858],[121.5827,25.1847],[121.5809,25.1815],[121.5833,25.1776],[121.583,25.1755],[121.5803,25.1725],[121.5774,25.1702],[121.577,25.1671],[121.5793,25.1655],[121.5848,25.1647],[121.5878,25.163],[121.5898,25.1637],[121.5899,25.1637],[121.5967,25.1656],[121.5974,25.1673],[121.6008,25.1705],[121.604,25.1752],[121.6073,25.1783],[121.6073,25.1816],[121.6097,25.1845],[121.611,25.1874],[121.6123,25.1932],[121.6106,25.1951],[121.6132,25.1965],[121.6168,25.2011],[121.6189,25.2028],[121.622,25.2033],[121.6237,25.2059],[121.6297,25.2114],[121.6347,25.2137],[121.6379,25.2158],[121.642,25.216],[121.6438,25.2202],[121.646,25.2216],[121.6502,25.2227]]]},"properties":{"TOWNCODE":"65000270","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"金山區"},"id":"65000270"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6208,25.2758],[121.6168,25.2788],[121.6079,25.2815],[121.6063,25.2839],[121.6024,25.2877],[121.5976,25.29],[121.5972,25.2915],[121.5906,25.2921],[121.5867,25.2934],[121.5826,25.2963],[121.5775,25.299],[121.5693,25.2985],[121.5673,25.297],[121.5648,25.2931],[121.5621,25.293],[121.5605,25.292],[121.5533,25.293],[121.5504,25.2916],[121.5455,25.2924],[121.5413,25.2945],[121.5407,25.2978],[121.5369,25.3001],[121.5338,25.2971],[121.5336,25.295],[121.5348,25.2925],[121.5333,25.2899],[121.5259,25.286],[121.5244,25.2868],[121.5212,25.2868],[121.5208,25.2855],[121.5169,25.2849],[121.514,25.2867],[121.5128,25.2909],[121.5107,25.292],[121.5093,25.2913],[121.5083,25.2887],[121.5093,25.2832],[121.5077,25.2828],[121.5083,25.2781],[121.5134,25.2761],[121.5155,25.2744],[121.5197,25.269],[121.521,25.2689],[121.5241,25.2637],[121.5295,25.2602],[121.5318,25.2608],[121.5309,25.264],[121.534,25.266],[121.5414,25.2665],[121.5432,25.2681],[121.5459,25.2669],[121.5498,25.2637],[121.5504,25.2618],[121.5497,25.2595],[121.5478,25.2572],[121.5478,25.2547],[121.5464,25.2534],[121.5477,25.2499],[121.5465,25.2465],[121.5448,25.2454],[121.5459,25.2434],[121.5479,25.2426],[121.5494,25.2448],[121.5517,25.2453],[121.5526,25.2439],[121.5508,25.2425],[121.5542,25.2395],[121.5565,25.2338],[121.5556,25.2311],[121.5561,25.2272],[121.5603,25.2232],[121.5627,25.222],[121.566,25.215],[121.5681,25.2184],[121.5713,25.2204],[121.5778,25.2208],[121.5814,25.2238],[121.582,25.2254],[121.5816,25.2285],[121.5838,25.2331],[121.5871,25.2353],[121.5884,25.2369],[121.5941,25.2419],[121.5985,25.2439],[121.6,25.2467],[121.6004,25.2492],[121.6041,25.2531],[121.6104,25.254],[121.614,25.254],[121.6157,25.2533],[121.6186,25.2581],[121.6169,25.2628],[121.6175,25.2723],[121.6208,25.2758]]]},"properties":{"TOWNCODE":"65000220","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"石門區"},"id":"65000220"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3447,22.6338],[120.3227,22.6376],[120.3181,22.6385],[120.3208,22.6323],[120.3198,22.6319],[120.3168,22.6343],[120.3179,22.6303],[120.3132,22.6306],[120.3142,22.6276],[120.3109,22.6264],[120.3121,22.6233],[120.3022,22.6199],[120.2962,22.618],[120.295,22.621],[120.2903,22.6205],[120.2902,22.6149],[120.2889,22.611],[120.2959,22.6077],[120.2966,22.6095],[120.3051,22.6125],[120.3052,22.6141],[120.3177,22.6183],[120.3182,22.6154],[120.3226,22.6156],[120.3253,22.6149],[120.3251,22.6119],[120.327,22.6124],[120.3268,22.6166],[120.3279,22.6177],[120.3345,22.6185],[120.3349,22.6161],[120.3372,22.6163],[120.3407,22.6191],[120.3382,22.6206],[120.34,22.6243],[120.3448,22.625],[120.3456,22.6266],[120.3428,22.6281],[120.3417,22.6299],[120.3431,22.6309],[120.3447,22.6338]]]},"properties":{"TOWNCODE":"64000080","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"苓雅區"},"id":"64000080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3266,22.6798],[120.3252,22.6797],[120.3241,22.6774],[120.3204,22.6745],[120.3175,22.6695],[120.3152,22.6694],[120.3144,22.6669],[120.3111,22.6624],[120.3124,22.6582],[120.3113,22.655],[120.3088,22.6547],[120.3057,22.6531],[120.3027,22.6532],[120.3003,22.6517],[120.2956,22.6522],[120.2925,22.6495],[120.2885,22.6504],[120.2864,22.6498],[120.2826,22.6463],[120.2817,22.6436],[120.2845,22.6386],[120.2852,22.6347],[120.286,22.6317],[120.2886,22.6333],[120.2971,22.6361],[120.2995,22.6369],[120.3068,22.6364],[120.3095,22.6369],[120.314,22.6365],[120.3168,22.6343],[120.3198,22.6319],[120.3208,22.6323],[120.3181,22.6385],[120.3227,22.6376],[120.3447,22.6338],[120.3452,22.6371],[120.3502,22.6388],[120.3491,22.6401],[120.3459,22.6417],[120.3485,22.6466],[120.3472,22.6473],[120.3455,22.6462],[120.337,22.6524],[120.3308,22.6602],[120.3358,22.6596],[120.3336,22.6662],[120.3395,22.671],[120.3395,22.6721],[120.3382,22.6733],[120.3321,22.672],[120.3302,22.6725],[120.3281,22.6716],[120.3268,22.6739],[120.3279,22.676],[120.3266,22.6798]]]},"properties":{"TOWNCODE":"64000050","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"三民區"},"id":"64000050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1514,24.965],[121.1504,24.9642],[121.1475,24.9648],[121.1457,24.9684],[121.1404,24.9697],[121.136,24.9726],[121.1328,24.9784],[121.13,24.9817],[121.1287,24.9857],[121.1283,24.9921],[121.131,24.9938],[121.1302,24.9965],[121.1279,24.9982],[121.1234,24.9947],[121.1197,24.9946],[121.1167,24.9934],[121.1157,24.9914],[121.1121,24.988],[121.1101,24.9871],[121.1071,24.9899],[121.1057,24.9949],[121.1043,24.9967],[121.0996,24.9963],[121.0955,25.001],[121.0904,25.0033],[121.0871,25.0009],[121.084,25.0037],[121.0813,25.0044],[121.0787,25.0071],[121.0725,25.006],[121.0732,25.0035],[121.0686,25.0018],[121.0655,25.0056],[121.0647,25.0081],[121.0611,25.0099],[121.0615,25.0112],[121.0552,25.0133],[121.051,25.0158],[121.0479,25.0145],[121.047,25.0164],[121.0448,25.0175],[121.0425,25.0157],[121.0398,25.0173],[121.0351,25.0174],[121.0315,25.0138],[121.0269,25.0081],[121.0236,25.0074],[121.0196,25.0075],[121.0184,25.0051],[121.0175,25],[121.0162,24.9954],[121.0146,24.9928],[121.0093,24.9902],[121.0112,24.9843],[121.011,24.9784],[121.0099,24.975],[121.0035,24.9676],[120.9984,24.9586],[120.9936,24.9555],[120.9865,24.9483],[120.9848,24.9436],[120.982,24.94],[120.9875,24.939],[120.9898,24.9361],[120.9918,24.935],[120.9939,24.939],[120.9982,24.9408],[121.0025,24.9399],[121.0044,24.9434],[121.0072,24.9462],[121.0096,24.9442],[121.012,24.9448],[121.0126,24.9432],[121.0193,24.9404],[121.0223,24.9414],[121.0259,24.9405],[121.0264,24.9422],[121.0294,24.9452],[121.0306,24.9439],[121.0382,24.9464],[121.0405,24.9433],[121.0421,24.9441],[121.0462,24.9424],[121.0484,24.9396],[121.0518,24.9386],[121.0554,24.9363],[121.0583,24.9368],[121.0614,24.9389],[121.0639,24.9393],[121.0675,24.9388],[121.0707,24.9391],[121.071,24.9458],[121.0739,24.9466],[121.0773,24.9495],[121.0819,24.9485],[121.0856,24.9507],[121.0855,24.9533],[121.0872,24.9556],[121.0897,24.9563],[121.0954,24.9539],[121.0962,24.9549],[121.0995,24.9543],[121.1019,24.9524],[121.104,24.949],[121.1074,24.9456],[121.1114,24.9465],[121.117,24.9503],[121.1187,24.949],[121.1217,24.9504],[121.1227,24.9493],[121.1253,24.9495],[121.1254,24.9523],[121.1274,24.9534],[121.1345,24.951],[121.1393,24.9504],[121.1445,24.9471],[121.1476,24.9465],[121.1509,24.951],[121.1557,24.9552],[121.1582,24.9565],[121.1657,24.9577],[121.1625,24.9611],[121.1604,24.9622],[121.155,24.9631],[121.1514,24.965]]]},"properties":{"TOWNCODE":"68000110","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"新屋區"},"id":"68000110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1622,25.0265],[121.1622,25.0282],[121.1583,25.03],[121.1607,25.0329],[121.1653,25.0395],[121.1675,25.0442],[121.1625,25.0466],[121.1609,25.0482],[121.1617,25.0517],[121.1589,25.0531],[121.1553,25.0584],[121.1567,25.0601],[121.1553,25.0621],[121.1552,25.0661],[121.1567,25.067],[121.1569,25.0702],[121.155,25.0717],[121.1521,25.0756],[121.1552,25.0772],[121.1556,25.079],[121.1551,25.0837],[121.1473,25.0818],[121.1441,25.0806],[121.1374,25.0795],[121.1326,25.0781],[121.125,25.0768],[121.1121,25.0723],[121.1052,25.0692],[121.101,25.068],[121.0949,25.0634],[121.09,25.063],[121.0866,25.0564],[121.0847,25.056],[121.0721,25.0499],[121.066,25.0492],[121.0589,25.0475],[121.0561,25.0462],[121.0487,25.0408],[121.0438,25.0347],[121.0385,25.0309],[121.0286,25.0206],[121.0254,25.0146],[121.0196,25.0075],[121.0236,25.0074],[121.0269,25.0081],[121.0315,25.0138],[121.0351,25.0174],[121.0398,25.0173],[121.0425,25.0157],[121.0448,25.0175],[121.047,25.0164],[121.0479,25.0145],[121.051,25.0158],[121.0552,25.0133],[121.0615,25.0112],[121.0611,25.0099],[121.0647,25.0081],[121.0655,25.0056],[121.0686,25.0018],[121.0732,25.0035],[121.0725,25.006],[121.0787,25.0071],[121.0813,25.0044],[121.084,25.0037],[121.0871,25.0009],[121.0904,25.0033],[121.0955,25.001],[121.0996,24.9963],[121.1043,24.9967],[121.1057,24.9949],[121.1071,24.9899],[121.1101,24.9871],[121.1121,24.988],[121.1157,24.9914],[121.1167,24.9934],[121.1197,24.9946],[121.1234,24.9947],[121.1279,24.9982],[121.1302,24.9965],[121.131,24.9938],[121.1283,24.9921],[121.1287,24.9857],[121.13,24.9817],[121.1328,24.9784],[121.136,24.9726],[121.1404,24.9697],[121.1457,24.9684],[121.1475,24.9648],[121.1504,24.9642],[121.1514,24.965],[121.1539,24.9684],[121.1589,24.9734],[121.1611,24.9743],[121.1623,24.9791],[121.1638,24.9822],[121.1666,24.9863],[121.1684,24.988],[121.1672,24.9904],[121.1685,24.9923],[121.1667,24.9964],[121.1665,24.9987],[121.1649,25.0027],[121.165,25.0057],[121.1621,25.0103],[121.1612,25.014],[121.162,25.0212],[121.1608,25.0247],[121.1622,25.0265]]]},"properties":{"TOWNCODE":"68000120","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"觀音區"},"id":"68000120"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.9731,26.1946],[119.9736,26.1976],[119.9717,26.1998],[119.9729,26.2015],[119.9726,26.2062],[119.9715,26.2076],[119.9729,26.2093],[119.9726,26.2118],[119.9756,26.2151],[119.9819,26.2169],[119.9838,26.2187],[119.9873,26.2187],[119.9896,26.2172],[119.9902,26.2144],[119.9929,26.2184],[119.9972,26.2184],[119.9979,26.2223],[120.0006,26.222],[120.003,26.2229],[120.0065,26.2226],[120.0076,26.2193],[120.0091,26.2186],[120.0096,26.2148],[120.0113,26.2143],[120.0118,26.2183],[120.0098,26.2195],[120.0105,26.221],[120.0145,26.2235],[120.0132,26.2245],[120.0154,26.2268],[120.0141,26.2285],[120.0106,26.2285],[120.0066,26.2266],[120.0057,26.2233],[120.0034,26.2238],[120.0065,26.2278],[120.0054,26.23],[120.0064,26.2341],[120.0053,26.2346],[120.0012,26.2341],[120.0001,26.238],[119.9958,26.2382],[119.9931,26.2364],[119.9933,26.234],[119.9885,26.2309],[119.9843,26.2257],[119.9825,26.2247],[119.9786,26.226],[119.9766,26.2239],[119.9749,26.2237],[119.9712,26.2208],[119.9685,26.2207],[119.9691,26.2183],[119.9685,26.2157],[119.9711,26.2127],[119.9683,26.2093],[119.9675,26.207],[119.9656,26.2048],[119.9666,26.2036],[119.9659,26.1996],[119.9667,26.1983],[119.9664,26.194],[119.9707,26.1952],[119.9731,26.1946],[119.9732,26.1926],[119.9756,26.1928],[119.9755,26.1948],[119.9731,26.1946]]],[[[120.0032,26.2457],[120.005,26.2471],[120.0062,26.2509],[120.0039,26.2513],[120.0008,26.2485],[119.9982,26.2495],[119.9953,26.2433],[119.9984,26.2429],[120.0032,26.2457]]],[[[120.0099,26.2551],[120.0086,26.2529],[120.0128,26.2527],[120.0143,26.2547],[120.0099,26.2551]]],[[[119.99,26.282],[119.9885,26.2837],[119.9862,26.2823],[119.9868,26.2801],[119.9816,26.2784],[119.984,26.2771],[119.9841,26.2748],[119.9829,26.2734],[119.98,26.2724],[119.9789,26.2694],[119.9827,26.2663],[119.9859,26.2665],[119.9904,26.2697],[119.9888,26.273],[119.9922,26.2749],[119.9888,26.2796],[119.9903,26.2821],[119.99,26.282]]],[[[120.2272,26.3443],[120.2298,26.3454],[120.2294,26.3472],[120.2252,26.345],[120.2228,26.3419],[120.22,26.3412],[120.218,26.3373],[120.2202,26.3369],[120.2217,26.3389],[120.2241,26.3398],[120.2267,26.3426],[120.2271,26.344],[120.2272,26.3443]]]]},"properties":{"TOWNCODE":"09007020","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"北竿鄉"},"id":"09007020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4796,26.3829],[120.4778,26.3818],[120.4764,26.3837],[120.474,26.3834],[120.4747,26.3797],[120.4735,26.3786],[120.4703,26.3781],[120.4692,26.3769],[120.4706,26.3745],[120.4692,26.3723],[120.4705,26.3711],[120.4741,26.3766],[120.4772,26.3788],[120.4768,26.3742],[120.4777,26.3738],[120.4773,26.3689],[120.4788,26.3683],[120.481,26.3708],[120.4853,26.369],[120.4854,26.3655],[120.4838,26.3635],[120.4832,26.3606],[120.4817,26.3595],[120.484,26.3572],[120.4859,26.3596],[120.4911,26.3581],[120.4924,26.3592],[120.4946,26.3581],[120.4961,26.3611],[120.4985,26.3618],[120.5009,26.3651],[120.5008,26.3675],[120.503,26.3688],[120.5049,26.3655],[120.5067,26.3664],[120.5091,26.3647],[120.5113,26.3652],[120.5108,26.3678],[120.5058,26.373],[120.5032,26.3711],[120.5013,26.3732],[120.4985,26.3729],[120.5005,26.3776],[120.4955,26.3786],[120.4934,26.377],[120.4922,26.3746],[120.492,26.3706],[120.4875,26.3715],[120.4852,26.3698],[120.4816,26.3712],[120.4819,26.3743],[120.4834,26.3772],[120.4823,26.3807],[120.4804,26.3808],[120.4796,26.3829]]]},"properties":{"TOWNCODE":"09007040","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"東引鄉"},"id":"09007040"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[118.1604,24.3786],[118.1633,24.3813],[118.1583,24.3822],[118.1535,24.3838],[118.1514,24.3823],[118.155,24.3783],[118.1604,24.3786]]],[[[118.1626,24.3949],[118.161,24.3956],[118.1593,24.3942],[118.161,24.3915],[118.1626,24.387],[118.1648,24.387],[118.169,24.3842],[118.1728,24.3863],[118.171,24.3896],[118.1652,24.3901],[118.1626,24.3949]]],[[[118.2628,24.4233],[118.2663,24.4281],[118.2657,24.4293],[118.2673,24.4339],[118.2664,24.4347],[118.2697,24.4376],[118.2682,24.4397],[118.2692,24.446],[118.2658,24.4468],[118.2622,24.4495],[118.26,24.4528],[118.2553,24.4552],[118.2459,24.4562],[118.2434,24.455],[118.2414,24.4561],[118.2354,24.4538],[118.2334,24.4537],[118.2305,24.4521],[118.2273,24.4479],[118.2265,24.4448],[118.2242,24.4397],[118.2239,24.4369],[118.221,24.4325],[118.2168,24.4281],[118.2174,24.4208],[118.2165,24.4194],[118.2146,24.4136],[118.2133,24.4119],[118.2134,24.4099],[118.2178,24.4097],[118.2221,24.4088],[118.2235,24.4067],[118.226,24.405],[118.2277,24.4079],[118.2293,24.4083],[118.2323,24.4128],[118.2377,24.4149],[118.2417,24.4141],[118.241,24.412],[118.2468,24.4147],[118.25,24.4183],[118.2487,24.4194],[118.2508,24.4226],[118.2532,24.4242],[118.2572,24.4254],[118.2629,24.4233],[118.2628,24.4233],[118.2629,24.4233],[118.2628,24.4233]]],[[[118.2777,24.4538],[118.2727,24.458],[118.2712,24.4574],[118.2691,24.4541],[118.2768,24.4524],[118.2777,24.4538]]]]},"properties":{"TOWNCODE":"09020050","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"烈嶼鄉"},"id":"09020050"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[114.3625,10.3732],[114.3637,10.3746],[114.3658,10.3749],[114.3697,10.377],[114.3714,10.3785],[114.3691,10.3799],[114.3618,10.3773],[114.3611,10.3769],[114.361,10.3768],[114.3608,10.3767],[114.3607,10.3766],[114.3606,10.3766],[114.3607,10.3766],[114.3607,10.3767],[114.3608,10.3767],[114.361,10.3768],[114.3611,10.3769],[114.361,10.3768],[114.3608,10.3767],[114.3607,10.3767],[114.3606,10.3766],[114.3593,10.375],[114.3625,10.3732]]],[[[116.7102,20.7042],[116.7155,20.7016],[116.7178,20.7014],[116.7217,20.6996],[116.7302,20.6974],[116.7342,20.6975],[116.7319,20.7033],[116.7309,20.7033],[116.7275,20.706],[116.723,20.7066],[116.7184,20.7093],[116.7137,20.7094],[116.7115,20.7083],[116.7123,20.7062],[116.712,20.7076],[116.712,20.7075],[116.712,20.7076],[116.712,20.7075],[116.7155,20.7074],[116.7185,20.7055],[116.7225,20.7058],[116.7241,20.7049],[116.7244,20.7048],[116.7241,20.7049],[116.7244,20.7048],[116.7249,20.7034],[116.7232,20.6998],[116.7201,20.7015],[116.7148,20.7027],[116.7148,20.7026],[116.7148,20.7027],[116.7148,20.7026],[116.7127,20.7052],[116.7103,20.7042],[116.7102,20.7042],[116.7103,20.7042],[116.7102,20.7042]]],[[[120.2776,22.6111],[120.2747,22.6132],[120.2701,22.6153],[120.2565,22.6196],[120.2562,22.6179],[120.2624,22.6138],[120.266,22.6088],[120.2653,22.6066],[120.2632,22.6036],[120.2638,22.6019],[120.2668,22.6],[120.2713,22.5928],[120.2784,22.5844],[120.2824,22.5808],[120.2845,22.5781],[120.2858,22.5779],[120.3028,22.5578],[120.3034,22.5543],[120.3006,22.5512],[120.2986,22.5475],[120.3034,22.5455],[120.3156,22.5519],[120.3203,22.5553],[120.3171,22.5591],[120.3078,22.5696],[120.3054,22.5719],[120.3018,22.5773],[120.2976,22.5818],[120.2915,22.5909],[120.2807,22.6083],[120.2776,22.6111]]]]},"properties":{"TOWNCODE":"64000100","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"旗津區"},"id":"64000100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4961,23.4348],[121.4911,23.4353],[121.4869,23.4335],[121.4841,23.4305],[121.4803,23.4308],[121.4776,23.4349],[121.4749,23.4377],[121.4734,23.4404],[121.4706,23.4408],[121.4668,23.4397],[121.462,23.4395],[121.4617,23.4415],[121.4567,23.4422],[121.4551,23.4411],[121.4523,23.4417],[121.451,23.4432],[121.4473,23.4438],[121.4471,23.4438],[121.4443,23.4408],[121.4443,23.4388],[121.4421,23.4369],[121.4411,23.4341],[121.4383,23.4333],[121.4334,23.4329],[121.4328,23.4314],[121.4289,23.4294],[121.4256,23.4262],[121.4257,23.425],[121.423,23.4231],[121.4196,23.4196],[121.42,23.4169],[121.4183,23.4156],[121.4184,23.4136],[121.4156,23.408],[121.4138,23.4061],[121.4095,23.3973],[121.4071,23.394],[121.4016,23.3888],[121.4,23.3866],[121.4015,23.3808],[121.4037,23.3756],[121.4044,23.3673],[121.4076,23.3646],[121.4101,23.3649],[121.4139,23.3634],[121.4178,23.3607],[121.423,23.3599],[121.4226,23.3558],[121.4183,23.3522],[121.4168,23.3494],[121.414,23.3474],[121.4102,23.3463],[121.4061,23.3391],[121.4038,23.3372],[121.4011,23.3316],[121.4007,23.3286],[121.3996,23.3267],[121.3997,23.324],[121.3979,23.3217],[121.392,23.3217],[121.3902,23.3206],[121.3901,23.3157],[121.3879,23.312],[121.3877,23.3105],[121.3831,23.3074],[121.3821,23.3054],[121.3801,23.3039],[121.3778,23.3008],[121.3782,23.2992],[121.3763,23.2958],[121.3772,23.2914],[121.3765,23.289],[121.3773,23.2878],[121.3771,23.2835],[121.3769,23.2815],[121.3783,23.2775],[121.3785,23.2731],[121.3779,23.2696],[121.3738,23.269],[121.3716,23.2668],[121.3712,23.2633],[121.3662,23.2593],[121.3659,23.258],[121.3631,23.2571],[121.3619,23.2542],[121.3594,23.2527],[121.3589,23.2497],[121.3616,23.2467],[121.3598,23.2424],[121.3578,23.2406],[121.3569,23.2372],[121.3578,23.2342],[121.36,23.2301],[121.3613,23.229],[121.3651,23.2293],[121.3684,23.2267],[121.3715,23.2265],[121.3758,23.2271],[121.3786,23.2263],[121.3823,23.2277],[121.3873,23.2252],[121.3864,23.2235],[121.3931,23.222],[121.3968,23.2217],[121.3977,23.2237],[121.4006,23.2213],[121.4012,23.2229],[121.4058,23.2185],[121.4076,23.215],[121.4097,23.2138],[121.41,23.2135],[121.4144,23.2197],[121.4166,23.2213],[121.4204,23.2263],[121.4187,23.2283],[121.4161,23.2275],[121.4151,23.2302],[121.4151,23.2354],[121.4169,23.2386],[121.417,23.2414],[121.419,23.2453],[121.4187,23.2469],[121.4208,23.25],[121.4208,23.2576],[121.4219,23.2586],[121.4227,23.2619],[121.4241,23.2642],[121.4274,23.266],[121.4274,23.2727],[121.4297,23.2814],[121.4329,23.2881],[121.4343,23.2889],[121.4362,23.2925],[121.4382,23.2941],[121.4392,23.2969],[121.442,23.2983],[121.4415,23.2999],[121.4424,23.3025],[121.444,23.3042],[121.4471,23.3053],[121.447,23.3089],[121.454,23.3135],[121.4576,23.3137],[121.4603,23.3126],[121.4622,23.3133],[121.4629,23.3177],[121.4658,23.3222],[121.4658,23.3263],[121.4665,23.3298],[121.4681,23.3344],[121.4677,23.3373],[121.4678,23.345],[121.4687,23.3487],[121.4721,23.3523],[121.4719,23.3557],[121.4708,23.3567],[121.4737,23.3642],[121.4722,23.3697],[121.4722,23.3715],[121.4739,23.3779],[121.4751,23.3874],[121.4767,23.3891],[121.477,23.3927],[121.4779,23.3952],[121.4814,23.3967],[121.4818,23.4022],[121.4835,23.4041],[121.4839,23.4102],[121.4862,23.4138],[121.4897,23.4243],[121.4925,23.4268],[121.4961,23.4348]]]},"properties":{"TOWNCODE":"10014080","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"長濱鄉"},"id":"10014080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5676,23.7463],[121.563,23.7482],[121.5587,23.7484],[121.5554,23.7438],[121.5534,23.7441],[121.5498,23.7416],[121.5459,23.742],[121.5454,23.7398],[121.5412,23.7344],[121.5382,23.7327],[121.5331,23.7333],[121.5317,23.7321],[121.5279,23.7321],[121.5266,23.7313],[121.5266,23.7291],[121.5251,23.7274],[121.5258,23.7225],[121.525,23.7208],[121.5226,23.7198],[121.5194,23.7172],[121.519,23.7132],[121.5174,23.7122],[121.5188,23.7107],[121.5209,23.7105],[121.5212,23.7084],[121.5197,23.7051],[121.5208,23.7035],[121.5214,23.7003],[121.5196,23.6989],[121.5167,23.6946],[121.5175,23.6931],[121.5219,23.6905],[121.5219,23.6884],[121.5234,23.6846],[121.525,23.6828],[121.5241,23.6804],[121.521,23.6774],[121.52,23.6732],[121.5203,23.6711],[121.5179,23.6698],[121.5159,23.663],[121.5149,23.6609],[121.5136,23.6556],[121.51,23.651],[121.5087,23.6471],[121.5037,23.644],[121.5001,23.6449],[121.4955,23.6476],[121.4914,23.6479],[121.4888,23.6465],[121.4853,23.6437],[121.4823,23.6399],[121.4804,23.6383],[121.478,23.6346],[121.4781,23.6322],[121.4768,23.6308],[121.4744,23.6249],[121.4709,23.6224],[121.4702,23.6205],[121.4663,23.6196],[121.4673,23.6159],[121.4659,23.6137],[121.4633,23.6136],[121.4592,23.6125],[121.4568,23.61],[121.4544,23.6089],[121.4489,23.6088],[121.4475,23.608],[121.4473,23.6035],[121.4457,23.6023],[121.4439,23.5983],[121.4406,23.5985],[121.4381,23.5972],[121.4344,23.597],[121.4305,23.5958],[121.4304,23.5944],[121.4268,23.5889],[121.4253,23.5879],[121.4264,23.5844],[121.4245,23.5827],[121.4235,23.5772],[121.4253,23.5769],[121.4293,23.5732],[121.428,23.57],[121.4251,23.5688],[121.4231,23.5671],[121.4211,23.5638],[121.4215,23.5609],[121.4234,23.5601],[121.4278,23.5597],[121.4282,23.5581],[121.4273,23.5554],[121.4291,23.5533],[121.4286,23.5501],[121.4319,23.5479],[121.4374,23.5481],[121.4398,23.5474],[121.4432,23.5479],[121.4441,23.546],[121.4465,23.5445],[121.4504,23.5446],[121.4526,23.5427],[121.4596,23.5454],[121.4605,23.5439],[121.4633,23.5426],[121.4661,23.5432],[121.4712,23.5434],[121.474,23.5417],[121.4773,23.5412],[121.48,23.5426],[121.4828,23.5451],[121.4859,23.544],[121.4891,23.5447],[121.4925,23.542],[121.4901,23.5352],[121.4892,23.5274],[121.4874,23.5261],[121.4852,23.5187],[121.485,23.5165],[121.4864,23.5144],[121.4885,23.514],[121.4873,23.509],[121.4894,23.5049],[121.4875,23.5021],[121.4869,23.4998],[121.4872,23.4954],[121.4849,23.4927],[121.4855,23.4876],[121.4867,23.4853],[121.4828,23.4831],[121.4793,23.487],[121.4737,23.4875],[121.4712,23.4839],[121.4667,23.4795],[121.4645,23.4758],[121.465,23.4729],[121.4664,23.4705],[121.4662,23.467],[121.4635,23.4596],[121.4634,23.457],[121.4621,23.4543],[121.4578,23.4529],[121.4524,23.4538],[121.4496,23.4534],[121.4458,23.4518],[121.4446,23.4497],[121.4442,23.4466],[121.4471,23.4438],[121.4473,23.4438],[121.451,23.4432],[121.4523,23.4417],[121.4551,23.4411],[121.4567,23.4422],[121.4617,23.4415],[121.462,23.4395],[121.4668,23.4397],[121.4706,23.4408],[121.4734,23.4404],[121.4749,23.4377],[121.4776,23.4349],[121.4803,23.4308],[121.4841,23.4305],[121.4869,23.4335],[121.4911,23.4353],[121.4961,23.4348],[121.4981,23.448],[121.4994,23.4524],[121.4999,23.4564],[121.5017,23.4598],[121.5024,23.4635],[121.5041,23.4685],[121.5067,23.4712],[121.5081,23.4717],[121.5097,23.4794],[121.5126,23.4824],[121.5127,23.4854],[121.514,23.4871],[121.5125,23.4918],[121.5102,23.4924],[121.5081,23.4912],[121.507,23.4949],[121.5063,23.4997],[121.5061,23.505],[121.5044,23.5084],[121.5049,23.5138],[121.5037,23.5174],[121.5054,23.5294],[121.508,23.5315],[121.507,23.5342],[121.5081,23.5371],[121.5086,23.5411],[121.5095,23.5434],[121.5113,23.5515],[121.5136,23.5555],[121.5169,23.5601],[121.5186,23.5635],[121.522,23.5671],[121.5238,23.573],[121.5263,23.5764],[121.5267,23.5783],[121.5261,23.5824],[121.5277,23.5877],[121.5301,23.5972],[121.5295,23.5978],[121.5305,23.6018],[121.53,23.6031],[121.5298,23.6091],[121.531,23.6184],[121.5312,23.6265],[121.5335,23.6344],[121.5359,23.6456],[121.5373,23.6485],[121.5399,23.6516],[121.5428,23.6526],[121.5438,23.656],[121.542,23.658],[121.541,23.6605],[121.5454,23.6646],[121.5456,23.67],[121.5466,23.672],[121.546,23.6743],[121.5472,23.6796],[121.5488,23.6832],[121.5507,23.6924],[121.5534,23.6983],[121.5506,23.7005],[121.5499,23.7028],[121.5493,23.7106],[121.5499,23.7166],[121.5522,23.7227],[121.5537,23.7244],[121.5567,23.725],[121.5611,23.7333],[121.5632,23.7358],[121.5638,23.739],[121.5657,23.7404],[121.5679,23.7448],[121.5676,23.7463]]]},"properties":{"TOWNCODE":"10015080","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"豐濱鄉"},"id":"10015080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6525,24.089],[120.651,24.0907],[120.6478,24.0911],[120.6482,24.0869],[120.6494,24.0864],[120.6526,24.0812],[120.6505,24.079],[120.6504,24.0736],[120.6522,24.0713],[120.653,24.0666],[120.657,24.064],[120.6599,24.0628],[120.6606,24.0602],[120.6626,24.0579],[120.6605,24.0567],[120.6609,24.0536],[120.6599,24.0523],[120.6608,24.0494],[120.6592,24.0467],[120.6574,24.0394],[120.655,24.0406],[120.6531,24.0398],[120.6514,24.0418],[120.6496,24.0398],[120.6504,24.0369],[120.6557,24.0307],[120.6611,24.0257],[120.6635,24.025],[120.6647,24.0234],[120.6684,24.0207],[120.6786,24.014],[120.686,24.0105],[120.6949,24.0071],[120.7064,24.0052],[120.7192,24.0097],[120.7318,24.009],[120.7436,24.0022],[120.7454,23.9992],[120.7476,23.9991],[120.7486,24.0009],[120.7511,24.0029],[120.7532,24.0023],[120.7556,24.0034],[120.7578,24.006],[120.7625,24.0062],[120.7678,24.0092],[120.7707,24.0091],[120.7714,24.0144],[120.7735,24.0159],[120.7752,24.0185],[120.7795,24.0201],[120.7797,24.0211],[120.783,24.0238],[120.7847,24.0242],[120.7855,24.0287],[120.7896,24.0313],[120.7915,24.0306],[120.7921,24.036],[120.7966,24.0403],[120.7936,24.0432],[120.7928,24.0456],[120.79,24.0473],[120.7887,24.0491],[120.7892,24.0516],[120.7881,24.0527],[120.7849,24.0532],[120.7847,24.0553],[120.7819,24.0567],[120.7816,24.0582],[120.7772,24.0614],[120.7728,24.0628],[120.7714,24.0641],[120.7673,24.0647],[120.7662,24.0665],[120.7614,24.0717],[120.7567,24.0743],[120.7539,24.0749],[120.7498,24.0771],[120.7463,24.0773],[120.7448,24.079],[120.7431,24.0784],[120.7388,24.0787],[120.7365,24.0802],[120.7321,24.0814],[120.7287,24.0816],[120.7268,24.0785],[120.7235,24.0791],[120.7216,24.0803],[120.7149,24.0812],[120.7113,24.081],[120.7081,24.0819],[120.7041,24.0811],[120.6977,24.0777],[120.6952,24.0768],[120.6913,24.0723],[120.6852,24.0703],[120.6818,24.0708],[120.6798,24.0724],[120.6765,24.0778],[120.6742,24.0788],[120.6719,24.0811],[120.6668,24.0809],[120.6633,24.0823],[120.6615,24.0814],[120.6581,24.0831],[120.6558,24.0851],[120.6579,24.087],[120.6525,24.089]]]},"properties":{"TOWNCODE":"66000260","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"霧峰區"},"id":"66000260"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7042,24.1249],[120.6971,24.1248],[120.6945,24.1241],[120.6896,24.1248],[120.686,24.1233],[120.6853,24.1217],[120.6836,24.1187],[120.6784,24.1173],[120.6749,24.1174],[120.6718,24.1155],[120.6707,24.111],[120.6689,24.1125],[120.665,24.1126],[120.6619,24.1108],[120.6608,24.1061],[120.6573,24.1045],[120.659,24.1039],[120.6577,24.1017],[120.6581,24.1],[120.6633,24.0977],[120.6613,24.0959],[120.6566,24.0932],[120.6543,24.0926],[120.6525,24.089],[120.6579,24.087],[120.6558,24.0851],[120.6581,24.0831],[120.6615,24.0814],[120.6633,24.0823],[120.6668,24.0809],[120.6719,24.0811],[120.6742,24.0788],[120.6765,24.0778],[120.6798,24.0724],[120.6818,24.0708],[120.6852,24.0703],[120.6913,24.0723],[120.6952,24.0768],[120.6977,24.0777],[120.7041,24.0811],[120.7081,24.0819],[120.7113,24.081],[120.7149,24.0812],[120.7216,24.0803],[120.7235,24.0791],[120.7268,24.0785],[120.7287,24.0816],[120.7321,24.0814],[120.736,24.0858],[120.737,24.0848],[120.7412,24.0865],[120.7414,24.0925],[120.7386,24.0959],[120.7365,24.0946],[120.7331,24.0954],[120.73,24.0942],[120.7284,24.0947],[120.7249,24.0974],[120.7201,24.1002],[120.7132,24.1036],[120.7096,24.1046],[120.7094,24.1061],[120.7139,24.1098],[120.7076,24.1119],[120.7018,24.1112],[120.7007,24.1131],[120.7022,24.1215],[120.7042,24.1249]]]},"properties":{"TOWNCODE":"66000280","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大里區"},"id":"66000280"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6853,24.1217],[120.6836,24.1242],[120.6851,24.13],[120.6824,24.1355],[120.6666,24.1288],[120.6631,24.1292],[120.6617,24.1321],[120.6549,24.1353],[120.6545,24.1279],[120.6436,24.1193],[120.6467,24.1185],[120.6471,24.1152],[120.6457,24.1144],[120.6448,24.11],[120.65,24.1118],[120.6504,24.1073],[120.6573,24.1075],[120.6573,24.1045],[120.6608,24.1061],[120.6619,24.1108],[120.665,24.1126],[120.6689,24.1125],[120.6707,24.111],[120.6718,24.1155],[120.6749,24.1174],[120.6784,24.1173],[120.6836,24.1187],[120.6853,24.1217]]]},"properties":{"TOWNCODE":"66000030","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"南區"},"id":"66000030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6436,24.1193],[120.6401,24.1167],[120.6367,24.1129],[120.6356,24.1133],[120.6314,24.1096],[120.6289,24.1118],[120.6228,24.1131],[120.62,24.1127],[120.6192,24.1182],[120.6189,24.1239],[120.6143,24.1254],[120.6104,24.1251],[120.6036,24.1285],[120.5999,24.1297],[120.5941,24.1361],[120.5902,24.1386],[120.5863,24.1379],[120.5857,24.1342],[120.5876,24.132],[120.5883,24.1292],[120.5842,24.1237],[120.5829,24.1209],[120.5868,24.1178],[120.5843,24.1129],[120.5821,24.1119],[120.5818,24.1095],[120.5836,24.1095],[120.5864,24.107],[120.5884,24.1062],[120.5949,24.1049],[120.6,24.1052],[120.6026,24.1029],[120.6124,24.1024],[120.6125,24.0991],[120.6149,24.0902],[120.6149,24.085],[120.6195,24.0732],[120.6221,24.0727],[120.6242,24.0713],[120.6254,24.0687],[120.6257,24.0569],[120.6234,24.052],[120.6245,24.0482],[120.6258,24.0467],[120.626,24.0416],[120.6274,24.0408],[120.6277,24.0376],[120.6242,24.0334],[120.6248,24.0305],[120.6278,24.0296],[120.6341,24.0311],[120.6361,24.0311],[120.6375,24.0285],[120.6419,24.0274],[120.6446,24.0259],[120.6462,24.0283],[120.6444,24.0323],[120.6467,24.0338],[120.6492,24.0307],[120.6518,24.0285],[120.6557,24.0307],[120.6504,24.0369],[120.6496,24.0398],[120.6514,24.0418],[120.6531,24.0398],[120.655,24.0406],[120.6574,24.0394],[120.6592,24.0467],[120.6608,24.0494],[120.6599,24.0523],[120.6609,24.0536],[120.6605,24.0567],[120.6626,24.0579],[120.6606,24.0602],[120.6599,24.0628],[120.657,24.064],[120.653,24.0666],[120.6522,24.0713],[120.6504,24.0736],[120.6505,24.079],[120.6526,24.0812],[120.6494,24.0864],[120.6482,24.0869],[120.6478,24.0911],[120.651,24.0907],[120.6525,24.089],[120.6543,24.0926],[120.6566,24.0932],[120.6613,24.0959],[120.6633,24.0977],[120.6581,24.1],[120.6577,24.1017],[120.659,24.1039],[120.6573,24.1045],[120.6573,24.1075],[120.6504,24.1073],[120.65,24.1118],[120.6448,24.11],[120.6457,24.1144],[120.6471,24.1152],[120.6467,24.1185],[120.6436,24.1193]]]},"properties":{"TOWNCODE":"66000230","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"烏日區"},"id":"66000230"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6858,24.1433],[120.6843,24.1423],[120.6816,24.1449],[120.6822,24.1459],[120.6793,24.1482],[120.6738,24.1433],[120.6822,24.136],[120.6824,24.1355],[120.6857,24.1369],[120.6861,24.138],[120.6858,24.1433]]]},"properties":{"TOWNCODE":"66000010","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"中區"},"id":"66000010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6634,24.1631],[120.6605,24.1623],[120.6566,24.1564],[120.6538,24.1558],[120.653,24.1546],[120.653,24.1488],[120.6514,24.1488],[120.6512,24.145],[120.655,24.145],[120.6549,24.1353],[120.6617,24.1321],[120.6631,24.1292],[120.6666,24.1288],[120.6824,24.1355],[120.6822,24.136],[120.6738,24.1433],[120.6718,24.145],[120.6751,24.1493],[120.6753,24.1507],[120.6715,24.1533],[120.6658,24.1537],[120.6661,24.156],[120.6639,24.1576],[120.6653,24.1591],[120.6625,24.1621],[120.6634,24.1631]]]},"properties":{"TOWNCODE":"66000040","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"西區"},"id":"66000040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6538,24.1558],[120.6509,24.1574],[120.6498,24.1556],[120.6467,24.1547],[120.6367,24.1545],[120.635,24.16],[120.6334,24.1598],[120.63,24.1574],[120.6292,24.1556],[120.6251,24.1538],[120.6239,24.1565],[120.6213,24.1559],[120.6198,24.1592],[120.6124,24.16],[120.606,24.165],[120.6041,24.1655],[120.6004,24.1651],[120.5986,24.1629],[120.5937,24.1637],[120.5874,24.1668],[120.5884,24.1695],[120.5844,24.1704],[120.5849,24.1696],[120.5816,24.1656],[120.5788,24.1597],[120.5774,24.1557],[120.5744,24.1558],[120.5744,24.148],[120.5794,24.144],[120.5814,24.1436],[120.5845,24.1393],[120.5863,24.1379],[120.5902,24.1386],[120.5941,24.1361],[120.5999,24.1297],[120.6036,24.1285],[120.6104,24.1251],[120.6143,24.1254],[120.6189,24.1239],[120.6192,24.1182],[120.62,24.1127],[120.6228,24.1131],[120.6289,24.1118],[120.6314,24.1096],[120.6356,24.1133],[120.6367,24.1129],[120.6401,24.1167],[120.6436,24.1193],[120.6545,24.1279],[120.6549,24.1353],[120.655,24.145],[120.6512,24.145],[120.6514,24.1488],[120.653,24.1488],[120.653,24.1546],[120.6538,24.1558]]]},"properties":{"TOWNCODE":"66000070","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"南屯區"},"id":"66000070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7039,24.1594],[120.7007,24.1602],[120.6885,24.1623],[120.689,24.1645],[120.6879,24.167],[120.685,24.1669],[120.6851,24.1684],[120.6799,24.1685],[120.6792,24.1694],[120.6795,24.173],[120.6743,24.1739],[120.6671,24.1731],[120.6657,24.1671],[120.6634,24.1631],[120.6625,24.1621],[120.6653,24.1591],[120.6639,24.1576],[120.6661,24.156],[120.6658,24.1537],[120.6715,24.1533],[120.6753,24.1507],[120.6751,24.1493],[120.6718,24.145],[120.6738,24.1433],[120.6793,24.1482],[120.6822,24.1459],[120.6816,24.1449],[120.6843,24.1423],[120.6858,24.1433],[120.6864,24.1457],[120.6891,24.1466],[120.6913,24.1494],[120.6909,24.1513],[120.6921,24.1527],[120.6997,24.1514],[120.7008,24.154],[120.7038,24.1577],[120.7039,24.1594]]]},"properties":{"TOWNCODE":"66000050","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"北區"},"id":"66000050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6645,24.2016],[120.6648,24.2072],[120.6592,24.2072],[120.6577,24.2085],[120.6555,24.208],[120.654,24.2094],[120.6513,24.2097],[120.645,24.2039],[120.6424,24.205],[120.6415,24.2032],[120.6396,24.204],[120.6356,24.2039],[120.6241,24.2074],[120.6211,24.2088],[120.6192,24.2088],[120.6081,24.2113],[120.6007,24.2134],[120.6006,24.2148],[120.5963,24.2142],[120.5957,24.2127],[120.5951,24.2072],[120.5928,24.2015],[120.59,24.1976],[120.5877,24.1926],[120.5947,24.1907],[120.5979,24.1893],[120.5948,24.1857],[120.5889,24.1873],[120.5876,24.1854],[120.5932,24.183],[120.5936,24.1812],[120.589,24.1784],[120.5872,24.178],[120.5837,24.1742],[120.5831,24.1727],[120.5844,24.1704],[120.5884,24.1695],[120.5874,24.1668],[120.5937,24.1637],[120.5986,24.1629],[120.6004,24.1651],[120.6041,24.1655],[120.606,24.165],[120.6124,24.16],[120.6198,24.1592],[120.6213,24.1559],[120.6239,24.1565],[120.6251,24.1538],[120.6292,24.1556],[120.63,24.1574],[120.6334,24.1598],[120.635,24.16],[120.6367,24.1545],[120.6467,24.1547],[120.6498,24.1556],[120.6509,24.1574],[120.6538,24.1558],[120.6566,24.1564],[120.6605,24.1623],[120.6634,24.1631],[120.6657,24.1671],[120.6671,24.1731],[120.669,24.1766],[120.6686,24.1783],[120.6645,24.1791],[120.6646,24.1827],[120.6629,24.1826],[120.6631,24.1775],[120.658,24.1775],[120.6574,24.1891],[120.6587,24.1907],[120.6619,24.1999],[120.6645,24.2016]]]},"properties":{"TOWNCODE":"66000060","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"西屯區"},"id":"66000060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7683,24.2169],[120.7629,24.2174],[120.7606,24.2188],[120.7592,24.2178],[120.7537,24.2193],[120.752,24.2165],[120.7495,24.2139],[120.7479,24.2109],[120.7504,24.2083],[120.751,24.2061],[120.7497,24.2044],[120.743,24.2033],[120.7387,24.2021],[120.7374,24.1988],[120.7374,24.1959],[120.7353,24.194],[120.7323,24.1951],[120.7306,24.1944],[120.729,24.1916],[120.7244,24.192],[120.7233,24.1901],[120.72,24.1913],[120.7147,24.1901],[120.7145,24.1876],[120.7131,24.1859],[120.7109,24.1879],[120.7122,24.1902],[120.7082,24.1959],[120.7072,24.1994],[120.705,24.1975],[120.7053,24.1921],[120.7045,24.1887],[120.7008,24.1875],[120.6979,24.1883],[120.6995,24.1909],[120.6939,24.1929],[120.6951,24.1946],[120.6941,24.1984],[120.6975,24.2002],[120.6968,24.2031],[120.6905,24.2042],[120.6909,24.2063],[120.6845,24.2048],[120.6818,24.2035],[120.6748,24.2029],[120.6741,24.2044],[120.6698,24.2037],[120.6675,24.2022],[120.6645,24.2016],[120.6619,24.1999],[120.6587,24.1907],[120.6574,24.1891],[120.658,24.1775],[120.6631,24.1775],[120.6629,24.1826],[120.6646,24.1827],[120.6645,24.1791],[120.6686,24.1783],[120.669,24.1766],[120.6671,24.1731],[120.6743,24.1739],[120.6795,24.173],[120.6792,24.1694],[120.6799,24.1685],[120.6851,24.1684],[120.685,24.1669],[120.6879,24.167],[120.689,24.1645],[120.6885,24.1623],[120.7007,24.1602],[120.7039,24.1594],[120.7031,24.1626],[120.7065,24.1631],[120.7093,24.1608],[120.7128,24.161],[120.7225,24.1585],[120.7246,24.1584],[120.7261,24.1568],[120.7314,24.1572],[120.7386,24.16],[120.7447,24.1593],[120.7495,24.162],[120.7535,24.1595],[120.7547,24.158],[120.7598,24.1581],[120.7619,24.16],[120.7633,24.159],[120.7691,24.1601],[120.7719,24.162],[120.7741,24.1675],[120.7758,24.1686],[120.7787,24.1681],[120.7806,24.1669],[120.7897,24.1675],[120.7938,24.1658],[120.7972,24.1664],[120.7984,24.1678],[120.8026,24.1695],[120.8022,24.1723],[120.7999,24.1741],[120.8001,24.1792],[120.7973,24.1825],[120.7985,24.1858],[120.8001,24.1881],[120.7995,24.1923],[120.8012,24.1965],[120.7997,24.2001],[120.7963,24.2039],[120.7938,24.2055],[120.7886,24.2067],[120.7824,24.2107],[120.7784,24.2119],[120.7733,24.2126],[120.7701,24.2159],[120.7683,24.2169]]]},"properties":{"TOWNCODE":"66000080","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"北屯區"},"id":"66000080"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7537,24.2193],[120.7521,24.2214],[120.7468,24.2227],[120.7441,24.2222],[120.7422,24.2247],[120.7378,24.2249],[120.7363,24.2228],[120.7325,24.2193],[120.7271,24.2193],[120.7266,24.2206],[120.7225,24.2233],[120.7209,24.2256],[120.7208,24.2285],[120.7123,24.2312],[120.7118,24.2362],[120.7072,24.2363],[120.7061,24.2348],[120.7042,24.2298],[120.7023,24.227],[120.7013,24.2242],[120.6989,24.2244],[120.697,24.2257],[120.6961,24.2278],[120.697,24.2316],[120.6929,24.2311],[120.692,24.229],[120.6898,24.2293],[120.6916,24.2352],[120.6887,24.2357],[120.6855,24.2341],[120.6853,24.2318],[120.6814,24.2321],[120.6802,24.2301],[120.6784,24.2302],[120.678,24.2271],[120.6767,24.2239],[120.6739,24.2223],[120.6731,24.2185],[120.6787,24.2174],[120.6766,24.2112],[120.6741,24.2085],[120.6711,24.2088],[120.6698,24.2037],[120.6741,24.2044],[120.6748,24.2029],[120.6818,24.2035],[120.6845,24.2048],[120.6909,24.2063],[120.6905,24.2042],[120.6968,24.2031],[120.6975,24.2002],[120.6941,24.1984],[120.6951,24.1946],[120.6939,24.1929],[120.6995,24.1909],[120.6979,24.1883],[120.7008,24.1875],[120.7045,24.1887],[120.7053,24.1921],[120.705,24.1975],[120.7072,24.1994],[120.7082,24.1959],[120.7122,24.1902],[120.7109,24.1879],[120.7131,24.1859],[120.7145,24.1876],[120.7147,24.1901],[120.72,24.1913],[120.7233,24.1901],[120.7244,24.192],[120.729,24.1916],[120.7306,24.1944],[120.7323,24.1951],[120.7353,24.194],[120.7374,24.1959],[120.7374,24.1988],[120.7387,24.2021],[120.743,24.2033],[120.7497,24.2044],[120.751,24.2061],[120.7504,24.2083],[120.7479,24.2109],[120.7495,24.2139],[120.752,24.2165],[120.7537,24.2193]]]},"properties":{"TOWNCODE":"66000170","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"潭子區"},"id":"66000170"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5801,25.0495],[121.5686,25.0491],[121.5624,25.0472],[121.5577,25.0452],[121.5574,25.0294],[121.5564,25.0278],[121.5526,25.0244],[121.56,25.0175],[121.5633,25.0134],[121.5636,25.0113],[121.5659,25.0081],[121.569,25.0095],[121.5718,25.0118],[121.5721,25.0133],[121.578,25.0139],[121.5784,25.015],[121.5819,25.0182],[121.5836,25.0188],[121.5851,25.0241],[121.5869,25.0271],[121.592,25.0315],[121.5898,25.034],[121.5895,25.0367],[121.588,25.0384],[121.5867,25.0415],[121.5853,25.0416],[121.5806,25.0456],[121.5801,25.0495]]]},"properties":{"TOWNCODE":"63000020","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"信義區"},"id":"63000020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5107,25.0483],[121.509,25.0483],[121.5046,25.0498],[121.5004,25.0452],[121.4955,25.0429],[121.4888,25.0426],[121.4852,25.0392],[121.4836,25.0362],[121.485,25.0313],[121.4885,25.0239],[121.4887,25.0158],[121.4896,25.0132],[121.4931,25.0092],[121.494,25.0092],[121.4973,25.01],[121.5013,25.0129],[121.5048,25.0174],[121.5088,25.0212],[121.5124,25.0217],[121.5123,25.024],[121.5091,25.0249],[121.5041,25.03],[121.5061,25.0349],[121.5092,25.046],[121.5107,25.0483]]]},"properties":{"TOWNCODE":"63000070","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"萬華區"},"id":"63000070"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5186,25.0484],[121.512,25.0499],[121.5107,25.0483],[121.5092,25.046],[121.5061,25.0349],[121.5041,25.03],[121.5091,25.0249],[121.5123,25.024],[121.5124,25.0217],[121.5189,25.0198],[121.5216,25.0176],[121.5262,25.0114],[121.5309,25.0097],[121.5318,25.0087],[121.5371,25.0113],[121.5359,25.0133],[121.5259,25.0226],[121.5217,25.028],[121.5225,25.0322],[121.5243,25.0354],[121.5272,25.0342],[121.5327,25.0336],[121.5329,25.0455],[121.5247,25.0478],[121.5186,25.0484]]]},"properties":{"TOWNCODE":"63000050","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"中正區"},"id":"63000050"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6161,25.0639],[121.6129,25.0644],[121.6099,25.0609],[121.6053,25.0594],[121.5956,25.0586],[121.5931,25.0597],[121.588,25.0555],[121.5845,25.0539],[121.5799,25.0529],[121.5801,25.0495],[121.5806,25.0456],[121.5853,25.0416],[121.5867,25.0415],[121.588,25.0384],[121.5895,25.0367],[121.5898,25.034],[121.592,25.0315],[121.5869,25.0271],[121.5851,25.0241],[121.5836,25.0188],[121.5819,25.0182],[121.5784,25.015],[121.578,25.0139],[121.5798,25.0125],[121.5879,25.0134],[121.5929,25.0145],[121.5951,25.0155],[121.5973,25.0144],[121.6027,25.0151],[121.6041,25.0191],[121.6102,25.0199],[121.6171,25.0186],[121.6206,25.0184],[121.6227,25.0173],[121.6288,25.0198],[121.6309,25.0247],[121.6326,25.0256],[121.6357,25.0232],[121.6375,25.0241],[121.6402,25.0235],[121.6429,25.0246],[121.6448,25.0237],[121.6462,25.0217],[121.6499,25.024],[121.6541,25.0244],[121.6576,25.0232],[121.6641,25.0233],[121.6654,25.026],[121.6648,25.0274],[121.6658,25.0299],[121.6615,25.0305],[121.6551,25.0275],[121.6488,25.0279],[121.638,25.0337],[121.634,25.0348],[121.6334,25.0358],[121.63,25.0363],[121.6264,25.0379],[121.6249,25.0377],[121.6219,25.0401],[121.6191,25.0435],[121.6169,25.0475],[121.6163,25.0506],[121.6182,25.0523],[121.6209,25.0534],[121.6202,25.0557],[121.6219,25.0564],[121.6243,25.0555],[121.6208,25.0614],[121.6161,25.0639]]]},"properties":{"TOWNCODE":"63000090","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"南港區"},"id":"63000090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5714,25.0743],[121.5693,25.0763],[121.5636,25.0727],[121.5614,25.0725],[121.5582,25.0742],[121.5526,25.0755],[121.5525,25.0732],[121.5486,25.071],[121.5386,25.0713],[121.5388,25.069],[121.5416,25.0685],[121.5443,25.067],[121.5443,25.0611],[121.5438,25.0449],[121.5472,25.0452],[121.5534,25.0444],[121.5577,25.0452],[121.5624,25.0472],[121.5686,25.0491],[121.5801,25.0495],[121.5799,25.0529],[121.5763,25.0521],[121.5715,25.0523],[121.5711,25.0591],[121.5695,25.0634],[121.5695,25.065],[121.5721,25.07],[121.5714,25.0743]]]},"properties":{"TOWNCODE":"63000010","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"松山區"},"id":"63000010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5225,25.0771],[121.5162,25.0802],[121.5141,25.0794],[121.5047,25.0781],[121.5047,25.078],[121.507,25.0711],[121.5068,25.0645],[121.5054,25.0597],[121.5063,25.0541],[121.5046,25.0498],[121.509,25.0483],[121.5107,25.0483],[121.512,25.0499],[121.5186,25.0484],[121.5203,25.0517],[121.5206,25.0598],[121.519,25.0647],[121.5203,25.0727],[121.5225,25.0771]]]},"properties":{"TOWNCODE":"63000060","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"大同區"},"id":"63000060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5522,25.0924],[121.5476,25.0907],[121.5449,25.0904],[121.5439,25.0918],[121.5409,25.0923],[121.5386,25.0918],[121.5326,25.0875],[121.5309,25.0849],[121.5289,25.0845],[121.5269,25.0819],[121.5243,25.081],[121.5258,25.0749],[121.5225,25.0771],[121.5203,25.0727],[121.519,25.0647],[121.5206,25.0598],[121.5203,25.0517],[121.5186,25.0484],[121.5247,25.0478],[121.5329,25.0455],[121.5369,25.0447],[121.5438,25.0449],[121.5443,25.0611],[121.5443,25.067],[121.5416,25.0685],[121.5388,25.069],[121.5386,25.0713],[121.5486,25.071],[121.5525,25.0732],[121.5526,25.0755],[121.5582,25.0742],[121.5614,25.0725],[121.5636,25.0727],[121.5693,25.0763],[121.5714,25.0743],[121.5703,25.0771],[121.5644,25.0787],[121.5629,25.0804],[121.561,25.0845],[121.5577,25.0853],[121.5571,25.088],[121.5534,25.0899],[121.5522,25.0924]]]},"properties":{"TOWNCODE":"63000040","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"中山區"},"id":"63000040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5957,25.1142],[121.5935,25.1152],[121.5905,25.1138],[121.5881,25.1139],[121.5852,25.1086],[121.579,25.1051],[121.5766,25.1069],[121.5735,25.1068],[121.5703,25.1054],[121.567,25.0991],[121.5622,25.098],[121.5587,25.0987],[121.5576,25.0963],[121.5522,25.0924],[121.5534,25.0899],[121.5571,25.088],[121.5577,25.0853],[121.561,25.0845],[121.5629,25.0804],[121.5644,25.0787],[121.5703,25.0771],[121.5714,25.0743],[121.5721,25.07],[121.5695,25.065],[121.5695,25.0634],[121.5711,25.0591],[121.5715,25.0523],[121.5763,25.0521],[121.5799,25.0529],[121.5845,25.0539],[121.588,25.0555],[121.5931,25.0597],[121.5956,25.0586],[121.6053,25.0594],[121.6099,25.0609],[121.6129,25.0644],[121.6161,25.0639],[121.6176,25.0652],[121.6176,25.0676],[121.6208,25.0691],[121.6213,25.0719],[121.6206,25.0733],[121.6232,25.0758],[121.6242,25.0803],[121.6277,25.0826],[121.6286,25.0865],[121.6282,25.0882],[121.626,25.0905],[121.625,25.0937],[121.6261,25.0957],[121.6235,25.0969],[121.6175,25.101],[121.6154,25.1039],[121.6105,25.1051],[121.608,25.1068],[121.6023,25.1084],[121.5996,25.1084],[121.5975,25.1095],[121.5957,25.1142]]]},"properties":{"TOWNCODE":"63000100","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"內湖區"},"id":"63000100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5898,25.1637],[121.5878,25.163],[121.5848,25.1647],[121.5793,25.1655],[121.577,25.1671],[121.5774,25.1702],[121.5803,25.1725],[121.583,25.1755],[121.5833,25.1776],[121.5809,25.1815],[121.5827,25.1847],[121.5818,25.1858],[121.5839,25.1887],[121.5831,25.195],[121.5805,25.1954],[121.5792,25.1941],[121.5761,25.1953],[121.5721,25.1931],[121.5715,25.1916],[121.567,25.1887],[121.5682,25.1859],[121.568,25.1837],[121.566,25.1814],[121.5655,25.1789],[121.5624,25.1776],[121.5609,25.1752],[121.5611,25.1736],[121.5631,25.1704],[121.561,25.1646],[121.5607,25.1623],[121.5558,25.1601],[121.5531,25.1541],[121.5502,25.1513],[121.5491,25.1477],[121.5489,25.1448],[121.5458,25.1416],[121.5422,25.1425],[121.5366,25.1392],[121.5349,25.1392],[121.5305,25.1358],[121.5314,25.1276],[121.5298,25.1263],[121.5296,25.1243],[121.5265,25.1236],[121.5258,25.1208],[121.5236,25.1172],[121.525,25.1161],[121.5258,25.1131],[121.5251,25.1114],[121.5226,25.1108],[121.5211,25.1089],[121.5213,25.1069],[121.52,25.1044],[121.5185,25.1035],[121.5169,25.0993],[121.5104,25.0973],[121.5082,25.0958],[121.5063,25.0964],[121.5009,25.0966],[121.4971,25.0986],[121.4968,25.1088],[121.4951,25.1128],[121.4921,25.1147],[121.4882,25.1153],[121.4779,25.1124],[121.4735,25.1108],[121.4699,25.1107],[121.4673,25.1115],[121.4609,25.1162],[121.459,25.1127],[121.4572,25.1088],[121.4579,25.1064],[121.4627,25.1032],[121.4667,25.1016],[121.4786,25.1014],[121.4811,25.1009],[121.4861,25.0988],[121.4887,25.0972],[121.4911,25.0948],[121.5,25.087],[121.5026,25.083],[121.5046,25.0782],[121.5047,25.0781],[121.5141,25.0794],[121.5162,25.0802],[121.5225,25.0771],[121.5258,25.0749],[121.5243,25.081],[121.5269,25.0819],[121.5289,25.0845],[121.5309,25.0849],[121.5326,25.0875],[121.5386,25.0918],[121.5409,25.0923],[121.5439,25.0918],[121.5449,25.0904],[121.5476,25.0907],[121.5522,25.0924],[121.5576,25.0963],[121.5587,25.0987],[121.5622,25.098],[121.567,25.0991],[121.5703,25.1054],[121.5735,25.1068],[121.5766,25.1069],[121.579,25.1051],[121.5852,25.1086],[121.5881,25.1139],[121.5905,25.1138],[121.5935,25.1152],[121.5957,25.1142],[121.5974,25.116],[121.5988,25.1196],[121.6008,25.1218],[121.6017,25.126],[121.6041,25.1257],[121.6078,25.1302],[121.6046,25.1308],[121.6046,25.1347],[121.6053,25.1355],[121.5983,25.1404],[121.5958,25.1434],[121.596,25.1448],[121.5939,25.1481],[121.5938,25.1499],[121.5894,25.1523],[121.5916,25.1551],[121.5918,25.1577],[121.5905,25.1603],[121.5899,25.1637],[121.5898,25.1637]]]},"properties":{"TOWNCODE":"63000110","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"士林區"},"id":"63000110"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5761,25.1953],[121.5719,25.1953],[121.57,25.1983],[121.5662,25.1996],[121.5636,25.2056],[121.5628,25.2092],[121.5592,25.2101],[121.5549,25.2083],[121.5531,25.2042],[121.5517,25.2036],[121.5526,25.1988],[121.5506,25.1971],[121.549,25.1982],[121.5445,25.1954],[121.5432,25.1937],[121.5428,25.1888],[121.5406,25.1871],[121.5358,25.1867],[121.5334,25.1836],[121.5258,25.1829],[121.5217,25.1791],[121.5226,25.1747],[121.5196,25.1692],[121.5139,25.171],[121.5104,25.1694],[121.5071,25.1712],[121.5047,25.1733],[121.5026,25.1733],[121.5019,25.1695],[121.4998,25.1679],[121.4989,25.1652],[121.4929,25.1609],[121.4866,25.1508],[121.4839,25.1508],[121.4816,25.1479],[121.4769,25.1441],[121.4765,25.1429],[121.4726,25.1393],[121.472,25.1377],[121.4694,25.136],[121.4656,25.1316],[121.4643,25.1273],[121.4643,25.124],[121.4588,25.1229],[121.4609,25.1162],[121.4673,25.1115],[121.4699,25.1107],[121.4735,25.1108],[121.4779,25.1124],[121.4882,25.1153],[121.4921,25.1147],[121.4951,25.1128],[121.4968,25.1088],[121.4971,25.0986],[121.5009,25.0966],[121.5063,25.0964],[121.5082,25.0958],[121.5104,25.0973],[121.5169,25.0993],[121.5185,25.1035],[121.52,25.1044],[121.5213,25.1069],[121.5211,25.1089],[121.5226,25.1108],[121.5251,25.1114],[121.5258,25.1131],[121.525,25.1161],[121.5236,25.1172],[121.5258,25.1208],[121.5265,25.1236],[121.5296,25.1243],[121.5298,25.1263],[121.5314,25.1276],[121.5305,25.1358],[121.5349,25.1392],[121.5366,25.1392],[121.5422,25.1425],[121.5458,25.1416],[121.5489,25.1448],[121.5491,25.1477],[121.5502,25.1513],[121.5531,25.1541],[121.5558,25.1601],[121.5607,25.1623],[121.561,25.1646],[121.5631,25.1704],[121.5611,25.1736],[121.5609,25.1752],[121.5624,25.1776],[121.5655,25.1789],[121.566,25.1814],[121.568,25.1837],[121.5682,25.1859],[121.567,25.1887],[121.5715,25.1916],[121.5721,25.1931],[121.5761,25.1953]]]},"properties":{"TOWNCODE":"63000120","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"北投區"},"id":"63000120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6096,23.9631],[121.6124,23.9668],[121.6158,23.9732],[121.6191,23.9762],[121.6222,23.9779],[121.6266,23.9737],[121.6283,23.9695],[121.635,23.9798],[121.6348,23.9846],[121.6414,23.999],[121.6431,23.9996],[121.6445,24.0031],[121.6475,24.007],[121.6479,24.0089],[121.6462,24.014],[121.6437,24.0194],[121.6362,24.0241],[121.6334,24.027],[121.6303,24.0254],[121.6297,24.0241],[121.6247,24.0179],[121.6176,24.0102],[121.6176,24.0085],[121.6156,24.0026],[121.6118,24.0027],[121.611,24.0059],[121.6084,24.0072],[121.6086,24.0128],[121.6079,24.0136],[121.6015,24.0138],[121.5956,24.0131],[121.5913,24.0143],[121.5853,24.0142],[121.5798,24.019],[121.5754,24.0108],[121.5738,24.0084],[121.5718,24.0079],[121.5701,24.0104],[121.5691,24.0072],[121.5674,24.005],[121.5659,24.0084],[121.5623,24.0072],[121.5613,24.0055],[121.5577,24.0042],[121.5582,23.9983],[121.5764,23.9925],[121.5832,23.9898],[121.585,23.9917],[121.591,23.9897],[121.5935,23.9897],[121.598,23.9872],[121.5927,23.9768],[121.5883,23.9741],[121.5978,23.966],[121.5997,23.9648],[121.6076,23.963],[121.6096,23.9631]]]},"properties":{"TOWNCODE":"10015010","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"花蓮市"},"id":"10015010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6565,24.1241],[121.6533,24.1283],[121.6494,24.1305],[121.6464,24.1313],[121.6443,24.1331],[121.6417,24.1334],[121.6336,24.1411],[121.6341,24.1369],[121.64,24.1222],[121.6303,24.1152],[121.618,24.1067],[121.6151,24.1044],[121.6084,24.1012],[121.6106,24.0993],[121.6131,24.0994],[121.6138,24.0979],[121.6137,24.0933],[121.6096,24.0808],[121.6072,24.065],[121.6006,24.0547],[121.5934,24.0458],[121.5918,24.0482],[121.5886,24.0476],[121.5836,24.0425],[121.5862,24.0398],[121.5885,24.0402],[121.5892,24.0361],[121.5882,24.0294],[121.5867,24.0293],[121.5851,24.0239],[121.5822,24.0222],[121.5798,24.019],[121.5853,24.0142],[121.5913,24.0143],[121.5956,24.0131],[121.6015,24.0138],[121.6079,24.0136],[121.6086,24.0128],[121.6084,24.0072],[121.611,24.0059],[121.6118,24.0027],[121.6156,24.0026],[121.6176,24.0085],[121.6176,24.0102],[121.6247,24.0179],[121.6297,24.0241],[121.6303,24.0254],[121.6334,24.027],[121.6302,24.0306],[121.6264,24.0368],[121.6213,24.0469],[121.6197,24.0508],[121.6183,24.0561],[121.6165,24.0612],[121.6157,24.0692],[121.6159,24.0772],[121.6173,24.0833],[121.6193,24.088],[121.6191,24.0896],[121.621,24.0933],[121.622,24.0936],[121.6257,24.0994],[121.6291,24.1035],[121.6341,24.1079],[121.6449,24.1136],[121.6521,24.1185],[121.6551,24.1215],[121.6565,24.1241]]]},"properties":{"TOWNCODE":"10015040","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"新城鄉"},"id":"10015040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3459,23.151],[120.3438,23.1529],[120.3303,23.1608],[120.3202,23.1685],[120.3088,23.1725],[120.3063,23.1751],[120.2991,23.1764],[120.2898,23.1761],[120.28,23.1748],[120.2739,23.1731],[120.2705,23.1714],[120.2676,23.1716],[120.2653,23.168],[120.265,23.165],[120.2636,23.1606],[120.2643,23.1585],[120.2634,23.1541],[120.2606,23.1537],[120.2612,23.1448],[120.2628,23.1419],[120.2599,23.1379],[120.2549,23.135],[120.2559,23.1312],[120.2595,23.1317],[120.261,23.13],[120.2629,23.1245],[120.2647,23.1254],[120.2661,23.1214],[120.2692,23.1218],[120.2673,23.1165],[120.2657,23.1163],[120.2644,23.1131],[120.2603,23.109],[120.2558,23.108],[120.2566,23.1052],[120.2586,23.1061],[120.2623,23.1052],[120.265,23.1072],[120.2715,23.1058],[120.2722,23.1088],[120.275,23.1111],[120.2777,23.1114],[120.2794,23.11],[120.2817,23.1098],[120.2811,23.1062],[120.2835,23.1071],[120.2868,23.1094],[120.288,23.111],[120.2895,23.1074],[120.2919,23.1083],[120.2936,23.11],[120.2956,23.1093],[120.2959,23.1071],[120.2985,23.1056],[120.302,23.1076],[120.3043,23.1078],[120.3092,23.1106],[120.3136,23.11],[120.321,23.1072],[120.324,23.1073],[120.325,23.1063],[120.3296,23.1061],[120.3329,23.1066],[120.3324,23.1076],[120.3328,23.1136],[120.3311,23.1185],[120.3314,23.1212],[120.3325,23.1227],[120.3342,23.1272],[120.3348,23.1307],[120.3374,23.1363],[120.3393,23.1377],[120.3431,23.1404],[120.3446,23.1421],[120.3463,23.149],[120.3459,23.151]]]},"properties":{"TOWNCODE":"67000190","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"善化區"},"id":"67000190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4183,23.1046],[120.4176,23.1063],[120.4194,23.1088],[120.4176,23.112],[120.4121,23.1111],[120.409,23.114],[120.4059,23.1153],[120.4026,23.1157],[120.4005,23.1121],[120.3999,23.109],[120.3926,23.1065],[120.3918,23.1059],[120.3871,23.1058],[120.3845,23.1024],[120.3764,23.1015],[120.3721,23.1001],[120.3682,23.1002],[120.3588,23.1075],[120.357,23.1086],[120.3502,23.1141],[120.3475,23.1171],[120.3434,23.123],[120.3413,23.127],[120.3394,23.1328],[120.3393,23.1377],[120.3374,23.1363],[120.3348,23.1307],[120.3342,23.1272],[120.3325,23.1227],[120.3314,23.1212],[120.3311,23.1185],[120.3328,23.1136],[120.3324,23.1076],[120.3329,23.1066],[120.3352,23.102],[120.3358,23.0991],[120.3425,23.0906],[120.3434,23.0885],[120.3441,23.084],[120.3405,23.0835],[120.3421,23.0812],[120.346,23.0807],[120.3488,23.0794],[120.3511,23.0806],[120.3515,23.0757],[120.3533,23.0727],[120.3544,23.0767],[120.3557,23.0773],[120.3573,23.0753],[120.3564,23.0732],[120.3584,23.0716],[120.3595,23.0727],[120.3638,23.0725],[120.371,23.0756],[120.3694,23.0774],[120.3705,23.0791],[120.3761,23.0791],[120.3768,23.0809],[120.3788,23.0807],[120.3797,23.0787],[120.3824,23.0773],[120.3888,23.077],[120.3884,23.0791],[120.3984,23.0797],[120.4012,23.0812],[120.4034,23.0846],[120.4063,23.0869],[120.4105,23.0918],[120.4141,23.0974],[120.4141,23.0994],[120.4184,23.1022],[120.4183,23.1046]]]},"properties":{"TOWNCODE":"67000220","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"山上區"},"id":"67000220"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.555,23.8699],[120.5482,23.8707],[120.5475,23.8719],[120.5472,23.8774],[120.5456,23.8819],[120.5411,23.8847],[120.5376,23.8852],[120.5345,23.8841],[120.5315,23.8844],[120.5252,23.8825],[120.5212,23.8842],[120.5198,23.8881],[120.5174,23.8886],[120.5153,23.8904],[120.5097,23.8929],[120.5,23.8949],[120.5004,23.8929],[120.4992,23.8905],[120.4996,23.8828],[120.502,23.8793],[120.5022,23.876],[120.5073,23.8711],[120.5125,23.8706],[120.5134,23.8691],[120.5105,23.866],[120.5123,23.8638],[120.5184,23.8643],[120.5233,23.8582],[120.5218,23.8545],[120.5271,23.8496],[120.529,23.8466],[120.5322,23.8431],[120.5353,23.842],[120.5311,23.8525],[120.5389,23.8521],[120.5421,23.8509],[120.5438,23.8483],[120.5514,23.8452],[120.5536,23.845],[120.5571,23.8432],[120.5598,23.841],[120.5628,23.8433],[120.559,23.8474],[120.5613,23.8482],[120.5663,23.8474],[120.5684,23.8465],[120.5714,23.8496],[120.572,23.8513],[120.563,23.8579],[120.5617,23.8606],[120.5562,23.8646],[120.5547,23.8649],[120.555,23.8699]]]},"properties":{"TOWNCODE":"10007190","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"北斗鎮"},"id":"10007190"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5645,23.9033],[120.5601,23.9029],[120.5568,23.902],[120.555,23.9056],[120.5531,23.9075],[120.5474,23.9067],[120.5462,23.907],[120.5471,23.9018],[120.5402,23.9008],[120.5379,23.9018],[120.5386,23.9038],[120.5386,23.9076],[120.5362,23.9082],[120.5329,23.9115],[120.5306,23.9127],[120.5247,23.9142],[120.524,23.9134],[120.5195,23.914],[120.5155,23.9134],[120.5129,23.9152],[120.5114,23.9174],[120.5059,23.9189],[120.4985,23.925],[120.4945,23.9251],[120.4939,23.9238],[120.4908,23.9239],[120.4903,23.9205],[120.4808,23.9204],[120.4749,23.922],[120.4756,23.9192],[120.4739,23.9132],[120.4775,23.9097],[120.4823,23.9037],[120.4902,23.8996],[120.4903,23.8982],[120.4971,23.8972],[120.5,23.8949],[120.5097,23.8929],[120.5153,23.8904],[120.5174,23.8886],[120.5198,23.8881],[120.5212,23.8842],[120.5252,23.8825],[120.5315,23.8844],[120.5345,23.8841],[120.5376,23.8852],[120.5411,23.8847],[120.5456,23.8819],[120.5472,23.8774],[120.5475,23.8719],[120.5482,23.8707],[120.555,23.8699],[120.5517,23.8732],[120.552,23.8762],[120.5557,23.875],[120.5571,23.8768],[120.5578,23.8811],[120.5605,23.8824],[120.56,23.886],[120.5662,23.8862],[120.5693,23.8849],[120.5681,23.8887],[120.5661,23.8939],[120.5645,23.9033]]]},"properties":{"TOWNCODE":"10007210","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"田尾鄉"},"id":"10007210"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.3446,24.4113],[118.3346,24.4191],[118.3292,24.414],[118.3253,24.4218],[118.3251,24.4261],[118.3286,24.4262],[118.3303,24.4323],[118.323,24.4365],[118.3264,24.4401],[118.3283,24.4413],[118.3258,24.4441],[118.3236,24.4449],[118.3197,24.4408],[118.317,24.439],[118.3132,24.4398],[118.3125,24.4376],[118.3095,24.4374],[118.3065,24.4386],[118.303,24.4416],[118.303,24.4385],[118.3022,24.4362],[118.2984,24.4296],[118.2921,24.4214],[118.2909,24.4188],[118.2874,24.4179],[118.2815,24.4173],[118.2809,24.4152],[118.2785,24.4148],[118.2788,24.4127],[118.2812,24.4105],[118.2848,24.4083],[118.2867,24.4064],[118.2895,24.4053],[118.2928,24.4012],[118.2964,24.3977],[118.297,24.3957],[118.3024,24.3963],[118.3051,24.3957],[118.3089,24.3915],[118.3111,24.3898],[118.3127,24.3905],[118.3182,24.3884],[118.3199,24.3861],[118.32,24.3858],[118.3199,24.3861],[118.32,24.3858],[118.3223,24.3856],[118.325,24.388],[118.3276,24.387],[118.3295,24.388],[118.3296,24.388],[118.3295,24.388],[118.3296,24.388],[118.3312,24.3897],[118.3342,24.3911],[118.3365,24.3972],[118.3375,24.4018],[118.3413,24.4088],[118.3446,24.4113]]]},"properties":{"TOWNCODE":"09020010","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金城鎮"},"id":"09020010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.4652,24.4777],[118.4665,24.4795],[118.469,24.4804],[118.4689,24.4837],[118.4619,24.4843],[118.4596,24.4859],[118.4557,24.4913],[118.4551,24.4928],[118.4558,24.4959],[118.4545,24.4982],[118.4517,24.4994],[118.4495,24.5047],[118.4506,24.5099],[118.4486,24.5115],[118.4459,24.5115],[118.4397,24.5136],[118.4361,24.5143],[118.4342,24.5158],[118.4315,24.5219],[118.4334,24.5227],[118.4336,24.525],[118.4295,24.5253],[118.4293,24.5274],[118.4258,24.5283],[118.4241,24.5277],[118.4217,24.5296],[118.4192,24.5304],[118.4144,24.5283],[118.4109,24.5306],[118.4113,24.5321],[118.4093,24.534],[118.4073,24.5342],[118.4059,24.5326],[118.4077,24.5301],[118.4049,24.5272],[118.4,24.5286],[118.3977,24.5281],[118.3965,24.5257],[118.3996,24.5255],[118.4008,24.5222],[118.3968,24.5196],[118.3943,24.5162],[118.3939,24.5142],[118.392,24.5116],[118.3886,24.5099],[118.3869,24.5098],[118.384,24.5081],[118.3837,24.5027],[118.3857,24.4936],[118.3848,24.4922],[118.3807,24.4912],[118.3802,24.4877],[118.3791,24.485],[118.372,24.4791],[118.3753,24.4717],[118.3787,24.4661],[118.3827,24.4614],[118.3866,24.4594],[118.3896,24.4604],[118.3924,24.4589],[118.3946,24.4545],[118.3958,24.4537],[118.4032,24.4566],[118.4057,24.4594],[118.4097,24.4594],[118.4159,24.4634],[118.4182,24.4634],[118.4219,24.4658],[118.4264,24.4703],[118.433,24.4709],[118.4351,24.4666],[118.4462,24.4542],[118.4552,24.4466],[118.459,24.4482],[118.4625,24.4505],[118.4637,24.4528],[118.4657,24.4535],[118.4689,24.4577],[118.4654,24.4627],[118.464,24.4677],[118.464,24.4721],[118.4632,24.475],[118.4652,24.4777]]]},"properties":{"TOWNCODE":"09020020","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金沙鎮"},"id":"09020020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.4689,24.4577],[118.4657,24.4535],[118.4637,24.4528],[118.4625,24.4505],[118.459,24.4482],[118.4552,24.4466],[118.4462,24.4542],[118.4351,24.4666],[118.433,24.4709],[118.4264,24.4703],[118.4219,24.4658],[118.4182,24.4634],[118.4159,24.4634],[118.4097,24.4594],[118.4057,24.4594],[118.4032,24.4566],[118.3958,24.4537],[118.3946,24.4545],[118.3924,24.4589],[118.3896,24.4604],[118.3866,24.4594],[118.3827,24.4614],[118.3787,24.4661],[118.3753,24.4717],[118.372,24.4791],[118.3658,24.4738],[118.3664,24.4616],[118.368,24.4601],[118.3678,24.4579],[118.3655,24.4541],[118.3606,24.4483],[118.3603,24.4458],[118.3614,24.4417],[118.3638,24.4379],[118.3614,24.4369],[118.3605,24.4322],[118.3588,24.4303],[118.3606,24.4265],[118.3703,24.431],[118.3855,24.4351],[118.3879,24.4345],[118.3949,24.4359],[118.396,24.4351],[118.3989,24.4355],[118.4031,24.4347],[118.4063,24.4325],[118.411,24.4314],[118.4105,24.4286],[118.4226,24.4258],[118.4275,24.4239],[118.4313,24.4201],[118.433,24.4165],[118.4308,24.4127],[118.4268,24.4072],[118.4308,24.4069],[118.4358,24.4081],[118.4375,24.4102],[118.4409,24.4112],[118.4436,24.4111],[118.4465,24.4126],[118.4464,24.4144],[118.4496,24.4159],[118.456,24.4177],[118.4577,24.4241],[118.4618,24.4251],[118.4653,24.4287],[118.4665,24.4316],[118.4605,24.4363],[118.4626,24.4402],[118.4648,24.4417],[118.4682,24.4417],[118.4688,24.4403],[118.469,24.4402],[118.4688,24.4403],[118.469,24.4402],[118.4703,24.4402],[118.4726,24.4414],[118.4736,24.4444],[118.4742,24.4496],[118.4775,24.4495],[118.4762,24.4533],[118.4731,24.4536],[118.4703,24.4552],[118.4689,24.4577]]]},"properties":{"TOWNCODE":"09020030","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金湖鎮"},"id":"09020030"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3315,23.304],[120.3295,23.3063],[120.3268,23.3058],[120.3246,23.3031],[120.3251,23.2969],[120.3241,23.2961],[120.3123,23.2959],[120.3075,23.2966],[120.3007,23.2962],[120.293,23.2939],[120.2931,23.2883],[120.2942,23.2856],[120.2936,23.2833],[120.2894,23.2767],[120.2846,23.2769],[120.2834,23.2753],[120.2832,23.2699],[120.2819,23.2652],[120.2804,23.2619],[120.284,23.2601],[120.2876,23.2601],[120.2891,23.2622],[120.2945,23.2619],[120.2954,23.2643],[120.2974,23.2649],[120.2994,23.2625],[120.3033,23.2629],[120.305,23.2638],[120.3089,23.2634],[120.3101,23.26],[120.3148,23.2591],[120.3179,23.2618],[120.3185,23.2633],[120.3211,23.2629],[120.3225,23.2611],[120.3239,23.2635],[120.3259,23.2623],[120.326,23.2605],[120.3298,23.2608],[120.3312,23.2584],[120.333,23.2633],[120.3354,23.2634],[120.3392,23.2568],[120.3423,23.2549],[120.3447,23.2565],[120.3469,23.2565],[120.3496,23.2542],[120.3515,23.2515],[120.3519,23.2481],[120.3514,23.2454],[120.3525,23.2427],[120.3547,23.242],[120.3581,23.2422],[120.3624,23.2382],[120.3618,23.235],[120.3658,23.2363],[120.3659,23.2382],[120.3692,23.2403],[120.3719,23.2407],[120.3758,23.2401],[120.3808,23.2368],[120.3831,23.2375],[120.3875,23.2352],[120.3907,23.236],[120.3946,23.2341],[120.3958,23.2317],[120.3982,23.2305],[120.4014,23.2305],[120.4019,23.2324],[120.4043,23.2341],[120.4083,23.2339],[120.4104,23.2353],[120.412,23.235],[120.4147,23.2367],[120.417,23.2372],[120.4198,23.239],[120.422,23.2391],[120.4235,23.2416],[120.424,23.2454],[120.4248,23.2462],[120.4243,23.2509],[120.4229,23.2537],[120.4202,23.2551],[120.4179,23.2551],[120.4168,23.2567],[120.4134,23.2583],[120.4125,23.2612],[120.4129,23.2632],[120.4088,23.2638],[120.4058,23.2622],[120.4009,23.2644],[120.3953,23.2631],[120.3939,23.265],[120.3944,23.2673],[120.3907,23.2689],[120.3896,23.2718],[120.3894,23.2758],[120.3922,23.276],[120.3943,23.2786],[120.3934,23.2842],[120.3912,23.2861],[120.3879,23.2877],[120.3853,23.2903],[120.3824,23.2905],[120.378,23.2896],[120.3753,23.2926],[120.3699,23.2933],[120.3683,23.2944],[120.3668,23.2982],[120.3609,23.2974],[120.3572,23.2981],[120.3583,23.3015],[120.3531,23.3041],[120.3494,23.305],[120.349,23.3026],[120.3465,23.3005],[120.345,23.2979],[120.342,23.2945],[120.3402,23.2943],[120.3342,23.2971],[120.3324,23.2997],[120.3325,23.3025],[120.3315,23.304]]]},"properties":{"TOWNCODE":"67000040","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"柳營區"},"id":"67000040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.522,23.2874],[120.5174,23.2873],[120.5182,23.2903],[120.5156,23.2918],[120.512,23.2919],[120.5089,23.2899],[120.5037,23.2909],[120.5076,23.2931],[120.5079,23.2945],[120.5029,23.2976],[120.4976,23.2979],[120.4955,23.2994],[120.4921,23.2995],[120.4905,23.2988],[120.4889,23.2964],[120.486,23.2936],[120.4814,23.2934],[120.4773,23.2981],[120.4742,23.2984],[120.4719,23.2966],[120.4684,23.2976],[120.4664,23.3],[120.4607,23.3005],[120.4574,23.3003],[120.4546,23.2983],[120.4526,23.2988],[120.4511,23.2968],[120.449,23.3002],[120.4463,23.3006],[120.448,23.3039],[120.4472,23.3062],[120.4444,23.307],[120.4432,23.3088],[120.4411,23.3097],[120.4412,23.3123],[120.4386,23.3135],[120.4337,23.3174],[120.4312,23.3207],[120.4269,23.322],[120.4235,23.3246],[120.4197,23.3255],[120.4188,23.3248],[120.416,23.3273],[120.4152,23.3323],[120.4131,23.3324],[120.4113,23.3349],[120.4081,23.3346],[120.4067,23.3365],[120.4072,23.3389],[120.4053,23.3416],[120.4027,23.3397],[120.4027,23.337],[120.4043,23.3337],[120.4037,23.332],[120.4016,23.3318],[120.3987,23.337],[120.3982,23.3398],[120.3933,23.3397],[120.394,23.3382],[120.3936,23.3354],[120.3922,23.3325],[120.3904,23.3333],[120.3903,23.3397],[120.3877,23.3399],[120.3855,23.3388],[120.3847,23.3372],[120.3851,23.3317],[120.3786,23.3338],[120.3796,23.3303],[120.3831,23.3271],[120.3817,23.3257],[120.3773,23.3257],[120.3752,23.3266],[120.3719,23.3267],[120.3695,23.3256],[120.3728,23.3211],[120.3714,23.3158],[120.3685,23.3181],[120.3684,23.3212],[120.3639,23.3225],[120.3618,23.3248],[120.359,23.3234],[120.3594,23.3215],[120.3582,23.3175],[120.3562,23.316],[120.3537,23.3154],[120.3525,23.314],[120.3495,23.3143],[120.3461,23.3169],[120.3418,23.319],[120.3402,23.3159],[120.3435,23.3108],[120.3415,23.3095],[120.3393,23.3101],[120.3358,23.3071],[120.3325,23.3053],[120.3315,23.304],[120.3325,23.3025],[120.3324,23.2997],[120.3342,23.2971],[120.3402,23.2943],[120.342,23.2945],[120.345,23.2979],[120.3465,23.3005],[120.349,23.3026],[120.3494,23.305],[120.3531,23.3041],[120.3583,23.3015],[120.3572,23.2981],[120.3609,23.2974],[120.3668,23.2982],[120.3683,23.2944],[120.3699,23.2933],[120.3753,23.2926],[120.378,23.2896],[120.3824,23.2905],[120.3853,23.2903],[120.3879,23.2877],[120.3912,23.2861],[120.3934,23.2842],[120.3943,23.2786],[120.3922,23.276],[120.3894,23.2758],[120.3896,23.2718],[120.3907,23.2689],[120.3944,23.2673],[120.3939,23.265],[120.3953,23.2631],[120.4009,23.2644],[120.4058,23.2622],[120.4088,23.2638],[120.4129,23.2632],[120.4125,23.2612],[120.4134,23.2583],[120.4168,23.2567],[120.4179,23.2551],[120.4202,23.2551],[120.4229,23.2537],[120.4243,23.2509],[120.4248,23.2462],[120.424,23.2454],[120.4328,23.239],[120.4327,23.2363],[120.44,23.2373],[120.4439,23.2345],[120.4433,23.2303],[120.4461,23.2277],[120.4476,23.2306],[120.4503,23.2319],[120.4517,23.2304],[120.4551,23.2313],[120.4606,23.228],[120.4632,23.2281],[120.466,23.2271],[120.468,23.2253],[120.4759,23.2245],[120.4771,23.223],[120.4815,23.2201],[120.4863,23.2207],[120.4876,23.2223],[120.491,23.2222],[120.4931,23.2208],[120.4992,23.2248],[120.5028,23.2296],[120.5086,23.232],[120.5114,23.2337],[120.5123,23.2353],[120.5176,23.239],[120.5194,23.2395],[120.5242,23.242],[120.5276,23.245],[120.5303,23.2485],[120.5322,23.2553],[120.5307,23.256],[120.528,23.263],[120.5261,23.2665],[120.5235,23.2683],[120.5204,23.2718],[120.5223,23.2741],[120.521,23.2798],[120.5227,23.2814],[120.523,23.2843],[120.522,23.2874]]]},"properties":{"TOWNCODE":"67000060","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"東山區"},"id":"67000060"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1513,23.1869],[120.1511,23.189],[120.1467,23.1886],[120.1434,23.1868],[120.1408,23.1921],[120.14,23.1958],[120.138,23.1958],[120.1311,23.1935],[120.1289,23.195],[120.1265,23.1937],[120.1274,23.191],[120.1274,23.1852],[120.1294,23.1843],[120.1279,23.1824],[120.1251,23.1837],[120.1243,23.1816],[120.1208,23.1821],[120.118,23.1844],[120.1156,23.1836],[120.113,23.1863],[120.1118,23.1863],[120.1076,23.1834],[120.1061,23.1845],[120.1032,23.1831],[120.1017,23.1845],[120.0978,23.1851],[120.0936,23.1872],[120.0929,23.1883],[120.0901,23.1877],[120.0856,23.1877],[120.0837,23.189],[120.0724,23.184],[120.0695,23.1835],[120.0632,23.1702],[120.0604,23.1633],[120.0589,23.1581],[120.0574,23.149],[120.0561,23.1384],[120.0556,23.1362],[120.0537,23.1334],[120.0528,23.1287],[120.055,23.1255],[120.0521,23.126],[120.0471,23.1223],[120.0439,23.1192],[120.0408,23.113],[120.0388,23.1103],[120.0349,23.1016],[120.0332,23.095],[120.0316,23.087],[120.0278,23.0747],[120.0285,23.0724],[120.0269,23.0679],[120.0285,23.0665],[120.0341,23.0675],[120.0372,23.0671],[120.039,23.068],[120.0459,23.0586],[120.0477,23.0552],[120.0515,23.0501],[120.0579,23.0431],[120.0627,23.044],[120.0634,23.0456],[120.0701,23.0528],[120.0711,23.055],[120.0755,23.0604],[120.0794,23.0639],[120.0847,23.068],[120.0907,23.0733],[120.0919,23.0766],[120.099,23.0836],[120.101,23.085],[120.1097,23.0877],[120.1166,23.0883],[120.1263,23.0886],[120.1317,23.0894],[120.1491,23.0914],[120.1526,23.0914],[120.1575,23.0892],[120.1627,23.0904],[120.164,23.0846],[120.171,23.0823],[120.1727,23.0836],[120.1744,23.0851],[120.1755,23.0904],[120.176,23.099],[120.1736,23.0997],[120.1727,23.1033],[120.1781,23.1112],[120.1757,23.1177],[120.1713,23.1215],[120.1692,23.1231],[120.1675,23.1229],[120.1684,23.1172],[120.161,23.1163],[120.1614,23.1204],[120.1623,23.1214],[120.1591,23.1238],[120.1574,23.1242],[120.1518,23.1226],[120.152,23.1266],[120.1489,23.1272],[120.149,23.1345],[120.1553,23.1348],[120.1542,23.1385],[120.1537,23.1436],[120.1554,23.149],[120.1581,23.1521],[120.1588,23.1572],[120.1566,23.1581],[120.1536,23.1579],[120.1533,23.1639],[120.15,23.1658],[120.1449,23.1669],[120.1449,23.1682],[120.1472,23.1733],[120.1473,23.1799],[120.1531,23.1794],[120.1519,23.1826],[120.1503,23.1842],[120.1513,23.1869]]]},"properties":{"TOWNCODE":"67000150","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"七股區"},"id":"67000150"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1356,23.229],[120.1333,23.2277],[120.1272,23.2266],[120.1226,23.2266],[120.1186,23.2272],[120.1127,23.2266],[120.1079,23.2267],[120.1057,23.2253],[120.1031,23.225],[120.0958,23.2255],[120.0927,23.2277],[120.0889,23.2289],[120.0873,23.2317],[120.0886,23.2343],[120.0891,23.2376],[120.0866,23.238],[120.0831,23.2411],[120.0806,23.2376],[120.0802,23.2351],[120.0811,23.231],[120.0807,23.229],[120.0818,23.2256],[120.0819,23.2223],[120.0795,23.2069],[120.0775,23.2005],[120.0722,23.1911],[120.0695,23.1835],[120.0724,23.184],[120.0837,23.189],[120.0856,23.1877],[120.0901,23.1877],[120.0929,23.1883],[120.0936,23.1872],[120.0978,23.1851],[120.1017,23.1845],[120.1032,23.1831],[120.1061,23.1845],[120.1076,23.1834],[120.1118,23.1863],[120.113,23.1863],[120.1156,23.1836],[120.118,23.1844],[120.1208,23.1821],[120.1243,23.1816],[120.1251,23.1837],[120.1279,23.1824],[120.1294,23.1843],[120.1274,23.1852],[120.1274,23.191],[120.1265,23.1937],[120.1289,23.195],[120.1311,23.1935],[120.138,23.1958],[120.14,23.1958],[120.1408,23.1921],[120.1434,23.1868],[120.1467,23.1886],[120.1511,23.189],[120.1513,23.1869],[120.1523,23.1879],[120.1558,23.1877],[120.1606,23.1852],[120.1616,23.1836],[120.1685,23.1843],[120.1708,23.1874],[120.1714,23.1928],[120.1744,23.1968],[120.1761,23.2039],[120.1783,23.2085],[120.1771,23.2133],[120.1758,23.2176],[120.1749,23.2233],[120.1731,23.2258],[120.1705,23.2271],[120.1692,23.2293],[120.1684,23.2329],[120.1634,23.2369],[120.1608,23.2381],[120.1588,23.238],[120.1523,23.2357],[120.1429,23.2333],[120.1356,23.229]]]},"properties":{"TOWNCODE":"67000160","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"將軍區"},"id":"67000160"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3088,22.6547],[120.3088,22.6566],[120.3064,22.657],[120.3032,22.6562],[120.3033,22.6658],[120.2998,22.6659],[120.293,22.6727],[120.2885,22.6677],[120.2867,22.6688],[120.2866,22.6706],[120.2845,22.6715],[120.2818,22.6714],[120.2783,22.6741],[120.2738,22.6741],[120.2722,22.6731],[120.2682,22.6728],[120.2637,22.6715],[120.2585,22.6674],[120.2575,22.6689],[120.253,22.665],[120.2512,22.6619],[120.2504,22.6573],[120.2506,22.6526],[120.2499,22.6507],[120.2512,22.6492],[120.2517,22.645],[120.2551,22.6397],[120.2564,22.6359],[120.2595,22.6337],[120.2633,22.6274],[120.2633,22.624],[120.2567,22.6209],[120.2565,22.6196],[120.2701,22.6153],[120.2747,22.6132],[120.2776,22.6111],[120.2813,22.6143],[120.2889,22.611],[120.2902,22.6149],[120.2788,22.6203],[120.2771,22.6227],[120.2774,22.6243],[120.2838,22.6338],[120.2852,22.6347],[120.2845,22.6386],[120.2817,22.6436],[120.2826,22.6463],[120.2864,22.6498],[120.2885,22.6504],[120.2925,22.6495],[120.2956,22.6522],[120.3003,22.6517],[120.3027,22.6532],[120.3057,22.6531],[120.3088,22.6547]]]},"properties":{"TOWNCODE":"64000020","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鼓山區"},"id":"64000020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2575,22.6689],[120.2585,22.6674],[120.2637,22.6715],[120.2682,22.6728],[120.2722,22.6731],[120.2738,22.6741],[120.2783,22.6741],[120.2818,22.6714],[120.2845,22.6715],[120.2866,22.6706],[120.2867,22.6688],[120.2885,22.6677],[120.293,22.6727],[120.2998,22.6659],[120.3033,22.6658],[120.3032,22.6562],[120.3064,22.657],[120.3088,22.6566],[120.3088,22.6547],[120.3113,22.655],[120.3124,22.6582],[120.3111,22.6624],[120.3144,22.6669],[120.3152,22.6694],[120.3175,22.6695],[120.3204,22.6745],[120.3241,22.6774],[120.3252,22.6797],[120.3266,22.6798],[120.3236,22.6802],[120.3221,22.6818],[120.3243,22.6838],[120.3228,22.6882],[120.3162,22.6935],[120.3149,22.6959],[120.3119,22.6994],[120.3081,22.6952],[120.3041,22.6975],[120.3025,22.7008],[120.2977,22.7007],[120.2963,22.7042],[120.2949,22.7054],[120.2999,22.707],[120.2968,22.7095],[120.2925,22.7051],[120.2713,22.7049],[120.2664,22.7062],[120.2656,22.7034],[120.2631,22.7003],[120.2634,22.6967],[120.2581,22.6936],[120.2581,22.6893],[120.2628,22.689],[120.2635,22.6863],[120.2631,22.684],[120.2644,22.6809],[120.2645,22.6752],[120.2591,22.6689],[120.2575,22.6689]]]},"properties":{"TOWNCODE":"64000030","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"左營區"},"id":"64000030"}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.9614,22.5346],[120.96,22.534],[120.9588,22.531],[120.962,22.5306],[120.9625,22.5346],[120.9614,22.5346]]],[[[120.9963,22.6025],[120.9997,22.6047],[120.9977,22.6077],[120.9939,22.6061],[120.9963,22.6025]]],[[[120.9164,22.5086],[120.9156,22.5103],[120.9107,22.5142],[120.9084,22.5173],[120.9081,22.5193],[120.9097,22.5202],[120.9138,22.5196],[120.9159,22.5187],[120.9195,22.5184],[120.9243,22.5232],[120.9302,22.525],[120.9329,22.5247],[120.9323,22.5303],[120.9303,22.5315],[120.9249,22.5372],[120.9207,22.5391],[120.9219,22.5436],[120.9191,22.5483],[120.9195,22.5532],[120.9186,22.5562],[120.9198,22.5582],[120.9231,22.561],[120.9285,22.5634],[120.93,22.5654],[120.9328,22.5659],[120.9349,22.5643],[120.9365,22.5643],[120.9387,22.5675],[120.9391,22.5692],[120.9415,22.5722],[120.9446,22.5714],[120.9481,22.5691],[120.9524,22.568],[120.9557,22.5697],[120.9617,22.567],[120.9637,22.5685],[120.9644,22.5723],[120.9685,22.5745],[120.9716,22.5785],[120.975,22.5804],[120.9728,22.5844],[120.9694,22.5868],[120.9739,22.5888],[120.9735,22.5898],[120.9745,22.596],[120.9746,22.6],[120.9754,22.602],[120.9755,22.6061],[120.9766,22.6084],[120.9765,22.6106],[120.9782,22.6133],[120.9768,22.6164],[120.9764,22.621],[120.9756,22.6218],[120.9763,22.6302],[120.9796,22.6315],[120.9834,22.6315],[120.9887,22.63],[120.9906,22.6288],[120.9928,22.6298],[120.997,22.6272],[120.9971,22.6259],[121.0004,22.6257],[121.0001,22.6279],[121.0028,22.629],[121.0052,22.6313],[121.005,22.634],[121.0008,22.6378],[120.9999,22.6398],[121.0007,22.6413],[120.9975,22.6432],[120.9963,22.6456],[120.9933,22.6431],[120.9896,22.6464],[120.9872,22.6444],[120.9778,22.6438],[120.9767,22.6472],[120.9754,22.6481],[120.9689,22.6481],[120.9689,22.6496],[120.9716,22.6537],[120.9767,22.6578],[120.9791,22.6632],[120.9815,22.6648],[120.9857,22.6643],[120.9905,22.6645],[120.9966,22.6669],[121.0017,22.6738],[120.9996,22.6773],[120.9961,22.6796],[120.9986,22.6847],[120.9948,22.6882],[120.9924,22.6925],[120.9929,22.6871],[120.9914,22.6856],[120.9905,22.6824],[120.988,22.6807],[120.9857,22.6821],[120.981,22.6812],[120.9814,22.6787],[120.9777,22.679],[120.9758,22.6776],[120.967,22.6746],[120.965,22.6733],[120.9617,22.6724],[120.9577,22.6726],[120.9551,22.6686],[120.9529,22.6697],[120.9484,22.6668],[120.9457,22.6658],[120.9452,22.6635],[120.9406,22.6614],[120.9387,22.6594],[120.9368,22.6595],[120.9339,22.658],[120.927,22.6565],[120.9245,22.6571],[120.9227,22.6534],[120.9188,22.6527],[120.9176,22.6513],[120.9154,22.6513],[120.9134,22.6534],[120.9105,22.652],[120.906,22.6533],[120.904,22.6532],[120.9031,22.6513],[120.8996,22.6529],[120.8952,22.6533],[120.8944,22.6522],[120.8899,22.6514],[120.888,22.6522],[120.8866,22.6494],[120.8851,22.6488],[120.8817,22.6503],[120.8795,22.6538],[120.8746,22.6552],[120.8715,22.6541],[120.8699,22.6556],[120.8692,22.6581],[120.8653,22.6585],[120.8654,22.661],[120.8615,22.6631],[120.8593,22.6625],[120.8568,22.6648],[120.854,22.6641],[120.8525,22.6626],[120.8526,22.6581],[120.8493,22.6575],[120.8487,22.6552],[120.8457,22.6574],[120.8444,22.6563],[120.8417,22.6574],[120.8386,22.6568],[120.8356,22.6551],[120.8305,22.6557],[120.8277,22.6579],[120.8231,22.6587],[120.8217,22.6607],[120.8212,22.6637],[120.8174,22.6639],[120.8158,22.6631],[120.8121,22.664],[120.8101,22.6628],[120.8026,22.6651],[120.8013,22.6675],[120.7964,22.6678],[120.7914,22.6692],[120.7863,22.6722],[120.7864,22.663],[120.7829,22.657],[120.7798,22.6525],[120.777,22.6501],[120.7738,22.6462],[120.772,22.6422],[120.7689,22.6388],[120.7677,22.6362],[120.7642,22.6337],[120.7631,22.6311],[120.7613,22.6298],[120.761,22.6258],[120.758,22.6231],[120.7545,22.6161],[120.7529,22.6121],[120.7541,22.6086],[120.7541,22.6044],[120.7547,22.6008],[120.7523,22.5971],[120.7484,22.5933],[120.7458,22.5896],[120.7465,22.5846],[120.7486,22.5803],[120.7493,22.5773],[120.7488,22.5723],[120.748,22.5711],[120.7415,22.5687],[120.7396,22.5625],[120.74,22.5583],[120.7391,22.554],[120.7394,22.5517],[120.7457,22.5407],[120.748,22.5385],[120.75,22.534],[120.7501,22.5286],[120.7517,22.5253],[120.7513,22.5224],[120.7528,22.519],[120.7536,22.511],[120.7571,22.5089],[120.7609,22.5034],[120.7679,22.5029],[120.7711,22.5022],[120.7731,22.5007],[120.7732,22.4982],[120.7761,22.4957],[120.7778,22.4923],[120.7796,22.493],[120.7829,22.4957],[120.7874,22.4943],[120.7944,22.4934],[120.7953,22.4909],[120.801,22.4883],[120.8027,22.4884],[120.811,22.483],[120.8167,22.4818],[120.8227,22.481],[120.8262,22.4812],[120.8358,22.4774],[120.8402,22.4766],[120.8429,22.4776],[120.8464,22.4767],[120.8526,22.4802],[120.8575,22.4809],[120.8583,22.4825],[120.8609,22.4839],[120.8628,22.4864],[120.8633,22.4888],[120.8657,22.4919],[120.8701,22.4919],[120.8715,22.4895],[120.8748,22.4886],[120.8762,22.4904],[120.8779,22.4902],[120.8809,22.4914],[120.8823,22.4911],[120.8881,22.4924],[120.8914,22.4948],[120.8931,22.4983],[120.8977,22.4986],[120.901,22.5007],[120.9046,22.5009],[120.9053,22.5017],[120.9094,22.5028],[120.9124,22.5045],[120.9147,22.5079],[120.9164,22.5086]]]]},"properties":{"TOWNCODE":"10014140","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"金峰鄉"},"id":"10014140"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0655,22.6835],[121.0604,22.6899],[121.0551,22.6951],[121.053,22.6965],[121.0501,22.6996],[121.0466,22.7009],[121.0399,22.7018],[121.0321,22.6993],[121.0295,22.6975],[121.0218,22.694],[121.0184,22.6933],[121.0144,22.6954],[121.0112,22.6949],[121.0093,22.6938],[121.0069,22.6959],[121.005,22.6959],[121.0043,22.6941],[121.0023,22.6928],[120.9976,22.6935],[120.9957,22.6922],[120.9924,22.6925],[120.9948,22.6882],[120.9986,22.6847],[120.9961,22.6796],[120.9996,22.6773],[121.0017,22.6738],[120.9966,22.6669],[120.9905,22.6645],[120.9857,22.6643],[120.9815,22.6648],[120.9791,22.6632],[120.9767,22.6578],[120.9716,22.6537],[120.9689,22.6496],[120.9689,22.6481],[120.9754,22.6481],[120.9767,22.6472],[120.9778,22.6438],[120.9872,22.6444],[120.9896,22.6464],[120.9933,22.6431],[120.9963,22.6456],[120.9975,22.6432],[121.0007,22.6413],[120.9999,22.6398],[121.0008,22.6378],[121.005,22.634],[121.0052,22.6313],[121.0028,22.629],[121.0001,22.6279],[121.0004,22.6257],[120.9971,22.6259],[120.997,22.6272],[120.9928,22.6298],[120.9906,22.6288],[120.9887,22.63],[120.9834,22.6315],[120.9796,22.6315],[120.9763,22.6302],[120.9756,22.6218],[120.9764,22.621],[120.9768,22.6164],[120.9782,22.6133],[120.9765,22.6106],[120.9766,22.6084],[120.9755,22.6061],[120.9754,22.602],[120.9746,22.6],[120.9745,22.596],[120.9735,22.5898],[120.9739,22.5888],[120.9694,22.5868],[120.9728,22.5844],[120.975,22.5804],[120.9716,22.5785],[120.9685,22.5745],[120.9644,22.5723],[120.9637,22.5685],[120.9617,22.567],[120.9557,22.5697],[120.9524,22.568],[120.9481,22.5691],[120.9446,22.5714],[120.9415,22.5722],[120.9391,22.5692],[120.9387,22.5675],[120.9365,22.5643],[120.9349,22.5643],[120.9328,22.5659],[120.93,22.5654],[120.9285,22.5634],[120.9231,22.561],[120.9198,22.5582],[120.9186,22.5562],[120.9195,22.5532],[120.9191,22.5483],[120.9219,22.5436],[120.9207,22.5391],[120.9249,22.5372],[120.9303,22.5315],[120.9323,22.5303],[120.9329,22.5247],[120.9302,22.525],[120.9243,22.5232],[120.9195,22.5184],[120.9159,22.5187],[120.9138,22.5196],[120.9097,22.5202],[120.9081,22.5193],[120.9084,22.5173],[120.9107,22.5142],[120.9156,22.5103],[120.9164,22.5086],[120.9198,22.5082],[120.921,22.5054],[120.923,22.5048],[120.9247,22.5023],[120.927,22.5004],[120.9299,22.496],[120.9326,22.4941],[120.9352,22.4935],[120.9387,22.49],[120.9414,22.4885],[120.9403,22.4863],[120.9398,22.4831],[120.9424,22.4794],[120.9413,22.4761],[120.9364,22.4737],[120.9331,22.4689],[120.9293,22.468],[120.9261,22.4646],[120.9252,22.4629],[120.927,22.4625],[120.9304,22.4604],[120.9368,22.4587],[120.9436,22.4585],[120.9466,22.4575],[120.949,22.4662],[120.9501,22.4714],[120.9545,22.4855],[120.9558,22.4928],[120.9581,22.4988],[120.9599,22.5065],[120.9628,22.5138],[120.9645,22.5172],[120.9683,22.5266],[120.9707,22.5338],[120.9746,22.5468],[120.9771,22.5541],[120.9809,22.5623],[120.9849,22.5687],[120.99,22.5733],[120.9979,22.578],[121.0046,22.5843],[121.008,22.587],[121.0092,22.589],[121.0103,22.5958],[121.0103,22.5994],[121.0113,22.605],[121.0118,22.6138],[121.0128,22.6204],[121.0176,22.6369],[121.0215,22.6465],[121.0225,22.6498],[121.0255,22.6555],[121.0308,22.6628],[121.035,22.6673],[121.0385,22.6699],[121.0456,22.6729],[121.048,22.6732],[121.0554,22.6761],[121.0596,22.6794],[121.0642,22.682],[121.0655,22.6835]],[[120.9963,22.6025],[120.9939,22.6061],[120.9977,22.6077],[120.9997,22.6047],[120.9963,22.6025]],[[120.9614,22.5346],[120.9625,22.5346],[120.962,22.5306],[120.9588,22.531],[120.96,22.534],[120.9614,22.5346]]]},"properties":{"TOWNCODE":"10014090","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"太麻里鄉"},"id":"10014090"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2476,25.0107],[121.244,25.0107],[121.2361,25.0087],[121.2327,25.0073],[121.2293,25.0074],[121.2294,25.0047],[121.2267,25.0032],[121.2237,25.0052],[121.223,25.0096],[121.2236,25.0119],[121.2231,25.0153],[121.2252,25.0177],[121.2228,25.0188],[121.2214,25.0174],[121.2187,25.0196],[121.2164,25.0187],[121.2151,25.0197],[121.2125,25.0171],[121.2132,25.0157],[121.2116,25.0141],[121.2132,25.0113],[121.2136,25.0072],[121.2132,25.0034],[121.2112,25.001],[121.2093,25.004],[121.2101,25.0072],[121.2086,25.0084],[121.21,25.0114],[121.2078,25.013],[121.209,25.0166],[121.2061,25.0215],[121.208,25.0235],[121.2007,25.0263],[121.1982,25.0238],[121.1959,25.0266],[121.1938,25.0234],[121.1938,25.0181],[121.1903,25.0185],[121.1873,25.0162],[121.1873,25.0196],[121.1853,25.0218],[121.1852,25.0261],[121.1826,25.0276],[121.1818,25.0251],[121.18,25.0225],[121.1773,25.0248],[121.176,25.0275],[121.1731,25.0268],[121.1721,25.0276],[121.1657,25.0282],[121.1622,25.0265],[121.1608,25.0247],[121.162,25.0212],[121.1612,25.014],[121.1621,25.0103],[121.165,25.0057],[121.1649,25.0027],[121.1665,24.9987],[121.1667,24.9964],[121.1685,24.9923],[121.1672,24.9904],[121.1684,24.988],[121.1666,24.9863],[121.1638,24.9822],[121.1623,24.9791],[121.1611,24.9743],[121.1589,24.9734],[121.1539,24.9684],[121.1514,24.965],[121.155,24.9631],[121.1604,24.9622],[121.1625,24.9611],[121.1657,24.9577],[121.177,24.9592],[121.1791,24.9695],[121.1819,24.9694],[121.1837,24.9677],[121.186,24.9682],[121.1901,24.9713],[121.1911,24.9702],[121.1911,24.9658],[121.19,24.9611],[121.1945,24.9572],[121.2,24.9571],[121.2082,24.9574],[121.2133,24.9561],[121.2155,24.9529],[121.2176,24.9535],[121.2214,24.9516],[121.2234,24.9476],[121.2221,24.9451],[121.2241,24.9434],[121.2252,24.9407],[121.2253,24.9374],[121.228,24.9356],[121.2289,24.9317],[121.2316,24.9316],[121.2366,24.9279],[121.2433,24.9252],[121.2498,24.9269],[121.2558,24.9299],[121.2582,24.9304],[121.2588,24.9333],[121.2618,24.9352],[121.2631,24.9372],[121.2659,24.9469],[121.2666,24.9484],[121.2669,24.9529],[121.2649,24.9575],[121.2643,24.9605],[121.2656,24.9637],[121.265,24.9685],[121.2636,24.9733],[121.2641,24.9738],[121.2623,24.9781],[121.2617,24.9821],[121.2606,24.9836],[121.2598,24.9871],[121.257,24.9935],[121.2568,24.9958],[121.2542,25.0028],[121.2498,25.0073],[121.2476,25.0107]]]},"properties":{"TOWNCODE":"68000020","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"中壢區"},"id":"68000020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.991,24.824],[120.9867,24.8222],[120.9788,24.8243],[120.9785,24.8223],[120.9804,24.8182],[120.9804,24.8155],[120.9774,24.8162],[120.9741,24.8151],[120.9703,24.8147],[120.9682,24.8129],[120.9699,24.8109],[120.9688,24.8084],[120.9702,24.8066],[120.9669,24.8045],[120.964,24.8018],[120.9631,24.798],[120.9618,24.7962],[120.9588,24.7968],[120.9591,24.7948],[120.9624,24.7919],[120.9601,24.7891],[120.9594,24.7851],[120.9562,24.7846],[120.9588,24.7822],[120.9595,24.7794],[120.9615,24.7776],[120.9604,24.7762],[120.9611,24.7689],[120.9633,24.7679],[120.9637,24.7651],[120.9598,24.7605],[120.958,24.7563],[120.9596,24.7552],[120.959,24.7535],[120.9608,24.7509],[120.9635,24.7555],[120.9665,24.7558],[120.9677,24.7575],[120.9675,24.7606],[120.9698,24.7652],[120.9774,24.7631],[120.9795,24.7633],[120.9821,24.7675],[120.9883,24.7685],[120.9872,24.7698],[120.9858,24.7769],[120.9907,24.7773],[120.993,24.7806],[120.9955,24.7802],[121.0008,24.7776],[121.0066,24.7743],[121.0081,24.7745],[121.0137,24.7708],[121.0169,24.7649],[121.0185,24.7635],[121.0192,24.7593],[121.0205,24.7566],[121.0238,24.7568],[121.0263,24.7577],[121.0279,24.7581],[121.0305,24.7612],[121.0323,24.7616],[121.0335,24.7641],[121.0299,24.7664],[121.0293,24.771],[121.0282,24.7736],[121.0297,24.7764],[121.0275,24.7772],[121.0249,24.78],[121.0275,24.7825],[121.023,24.7855],[121.0248,24.786],[121.0246,24.7892],[121.0219,24.791],[121.0206,24.794],[121.0229,24.7956],[121.0207,24.7985],[121.0257,24.799],[121.0212,24.802],[121.0177,24.8077],[121.0152,24.8085],[121.0082,24.8163],[121.0046,24.8192],[121.0026,24.8199],[121.0004,24.8221],[120.991,24.824]]]},"properties":{"TOWNCODE":"10018010","COUNTYCODE":"10018","COUNTYNAME":"新竹市","TOWNNAME":"東區"},"id":"10018010"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0263,24.7577],[121.0238,24.7568],[121.0205,24.7566],[121.0192,24.7593],[121.0185,24.7635],[121.0169,24.7649],[121.0137,24.7708],[121.0081,24.7745],[121.0066,24.7743],[121.0008,24.7776],[120.9955,24.7802],[120.993,24.7806],[120.9907,24.7773],[120.9858,24.7769],[120.9872,24.7698],[120.9883,24.7685],[120.9821,24.7675],[120.9795,24.7633],[120.9774,24.7631],[120.9698,24.7652],[120.9675,24.7606],[120.9677,24.7575],[120.9665,24.7558],[120.9635,24.7555],[120.9608,24.7509],[120.9572,24.7482],[120.9578,24.7463],[120.9542,24.7434],[120.9513,24.7445],[120.9466,24.7448],[120.9442,24.7444],[120.9432,24.7389],[120.9417,24.7372],[120.9417,24.735],[120.9399,24.7325],[120.9423,24.7305],[120.9416,24.7284],[120.9389,24.7298],[120.9386,24.7249],[120.9391,24.7227],[120.9382,24.7184],[120.9386,24.7166],[120.9354,24.7126],[120.9365,24.7108],[120.9398,24.7083],[120.9421,24.7073],[120.9454,24.7083],[120.9481,24.7112],[120.9498,24.7112],[120.9509,24.7077],[120.9549,24.7044],[120.9568,24.7066],[120.9596,24.7069],[120.9606,24.709],[120.9639,24.7116],[120.9661,24.7096],[120.9707,24.712],[120.9738,24.7119],[120.9762,24.7127],[120.9769,24.7143],[120.9812,24.7141],[120.9847,24.7109],[120.9872,24.712],[120.987,24.7133],[120.9905,24.7162],[120.9934,24.7176],[120.9947,24.7155],[120.9987,24.7147],[121.0025,24.7146],[121.0059,24.712],[121.0066,24.7104],[121.0095,24.711],[121.0099,24.7081],[121.0128,24.7068],[121.015,24.7079],[121.0182,24.7111],[121.0216,24.7104],[121.0247,24.7106],[121.0283,24.7075],[121.0295,24.7084],[121.037,24.7107],[121.0393,24.7139],[121.0427,24.7176],[121.0476,24.7165],[121.0503,24.7211],[121.0558,24.7259],[121.0587,24.7302],[121.0633,24.7302],[121.0673,24.7296],[121.0696,24.7308],[121.0696,24.7309],[121.0695,24.7339],[121.0677,24.7382],[121.0643,24.7398],[121.0632,24.7419],[121.0629,24.7457],[121.0595,24.7468],[121.0533,24.7501],[121.0523,24.7526],[121.0494,24.7552],[121.0469,24.7528],[121.0428,24.7527],[121.0411,24.7514],[121.0392,24.7527],[121.0373,24.7505],[121.0369,24.7487],[121.0344,24.7484],[121.0289,24.7559],[121.0263,24.7577]]]},"properties":{"TOWNCODE":"10004100","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"寶山鄉"},"id":"10004100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7845,22.0504],[120.7805,22.0527],[120.7775,22.0532],[120.7766,22.055],[120.7725,22.0549],[120.7703,22.0566],[120.7731,22.0598],[120.7698,22.0597],[120.7641,22.0619],[120.7599,22.0609],[120.7535,22.0627],[120.7531,22.0606],[120.7501,22.0577],[120.7504,22.0545],[120.7485,22.0525],[120.7476,22.0503],[120.7437,22.0482],[120.7388,22.0477],[120.7341,22.0523],[120.7309,22.0514],[120.7275,22.0519],[120.7271,22.0538],[120.7242,22.0528],[120.7221,22.0542],[120.7191,22.0532],[120.7188,22.0501],[120.7126,22.0495],[120.7099,22.046],[120.7057,22.0441],[120.7057,22.0408],[120.7036,22.0397],[120.7016,22.0353],[120.6995,22.0337],[120.6952,22.0341],[120.6933,22.0359],[120.6908,22.0318],[120.6908,22.0257],[120.6922,22.0234],[120.6931,22.02],[120.697,22.0141],[120.6984,22.0099],[120.6943,22.0102],[120.6923,22.0096],[120.6932,22.0076],[120.6938,22.0026],[120.7007,21.996],[120.7047,21.9947],[120.7056,21.9935],[120.7069,21.9875],[120.7101,21.9856],[120.7136,21.9806],[120.7152,21.9729],[120.715,21.9711],[120.7115,21.9639],[120.7117,21.9555],[120.7104,21.9436],[120.7099,21.9415],[120.7106,21.9341],[120.7127,21.9333],[120.716,21.9349],[120.7193,21.9329],[120.719,21.9273],[120.7229,21.922],[120.7248,21.9202],[120.7284,21.9183],[120.7324,21.9191],[120.734,21.9186],[120.7396,21.9197],[120.7399,21.9264],[120.742,21.9275],[120.7469,21.9342],[120.7454,21.9383],[120.7454,21.9425],[120.7485,21.9418],[120.749,21.945],[120.7484,21.9495],[120.7539,21.9524],[120.7532,21.9552],[120.7574,21.9573],[120.7606,21.9572],[120.7614,21.9589],[120.7647,21.9591],[120.766,21.9582],[120.7711,21.9515],[120.7742,21.9499],[120.7776,21.9493],[120.7803,21.9458],[120.783,21.9435],[120.7849,21.9438],[120.7943,21.9432],[120.7966,21.9422],[120.798,21.9405],[120.7985,21.9378],[120.8015,21.9371],[120.8029,21.9398],[120.8051,21.9392],[120.8066,21.937],[120.8099,21.9345],[120.8126,21.9335],[120.8177,21.9341],[120.8186,21.9348],[120.8222,21.9344],[120.8235,21.9315],[120.8302,21.9253],[120.8316,21.9247],[120.8337,21.9214],[120.8355,21.9172],[120.8373,21.916],[120.8461,21.9137],[120.846,21.906],[120.8479,21.8999],[120.8511,21.8964],[120.8586,21.8956],[120.8657,21.8987],[120.8671,21.9027],[120.8633,21.9056],[120.8619,21.9097],[120.8629,21.9138],[120.8626,21.9176],[120.8585,21.9226],[120.8578,21.9247],[120.8534,21.9303],[120.8489,21.9338],[120.8476,21.9386],[120.8455,21.9413],[120.8433,21.9462],[120.8423,21.9513],[120.843,21.9542],[120.8414,21.9565],[120.8416,21.9599],[120.8445,21.9683],[120.8445,21.9738],[120.8453,21.9779],[120.8442,21.9793],[120.8423,21.9783],[120.8393,21.9752],[120.8384,21.9754],[120.834,21.9707],[120.8307,21.9712],[120.8279,21.9704],[120.8243,21.9749],[120.8185,21.9739],[120.8176,21.9763],[120.8138,21.9801],[120.8115,21.9813],[120.8051,21.98],[120.8016,21.9803],[120.7974,21.9816],[120.7932,21.9822],[120.7903,21.9797],[120.7881,21.9808],[120.7838,21.9798],[120.7811,21.9803],[120.7757,21.9792],[120.7708,21.9794],[120.7701,21.9845],[120.771,21.986],[120.7733,21.9862],[120.7763,21.99],[120.7789,21.9898],[120.781,21.9919],[120.7824,21.996],[120.7867,21.9984],[120.7856,22.0004],[120.7859,22.005],[120.7853,22.0096],[120.7831,22.0113],[120.781,22.0146],[120.7777,22.0141],[120.7769,22.017],[120.7737,22.0201],[120.7726,22.024],[120.7743,22.0249],[120.7766,22.0238],[120.7785,22.025],[120.7816,22.0256],[120.7842,22.0246],[120.7854,22.0255],[120.7856,22.0295],[120.7895,22.0321],[120.7934,22.0375],[120.7919,22.0389],[120.792,22.042],[120.789,22.0461],[120.7863,22.0465],[120.7842,22.0481],[120.7845,22.0504]]]},"properties":{"TOWNCODE":"10013040","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"恆春鎮"},"id":"10013040"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6997,24.1514],[120.6921,24.1527],[120.6909,24.1513],[120.6913,24.1494],[120.6891,24.1466],[120.6864,24.1457],[120.6858,24.1433],[120.6861,24.138],[120.6857,24.1369],[120.6824,24.1355],[120.6851,24.13],[120.6836,24.1242],[120.6853,24.1217],[120.686,24.1233],[120.6896,24.1248],[120.6945,24.1241],[120.6971,24.1248],[120.7042,24.1249],[120.7079,24.132],[120.7103,24.1375],[120.7107,24.1418],[120.7117,24.1438],[120.712,24.1473],[120.7109,24.1495],[120.7069,24.1493],[120.7038,24.1468],[120.7006,24.1459],[120.6995,24.1486],[120.6997,24.1514]]]},"properties":{"TOWNCODE":"66000020","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"東區"},"id":"66000020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8026,24.1695],[120.7984,24.1678],[120.7972,24.1664],[120.7938,24.1658],[120.7897,24.1675],[120.7806,24.1669],[120.7787,24.1681],[120.7758,24.1686],[120.7741,24.1675],[120.7719,24.162],[120.7691,24.1601],[120.7633,24.159],[120.7619,24.16],[120.7598,24.1581],[120.7547,24.158],[120.7535,24.1595],[120.7495,24.162],[120.7447,24.1593],[120.7386,24.16],[120.7314,24.1572],[120.7261,24.1568],[120.7246,24.1584],[120.7225,24.1585],[120.7128,24.161],[120.7093,24.1608],[120.7065,24.1631],[120.7031,24.1626],[120.7039,24.1594],[120.7038,24.1577],[120.7008,24.154],[120.6997,24.1514],[120.6995,24.1486],[120.7006,24.1459],[120.7038,24.1468],[120.7069,24.1493],[120.7109,24.1495],[120.712,24.1473],[120.7117,24.1438],[120.7107,24.1418],[120.7103,24.1375],[120.7079,24.132],[120.7042,24.1249],[120.7022,24.1215],[120.7007,24.1131],[120.7018,24.1112],[120.7076,24.1119],[120.7139,24.1098],[120.7094,24.1061],[120.7096,24.1046],[120.7132,24.1036],[120.7201,24.1002],[120.7249,24.0974],[120.7284,24.0947],[120.73,24.0942],[120.7331,24.0954],[120.7365,24.0946],[120.7386,24.0959],[120.7414,24.0925],[120.7412,24.0865],[120.737,24.0848],[120.736,24.0858],[120.7321,24.0814],[120.7365,24.0802],[120.7388,24.0787],[120.7431,24.0784],[120.7448,24.079],[120.7463,24.0773],[120.7498,24.0771],[120.7539,24.0749],[120.7567,24.0743],[120.7614,24.0717],[120.7662,24.0665],[120.7673,24.0647],[120.7714,24.0641],[120.7728,24.0628],[120.7772,24.0614],[120.7816,24.0582],[120.7819,24.0567],[120.7847,24.0553],[120.7849,24.0532],[120.7881,24.0527],[120.7892,24.0516],[120.7887,24.0491],[120.79,24.0473],[120.7928,24.0456],[120.7936,24.0432],[120.7966,24.0403],[120.7966,24.0428],[120.8007,24.0486],[120.8011,24.0515],[120.8033,24.0521],[120.8033,24.0564],[120.8063,24.0604],[120.8069,24.0642],[120.8089,24.0662],[120.8118,24.066],[120.8149,24.0699],[120.8158,24.0687],[120.8194,24.0685],[120.8207,24.0698],[120.8294,24.0725],[120.8284,24.0766],[120.8289,24.0837],[120.8281,24.0864],[120.8286,24.0905],[120.8285,24.0945],[120.8298,24.0949],[120.8324,24.0981],[120.8325,24.0994],[120.8303,24.1021],[120.8346,24.1078],[120.8341,24.1097],[120.8345,24.1132],[120.8362,24.1169],[120.8377,24.1179],[120.8357,24.1205],[120.8323,24.1231],[120.8316,24.1273],[120.8342,24.1301],[120.8346,24.1323],[120.8332,24.1349],[120.8342,24.1368],[120.8339,24.1408],[120.8302,24.1439],[120.8235,24.142],[120.8215,24.1465],[120.8198,24.1472],[120.8149,24.1445],[120.8118,24.1453],[120.8104,24.1489],[120.8035,24.1503],[120.8041,24.1549],[120.8054,24.1557],[120.8063,24.161],[120.8046,24.1634],[120.8036,24.1667],[120.8021,24.1675],[120.8026,24.1695]]]},"properties":{"TOWNCODE":"66000270","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"太平區"},"id":"66000270"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4409,23.8183],[121.4323,23.8249],[121.4285,23.8291],[121.4251,23.8373],[121.4222,23.8421],[121.4182,23.8442],[121.4143,23.845],[121.4121,23.8431],[121.4101,23.8435],[121.4076,23.8459],[121.4055,23.8457],[121.4027,23.8393],[121.4006,23.8374],[121.3933,23.8389],[121.3881,23.839],[121.3846,23.8418],[121.3811,23.8422],[121.3775,23.8448],[121.3764,23.8499],[121.3728,23.8532],[121.3715,23.8532],[121.3682,23.8576],[121.3648,23.8596],[121.3639,23.862],[121.3597,23.8656],[121.36,23.8674],[121.3589,23.8693],[121.3613,23.8727],[121.3601,23.8754],[121.3604,23.8772],[121.3579,23.8786],[121.357,23.8814],[121.3542,23.8847],[121.3517,23.8848],[121.3501,23.8867],[121.3541,23.8885],[121.3498,23.8904],[121.3472,23.8927],[121.3458,23.8969],[121.3408,23.8984],[121.3367,23.8984],[121.3373,23.9029],[121.3341,23.9054],[121.3302,23.907],[121.3301,23.9101],[121.3311,23.9139],[121.3299,23.9156],[121.326,23.9167],[121.3208,23.9158],[121.3205,23.9176],[121.3167,23.9172],[121.3145,23.9204],[121.3121,23.9208],[121.3097,23.9198],[121.3016,23.9226],[121.2951,23.9256],[121.2938,23.9249],[121.2843,23.9233],[121.279,23.9259],[121.2746,23.9265],[121.2765,23.9229],[121.2751,23.9189],[121.2762,23.9158],[121.2754,23.9147],[121.2761,23.9101],[121.2749,23.9075],[121.27,23.9065],[121.2663,23.9073],[121.2629,23.9045],[121.2611,23.9023],[121.264,23.8986],[121.266,23.8944],[121.2655,23.8911],[121.2672,23.8894],[121.2683,23.8834],[121.2659,23.8832],[121.2635,23.8814],[121.2629,23.8795],[121.2653,23.8729],[121.2615,23.8723],[121.2581,23.8725],[121.2571,23.8697],[121.253,23.8679],[121.253,23.8634],[121.2519,23.8612],[121.2499,23.8596],[121.2502,23.8566],[121.2487,23.8537],[121.2488,23.8521],[121.2453,23.8497],[121.2438,23.8473],[121.2435,23.845],[121.2393,23.8401],[121.2393,23.8371],[121.2377,23.8325],[121.2381,23.8296],[121.2369,23.8238],[121.2379,23.8214],[121.2349,23.8181],[121.2346,23.8122],[121.2293,23.8088],[121.2274,23.8083],[121.2279,23.8055],[121.2266,23.8046],[121.2255,23.7981],[121.2266,23.7961],[121.2271,23.7913],[121.2306,23.7899],[121.2305,23.7881],[121.2279,23.7848],[121.2237,23.7824],[121.2195,23.7818],[121.2183,23.7797],[121.213,23.7769],[121.2124,23.7758],[121.2089,23.776],[121.207,23.7751],[121.206,23.7726],[121.2047,23.7724],[121.2066,23.7674],[121.2087,23.7658],[121.2064,23.7628],[121.211,23.7611],[121.2132,23.7576],[121.2175,23.757],[121.219,23.7561],[121.2215,23.7527],[121.225,23.7518],[121.2293,23.7523],[121.2323,23.7508],[121.2332,23.748],[121.2299,23.7469],[121.2288,23.7445],[121.2289,23.7399],[121.2284,23.7365],[121.2298,23.7329],[121.2298,23.73],[121.232,23.7295],[121.2359,23.7245],[121.2393,23.7244],[121.2378,23.7199],[121.2396,23.7154],[121.2388,23.7129],[121.2396,23.7103],[121.2412,23.709],[121.2412,23.7064],[121.2394,23.6998],[121.2412,23.6984],[121.2393,23.6943],[121.2395,23.6872],[121.2375,23.6853],[121.236,23.6823],[121.2343,23.681],[121.2324,23.6775],[121.236,23.6708],[121.2358,23.6622],[121.2319,23.6579],[121.2307,23.6535],[121.2312,23.6514],[121.2299,23.6474],[121.2278,23.6454],[121.2259,23.6413],[121.2241,23.6389],[121.224,23.6329],[121.225,23.6297],[121.2249,23.6274],[121.2233,23.6226],[121.2213,23.6201],[121.22,23.6169],[121.2173,23.6147],[121.2158,23.607],[121.2147,23.6055],[121.2133,23.6003],[121.2179,23.6008],[121.2204,23.5995],[121.2222,23.6017],[121.2248,23.6029],[121.2293,23.6068],[121.2311,23.6065],[121.2336,23.6076],[121.2356,23.6101],[121.2382,23.6107],[121.2387,23.614],[121.2421,23.6153],[121.2459,23.6152],[121.2451,23.6109],[121.2457,23.6088],[121.2447,23.6045],[121.2452,23.6011],[121.2437,23.5988],[121.2449,23.5955],[121.2442,23.5923],[121.2455,23.589],[121.2475,23.587],[121.247,23.5804],[121.2482,23.5788],[121.2522,23.5763],[121.2518,23.573],[121.2503,23.5707],[121.2517,23.5676],[121.2523,23.564],[121.2519,23.5616],[121.2539,23.5581],[121.2515,23.5559],[121.2517,23.5542],[121.2503,23.5524],[121.2499,23.5501],[121.2547,23.5445],[121.257,23.5448],[121.2591,23.5425],[121.2596,23.5404],[121.2633,23.5389],[121.2688,23.5411],[121.2703,23.5422],[121.2776,23.5406],[121.2823,23.5433],[121.2847,23.5452],[121.2846,23.5479],[121.2894,23.5479],[121.2935,23.5499],[121.2976,23.5505],[121.2999,23.5538],[121.3073,23.5576],[121.3099,23.5605],[121.3149,23.5622],[121.3197,23.5625],[121.3224,23.5614],[121.3224,23.5554],[121.323,23.5542],[121.3228,23.5489],[121.3213,23.5465],[121.3205,23.5435],[121.3213,23.539],[121.3233,23.5381],[121.3233,23.5355],[121.3221,23.5343],[121.323,23.5325],[121.3224,23.5278],[121.3235,23.5264],[121.3238,23.5211],[121.3219,23.5163],[121.3244,23.5103],[121.3261,23.5091],[121.3259,23.5051],[121.3276,23.5028],[121.3234,23.5021],[121.3224,23.5011],[121.3186,23.5001],[121.3186,23.4989],[121.3157,23.4953],[121.3162,23.4924],[121.315,23.4883],[121.3179,23.4889],[121.3241,23.4879],[121.3236,23.4838],[121.321,23.4805],[121.3214,23.4777],[121.3204,23.4749],[121.3191,23.4741],[121.3202,23.4702],[121.3202,23.4671],[121.3235,23.4665],[121.3252,23.4673],[121.3253,23.4672],[121.3252,23.4673],[121.326,23.4716],[121.3272,23.4729],[121.3278,23.4759],[121.3295,23.4776],[121.3321,23.4817],[121.333,23.4876],[121.3372,23.4904],[121.3422,23.4887],[121.3455,23.4909],[121.3458,23.4961],[121.347,23.4998],[121.3471,23.5036],[121.3458,23.5109],[121.3471,23.5122],[121.3473,23.515],[121.3466,23.5185],[121.3488,23.5258],[121.3532,23.5268],[121.3565,23.5264],[121.3627,23.5264],[121.3646,23.5249],[121.366,23.5209],[121.3688,23.5229],[121.3681,23.5263],[121.3699,23.5304],[121.3692,23.5321],[121.3703,23.5354],[121.374,23.5365],[121.3751,23.5382],[121.3738,23.5434],[121.3764,23.5482],[121.3749,23.5522],[121.3756,23.5538],[121.3744,23.5572],[121.3716,23.5624],[121.3683,23.5644],[121.3642,23.5699],[121.3617,23.5702],[121.3602,23.5683],[121.3587,23.5688],[121.3565,23.5674],[121.3548,23.5675],[121.3524,23.5658],[121.3499,23.5671],[121.3489,23.5712],[121.3513,23.5766],[121.3531,23.5762],[121.3594,23.5762],[121.3594,23.5821],[121.3579,23.583],[121.3551,23.5869],[121.3541,23.595],[121.3523,23.5984],[121.3525,23.6018],[121.3538,23.6043],[121.3581,23.6054],[121.3621,23.6077],[121.364,23.6112],[121.3659,23.616],[121.3683,23.6162],[121.3679,23.6213],[121.3695,23.6279],[121.3687,23.6317],[121.369,23.6353],[121.3714,23.6382],[121.3727,23.6413],[121.3794,23.6431],[121.3799,23.6458],[121.3784,23.6482],[121.3788,23.651],[121.3728,23.6581],[121.3751,23.6599],[121.381,23.662],[121.3782,23.6649],[121.3756,23.6661],[121.3725,23.6705],[121.3706,23.6761],[121.3713,23.6789],[121.3708,23.6809],[121.3732,23.6862],[121.3751,23.6893],[121.3794,23.6899],[121.3815,23.6867],[121.384,23.6847],[121.3868,23.686],[121.39,23.6884],[121.3966,23.6882],[121.4006,23.6892],[121.4037,23.689],[121.4057,23.6915],[121.4058,23.6954],[121.4093,23.7002],[121.4174,23.7103],[121.4114,23.7114],[121.4099,23.7135],[121.4116,23.7158],[121.4082,23.7175],[121.4052,23.7157],[121.4029,23.7154],[121.3969,23.7165],[121.3965,23.7184],[121.408,23.7215],[121.4119,23.7221],[121.4185,23.7215],[121.4234,23.7196],[121.4252,23.7198],[121.4291,23.725],[121.4362,23.7259],[121.4326,23.7294],[121.4299,23.7312],[121.4205,23.7347],[121.4122,23.7384],[121.4105,23.7407],[121.4208,23.7466],[121.4228,23.7504],[121.4225,23.7546],[121.4237,23.7561],[121.4237,23.7593],[121.4227,23.7621],[121.427,23.7648],[121.4305,23.7689],[121.435,23.7687],[121.4429,23.7673],[121.448,23.7635],[121.453,23.761],[121.4524,23.765],[121.4531,23.7675],[121.4523,23.7715],[121.4531,23.7781],[121.4521,23.7786],[121.4493,23.7769],[121.4464,23.779],[121.4466,23.7841],[121.4532,23.7834],[121.4529,23.7844],[121.4478,23.7911],[121.4455,23.7923],[121.4444,23.7956],[121.4444,23.8002],[121.4462,23.8093],[121.4479,23.809],[121.4491,23.8112],[121.4511,23.8125],[121.4409,23.8183]]]},"properties":{"TOWNCODE":"10015120","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"萬榮鄉"},"id":"10015120"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5266,23.7313],[121.5241,23.732],[121.5241,23.7334],[121.5209,23.7366],[121.5196,23.7407],[121.5186,23.7484],[121.5165,23.7484],[121.5172,23.7538],[121.5165,23.7577],[121.518,23.7592],[121.5145,23.7599],[121.5121,23.7633],[121.5062,23.7643],[121.5059,23.7656],[121.5003,23.7668],[121.4978,23.768],[121.4978,23.7704],[121.4961,23.7732],[121.4976,23.7762],[121.5,23.7782],[121.5076,23.7811],[121.5111,23.7831],[121.5159,23.7846],[121.5198,23.7866],[121.5198,23.7897],[121.5186,23.793],[121.5185,23.7965],[121.5202,23.8006],[121.5236,23.8041],[121.5253,23.8077],[121.5266,23.8162],[121.525,23.8172],[121.5196,23.8158],[121.5084,23.8104],[121.4968,23.8078],[121.4886,23.807],[121.482,23.807],[121.4764,23.8074],[121.4616,23.808],[121.4588,23.8085],[121.4571,23.8102],[121.4511,23.8125],[121.4491,23.8112],[121.4479,23.809],[121.4462,23.8093],[121.4444,23.8002],[121.4444,23.7956],[121.4455,23.7923],[121.4478,23.7911],[121.4529,23.7844],[121.4532,23.7834],[121.4466,23.7841],[121.4464,23.779],[121.4493,23.7769],[121.4521,23.7786],[121.4531,23.7781],[121.4523,23.7715],[121.4531,23.7675],[121.4524,23.765],[121.453,23.761],[121.448,23.7635],[121.4429,23.7673],[121.435,23.7687],[121.4305,23.7689],[121.427,23.7648],[121.4227,23.7621],[121.4237,23.7593],[121.4237,23.7561],[121.4225,23.7546],[121.4228,23.7504],[121.4208,23.7466],[121.4105,23.7407],[121.4122,23.7384],[121.4205,23.7347],[121.4299,23.7312],[121.4326,23.7294],[121.4362,23.7259],[121.4291,23.725],[121.4252,23.7198],[121.4234,23.7196],[121.4185,23.7215],[121.4119,23.7221],[121.408,23.7215],[121.3965,23.7184],[121.3969,23.7165],[121.4029,23.7154],[121.4052,23.7157],[121.4082,23.7175],[121.4116,23.7158],[121.4099,23.7135],[121.4114,23.7114],[121.4174,23.7103],[121.4093,23.7002],[121.4058,23.6954],[121.4057,23.6915],[121.4037,23.689],[121.407,23.6883],[121.4093,23.6889],[121.4139,23.6877],[121.4195,23.6871],[121.4296,23.6841],[121.4454,23.6782],[121.4518,23.6761],[121.4575,23.675],[121.4585,23.6757],[121.4639,23.6764],[121.4672,23.6782],[121.4712,23.6817],[121.4756,23.6869],[121.4785,23.6911],[121.481,23.6961],[121.486,23.701],[121.4892,23.7011],[121.4947,23.7035],[121.4951,23.7051],[121.4992,23.7068],[121.5017,23.7044],[121.5046,23.7046],[121.5057,23.7061],[121.5067,23.7099],[121.5106,23.7123],[121.5144,23.713],[121.5174,23.7122],[121.519,23.7132],[121.5194,23.7172],[121.5226,23.7198],[121.525,23.7208],[121.5258,23.7225],[121.5251,23.7274],[121.5266,23.7291],[121.5266,23.7313]]]},"properties":{"TOWNCODE":"10015020","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"鳳林鎮"},"id":"10015020"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2582,24.9304],[121.2558,24.9299],[121.2498,24.9269],[121.2433,24.9252],[121.2366,24.9279],[121.2316,24.9316],[121.2289,24.9317],[121.228,24.9356],[121.2253,24.9374],[121.2252,24.9407],[121.2241,24.9434],[121.2221,24.9451],[121.2234,24.9476],[121.2214,24.9516],[121.2176,24.9535],[121.2155,24.9529],[121.2133,24.9561],[121.2082,24.9574],[121.2,24.9571],[121.1945,24.9572],[121.19,24.9611],[121.1911,24.9658],[121.1911,24.9702],[121.1901,24.9713],[121.186,24.9682],[121.1837,24.9677],[121.1819,24.9694],[121.1791,24.9695],[121.177,24.9592],[121.1773,24.9542],[121.1791,24.9482],[121.1817,24.9466],[121.1819,24.944],[121.1848,24.9412],[121.1846,24.939],[121.1888,24.9286],[121.1873,24.9228],[121.1886,24.9207],[121.1891,24.9158],[121.1883,24.9074],[121.1869,24.9049],[121.1871,24.9028],[121.1853,24.8956],[121.1837,24.8926],[121.1847,24.8899],[121.1877,24.8889],[121.1904,24.8914],[121.1918,24.8936],[121.1948,24.8916],[121.1952,24.8879],[121.2041,24.8896],[121.2073,24.8929],[121.2122,24.8911],[121.2203,24.8932],[121.2226,24.892],[121.2295,24.8934],[121.231,24.8885],[121.2344,24.8868],[121.2393,24.8876],[121.2414,24.89],[121.2434,24.888],[121.2463,24.8879],[121.2467,24.8844],[121.2454,24.8833],[121.2455,24.8792],[121.2445,24.8774],[121.2446,24.8729],[121.2467,24.8749],[121.2493,24.886],[121.2494,24.8916],[121.2507,24.8962],[121.2524,24.8981],[121.2525,24.9032],[121.2532,24.9056],[121.2531,24.9089],[121.2532,24.9108],[121.2557,24.9156],[121.2552,24.9185],[121.2518,24.9217],[121.2553,24.9246],[121.2582,24.9304]]]},"properties":{"TOWNCODE":"68000100","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"平鎮區"},"id":"68000100"}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2493,24.886],[121.2467,24.8749],[121.2446,24.8729],[121.2445,24.8774],[121.2455,24.8792],[121.2454,24.8833],[121.2467,24.8844],[121.2463,24.8879],[121.2434,24.888],[121.2414,24.89],[121.2393,24.8876],[121.2344,24.8868],[121.231,24.8885],[121.2295,24.8934],[121.2226,24.892],[121.2203,24.8932],[121.2122,24.8911],[121.2073,24.8929],[121.2041,24.8896],[121.1952,24.8879],[121.1948,24.8916],[121.1918,24.8936],[121.1904,24.8914],[121.1877,24.8889],[121.1847,24.8899],[121.1823,24.8902],[121.1795,24.8895],[121.1774,24.8864],[121.1769,24.8826],[121.1747,24.8814],[121.1752,24.8785],[121.1747,24.8762],[121.176,24.8743],[121.1756,24.8721],[121.1701,24.8722],[121.1655,24.874],[121.1604,24.8734],[121.1582,24.8753],[121.1569,24.8737],[121.1594,24.869],[121.1605,24.8635],[121.1601,24.8623],[121.1613,24.8593],[121.1564,24.8558],[121.1557,24.8503],[121.1535,24.8486],[121.1526,24.8459],[121.15,24.8444],[121.1546,24.8438],[121.1548,24.8422],[121.1602,24.8373],[121.162,24.8374],[121.1657,24.8359],[121.1738,24.8335],[121.1759,24.8311],[121.1738,24.8276],[121.1762,24.8275],[121.1835,24.8249],[121.1891,24.8221],[121.1921,24.8199],[121.1966,24.8177],[121.1989,24.8149],[121.201,24.8179],[121.2033,24.8173],[121.2031,24.8146],[121.2059,24.8124],[121.2034,24.8113],[121.2028,24.8099],[121.2046,24.8074],[121.2083,24.8074],[121.2096,24.8095],[121.217,24.8124],[121.2197,24.8117],[121.2187,24.8086],[121.2199,24.8074],[121.2196,24.804],[121.2208,24.8029],[121.2215,24.7995],[121.228,24.8028],[121.2344,24.8043],[121.2379,24.8046],[121.2423,24.8071],[121.2431,24.8087],[121.2438,24.814],[121.2489,24.8207],[121.2534,24.8242],[121.2545,24.8294],[121.2568,24.8336],[121.2598,24.8366],[121.2604,24.839],[121.2656,24.8465],[121.2677,24.8488],[121.2675,24.8517],[121.2643,24.859],[121.2613,24.8592],[121.2592,24.8641],[121.2551,24.863],[121.2526,24.8601],[121.2516,24.8606],[121.248,24.8584],[121.2457,24.86],[121.2489,24.8691],[121.2491,24.8756],[121.25,24.8776],[121.2509,24.8834],[121.2493,24.886]]]},"properties":{"TOWNCODE":"68000090","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"龍潭區"},"id":"68000090"} -]} \ No newline at end of file +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.41,23.2135],[121.4097,23.2138],[121.4076,23.215],[121.4058,23.2185],[121.4012,23.2229],[121.4006,23.2213],[121.3977,23.2237],[121.3968,23.2217],[121.3931,23.222],[121.3864,23.2235],[121.3873,23.2252],[121.3823,23.2277],[121.3786,23.2263],[121.3758,23.2271],[121.3715,23.2265],[121.3684,23.2267],[121.3651,23.2293],[121.3613,23.229],[121.36,23.2301],[121.3578,23.2342],[121.3569,23.2372],[121.3534,23.2333],[121.3526,23.2302],[121.3545,23.2278],[121.3545,23.2253],[121.3559,23.2239],[121.3533,23.22],[121.3516,23.2202],[121.3501,23.218],[121.3466,23.2172],[121.3457,23.2134],[121.3469,23.2092],[121.3453,23.2083],[121.3438,23.2044],[121.3432,23.1985],[121.3422,23.1959],[121.3398,23.1939],[121.3376,23.1886],[121.338,23.1858],[121.3353,23.1813],[121.3349,23.1779],[121.3284,23.1793],[121.324,23.1787],[121.324,23.175],[121.3222,23.1732],[121.3219,23.1694],[121.3187,23.1683],[121.3174,23.1645],[121.322,23.1577],[121.3223,23.1551],[121.3238,23.1551],[121.3272,23.1521],[121.3244,23.149],[121.3244,23.1463],[121.3221,23.1396],[121.3204,23.1381],[121.3205,23.1361],[121.3222,23.1315],[121.3218,23.1276],[121.3229,23.1234],[121.3219,23.117],[121.3196,23.1136],[121.3158,23.1097],[121.3141,23.106],[121.3147,23.1],[121.317,23.0949],[121.3177,23.0896],[121.3162,23.0887],[121.3164,23.0862],[121.314,23.0822],[121.3156,23.0784],[121.3158,23.074],[121.3134,23.0703],[121.3131,23.0669],[121.3139,23.065],[121.3177,23.0635],[121.3186,23.0597],[121.3162,23.0531],[121.3169,23.0511],[121.3135,23.0485],[121.3137,23.0475],[121.3099,23.0436],[121.3125,23.0378],[121.3122,23.036],[121.3134,23.0316],[121.3116,23.0305],[121.3087,23.0273],[121.3083,23.0245],[121.3056,23.0232],[121.303,23.0196],[121.3024,23.0157],[121.3032,23.0131],[121.3026,23.0116],[121.3048,23.0092],[121.307,23.0011],[121.3039,22.9993],[121.2988,22.9952],[121.298,22.9909],[121.2967,22.9886],[121.297,22.9868],[121.3017,22.9915],[121.3084,22.9919],[121.3055,22.9878],[121.3034,22.9859],[121.2996,22.9841],[121.2988,22.9828],[121.3004,22.9785],[121.3046,22.976],[121.3111,22.9744],[121.3137,22.9768],[121.3165,22.9812],[121.3197,22.9879],[121.3238,22.9939],[121.3216,22.9971],[121.3216,23.0002],[121.3232,23.0048],[121.3264,23.0057],[121.3283,23.0092],[121.3287,23.0152],[121.3304,23.017],[121.3346,23.0183],[121.3372,23.0201],[121.3351,23.0219],[121.3366,23.0252],[121.3392,23.0259],[121.3382,23.0293],[121.3384,23.0328],[121.3416,23.0424],[121.3433,23.0436],[121.3441,23.0464],[121.3437,23.0483],[121.3459,23.0511],[121.3465,23.0589],[121.3481,23.0646],[121.3493,23.0667],[121.3542,23.0714],[121.3568,23.0744],[121.3551,23.0797],[121.358,23.0826],[121.3578,23.0854],[121.3595,23.0889],[121.3623,23.0927],[121.3661,23.0962],[121.3693,23.0959],[121.3751,23.0965],[121.3829,23.0955],[121.3847,23.0968],[121.3848,23.1001],[121.3876,23.1023],[121.3877,23.1051],[121.3921,23.1088],[121.3952,23.1134],[121.3975,23.1146],[121.401,23.1135],[121.4029,23.1138],[121.407,23.1159],[121.408,23.1177],[121.4125,23.1223],[121.4154,23.1234],[121.4185,23.1227],[121.4223,23.1247],[121.4242,23.1249],[121.4232,23.1277],[121.4209,23.1268],[121.4164,23.1268],[121.4137,23.1241],[121.4111,23.124],[121.4052,23.1263],[121.4029,23.1296],[121.3998,23.1351],[121.3999,23.1379],[121.401,23.142],[121.4011,23.146],[121.3993,23.1484],[121.4,23.1503],[121.4031,23.1513],[121.4053,23.155],[121.4076,23.1623],[121.4078,23.1668],[121.4068,23.1703],[121.4029,23.1718],[121.4027,23.1742],[121.4039,23.1765],[121.4036,23.1787],[121.4006,23.1814],[121.3987,23.1845],[121.3975,23.1929],[121.3961,23.1992],[121.397,23.2051],[121.3983,23.2082],[121.3997,23.2085],[121.4024,23.2119],[121.4048,23.2131],[121.4087,23.213],[121.4097,23.2138],[121.41,23.2135]]]},"properties":{"TOWNCODE":"10014020","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"成功鎮"},"id":"10014020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5766,22.4577],[120.573,22.4605],[120.5666,22.4603],[120.5611,22.4618],[120.553,22.4609],[120.5474,22.4608],[120.5447,22.4631],[120.5415,22.4631],[120.5395,22.4615],[120.5386,22.4588],[120.5352,22.4523],[120.5328,22.4495],[120.5273,22.4496],[120.5259,22.449],[120.5244,22.4449],[120.5272,22.4435],[120.5259,22.4409],[120.5251,22.4301],[120.5233,22.4273],[120.5201,22.4241],[120.5135,22.4191],[120.5124,22.4174],[120.5103,22.4119],[120.5158,22.4111],[120.5175,22.409],[120.5242,22.4053],[120.5402,22.3972],[120.5487,22.3974],[120.5516,22.3971],[120.5535,22.4009],[120.56,22.4012],[120.5637,22.3996],[120.5658,22.4017],[120.5656,22.4072],[120.5648,22.4092],[120.5674,22.4109],[120.5719,22.4125],[120.5762,22.4146],[120.5684,22.4267],[120.5669,22.4295],[120.5691,22.4335],[120.5691,22.4384],[120.5708,22.4409],[120.5701,22.4435],[120.5716,22.4485],[120.5729,22.4483],[120.5738,22.4531],[120.5766,22.4577]]]},"properties":{"TOWNCODE":"10013210","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"佳冬鄉"},"id":"10013210"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.299,23.7409],[120.299,23.7512],[120.3006,23.754],[120.2986,23.7552],[120.2972,23.7579],[120.2977,23.7599],[120.2933,23.7605],[120.2943,23.7637],[120.3068,23.7631],[120.3058,23.7701],[120.3059,23.7765],[120.3032,23.7785],[120.2973,23.7773],[120.2946,23.7802],[120.2961,23.7873],[120.2956,23.79],[120.2933,23.7925],[120.2938,23.7964],[120.297,23.8049],[120.3005,23.8046],[120.3019,23.8063],[120.3021,23.8219],[120.2564,23.8337],[120.2492,23.8375],[120.2447,23.8406],[120.2383,23.8459],[120.2324,23.8517],[120.224,23.8615],[120.2204,23.8662],[120.2192,23.8585],[120.2134,23.85],[120.2095,23.8489],[120.2061,23.8487],[120.2046,23.8477],[120.2045,23.8449],[120.2064,23.8441],[120.2084,23.8419],[120.2077,23.8372],[120.206,23.8343],[120.2001,23.8267],[120.1956,23.8231],[120.1917,23.8182],[120.1857,23.8162],[120.1825,23.8162],[120.1814,23.8104],[120.178,23.8091],[120.175,23.8058],[120.1704,23.8067],[120.1703,23.8057],[120.1757,23.8043],[120.1755,23.8031],[120.1649,23.7942],[120.1601,23.7867],[120.1568,23.7846],[120.1619,23.7799],[120.1629,23.7797],[120.1629,23.7725],[120.1692,23.7589],[120.1678,23.757],[120.1776,23.7565],[120.2012,23.7567],[120.2053,23.7606],[120.2085,23.762],[120.2124,23.7621],[120.2162,23.7631],[120.2201,23.7629],[120.2239,23.762],[120.2265,23.7587],[120.2293,23.7573],[120.2338,23.7563],[120.2394,23.751],[120.2407,23.7469],[120.2427,23.7444],[120.2443,23.7432],[120.2471,23.7383],[120.2511,23.7359],[120.2535,23.7362],[120.2596,23.7355],[120.2644,23.7336],[120.2723,23.734],[120.275,23.7353],[120.2785,23.7358],[120.2807,23.7375],[120.2816,23.7398],[120.2836,23.7413],[120.2895,23.7415],[120.299,23.7409]]]},"properties":{"TOWNCODE":"10009130","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"麥寮鄉"},"id":"10009130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4915,22.6775],[121.49,22.677],[121.4841,22.6771],[121.4801,22.6741],[121.4728,22.6749],[121.4697,22.6763],[121.4654,22.6751],[121.4643,22.6733],[121.4656,22.6701],[121.4685,22.6676],[121.4733,22.6608],[121.4753,22.6587],[121.4746,22.6544],[121.4748,22.6514],[121.4735,22.6465],[121.4776,22.6461],[121.4859,22.644],[121.4921,22.6391],[121.493,22.639],[121.4939,22.6345],[121.4952,22.6325],[121.4977,22.6318],[121.498,22.6341],[121.4997,22.6351],[121.5025,22.6341],[121.505,22.6357],[121.5046,22.6383],[121.5021,22.6414],[121.5021,22.6439],[121.4995,22.6459],[121.5022,22.6522],[121.5051,22.6515],[121.5059,22.6528],[121.5088,22.6538],[121.5069,22.6568],[121.5088,22.6602],[121.5091,22.6648],[121.5112,22.6697],[121.5097,22.6704],[121.5091,22.6728],[121.51,22.6771],[121.5071,22.6786],[121.5048,22.677],[121.4987,22.6758],[121.496,22.6765],[121.4935,22.6751],[121.4915,22.6775]]]},"properties":{"TOWNCODE":"10014110","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"綠島鄉"},"id":"10014110"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.6118,21.9429],[121.616,21.9445],[121.6164,21.9468],[121.6157,21.9501],[121.6162,21.9523],[121.6149,21.9549],[121.6129,21.955],[121.6101,21.9535],[121.6044,21.9524],[121.6035,21.9516],[121.6067,21.9467],[121.608,21.9428],[121.6118,21.9429]]],[[[121.5047,22.0848],[121.5022,22.084],[121.4993,22.0805],[121.4999,22.0793],[121.5032,22.0773],[121.5037,22.0759],[121.5087,22.0702],[121.51,22.0677],[121.5107,22.0633],[121.5088,22.0593],[121.5086,22.0569],[121.5108,22.0496],[121.5089,22.0477],[121.5152,22.0469],[121.5172,22.0458],[121.5175,22.044],[121.5217,22.039],[121.524,22.0392],[121.5274,22.0344],[121.5307,22.0316],[121.5336,22.0283],[121.5375,22.0249],[121.5422,22.0247],[121.5436,22.0257],[121.5489,22.0257],[121.553,22.0244],[121.5534,22.023],[121.5569,22.0217],[121.5623,22.0173],[121.5657,22.0133],[121.567,22.011],[121.5694,22.0088],[121.5698,22.004],[121.5764,22.0029],[121.581,22.0038],[121.5863,22.0001],[121.5908,22.0002],[121.5931,22.0018],[121.5979,22.0093],[121.5986,22.0119],[121.6021,22.0152],[121.6029,22.0185],[121.6021,22.0206],[121.5964,22.0253],[121.595,22.0254],[121.591,22.0278],[121.5883,22.0284],[121.5787,22.0324],[121.5762,22.0341],[121.568,22.0408],[121.5663,22.0435],[121.5651,22.0475],[121.5641,22.0487],[121.5637,22.0534],[121.5677,22.0581],[121.5721,22.0599],[121.5741,22.0614],[121.5709,22.0647],[121.5701,22.0701],[121.5678,22.0732],[121.5678,22.0755],[121.5701,22.0824],[121.568,22.084],[121.5654,22.084],[121.5606,22.0807],[121.5581,22.0805],[121.5545,22.0825],[121.5442,22.0826],[121.5371,22.0815],[121.5329,22.0817],[121.5303,22.0811],[121.5289,22.0796],[121.5256,22.0811],[121.5134,22.0804],[121.5085,22.0823],[121.5061,22.0847],[121.5047,22.0848]]]]},"properties":{"TOWNCODE":"10014160","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"蘭嶼鄉"},"id":"10014160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6248,23.8771],[120.6212,23.8777],[120.617,23.8795],[120.6123,23.8806],[120.6056,23.88],[120.6048,23.8811],[120.5981,23.8813],[120.5966,23.8832],[120.5929,23.8821],[120.5929,23.877],[120.589,23.8771],[120.5833,23.8765],[120.582,23.8771],[120.5793,23.8755],[120.5758,23.8774],[120.5748,23.8797],[120.576,23.8818],[120.5751,23.8844],[120.5743,23.89],[120.5754,23.8919],[120.5735,23.8943],[120.5681,23.8887],[120.5693,23.8849],[120.5662,23.8862],[120.56,23.886],[120.5605,23.8824],[120.5578,23.8811],[120.5571,23.8768],[120.5557,23.875],[120.552,23.8762],[120.5517,23.8732],[120.555,23.8699],[120.5547,23.8649],[120.5562,23.8646],[120.5617,23.8606],[120.563,23.8579],[120.572,23.8513],[120.5714,23.8496],[120.5684,23.8465],[120.5663,23.8474],[120.5613,23.8482],[120.559,23.8474],[120.5628,23.8433],[120.5723,23.833],[120.5733,23.8344],[120.5807,23.8261],[120.5831,23.8281],[120.5876,23.8233],[120.5916,23.8202],[120.5964,23.8193],[120.6019,23.8206],[120.6028,23.8199],[120.6031,23.8219],[120.6002,23.826],[120.6001,23.83],[120.5981,23.8309],[120.5983,23.8349],[120.5961,23.8374],[120.5983,23.8381],[120.6014,23.8372],[120.6028,23.8381],[120.605,23.8351],[120.6156,23.8406],[120.6189,23.8417],[120.6183,23.8431],[120.6233,23.8481],[120.6237,23.8503],[120.6259,23.852],[120.6274,23.8569],[120.6234,23.86],[120.6234,23.8622],[120.6201,23.8653],[120.6215,23.8698],[120.6234,23.8694],[120.6258,23.8736],[120.6248,23.8771]]]},"properties":{"TOWNCODE":"10007120","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"田中鎮"},"id":"10007120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5681,23.8887],[120.5735,23.8943],[120.5754,23.8919],[120.5743,23.89],[120.5751,23.8844],[120.576,23.8818],[120.5748,23.8797],[120.5758,23.8774],[120.5793,23.8755],[120.582,23.8771],[120.5833,23.8765],[120.589,23.8771],[120.5929,23.877],[120.5929,23.8821],[120.5966,23.8832],[120.5981,23.8813],[120.6048,23.8811],[120.6056,23.88],[120.6123,23.8806],[120.617,23.8795],[120.6212,23.8777],[120.6248,23.8771],[120.6267,23.8794],[120.6275,23.8836],[120.6296,23.8846],[120.6294,23.8891],[120.6322,23.8902],[120.6341,23.8919],[120.6343,23.8951],[120.6331,23.8956],[120.6351,23.8986],[120.6347,23.9008],[120.6322,23.9053],[120.6342,23.9078],[120.6323,23.9107],[120.6344,23.9141],[120.6339,23.919],[120.6366,23.92],[120.6373,23.9246],[120.6342,23.9266],[120.633,23.9282],[120.6293,23.9296],[120.6284,23.9314],[120.6285,23.9314],[120.6284,23.9314],[120.6243,23.9308],[120.6217,23.9314],[120.6155,23.934],[120.6097,23.9347],[120.607,23.9338],[120.602,23.9356],[120.5983,23.9339],[120.5928,23.9331],[120.5934,23.9306],[120.5923,23.928],[120.5897,23.9249],[120.5815,23.9233],[120.5792,23.9269],[120.5767,23.9361],[120.5754,23.9333],[120.5736,23.9287],[120.5712,23.9271],[120.5763,23.9233],[120.5753,23.9224],[120.5769,23.9169],[120.5771,23.9145],[120.5707,23.9143],[120.5663,23.912],[120.569,23.9048],[120.5645,23.9033],[120.5661,23.8939],[120.5681,23.8887]]]},"properties":{"TOWNCODE":"10007170","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"社頭鄉"},"id":"10007170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.508,22.6207],[120.5068,22.6161],[120.51,22.6122],[120.5134,22.6068],[120.5183,22.6029],[120.5186,22.601],[120.5228,22.5971],[120.523,22.5947],[120.5178,22.5885],[120.5148,22.5827],[120.511,22.5816],[120.5075,22.5776],[120.506,22.5738],[120.4995,22.5727],[120.4966,22.5714],[120.4946,22.5692],[120.4959,22.5654],[120.4946,22.5642],[120.4977,22.5627],[120.4969,22.5612],[120.4994,22.559],[120.504,22.5582],[120.5041,22.554],[120.5057,22.5514],[120.5059,22.5478],[120.503,22.5468],[120.5023,22.5446],[120.5042,22.5427],[120.5081,22.5448],[120.5086,22.5467],[120.5102,22.5499],[120.5091,22.5547],[120.512,22.5578],[120.516,22.5572],[120.5159,22.5537],[120.5184,22.5523],[120.5201,22.5537],[120.5187,22.5575],[120.5204,22.559],[120.525,22.5611],[120.5273,22.5627],[120.5297,22.5658],[120.5331,22.564],[120.5381,22.5634],[120.5397,22.5644],[120.5451,22.5695],[120.5472,22.5708],[120.5518,22.5724],[120.5543,22.5739],[120.5568,22.5809],[120.5559,22.5835],[120.5576,22.5885],[120.5566,22.5908],[120.5535,22.5945],[120.5545,22.5988],[120.5531,22.6008],[120.5526,22.6065],[120.5365,22.6022],[120.5356,22.6042],[120.5364,22.6154],[120.5378,22.618],[120.5364,22.6222],[120.5383,22.6279],[120.5381,22.6356],[120.5392,22.6371],[120.5365,22.64],[120.535,22.6416],[120.5311,22.6373],[120.53,22.6351],[120.5282,22.6342],[120.5284,22.6324],[120.5264,22.6286],[120.5246,22.6273],[120.5198,22.6262],[120.5163,22.6233],[120.508,22.6207]]]},"properties":{"TOWNCODE":"10013140","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"竹田鄉"},"id":"10013140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5042,22.5427],[120.5023,22.5446],[120.503,22.5468],[120.5059,22.5478],[120.5057,22.5514],[120.5041,22.554],[120.504,22.5582],[120.4994,22.559],[120.4969,22.5612],[120.4977,22.5627],[120.4946,22.5642],[120.4959,22.5654],[120.4946,22.5692],[120.4966,22.5714],[120.4995,22.5727],[120.506,22.5738],[120.5075,22.5776],[120.511,22.5816],[120.5148,22.5827],[120.5178,22.5885],[120.523,22.5947],[120.5228,22.5971],[120.5186,22.601],[120.5183,22.6029],[120.5134,22.6068],[120.51,22.6122],[120.5068,22.6161],[120.508,22.6207],[120.5082,22.6235],[120.5063,22.6249],[120.5055,22.6213],[120.5031,22.6191],[120.5009,22.6189],[120.493,22.6193],[120.4925,22.6232],[120.4884,22.6223],[120.4843,22.6202],[120.4807,22.6207],[120.4811,22.6226],[120.4803,22.6268],[120.4803,22.6303],[120.4745,22.6296],[120.4726,22.6288],[120.4714,22.6262],[120.4657,22.6272],[120.4599,22.629],[120.4589,22.6301],[120.4561,22.6293],[120.4484,22.6287],[120.4462,22.6292],[120.4382,22.6286],[120.4353,22.6288],[120.4335,22.6235],[120.4336,22.6182],[120.4346,22.6134],[120.4374,22.6075],[120.439,22.6058],[120.4427,22.6034],[120.4455,22.5996],[120.4468,22.5934],[120.4471,22.587],[120.446,22.5815],[120.4442,22.569],[120.4426,22.5618],[120.4407,22.5576],[120.449,22.5575],[120.4537,22.558],[120.458,22.5596],[120.4632,22.5593],[120.4655,22.5601],[120.4712,22.5604],[120.4698,22.558],[120.478,22.5608],[120.4777,22.5563],[120.4812,22.5559],[120.4789,22.54],[120.4795,22.5366],[120.473,22.536],[120.4743,22.5311],[120.4756,22.5317],[120.4759,22.5347],[120.4783,22.5348],[120.4782,22.531],[120.4844,22.5267],[120.4861,22.525],[120.4884,22.5277],[120.491,22.5287],[120.4923,22.5305],[120.4923,22.5327],[120.4949,22.535],[120.497,22.5395],[120.4995,22.5385],[120.5029,22.54],[120.5042,22.5427]]]},"properties":{"TOWNCODE":"10013050","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"萬丹鄉"},"id":"10013050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9746,24.5833],[120.9778,24.5888],[120.9782,24.5942],[120.9799,24.5963],[120.9814,24.6014],[120.9834,24.6041],[120.9839,24.6062],[120.9831,24.6123],[120.9814,24.6141],[120.9801,24.6175],[120.9814,24.6181],[120.9794,24.6208],[120.9758,24.6187],[120.9729,24.6215],[120.9688,24.6232],[120.9645,24.6214],[120.9639,24.6191],[120.9609,24.6168],[120.957,24.6175],[120.9587,24.6192],[120.9578,24.6234],[120.9593,24.6256],[120.9587,24.6291],[120.9562,24.6296],[120.955,24.6314],[120.9565,24.6338],[120.9563,24.6376],[120.9524,24.6391],[120.9508,24.6415],[120.9495,24.6464],[120.9548,24.6465],[120.9599,24.6431],[120.9628,24.6419],[120.9649,24.642],[120.9706,24.6405],[120.9722,24.6394],[120.9813,24.6384],[120.9829,24.6388],[120.9864,24.6378],[120.9887,24.6411],[120.991,24.6421],[120.9947,24.6404],[120.9965,24.6403],[120.998,24.6421],[121.0013,24.6428],[121.0051,24.6416],[121.0066,24.6443],[121.0082,24.6444],[121.0089,24.6471],[121.0082,24.65],[121.0107,24.6523],[121.0103,24.6562],[121.0058,24.6553],[121.0035,24.6563],[121.0002,24.6547],[120.997,24.6547],[120.9949,24.6595],[120.9917,24.6595],[120.9891,24.663],[120.9871,24.6635],[120.9851,24.6669],[120.9832,24.6672],[120.9832,24.6698],[120.9798,24.6735],[120.977,24.6736],[120.9747,24.674],[120.9717,24.673],[120.9649,24.6763],[120.9619,24.6782],[120.9586,24.6794],[120.9556,24.6779],[120.9505,24.6789],[120.9491,24.675],[120.9465,24.6719],[120.9433,24.6711],[120.945,24.6687],[120.9447,24.6659],[120.9426,24.6651],[120.941,24.6615],[120.941,24.6588],[120.9398,24.6575],[120.9356,24.6576],[120.9345,24.66],[120.9308,24.661],[120.9289,24.6628],[120.9216,24.6627],[120.92,24.6613],[120.9199,24.6579],[120.9166,24.6561],[120.9142,24.6561],[120.9106,24.6537],[120.9124,24.6503],[120.9116,24.6461],[120.9135,24.6441],[120.9128,24.6418],[120.9094,24.6411],[120.9088,24.6376],[120.9062,24.637],[120.9042,24.6356],[120.9039,24.6317],[120.8992,24.6289],[120.8988,24.6272],[120.8966,24.6254],[120.9009,24.6248],[120.9017,24.6257],[120.9071,24.6261],[120.9108,24.6285],[120.9115,24.6263],[120.9146,24.6242],[120.9141,24.6221],[120.9159,24.6198],[120.9115,24.6178],[120.9145,24.6124],[120.917,24.6111],[120.9146,24.6084],[120.9144,24.6071],[120.9178,24.6065],[120.9155,24.6031],[120.9198,24.6018],[120.9216,24.6036],[120.925,24.6037],[120.929,24.608],[120.9354,24.608],[120.9384,24.6062],[120.9417,24.6058],[120.9451,24.6071],[120.9489,24.6053],[120.9491,24.6012],[120.952,24.6007],[120.956,24.5985],[120.9592,24.5944],[120.9659,24.5893],[120.9667,24.5868],[120.9686,24.5863],[120.9746,24.5833]]]},"properties":{"TOWNCODE":"10005160","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"三灣鄉"},"id":"10005160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.977,24.6736],[120.9798,24.6735],[120.9832,24.6698],[120.9832,24.6672],[120.9851,24.6669],[120.9871,24.6635],[120.9891,24.663],[120.9917,24.6595],[120.9949,24.6595],[120.997,24.6547],[121.0002,24.6547],[121.0035,24.6563],[121.0058,24.6553],[121.0103,24.6562],[121.0107,24.6523],[121.0082,24.65],[121.0089,24.6471],[121.0082,24.6444],[121.0101,24.644],[121.0141,24.6409],[121.0189,24.6408],[121.0237,24.6418],[121.026,24.6399],[121.0252,24.6377],[121.0262,24.6356],[121.0293,24.6329],[121.0335,24.6321],[121.0373,24.6296],[121.0393,24.6294],[121.0405,24.627],[121.0431,24.6273],[121.0457,24.6299],[121.0469,24.6336],[121.0488,24.6349],[121.0491,24.6408],[121.0469,24.6432],[121.0417,24.6448],[121.0402,24.6459],[121.0388,24.649],[121.0394,24.6514],[121.0409,24.6524],[121.0443,24.6615],[121.0447,24.6638],[121.0464,24.667],[121.0453,24.6688],[121.0436,24.6682],[121.0412,24.6689],[121.0389,24.6674],[121.036,24.6695],[121.0347,24.6718],[121.0368,24.6736],[121.0379,24.6776],[121.0383,24.6832],[121.0364,24.6854],[121.0341,24.6858],[121.0361,24.6903],[121.0387,24.6902],[121.0394,24.694],[121.0369,24.6958],[121.0371,24.6975],[121.0393,24.6992],[121.0407,24.7043],[121.0384,24.7072],[121.037,24.7107],[121.0295,24.7084],[121.0283,24.7075],[121.0247,24.7106],[121.0216,24.7104],[121.0182,24.7111],[121.015,24.7079],[121.0128,24.7068],[121.0099,24.7081],[121.0095,24.711],[121.0066,24.7104],[121.0059,24.712],[121.0025,24.7146],[120.9987,24.7147],[120.9947,24.7155],[120.9934,24.7176],[120.9905,24.7162],[120.987,24.7133],[120.9872,24.712],[120.9847,24.7109],[120.9812,24.7141],[120.9769,24.7143],[120.9762,24.7127],[120.9738,24.7119],[120.9758,24.7093],[120.9767,24.7065],[120.9758,24.7049],[120.9724,24.7042],[120.9741,24.6994],[120.97,24.6939],[120.9663,24.6911],[120.9652,24.688],[120.9668,24.6862],[120.9654,24.6841],[120.97,24.6845],[120.9727,24.6859],[120.9754,24.6847],[120.9775,24.6782],[120.9765,24.6763],[120.977,24.6736]]]},"properties":{"TOWNCODE":"10004110","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"峨眉鄉"},"id":"10004110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0082,24.6444],[121.0066,24.6443],[121.0051,24.6416],[121.0013,24.6428],[120.998,24.6421],[120.9965,24.6403],[120.9947,24.6404],[120.991,24.6421],[120.9887,24.6411],[120.9864,24.6378],[120.9829,24.6388],[120.9813,24.6384],[120.9722,24.6394],[120.9706,24.6405],[120.9649,24.642],[120.9628,24.6419],[120.9599,24.6431],[120.9548,24.6465],[120.9495,24.6464],[120.9508,24.6415],[120.9524,24.6391],[120.9563,24.6376],[120.9565,24.6338],[120.955,24.6314],[120.9562,24.6296],[120.9587,24.6291],[120.9593,24.6256],[120.9578,24.6234],[120.9587,24.6192],[120.957,24.6175],[120.9609,24.6168],[120.9639,24.6191],[120.9645,24.6214],[120.9688,24.6232],[120.9729,24.6215],[120.9758,24.6187],[120.9794,24.6208],[120.9814,24.6181],[120.9801,24.6175],[120.9814,24.6141],[120.9831,24.6123],[120.9839,24.6062],[120.9834,24.6041],[120.9814,24.6014],[120.9799,24.5963],[120.9782,24.5942],[120.9778,24.5888],[120.9746,24.5833],[120.972,24.5776],[120.9706,24.5765],[120.9697,24.5727],[120.9701,24.569],[120.9667,24.5653],[120.965,24.5623],[120.9627,24.5606],[120.9625,24.559],[120.9603,24.5567],[120.9594,24.5534],[120.9563,24.5514],[120.9559,24.5446],[120.9537,24.5419],[120.9555,24.5399],[120.9539,24.5366],[120.9533,24.5334],[120.9518,24.5309],[120.949,24.5287],[120.9516,24.5266],[120.9512,24.5246],[120.9544,24.5233],[120.9543,24.5189],[120.9533,24.5175],[120.9554,24.5161],[120.9576,24.5127],[120.9588,24.5127],[120.9656,24.5066],[120.9711,24.505],[120.9729,24.5039],[120.9784,24.502],[120.9882,24.5024],[120.991,24.501],[120.9962,24.502],[120.9986,24.5017],[121.0022,24.5057],[121.0063,24.5087],[121.0097,24.5103],[121.0123,24.5108],[121.0157,24.5096],[121.0209,24.5065],[121.0214,24.5025],[121.0234,24.5021],[121.026,24.4987],[121.0259,24.4941],[121.027,24.4926],[121.0302,24.4928],[121.0324,24.4918],[121.0358,24.4933],[121.0391,24.4935],[121.0402,24.4949],[121.0458,24.4951],[121.0474,24.4965],[121.0513,24.4974],[121.0538,24.4965],[121.0573,24.498],[121.0589,24.5001],[121.0612,24.4971],[121.0649,24.4964],[121.0665,24.4951],[121.0697,24.4966],[121.0719,24.4984],[121.0721,24.5034],[121.0703,24.5061],[121.0682,24.5068],[121.0693,24.5089],[121.0685,24.5124],[121.0685,24.5166],[121.0667,24.5206],[121.067,24.523],[121.072,24.5263],[121.0774,24.5282],[121.0784,24.529],[121.0787,24.5325],[121.0778,24.5342],[121.0801,24.5378],[121.0806,24.5409],[121.076,24.544],[121.0735,24.5494],[121.0702,24.5504],[121.0623,24.5561],[121.0582,24.5579],[121.0584,24.5606],[121.0617,24.5597],[121.0628,24.5575],[121.0682,24.5623],[121.0703,24.5631],[121.0715,24.5661],[121.0727,24.5728],[121.0745,24.5759],[121.0755,24.581],[121.079,24.5842],[121.0796,24.5882],[121.0831,24.5899],[121.0813,24.6006],[121.0757,24.6036],[121.0753,24.6064],[121.0761,24.6085],[121.0743,24.6129],[121.0715,24.614],[121.068,24.6149],[121.0661,24.618],[121.0615,24.6218],[121.0586,24.6201],[121.0532,24.6154],[121.0517,24.6174],[121.0495,24.6185],[121.0464,24.6223],[121.0431,24.6273],[121.0405,24.627],[121.0393,24.6294],[121.0373,24.6296],[121.0335,24.6321],[121.0293,24.6329],[121.0262,24.6356],[121.0252,24.6377],[121.026,24.6399],[121.0237,24.6418],[121.0189,24.6408],[121.0141,24.6409],[121.0101,24.644],[121.0082,24.6444]]]},"properties":{"TOWNCODE":"10005110","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"南庄鄉"},"id":"10005110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3888,23.5161],[120.3858,23.5166],[120.3846,23.5154],[120.3801,23.5146],[120.3787,23.5105],[120.378,23.5054],[120.3756,23.5036],[120.3732,23.5033],[120.3712,23.502],[120.3687,23.5031],[120.368,23.5095],[120.3642,23.514],[120.3607,23.5124],[120.3595,23.5134],[120.3563,23.5125],[120.3561,23.5106],[120.3527,23.5096],[120.3516,23.5053],[120.3491,23.505],[120.3456,23.5058],[120.3419,23.5058],[120.3356,23.5076],[120.3323,23.5081],[120.3284,23.5061],[120.3259,23.5058],[120.3226,23.5027],[120.3219,23.5006],[120.3202,23.4999],[120.3137,23.5004],[120.3138,23.4978],[120.3158,23.4962],[120.3201,23.4951],[120.3207,23.4934],[120.3146,23.4888],[120.3157,23.4861],[120.3149,23.4832],[120.308,23.4756],[120.3036,23.4789],[120.2901,23.4781],[120.2902,23.4726],[120.2895,23.4677],[120.2946,23.4668],[120.2895,23.4525],[120.2923,23.4484],[120.2912,23.4457],[120.2914,23.4426],[120.2902,23.4411],[120.2915,23.4394],[120.2925,23.4346],[120.3029,23.4364],[120.3078,23.4365],[120.3091,23.4376],[120.3135,23.4381],[120.3143,23.4372],[120.318,23.4374],[120.3204,23.4367],[120.3234,23.4347],[120.3267,23.435],[120.3281,23.4338],[120.3314,23.433],[120.3351,23.4293],[120.3387,23.4303],[120.3425,23.4289],[120.3449,23.4302],[120.351,23.4314],[120.3535,23.4303],[120.356,23.4345],[120.3536,23.4353],[120.3548,23.4421],[120.3517,23.444],[120.3539,23.4494],[120.35,23.4507],[120.3511,23.4524],[120.3582,23.4548],[120.3562,23.4566],[120.3555,23.4588],[120.362,23.4613],[120.3608,23.4634],[120.367,23.4619],[120.3694,23.4633],[120.3744,23.4621],[120.379,23.4647],[120.3801,23.4629],[120.3801,23.4586],[120.3845,23.4586],[120.3844,23.4613],[120.3883,23.4616],[120.3897,23.4625],[120.3942,23.4625],[120.3942,23.4664],[120.3966,23.4677],[120.3979,23.4703],[120.3993,23.4711],[120.3986,23.4733],[120.3988,23.478],[120.3969,23.4804],[120.3944,23.4808],[120.3934,23.4824],[120.3939,23.489],[120.3947,23.4907],[120.3898,23.4915],[120.3892,23.4939],[120.3893,23.4986],[120.3913,23.5002],[120.3944,23.5008],[120.3993,23.4988],[120.401,23.5019],[120.4038,23.5037],[120.4057,23.5037],[120.4088,23.5066],[120.4088,23.5088],[120.4066,23.5109],[120.4041,23.5111],[120.3929,23.5066],[120.389,23.5071],[120.3879,23.5091],[120.3881,23.5148],[120.3888,23.5161]]]},"properties":{"TOWNCODE":"10010010","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"太保市"},"id":"10010010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4952,23.4529],[120.4896,23.4522],[120.4846,23.4563],[120.4819,23.4578],[120.4808,23.4599],[120.4768,23.462],[120.4687,23.4616],[120.465,23.4584],[120.4643,23.4555],[120.4609,23.4553],[120.459,23.4542],[120.4554,23.4503],[120.453,23.445],[120.4496,23.4434],[120.4476,23.4436],[120.4416,23.4401],[120.4396,23.4396],[120.4384,23.4364],[120.4399,23.4321],[120.442,23.4318],[120.4438,23.4343],[120.4466,23.4324],[120.4465,23.43],[120.4522,23.4286],[120.454,23.4273],[120.4575,23.4272],[120.4617,23.4289],[120.4633,23.4309],[120.4644,23.4344],[120.4686,23.4375],[120.4692,23.4393],[120.4732,23.4422],[120.4774,23.4419],[120.4805,23.4403],[120.4858,23.439],[120.4879,23.4377],[120.4933,23.4325],[120.4939,23.4294],[120.493,23.4265],[120.4891,23.4263],[120.4861,23.4245],[120.4834,23.4239],[120.4825,23.4215],[120.4792,23.4215],[120.4781,23.417],[120.4817,23.4127],[120.4812,23.411],[120.4834,23.4067],[120.485,23.4086],[120.4878,23.4087],[120.4902,23.4061],[120.4927,23.4057],[120.4939,23.4038],[120.4987,23.4042],[120.4973,23.4014],[120.4983,23.3995],[120.4975,23.3943],[120.4951,23.3932],[120.4976,23.391],[120.4972,23.3892],[120.4992,23.3879],[120.4972,23.3845],[120.4933,23.3838],[120.4914,23.3826],[120.4854,23.3803],[120.4836,23.3775],[120.4829,23.3723],[120.4839,23.3696],[120.4861,23.3702],[120.4884,23.3731],[120.4914,23.3725],[120.4943,23.3695],[120.4961,23.37],[120.4995,23.368],[120.5018,23.3678],[120.5026,23.3695],[120.5046,23.369],[120.5082,23.3649],[120.5105,23.3644],[120.5112,23.3605],[120.5124,23.36],[120.5122,23.3554],[120.5081,23.3528],[120.5057,23.3554],[120.5047,23.3547],[120.5036,23.3512],[120.5047,23.3493],[120.5044,23.3467],[120.5077,23.343],[120.5104,23.3441],[120.5155,23.3438],[120.517,23.3425],[120.5208,23.3419],[120.5231,23.3407],[120.5245,23.3383],[120.5267,23.3394],[120.5337,23.3365],[120.5345,23.3378],[120.5383,23.338],[120.5412,23.3399],[120.5472,23.3398],[120.5487,23.3423],[120.5557,23.3458],[120.5587,23.3498],[120.5592,23.3518],[120.562,23.3541],[120.5658,23.3547],[120.5678,23.3559],[120.573,23.3608],[120.5748,23.3633],[120.5769,23.3619],[120.5794,23.3623],[120.5849,23.3615],[120.5871,23.3618],[120.5903,23.3674],[120.5978,23.3707],[120.5988,23.3728],[120.598,23.3764],[120.598,23.381],[120.6013,23.3855],[120.6037,23.3914],[120.6049,23.3957],[120.6019,23.3973],[120.601,23.4025],[120.6025,23.4031],[120.6027,23.406],[120.6042,23.4105],[120.6012,23.4146],[120.6031,23.4166],[120.6026,23.4215],[120.6013,23.4245],[120.5985,23.4274],[120.5948,23.4295],[120.5939,23.4332],[120.5944,23.4359],[120.5929,23.4386],[120.5885,23.4419],[120.586,23.4411],[120.5841,23.4419],[120.5812,23.4445],[120.578,23.4441],[120.5755,23.4448],[120.567,23.4502],[120.5597,23.4502],[120.5583,23.4494],[120.5558,23.4507],[120.549,23.4525],[120.5431,23.4533],[120.5367,23.4527],[120.5326,23.4527],[120.5271,23.4512],[120.5238,23.4515],[120.5188,23.4496],[120.515,23.4498],[120.5078,23.4528],[120.4969,23.4526],[120.4953,23.4529],[120.4952,23.4529]]]},"properties":{"TOWNCODE":"10010130","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"中埔鄉"},"id":"10010130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6741,23.4499],[120.672,23.4497],[120.6644,23.4512],[120.6613,23.4509],[120.6593,23.4521],[120.6541,23.4528],[120.6501,23.4559],[120.6474,23.4589],[120.6462,23.4626],[120.6486,23.4657],[120.6439,23.4681],[120.6416,23.47],[120.642,23.4741],[120.6408,23.4773],[120.6393,23.4783],[120.6381,23.4818],[120.6387,23.4835],[120.6377,23.4875],[120.6393,23.4901],[120.6427,23.4917],[120.6422,23.4938],[120.6401,23.4948],[120.6346,23.4948],[120.6328,23.4971],[120.6291,23.4977],[120.6282,23.4924],[120.6208,23.4914],[120.6186,23.4876],[120.6197,23.4846],[120.6171,23.4822],[120.6156,23.4791],[120.6122,23.4777],[120.6117,23.4721],[120.6096,23.4659],[120.608,23.4652],[120.6062,23.4674],[120.6039,23.4681],[120.6002,23.4666],[120.5983,23.4649],[120.5933,23.4658],[120.5914,23.465],[120.5893,23.4623],[120.5832,23.4615],[120.5772,23.4627],[120.576,23.464],[120.5736,23.4635],[120.5717,23.4652],[120.572,23.4668],[120.57,23.4693],[120.5658,23.4712],[120.5636,23.4714],[120.5622,23.4682],[120.5596,23.4666],[120.5524,23.4714],[120.5483,23.4707],[120.5466,23.4729],[120.5442,23.4742],[120.543,23.4778],[120.5444,23.4788],[120.5436,23.4808],[120.5459,23.4812],[120.5431,23.4848],[120.5416,23.4844],[120.5392,23.4862],[120.5398,23.4889],[120.5368,23.4893],[120.5347,23.4886],[120.5328,23.4858],[120.5329,23.4798],[120.5301,23.4789],[120.5258,23.4814],[120.525,23.4803],[120.5153,23.4814],[120.5123,23.4843],[120.5111,23.4834],[120.5078,23.483],[120.5051,23.4864],[120.5029,23.4875],[120.5013,23.4898],[120.5019,23.4863],[120.5037,23.4852],[120.5018,23.4809],[120.5041,23.481],[120.5051,23.4788],[120.509,23.4752],[120.5092,23.4721],[120.5072,23.4718],[120.5049,23.4696],[120.5037,23.4672],[120.4998,23.4655],[120.5007,23.461],[120.497,23.4567],[120.4971,23.4554],[120.4953,23.4529],[120.4952,23.4529],[120.4953,23.4529],[120.4969,23.4526],[120.5078,23.4528],[120.515,23.4498],[120.5188,23.4496],[120.5238,23.4515],[120.5271,23.4512],[120.5326,23.4527],[120.5367,23.4527],[120.5431,23.4533],[120.549,23.4525],[120.5558,23.4507],[120.5583,23.4494],[120.5597,23.4502],[120.567,23.4502],[120.5755,23.4448],[120.578,23.4441],[120.5812,23.4445],[120.5841,23.4419],[120.586,23.4411],[120.5885,23.4419],[120.5929,23.4386],[120.5944,23.4359],[120.5939,23.4332],[120.5948,23.4295],[120.5985,23.4274],[120.6013,23.4245],[120.6026,23.4215],[120.6031,23.4166],[120.6012,23.4146],[120.6042,23.4105],[120.6027,23.406],[120.6025,23.4031],[120.601,23.4025],[120.6019,23.3973],[120.6049,23.3957],[120.6037,23.3914],[120.6013,23.3855],[120.598,23.381],[120.598,23.3764],[120.5988,23.3728],[120.5978,23.3707],[120.5903,23.3674],[120.5871,23.3618],[120.5879,23.3601],[120.5901,23.3585],[120.5903,23.3555],[120.5953,23.3495],[120.5983,23.347],[120.6044,23.3478],[120.6073,23.3467],[120.608,23.3442],[120.6128,23.3428],[120.6183,23.3426],[120.6205,23.3401],[120.626,23.3418],[120.629,23.3419],[120.6323,23.3412],[120.6339,23.3418],[120.6369,23.3461],[120.6349,23.3504],[120.6349,23.353],[120.6392,23.3575],[120.6391,23.3587],[120.6411,23.361],[120.6419,23.3649],[120.6439,23.3666],[120.6463,23.3671],[120.6457,23.3708],[120.6442,23.3744],[120.6419,23.3767],[120.6425,23.378],[120.6432,23.3846],[120.6421,23.3879],[120.6438,23.3904],[120.6465,23.3915],[120.6478,23.3943],[120.6466,23.4002],[120.6475,23.4014],[120.6499,23.4014],[120.6538,23.3995],[120.6554,23.4013],[120.6546,23.4054],[120.6524,23.4077],[120.6524,23.4107],[120.6557,23.4102],[120.6586,23.4088],[120.6604,23.4099],[120.6622,23.4136],[120.6629,23.4205],[120.6667,23.4232],[120.6699,23.4289],[120.6737,23.4328],[120.6744,23.4363],[120.676,23.4373],[120.6826,23.4389],[120.6793,23.4442],[120.6741,23.4499]]]},"properties":{"TOWNCODE":"10010160","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"番路鄉"},"id":"10010160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4396,23.4396],[120.4359,23.4442],[120.438,23.4447],[120.4351,23.4489],[120.4301,23.4525],[120.4293,23.461],[120.426,23.4607],[120.4239,23.4614],[120.4152,23.4603],[120.4133,23.4619],[120.4118,23.4647],[120.4081,23.4644],[120.4051,23.4634],[120.4016,23.4634],[120.3942,23.4625],[120.3897,23.4625],[120.3883,23.4616],[120.3844,23.4613],[120.3845,23.4586],[120.3801,23.4586],[120.3801,23.4629],[120.379,23.4647],[120.3744,23.4621],[120.3694,23.4633],[120.367,23.4619],[120.3608,23.4634],[120.362,23.4613],[120.3555,23.4588],[120.3562,23.4566],[120.3582,23.4548],[120.3511,23.4524],[120.35,23.4507],[120.3539,23.4494],[120.3517,23.444],[120.3548,23.4421],[120.3536,23.4353],[120.356,23.4345],[120.3581,23.4338],[120.356,23.4287],[120.3563,23.4231],[120.3581,23.4193],[120.3547,23.4183],[120.3526,23.4144],[120.3526,23.4121],[120.3574,23.4084],[120.3558,23.4017],[120.3598,23.4027],[120.3719,23.4033],[120.381,23.4034],[120.3869,23.4048],[120.3964,23.4073],[120.4042,23.41],[120.4061,23.411],[120.4081,23.4134],[120.4107,23.4101],[120.414,23.4112],[120.4158,23.4108],[120.4178,23.4088],[120.4197,23.4036],[120.4219,23.407],[120.4304,23.4065],[120.4317,23.4079],[120.4321,23.4107],[120.4346,23.4113],[120.4381,23.4134],[120.4412,23.4131],[120.4445,23.411],[120.4518,23.4083],[120.4538,23.4063],[120.4555,23.4067],[120.4592,23.4046],[120.4609,23.4046],[120.4622,23.4021],[120.4651,23.4007],[120.4675,23.4011],[120.4695,23.3994],[120.474,23.3974],[120.4762,23.3937],[120.4756,23.3908],[120.4775,23.3907],[120.4794,23.3876],[120.4834,23.3901],[120.4852,23.3927],[120.4868,23.3924],[120.4895,23.3941],[120.4902,23.3956],[120.4946,23.3945],[120.4951,23.3932],[120.4975,23.3943],[120.4983,23.3995],[120.4973,23.4014],[120.4987,23.4042],[120.4939,23.4038],[120.4927,23.4057],[120.4902,23.4061],[120.4878,23.4087],[120.485,23.4086],[120.4834,23.4067],[120.4812,23.411],[120.4817,23.4127],[120.4781,23.417],[120.4792,23.4215],[120.4825,23.4215],[120.4834,23.4239],[120.4861,23.4245],[120.4891,23.4263],[120.493,23.4265],[120.4939,23.4294],[120.4933,23.4325],[120.4879,23.4377],[120.4858,23.439],[120.4805,23.4403],[120.4774,23.4419],[120.4732,23.4422],[120.4692,23.4393],[120.4686,23.4375],[120.4644,23.4344],[120.4633,23.4309],[120.4617,23.4289],[120.4575,23.4272],[120.454,23.4273],[120.4522,23.4286],[120.4465,23.43],[120.4466,23.4324],[120.4438,23.4343],[120.442,23.4318],[120.4399,23.4321],[120.4384,23.4364],[120.4396,23.4396]]]},"properties":{"TOWNCODE":"10010120","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"水上鄉"},"id":"10010120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6088,23.9901],[120.605,23.9902],[120.6019,23.987],[120.5986,23.985],[120.5932,23.9828],[120.5895,23.9798],[120.5878,23.9806],[120.5802,23.9791],[120.5763,23.9787],[120.5759,23.9757],[120.5676,23.973],[120.5626,23.9725],[120.5622,23.9779],[120.5629,23.9801],[120.5562,23.9794],[120.5538,23.9781],[120.5507,23.9776],[120.5472,23.9755],[120.5466,23.9719],[120.5452,23.9712],[120.544,23.9684],[120.5452,23.9648],[120.5478,23.9627],[120.5505,23.9623],[120.5576,23.9587],[120.5605,23.9591],[120.5633,23.9574],[120.5632,23.9529],[120.5659,23.9506],[120.5631,23.9458],[120.5608,23.9453],[120.5615,23.938],[120.5635,23.9385],[120.5641,23.9367],[120.5674,23.9344],[120.5697,23.9344],[120.5754,23.9333],[120.5767,23.9361],[120.5792,23.9269],[120.5815,23.9233],[120.5897,23.9249],[120.5923,23.928],[120.5934,23.9306],[120.5928,23.9331],[120.5983,23.9339],[120.602,23.9356],[120.607,23.9338],[120.6097,23.9347],[120.6155,23.934],[120.6217,23.9314],[120.6243,23.9308],[120.6284,23.9314],[120.6285,23.9314],[120.6297,23.9311],[120.6323,23.9331],[120.6327,23.9355],[120.635,23.9371],[120.635,23.939],[120.6322,23.9417],[120.6346,23.9436],[120.6276,23.9518],[120.6317,23.9535],[120.6297,23.9561],[120.6296,23.9578],[120.6276,23.9592],[120.6282,23.9629],[120.6243,23.9649],[120.6232,23.9678],[120.6227,23.9716],[120.62,23.9742],[120.6197,23.9788],[120.6171,23.9802],[120.6163,23.9834],[120.6146,23.9843],[120.6114,23.9841],[120.6099,23.9859],[120.6077,23.9864],[120.6088,23.9901]]]},"properties":{"TOWNCODE":"10007100","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"員林市"},"id":"10007100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3171,22.5591],[120.3203,22.5553],[120.3156,22.5519],[120.3034,22.5455],[120.3076,22.5452],[120.3218,22.5278],[120.3168,22.5242],[120.3076,22.5354],[120.3038,22.5327],[120.297,22.541],[120.2932,22.5383],[120.3124,22.5149],[120.3242,22.5228],[120.3252,22.5301],[120.3294,22.5337],[120.3299,22.533],[120.3261,22.5294],[120.3253,22.5235],[120.3334,22.5288],[120.337,22.5249],[120.3338,22.5214],[120.3419,22.5152],[120.3435,22.5147],[120.351,22.5095],[120.3549,22.506],[120.3559,22.5043],[120.3589,22.5022],[120.3589,22.5007],[120.3603,22.5076],[120.3611,22.5096],[120.3667,22.517],[120.3667,22.5188],[120.3713,22.5228],[120.3716,22.5245],[120.3742,22.5268],[120.3793,22.5277],[120.3819,22.5305],[120.3858,22.5327],[120.3867,22.5351],[120.3896,22.5356],[120.3925,22.5374],[120.3945,22.542],[120.3959,22.5429],[120.3989,22.5492],[120.3973,22.5509],[120.3966,22.5534],[120.3939,22.5593],[120.3951,22.5635],[120.3913,22.5651],[120.3894,22.5669],[120.389,22.5686],[120.3861,22.5692],[120.385,22.5713],[120.3864,22.5731],[120.3858,22.5764],[120.3814,22.5799],[120.3792,22.5827],[120.3778,22.5818],[120.373,22.5831],[120.3735,22.5854],[120.3702,22.5879],[120.369,22.5868],[120.3648,22.5866],[120.3633,22.5851],[120.3605,22.5848],[120.3498,22.5855],[120.3486,22.5847],[120.3427,22.5835],[120.3393,22.5845],[120.3394,22.5817],[120.3372,22.5742],[120.333,22.5733],[120.3317,22.571],[120.3282,22.5689],[120.3261,22.5686],[120.324,22.5669],[120.3238,22.5651],[120.3182,22.5616],[120.3171,22.5591]]]},"properties":{"TOWNCODE":"64000110","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"小港區"},"id":"64000110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8452,24.6447],[121.8362,24.6431],[121.8343,24.646],[121.8316,24.6451],[121.8296,24.6488],[121.8253,24.6473],[121.8227,24.6539],[121.8188,24.6538],[121.8183,24.6553],[121.8155,24.6545],[121.814,24.6515],[121.8174,24.648],[121.8193,24.6427],[121.8221,24.6426],[121.8245,24.6403],[121.8256,24.6329],[121.8227,24.6326],[121.823,24.6268],[121.8181,24.6265],[121.8182,24.6243],[121.8158,24.6224],[121.8123,24.6227],[121.8112,24.6201],[121.8119,24.6157],[121.81,24.6118],[121.8087,24.6112],[121.8084,24.6085],[121.8014,24.6085],[121.7998,24.6023],[121.7967,24.6022],[121.7958,24.6013],[121.7984,24.5995],[121.8,24.5957],[121.8038,24.5937],[121.8068,24.5929],[121.8074,24.5895],[121.811,24.5871],[121.8127,24.5826],[121.8147,24.5807],[121.8148,24.5783],[121.813,24.5764],[121.8128,24.5746],[121.8147,24.5721],[121.8141,24.5684],[121.8146,24.5591],[121.8186,24.5534],[121.8235,24.5512],[121.8263,24.5524],[121.8315,24.5526],[121.8347,24.5511],[121.8373,24.5476],[121.8395,24.5433],[121.8438,24.5426],[121.8451,24.5396],[121.849,24.5371],[121.848,24.5335],[121.8465,24.5313],[121.8408,24.5304],[121.8379,24.5278],[121.8355,24.5227],[121.8296,24.516],[121.829,24.5145],[121.8295,24.5079],[121.8282,24.506],[121.8254,24.4997],[121.8259,24.4968],[121.8229,24.4926],[121.8192,24.4916],[121.8203,24.4835],[121.8201,24.48],[121.8167,24.4765],[121.8143,24.4719],[121.8076,24.4696],[121.8072,24.4681],[121.8037,24.4656],[121.7976,24.4636],[121.7907,24.4618],[121.7872,24.4589],[121.7844,24.4593],[121.7812,24.4579],[121.7792,24.455],[121.7814,24.4526],[121.7879,24.4412],[121.7906,24.4398],[121.7915,24.4369],[121.7937,24.4354],[121.7953,24.4329],[121.8005,24.4314],[121.8034,24.4362],[121.8078,24.4398],[121.8108,24.4415],[121.8148,24.4465],[121.8171,24.4483],[121.8172,24.4502],[121.8218,24.4557],[121.8202,24.4582],[121.8204,24.4614],[121.8247,24.4646],[121.8326,24.4674],[121.8342,24.4696],[121.8399,24.474],[121.8412,24.4756],[121.8439,24.4769],[121.8461,24.4769],[121.8487,24.4791],[121.8554,24.4806],[121.8597,24.4786],[121.8624,24.4812],[121.8592,24.4839],[121.8572,24.4834],[121.853,24.4836],[121.8507,24.4848],[121.8503,24.4904],[121.8497,24.4926],[121.851,24.4941],[121.845,24.4973],[121.8402,24.498],[121.8385,24.5009],[121.8383,24.5085],[121.8396,24.5155],[121.8419,24.5203],[121.845,24.5217],[121.8496,24.5221],[121.8563,24.5239],[121.8609,24.5272],[121.8678,24.5276],[121.8697,24.5281],[121.8701,24.53],[121.8726,24.5311],[121.8737,24.5342],[121.8724,24.5391],[121.8724,24.542],[121.8741,24.5456],[121.8728,24.5473],[121.8721,24.5512],[121.8712,24.5524],[121.8707,24.5593],[121.8712,24.5639],[121.8703,24.5692],[121.8692,24.5713],[121.8698,24.5761],[121.8721,24.5782],[121.8735,24.5772],[121.877,24.5781],[121.8776,24.5798],[121.8726,24.5853],[121.8752,24.5858],[121.8792,24.591],[121.8734,24.5966],[121.8792,24.5991],[121.886,24.5997],[121.8836,24.6014],[121.8826,24.6034],[121.8802,24.6058],[121.8781,24.6051],[121.8753,24.6056],[121.8729,24.6089],[121.8692,24.6087],[121.8661,24.6099],[121.8591,24.6163],[121.8554,24.6219],[121.8512,24.6299],[121.8505,24.6321],[121.8452,24.6447]]]},"properties":{"TOWNCODE":"10002030","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"蘇澳鎮"},"id":"10002030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7608,24.7166],[121.7569,24.7168],[121.7472,24.7185],[121.7422,24.7149],[121.7407,24.7124],[121.7407,24.7095],[121.7475,24.7127],[121.7513,24.7099],[121.7566,24.7099],[121.76,24.7111],[121.7617,24.7104],[121.7574,24.7068],[121.7618,24.701],[121.7628,24.7011],[121.7648,24.6981],[121.7633,24.6952],[121.7631,24.6927],[121.7657,24.6907],[121.7702,24.6902],[121.7708,24.686],[121.7749,24.6861],[121.7762,24.6841],[121.7761,24.6809],[121.7802,24.6816],[121.7832,24.6781],[121.7862,24.6787],[121.8001,24.676],[121.7992,24.6744],[121.8,24.6723],[121.8022,24.6704],[121.8024,24.6703],[121.8062,24.6708],[121.807,24.6724],[121.8103,24.6727],[121.812,24.6715],[121.8129,24.6688],[121.8121,24.6678],[121.8115,24.6635],[121.814,24.6586],[121.8125,24.6572],[121.8125,24.6534],[121.814,24.6515],[121.8155,24.6545],[121.8183,24.6553],[121.8188,24.6538],[121.8227,24.6539],[121.8253,24.6473],[121.8296,24.6488],[121.8316,24.6451],[121.8343,24.646],[121.8362,24.6431],[121.8452,24.6447],[121.8434,24.6496],[121.8405,24.66],[121.8382,24.672],[121.8384,24.6819],[121.8379,24.6835],[121.8378,24.6893],[121.8373,24.6898],[121.8374,24.6983],[121.8368,24.6983],[121.8363,24.7084],[121.8366,24.7107],[121.8395,24.7159],[121.8385,24.7179],[121.8351,24.7167],[121.8311,24.7161],[121.8251,24.7163],[121.8234,24.7159],[121.8188,24.7133],[121.8143,24.7128],[121.8123,24.7119],[121.8074,24.7124],[121.7964,24.7124],[121.7888,24.7132],[121.7807,24.7153],[121.7761,24.7147],[121.776,24.7147],[121.7694,24.7133],[121.7652,24.7135],[121.763,24.7157],[121.7608,24.7166]]]},"properties":{"TOWNCODE":"10002090","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"五結鄉"},"id":"10002090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.772,24.7715],[121.7688,24.7716],[121.767,24.7726],[121.7668,24.7747],[121.7633,24.7782],[121.7611,24.7829],[121.7597,24.7828],[121.7576,24.7806],[121.7498,24.781],[121.7457,24.7792],[121.7433,24.7772],[121.7382,24.7821],[121.7361,24.7821],[121.7321,24.7845],[121.7303,24.7844],[121.7304,24.7799],[121.7335,24.7758],[121.7347,24.7728],[121.7337,24.7685],[121.7325,24.7671],[121.7308,24.761],[121.729,24.7583],[121.7293,24.7569],[121.7271,24.7551],[121.7295,24.753],[121.728,24.7515],[121.7338,24.7467],[121.736,24.7457],[121.7416,24.7446],[121.7389,24.7403],[121.7337,24.7348],[121.7364,24.7324],[121.7333,24.7303],[121.7348,24.7243],[121.7382,24.7265],[121.7468,24.7226],[121.7524,24.7223],[121.7561,24.7237],[121.7593,24.7223],[121.76,24.72],[121.762,24.7181],[121.7608,24.7166],[121.763,24.7157],[121.7652,24.7135],[121.7694,24.7133],[121.776,24.7147],[121.7761,24.7147],[121.776,24.7147],[121.7741,24.7158],[121.7735,24.7194],[121.7756,24.7289],[121.7757,24.7356],[121.779,24.739],[121.7803,24.7385],[121.7853,24.7388],[121.785,24.7425],[121.7837,24.7426],[121.7832,24.7487],[121.7881,24.7517],[121.7858,24.7556],[121.7885,24.7563],[121.7879,24.7602],[121.7857,24.7639],[121.7822,24.7629],[121.7807,24.7661],[121.7764,24.7684],[121.7724,24.7666],[121.7707,24.7701],[121.772,24.7715]]]},"properties":{"TOWNCODE":"10002010","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"宜蘭市"},"id":"10002010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8166,24.8077],[121.8105,24.8075],[121.8097,24.804],[121.8083,24.8022],[121.8098,24.7991],[121.8064,24.795],[121.8038,24.7935],[121.7949,24.7955],[121.7917,24.794],[121.7921,24.7922],[121.7894,24.7862],[121.7878,24.7858],[121.784,24.7872],[121.7835,24.7845],[121.781,24.7846],[121.7806,24.7811],[121.779,24.7784],[121.7764,24.7785],[121.7721,24.7763],[121.775,24.7717],[121.772,24.7715],[121.7707,24.7701],[121.7724,24.7666],[121.7764,24.7684],[121.7807,24.7661],[121.7822,24.7629],[121.7857,24.7639],[121.7879,24.7602],[121.7885,24.7563],[121.7858,24.7556],[121.7881,24.7517],[121.7832,24.7487],[121.7837,24.7426],[121.785,24.7425],[121.7853,24.7388],[121.7803,24.7385],[121.779,24.739],[121.7757,24.7356],[121.7756,24.7289],[121.7735,24.7194],[121.7741,24.7158],[121.776,24.7147],[121.7761,24.7147],[121.7807,24.7153],[121.7888,24.7132],[121.7964,24.7124],[121.8074,24.7124],[121.8123,24.7119],[121.8143,24.7128],[121.8188,24.7133],[121.8234,24.7159],[121.8251,24.7163],[121.8311,24.7161],[121.8351,24.7167],[121.8385,24.7179],[121.835,24.7185],[121.8327,24.72],[121.8279,24.7286],[121.8248,24.7355],[121.8209,24.7479],[121.8198,24.7538],[121.8184,24.7649],[121.818,24.7738],[121.8182,24.7863],[121.819,24.7976],[121.8203,24.8072],[121.8166,24.8077]]]},"properties":{"TOWNCODE":"10002060","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"壯圍鄉"},"id":"10002060"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.9619,26.0862],[119.9618,26.0861],[119.9619,26.0861],[119.9619,26.0862],[119.9619,26.0861],[119.9619,26.0862]]],[[[119.9653,26.0918],[119.9652,26.0918],[119.9653,26.0917],[119.9653,26.0918]]],[[[119.9649,26.1449],[119.9646,26.1445],[119.9646,26.1444],[119.9646,26.1445],[119.9646,26.1444],[119.9647,26.1443],[119.9648,26.1443],[119.9648,26.1444],[119.9648,26.1443],[119.9648,26.1444],[119.9651,26.1444],[119.9652,26.1445],[119.9651,26.1444],[119.9652,26.1445],[119.965,26.1448],[119.9649,26.1449],[119.965,26.1448],[119.9649,26.1449]]],[[[119.9705,26.1617],[119.9735,26.1654],[119.9727,26.1688],[119.9707,26.1672],[119.9701,26.1641],[119.9705,26.1617]]],[[[119.922,26.1722],[119.9194,26.1748],[119.9165,26.1744],[119.9156,26.1724],[119.917,26.1678],[119.9189,26.1678],[119.9174,26.1625],[119.9136,26.161],[119.9172,26.1592],[119.9177,26.1579],[119.9151,26.1532],[119.9105,26.1494],[119.9105,26.1477],[119.9089,26.1453],[119.9101,26.1441],[119.913,26.1453],[119.9135,26.1427],[119.9174,26.1415],[119.9235,26.142],[119.9233,26.1382],[119.9262,26.1387],[119.9292,26.1406],[119.9318,26.1438],[119.9344,26.1455],[119.937,26.146],[119.938,26.1429],[119.942,26.1433],[119.9439,26.1457],[119.9481,26.1484],[119.949,26.15],[119.9484,26.1521],[119.9519,26.1535],[119.955,26.1506],[119.9583,26.1548],[119.9595,26.1576],[119.9624,26.1588],[119.9628,26.1632],[119.9652,26.1665],[119.9601,26.1684],[119.9557,26.1677],[119.9539,26.1643],[119.953,26.1676],[119.9511,26.1682],[119.9442,26.165],[119.9395,26.1658],[119.9401,26.1621],[119.9419,26.1589],[119.9358,26.1542],[119.9358,26.1585],[119.9327,26.1588],[119.9311,26.1581],[119.9289,26.1604],[119.9242,26.1616],[119.9238,26.1646],[119.9277,26.1696],[119.928,26.1717],[119.922,26.1722]]]]},"properties":{"TOWNCODE":"09007010","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"南竿鄉"},"id":"09007010"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.9643,25.9464],[119.9609,25.9424],[119.9616,25.9411],[119.9647,25.9438],[119.9643,25.9464]]],[[[119.9848,25.9644],[119.9882,25.9675],[119.9887,25.9688],[119.9862,25.9706],[119.982,25.969],[119.9827,25.9668],[119.9799,25.9664],[119.9768,25.9681],[119.9746,25.9685],[119.9719,25.967],[119.9716,25.9645],[119.9697,25.9606],[119.9659,25.9583],[119.9627,25.9524],[119.962,25.9494],[119.9649,25.9492],[119.9655,25.9511],[119.9674,25.9513],[119.9712,25.9555],[119.9729,25.9537],[119.975,25.9539],[119.9771,25.9564],[119.9792,25.9567],[119.9783,25.959],[119.9849,25.9625],[119.9848,25.9644]]],[[[119.9667,25.9744],[119.9662,25.9749],[119.9662,25.975],[119.9661,25.975],[119.9667,25.9744]]],[[[119.9664,25.9759],[119.9663,25.9752],[119.9663,25.9753],[119.9664,25.9754],[119.9665,25.9756],[119.9664,25.9754],[119.9665,25.9756],[119.9664,25.9759]]],[[[119.9759,25.9759],[119.9756,25.9758],[119.9756,25.9757],[119.9756,25.9758],[119.9756,25.9757],[119.9753,25.9757],[119.9753,25.9756],[119.9746,25.9748],[119.9745,25.9748],[119.9746,25.9748],[119.9745,25.9748],[119.9744,25.9729],[119.9744,25.9728],[119.9744,25.9729],[119.9744,25.9728],[119.9765,25.9729],[119.9765,25.973],[119.9765,25.9729],[119.9765,25.973],[119.9766,25.9733],[119.9766,25.9734],[119.9766,25.9733],[119.9766,25.9734],[119.9766,25.9735],[119.9767,25.9735],[119.9766,25.9735],[119.9767,25.9735],[119.9774,25.9749],[119.9773,25.9749],[119.9774,25.9749],[119.9773,25.9749],[119.9765,25.9752],[119.9764,25.9753],[119.9759,25.9754],[119.976,25.9754],[119.9759,25.9754],[119.976,25.9754],[119.976,25.9756],[119.9759,25.9756],[119.976,25.9756],[119.9759,25.9756],[119.976,25.9759],[119.9759,25.9759]]],[[[119.976,25.9761],[119.9759,25.9759],[119.976,25.9759],[119.976,25.976],[119.976,25.9761],[119.976,25.976],[119.976,25.9761]]],[[[119.9761,25.9766],[119.976,25.9762],[119.976,25.9761],[119.976,25.9762],[119.9768,25.9765],[119.9767,25.9765],[119.9768,25.9765],[119.9767,25.9765],[119.9767,25.9766],[119.9767,25.9765],[119.9767,25.9766],[119.9763,25.9765],[119.9763,25.9766],[119.9763,25.9765],[119.9762,25.9766],[119.9763,25.9766],[119.9762,25.9766],[119.9761,25.9766],[119.9762,25.9766],[119.9761,25.9766]]],[[[119.9446,25.9821],[119.9425,25.9816],[119.9374,25.9818],[119.9334,25.98],[119.9317,25.9816],[119.9269,25.9816],[119.9241,25.9794],[119.9267,25.975],[119.9289,25.9725],[119.9332,25.9701],[119.9315,25.9675],[119.935,25.9677],[119.9372,25.9703],[119.9372,25.972],[119.9397,25.974],[119.9419,25.9729],[119.9432,25.9745],[119.9477,25.9781],[119.9484,25.9811],[119.9446,25.9821]]]]},"properties":{"TOWNCODE":"09007030","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"莒光鄉"},"id":"09007030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.3658,24.4738],[118.3631,24.4717],[118.3566,24.471],[118.3504,24.4717],[118.3465,24.4741],[118.3437,24.4747],[118.3414,24.4743],[118.3363,24.476],[118.3313,24.479],[118.327,24.483],[118.3243,24.4877],[118.3182,24.4932],[118.3129,24.4955],[118.3075,24.4958],[118.2998,24.4937],[118.2945,24.4913],[118.2927,24.4899],[118.2897,24.486],[118.2865,24.4789],[118.2862,24.4748],[118.2891,24.4709],[118.2888,24.4695],[118.2912,24.4682],[118.2953,24.4624],[118.2959,24.4606],[118.2955,24.456],[118.2964,24.454],[118.2994,24.4513],[118.3022,24.4462],[118.303,24.4416],[118.3065,24.4386],[118.3095,24.4374],[118.3125,24.4376],[118.3132,24.4398],[118.317,24.439],[118.3197,24.4408],[118.3236,24.4449],[118.3258,24.4441],[118.3283,24.4413],[118.3264,24.4401],[118.323,24.4365],[118.3303,24.4323],[118.3286,24.4262],[118.3251,24.4261],[118.3253,24.4218],[118.3292,24.414],[118.3346,24.4191],[118.3446,24.4113],[118.3461,24.4141],[118.3477,24.415],[118.3483,24.4184],[118.3509,24.421],[118.3539,24.423],[118.3606,24.4265],[118.3588,24.4303],[118.3605,24.4322],[118.3614,24.4369],[118.3638,24.4379],[118.3614,24.4417],[118.3603,24.4458],[118.3606,24.4483],[118.3655,24.4541],[118.3678,24.4579],[118.368,24.4601],[118.3664,24.4616],[118.3658,24.4738]]]},"properties":{"TOWNCODE":"09020040","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金寧鄉"},"id":"09020040"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.474,24.986],[119.4717,24.9869],[119.4656,24.9824],[119.4665,24.9795],[119.4736,24.9776],[119.4776,24.9809],[119.479,24.9839],[119.4775,24.9864],[119.474,24.986]]],[[[119.4583,24.9895],[119.458,24.9924],[119.4558,24.995],[119.4505,24.9974],[119.4475,24.9981],[119.4448,24.9996],[119.4433,24.9967],[119.4463,24.9916],[119.4467,24.9884],[119.4486,24.9874],[119.4512,24.9876],[119.4569,24.9852],[119.4584,24.9873],[119.4583,24.9895]]]]},"properties":{"TOWNCODE":"09020060","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"烏坵鄉"},"id":"09020060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8024,24.6703],[121.8022,24.6704],[121.8,24.6723],[121.7992,24.6744],[121.8001,24.676],[121.7862,24.6787],[121.7832,24.6781],[121.7802,24.6816],[121.7761,24.6809],[121.7762,24.6841],[121.7749,24.6861],[121.7708,24.686],[121.7702,24.6902],[121.7657,24.6907],[121.7631,24.6927],[121.7633,24.6952],[121.7648,24.6981],[121.7628,24.7011],[121.7618,24.701],[121.7574,24.7068],[121.7552,24.7034],[121.7547,24.6986],[121.7536,24.6938],[121.7511,24.6939],[121.7516,24.6899],[121.7504,24.6859],[121.7504,24.6838],[121.7486,24.6803],[121.7497,24.6728],[121.7538,24.6716],[121.7548,24.6695],[121.7528,24.6678],[121.7531,24.6658],[121.7558,24.6653],[121.7562,24.6668],[121.7616,24.667],[121.7662,24.668],[121.7683,24.6703],[121.772,24.6679],[121.7761,24.6689],[121.7808,24.6655],[121.783,24.6655],[121.785,24.6643],[121.7867,24.6657],[121.7906,24.6659],[121.7939,24.6634],[121.7959,24.6641],[121.7998,24.664],[121.801,24.6661],[121.8011,24.67],[121.8022,24.6704],[121.8024,24.6703]]]},"properties":{"TOWNCODE":"10002020","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"羅東鎮"},"id":"10002020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7337,24.7685],[121.7264,24.7746],[121.7243,24.7746],[121.7236,24.7762],[121.7199,24.7773],[121.7174,24.7795],[121.7133,24.7804],[121.708,24.7798],[121.7013,24.7826],[121.6919,24.7833],[121.6854,24.7851],[121.6822,24.7838],[121.6806,24.7842],[121.6736,24.7836],[121.6702,24.7852],[121.6671,24.7874],[121.6627,24.7893],[121.6608,24.7893],[121.6577,24.7921],[121.6538,24.7936],[121.6497,24.7936],[121.6474,24.7954],[121.6457,24.7946],[121.6406,24.7946],[121.6394,24.7959],[121.6363,24.7949],[121.6303,24.7957],[121.6266,24.7939],[121.6235,24.7944],[121.6206,24.7925],[121.6168,24.7939],[121.6135,24.7932],[121.6096,24.7938],[121.6056,24.7891],[121.6029,24.7894],[121.599,24.7877],[121.5937,24.7873],[121.5932,24.7823],[121.5943,24.7792],[121.5976,24.7726],[121.5955,24.7691],[121.5963,24.767],[121.594,24.7654],[121.591,24.7618],[121.5908,24.7587],[121.589,24.7552],[121.5903,24.7512],[121.5946,24.7502],[121.5954,24.7486],[121.5947,24.7464],[121.5917,24.7451],[121.5919,24.7433],[121.5951,24.7405],[121.5954,24.7391],[121.5942,24.7355],[121.595,24.7325],[121.5942,24.7292],[121.5979,24.7292],[121.5976,24.7278],[121.5907,24.7237],[121.587,24.7201],[121.5886,24.7156],[121.5902,24.7146],[121.5949,24.709],[121.5989,24.7066],[121.6017,24.7059],[121.603,24.7044],[121.607,24.7022],[121.6111,24.7016],[121.6139,24.6962],[121.6154,24.6948],[121.6182,24.6943],[121.6268,24.6872],[121.6286,24.6886],[121.6302,24.6879],[121.6229,24.6816],[121.6228,24.6816],[121.6229,24.6816],[121.6244,24.6808],[121.6312,24.6803],[121.6332,24.6823],[121.6369,24.683],[121.6423,24.6873],[121.6435,24.69],[121.6466,24.6924],[121.6491,24.6934],[121.6518,24.6983],[121.663,24.704],[121.6717,24.7046],[121.6762,24.702],[121.6785,24.7026],[121.6798,24.7008],[121.6953,24.7011],[121.6983,24.7019],[121.7021,24.702],[121.7047,24.7011],[121.7139,24.6995],[121.7157,24.7004],[121.7264,24.7033],[121.7284,24.7049],[121.7365,24.7084],[121.7407,24.7095],[121.7407,24.7124],[121.7422,24.7149],[121.7472,24.7185],[121.7569,24.7168],[121.7608,24.7166],[121.762,24.7181],[121.76,24.72],[121.7593,24.7223],[121.7561,24.7237],[121.7524,24.7223],[121.7468,24.7226],[121.7382,24.7265],[121.7348,24.7243],[121.7333,24.7303],[121.7364,24.7324],[121.7337,24.7348],[121.7389,24.7403],[121.7416,24.7446],[121.736,24.7457],[121.7338,24.7467],[121.728,24.7515],[121.7295,24.753],[121.7271,24.7551],[121.7293,24.7569],[121.729,24.7583],[121.7308,24.761],[121.7325,24.7671],[121.7337,24.7685]]]},"properties":{"TOWNCODE":"10002070","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"員山鄉"},"id":"10002070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7511,24.6939],[121.7485,24.6932],[121.7451,24.691],[121.7407,24.6925],[121.7374,24.6909],[121.7356,24.6912],[121.7315,24.6899],[121.7245,24.6849],[121.7256,24.6832],[121.7244,24.681],[121.7247,24.678],[121.724,24.6749],[121.7225,24.6739],[121.7226,24.67],[121.732,24.6697],[121.7318,24.6675],[121.7286,24.6631],[121.7269,24.6588],[121.7237,24.6521],[121.7223,24.6517],[121.7158,24.6539],[121.7148,24.6522],[121.7106,24.651],[121.7075,24.6537],[121.7065,24.6578],[121.7012,24.6582],[121.7004,24.6571],[121.6975,24.6586],[121.6956,24.6585],[121.6944,24.6568],[121.6959,24.6543],[121.6983,24.6543],[121.7021,24.6524],[121.7026,24.6503],[121.6993,24.6497],[121.6995,24.6484],[121.7059,24.65],[121.7039,24.6458],[121.7012,24.6415],[121.6954,24.6423],[121.6913,24.6419],[121.6869,24.64],[121.6855,24.6384],[121.6799,24.6376],[121.6838,24.6317],[121.6901,24.6287],[121.692,24.6263],[121.6965,24.6268],[121.7003,24.6251],[121.7022,24.6236],[121.7051,24.6228],[121.7073,24.6237],[121.7124,24.618],[121.7159,24.617],[121.7188,24.6178],[121.7217,24.6171],[121.7245,24.6182],[121.7279,24.6207],[121.7344,24.6214],[121.7363,24.6198],[121.7378,24.6162],[121.743,24.619],[121.7456,24.6195],[121.7457,24.6174],[121.7478,24.6128],[121.7458,24.6098],[121.7474,24.6079],[121.7504,24.6108],[121.7513,24.6168],[121.7542,24.6163],[121.7568,24.619],[121.7654,24.6161],[121.767,24.614],[121.7753,24.6113],[121.7827,24.6062],[121.7864,24.6032],[121.7866,24.6013],[121.7895,24.6012],[121.7936,24.5992],[121.7958,24.6013],[121.7967,24.6022],[121.7998,24.6023],[121.8014,24.6085],[121.8084,24.6085],[121.8087,24.6112],[121.81,24.6118],[121.8119,24.6157],[121.8112,24.6201],[121.8123,24.6227],[121.8158,24.6224],[121.8182,24.6243],[121.8181,24.6265],[121.823,24.6268],[121.8227,24.6326],[121.8256,24.6329],[121.8245,24.6403],[121.8221,24.6426],[121.8193,24.6427],[121.8174,24.648],[121.814,24.6515],[121.8125,24.6534],[121.8125,24.6572],[121.814,24.6586],[121.8115,24.6635],[121.8121,24.6678],[121.8129,24.6688],[121.812,24.6715],[121.8103,24.6727],[121.807,24.6724],[121.8062,24.6708],[121.8024,24.6703],[121.8022,24.6704],[121.8011,24.67],[121.801,24.6661],[121.7998,24.664],[121.7959,24.6641],[121.7939,24.6634],[121.7906,24.6659],[121.7867,24.6657],[121.785,24.6643],[121.783,24.6655],[121.7808,24.6655],[121.7761,24.6689],[121.772,24.6679],[121.7683,24.6703],[121.7662,24.668],[121.7616,24.667],[121.7562,24.6668],[121.7558,24.6653],[121.7531,24.6658],[121.7528,24.6678],[121.7548,24.6695],[121.7538,24.6716],[121.7497,24.6728],[121.7486,24.6803],[121.7504,24.6838],[121.7504,24.6859],[121.7516,24.6899],[121.7511,24.6939]]]},"properties":{"TOWNCODE":"10002080","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"冬山鄉"},"id":"10002080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7574,24.7068],[121.7617,24.7104],[121.76,24.7111],[121.7566,24.7099],[121.7513,24.7099],[121.7475,24.7127],[121.7407,24.7095],[121.7365,24.7084],[121.7284,24.7049],[121.7264,24.7033],[121.7157,24.7004],[121.7139,24.6995],[121.7047,24.7011],[121.7021,24.702],[121.6983,24.7019],[121.6953,24.7011],[121.6798,24.7008],[121.6785,24.7026],[121.6762,24.702],[121.6717,24.7046],[121.663,24.704],[121.6518,24.6983],[121.6491,24.6934],[121.6466,24.6924],[121.6435,24.69],[121.6423,24.6873],[121.6369,24.683],[121.6332,24.6823],[121.6312,24.6803],[121.6244,24.6808],[121.6229,24.6816],[121.6228,24.6816],[121.6162,24.6774],[121.6106,24.6732],[121.6065,24.6722],[121.6022,24.6685],[121.5988,24.6669],[121.5942,24.6655],[121.5908,24.6635],[121.5881,24.661],[121.5865,24.6572],[121.5837,24.655],[121.5821,24.6554],[121.5798,24.6525],[121.5783,24.6517],[121.576,24.6488],[121.574,24.6481],[121.5686,24.6481],[121.5662,24.6467],[121.5645,24.6419],[121.5662,24.6405],[121.5692,24.6417],[121.5697,24.639],[121.5741,24.6394],[121.5782,24.6371],[121.5808,24.6382],[121.5866,24.6383],[121.5894,24.6394],[121.596,24.6319],[121.6013,24.6315],[121.6036,24.6346],[121.6082,24.6366],[121.6126,24.6346],[121.6193,24.6294],[121.6224,24.6262],[121.6258,24.6253],[121.6249,24.6285],[121.6247,24.6336],[121.6292,24.6393],[121.6303,24.638],[121.6363,24.6375],[121.638,24.6389],[121.6454,24.639],[121.647,24.6363],[121.6519,24.6359],[121.656,24.6362],[121.6594,24.6382],[121.6617,24.6367],[121.6643,24.6361],[121.6675,24.6369],[121.6693,24.6359],[121.6728,24.6358],[121.6759,24.6378],[121.6781,24.6368],[121.6799,24.6376],[121.6855,24.6384],[121.6869,24.64],[121.6913,24.6419],[121.6954,24.6423],[121.7012,24.6415],[121.7039,24.6458],[121.7059,24.65],[121.6995,24.6484],[121.6993,24.6497],[121.7026,24.6503],[121.7021,24.6524],[121.6983,24.6543],[121.6959,24.6543],[121.6944,24.6568],[121.6956,24.6585],[121.6975,24.6586],[121.7004,24.6571],[121.7012,24.6582],[121.7065,24.6578],[121.7075,24.6537],[121.7106,24.651],[121.7148,24.6522],[121.7158,24.6539],[121.7223,24.6517],[121.7237,24.6521],[121.7269,24.6588],[121.7286,24.6631],[121.7318,24.6675],[121.732,24.6697],[121.7226,24.67],[121.7225,24.6739],[121.724,24.6749],[121.7247,24.678],[121.7244,24.681],[121.7256,24.6832],[121.7245,24.6849],[121.7315,24.6899],[121.7356,24.6912],[121.7374,24.6909],[121.7407,24.6925],[121.7451,24.691],[121.7485,24.6932],[121.7511,24.6939],[121.7536,24.6938],[121.7547,24.6986],[121.7552,24.7034],[121.7574,24.7068]]]},"properties":{"TOWNCODE":"10002100","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"三星鄉"},"id":"10002100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.587,24.7201],[121.5832,24.7206],[121.5791,24.7225],[121.5776,24.7212],[121.5773,24.7149],[121.5746,24.71],[121.572,24.7107],[121.571,24.7132],[121.5675,24.7115],[121.5623,24.7128],[121.5581,24.7109],[121.5565,24.7113],[121.5543,24.7082],[121.5498,24.7057],[121.5469,24.7063],[121.5437,24.7058],[121.5408,24.7023],[121.5381,24.7003],[121.5389,24.6949],[121.5375,24.6939],[121.5378,24.6913],[121.5366,24.6883],[121.5333,24.6884],[121.5291,24.6876],[121.5273,24.6887],[121.5268,24.6851],[121.5238,24.6833],[121.5148,24.6832],[121.5137,24.6843],[121.5072,24.6823],[121.5049,24.6794],[121.5003,24.6786],[121.4977,24.677],[121.4967,24.6754],[121.493,24.6732],[121.4869,24.6752],[121.4847,24.6738],[121.48,24.6739],[121.4722,24.6731],[121.4692,24.6718],[121.4671,24.6724],[121.4611,24.6727],[121.4598,24.6733],[121.455,24.6679],[121.4539,24.6644],[121.4497,24.6623],[121.4477,24.6584],[121.4477,24.6556],[121.4488,24.6532],[121.4513,24.6517],[121.4488,24.646],[121.4454,24.6438],[121.4449,24.6427],[121.4456,24.6391],[121.4447,24.6369],[121.4404,24.635],[121.4359,24.627],[121.4348,24.6245],[121.4357,24.6213],[121.4335,24.6188],[121.4329,24.6162],[121.4306,24.6145],[121.4298,24.6113],[121.4276,24.6057],[121.4226,24.6022],[121.4183,24.601],[121.4158,24.6023],[121.4126,24.6015],[121.4089,24.5994],[121.4067,24.5971],[121.403,24.5917],[121.4035,24.5897],[121.406,24.5855],[121.4093,24.5811],[121.4121,24.5749],[121.4122,24.5731],[121.4095,24.5719],[121.4071,24.5698],[121.4039,24.569],[121.4012,24.5645],[121.4014,24.5622],[121.3976,24.5597],[121.3947,24.5556],[121.3954,24.553],[121.3983,24.5494],[121.3987,24.547],[121.3967,24.5398],[121.3985,24.5363],[121.3989,24.5324],[121.4016,24.5291],[121.3975,24.5247],[121.3933,24.5246],[121.3907,24.5232],[121.3885,24.5178],[121.3853,24.5171],[121.3853,24.5134],[121.3836,24.5102],[121.3793,24.5095],[121.3733,24.5099],[121.3728,24.5043],[121.3719,24.4996],[121.3709,24.498],[121.365,24.4959],[121.3628,24.4934],[121.3617,24.4905],[121.3575,24.4864],[121.352,24.4852],[121.3507,24.4843],[121.3463,24.4847],[121.3428,24.4823],[121.3414,24.4773],[121.3401,24.4749],[121.3383,24.4742],[121.3356,24.4715],[121.3362,24.4678],[121.3353,24.4668],[121.3299,24.4643],[121.3296,24.4627],[121.3264,24.4604],[121.3233,24.4558],[121.322,24.4515],[121.3204,24.4485],[121.3196,24.445],[121.3177,24.4415],[121.3206,24.4411],[121.3234,24.4388],[121.3256,24.4359],[121.3283,24.4335],[121.3277,24.4306],[121.3287,24.4274],[121.3274,24.4215],[121.3278,24.4185],[121.3271,24.4153],[121.3274,24.4127],[121.325,24.4069],[121.326,24.4037],[121.3261,24.4006],[121.3279,24.3983],[121.3311,24.3985],[121.3329,24.3959],[121.3372,24.3921],[121.3383,24.3902],[121.3426,24.3928],[121.3505,24.3928],[121.3524,24.3922],[121.3553,24.3931],[121.3594,24.3904],[121.3647,24.3892],[121.3688,24.3849],[121.3698,24.3821],[121.3682,24.3813],[121.3671,24.3787],[121.3693,24.3743],[121.3693,24.3725],[121.3738,24.368],[121.3774,24.3684],[121.3804,24.367],[121.3835,24.3677],[121.3879,24.37],[121.3892,24.3742],[121.3902,24.3753],[121.3932,24.3753],[121.3958,24.378],[121.3983,24.3778],[121.4019,24.3796],[121.4041,24.3778],[121.4085,24.3781],[121.4132,24.3798],[121.4196,24.3792],[121.4233,24.3814],[121.4257,24.3815],[121.4294,24.3831],[121.4369,24.3829],[121.4384,24.3853],[121.4388,24.3922],[121.4429,24.3958],[121.4436,24.398],[121.4418,24.4008],[121.4434,24.4042],[121.4461,24.4066],[121.4472,24.4088],[121.4503,24.4099],[121.4536,24.4121],[121.4581,24.4143],[121.4581,24.4202],[121.4589,24.4234],[121.4588,24.4291],[121.4628,24.4325],[121.4685,24.4366],[121.4707,24.441],[121.4749,24.4422],[121.4777,24.4438],[121.4818,24.4506],[121.4842,24.4531],[121.4894,24.4552],[121.4928,24.4561],[121.4963,24.4584],[121.501,24.4578],[121.5051,24.4587],[121.5075,24.4574],[121.5126,24.4573],[121.515,24.4581],[121.5198,24.4574],[121.522,24.459],[121.5306,24.4612],[121.535,24.4609],[121.5452,24.4635],[121.5482,24.4623],[121.5551,24.4616],[121.5582,24.4593],[121.5644,24.4593],[121.569,24.4586],[121.5738,24.4595],[121.5771,24.4549],[121.5816,24.4535],[121.5834,24.4565],[121.5863,24.4577],[121.5873,24.4618],[121.5851,24.4646],[121.5853,24.4676],[121.5867,24.47],[121.5885,24.4706],[121.5923,24.4669],[121.5969,24.4653],[121.6016,24.4643],[121.6064,24.4639],[121.6095,24.4643],[121.6131,24.4634],[121.6148,24.4618],[121.6177,24.4627],[121.6176,24.4653],[121.6188,24.4669],[121.6215,24.4677],[121.6207,24.4715],[121.6197,24.4729],[121.6212,24.4744],[121.6216,24.478],[121.6249,24.482],[121.624,24.4864],[121.6262,24.4881],[121.6273,24.4912],[121.6286,24.4917],[121.6303,24.4953],[121.6309,24.498],[121.6339,24.4987],[121.6352,24.5003],[121.6395,24.5032],[121.6476,24.5033],[121.6538,24.5091],[121.6568,24.5112],[121.6576,24.5138],[121.6581,24.5205],[121.6594,24.5236],[121.6612,24.5248],[121.6627,24.529],[121.6636,24.534],[121.6634,24.5372],[121.6642,24.5382],[121.6647,24.5427],[121.666,24.546],[121.6653,24.5493],[121.6659,24.552],[121.6674,24.5528],[121.6685,24.557],[121.6665,24.5577],[121.6668,24.5618],[121.6731,24.561],[121.6755,24.5616],[121.68,24.5611],[121.6844,24.564],[121.6853,24.5668],[121.688,24.5703],[121.6888,24.5733],[121.6949,24.5774],[121.6964,24.5774],[121.6988,24.5793],[121.7017,24.5793],[121.7047,24.581],[121.71,24.5764],[121.715,24.5741],[121.7151,24.5731],[121.719,24.5722],[121.7224,24.5751],[121.7235,24.5774],[121.7259,24.5757],[121.7266,24.5728],[121.7307,24.5704],[121.7359,24.5661],[121.7436,24.5678],[121.7477,24.5657],[121.7493,24.5695],[121.7519,24.5723],[121.7545,24.5722],[121.7555,24.5736],[121.7602,24.5741],[121.7608,24.5766],[121.7589,24.5817],[121.7562,24.5813],[121.7523,24.5822],[121.7481,24.5846],[121.7435,24.5885],[121.7401,24.5894],[121.7369,24.5916],[121.7349,24.5916],[121.7329,24.5943],[121.7316,24.5982],[121.7318,24.5995],[121.7274,24.6028],[121.7238,24.6084],[121.7254,24.6112],[121.7255,24.615],[121.7245,24.6182],[121.7217,24.6171],[121.7188,24.6178],[121.7159,24.617],[121.7124,24.618],[121.7073,24.6237],[121.7051,24.6228],[121.7022,24.6236],[121.7003,24.6251],[121.6965,24.6268],[121.692,24.6263],[121.6901,24.6287],[121.6838,24.6317],[121.6799,24.6376],[121.6781,24.6368],[121.6759,24.6378],[121.6728,24.6358],[121.6693,24.6359],[121.6675,24.6369],[121.6643,24.6361],[121.6617,24.6367],[121.6594,24.6382],[121.656,24.6362],[121.6519,24.6359],[121.647,24.6363],[121.6454,24.639],[121.638,24.6389],[121.6363,24.6375],[121.6303,24.638],[121.6292,24.6393],[121.6247,24.6336],[121.6249,24.6285],[121.6258,24.6253],[121.6224,24.6262],[121.6193,24.6294],[121.6126,24.6346],[121.6082,24.6366],[121.6036,24.6346],[121.6013,24.6315],[121.596,24.6319],[121.5894,24.6394],[121.5866,24.6383],[121.5808,24.6382],[121.5782,24.6371],[121.5741,24.6394],[121.5697,24.639],[121.5692,24.6417],[121.5662,24.6405],[121.5645,24.6419],[121.5662,24.6467],[121.5686,24.6481],[121.574,24.6481],[121.576,24.6488],[121.5783,24.6517],[121.5798,24.6525],[121.5821,24.6554],[121.5837,24.655],[121.5865,24.6572],[121.5881,24.661],[121.5908,24.6635],[121.5942,24.6655],[121.5988,24.6669],[121.6022,24.6685],[121.6065,24.6722],[121.6106,24.6732],[121.6162,24.6774],[121.6228,24.6816],[121.6229,24.6816],[121.6302,24.6879],[121.6286,24.6886],[121.6268,24.6872],[121.6182,24.6943],[121.6154,24.6948],[121.6139,24.6962],[121.6111,24.7016],[121.607,24.7022],[121.603,24.7044],[121.6017,24.7059],[121.5989,24.7066],[121.5949,24.709],[121.5902,24.7146],[121.5886,24.7156],[121.587,24.7201]]]},"properties":{"TOWNCODE":"10002110","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"大同鄉"},"id":"10002110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0615,24.7865],[121.0579,24.7894],[121.0533,24.7905],[121.0479,24.7942],[121.0422,24.796],[121.0389,24.7983],[121.0333,24.8003],[121.0304,24.8004],[121.0212,24.802],[121.0257,24.799],[121.0207,24.7985],[121.0229,24.7956],[121.0206,24.794],[121.0219,24.791],[121.0246,24.7892],[121.0248,24.786],[121.023,24.7855],[121.0275,24.7825],[121.0249,24.78],[121.0275,24.7772],[121.0297,24.7764],[121.0282,24.7736],[121.0293,24.771],[121.0299,24.7664],[121.0335,24.7641],[121.0323,24.7616],[121.0305,24.7612],[121.0279,24.7581],[121.0263,24.7577],[121.0289,24.7559],[121.0344,24.7484],[121.0369,24.7487],[121.0373,24.7505],[121.0392,24.7527],[121.0411,24.7514],[121.0428,24.7527],[121.0469,24.7528],[121.0494,24.7552],[121.0523,24.7526],[121.0533,24.7501],[121.0595,24.7468],[121.0629,24.7457],[121.0632,24.7419],[121.0643,24.7398],[121.0677,24.7382],[121.0695,24.7339],[121.0696,24.7309],[121.0696,24.7308],[121.0696,24.7309],[121.0738,24.7282],[121.072,24.7272],[121.0718,24.724],[121.069,24.7222],[121.0707,24.7165],[121.0729,24.7146],[121.0757,24.7145],[121.0804,24.713],[121.0822,24.7137],[121.083,24.7111],[121.0847,24.7096],[121.0839,24.7049],[121.0856,24.703],[121.0876,24.703],[121.0874,24.7006],[121.09,24.6992],[121.0896,24.6972],[121.091,24.6936],[121.0937,24.6907],[121.0937,24.6869],[121.0894,24.6836],[121.0892,24.681],[121.0863,24.6794],[121.085,24.6765],[121.0866,24.6728],[121.0861,24.6687],[121.0872,24.6674],[121.0859,24.6653],[121.0874,24.6629],[121.0881,24.6584],[121.0894,24.6555],[121.0887,24.6545],[121.0922,24.6518],[121.0917,24.6482],[121.0958,24.645],[121.0967,24.6413],[121.0983,24.64],[121.1012,24.6413],[121.1049,24.6438],[121.1088,24.6456],[121.1105,24.6495],[121.1139,24.6512],[121.1151,24.649],[121.1218,24.6452],[121.1241,24.6452],[121.1252,24.6478],[121.1286,24.6512],[121.1271,24.6537],[121.1243,24.6559],[121.1237,24.6642],[121.1219,24.6663],[121.1175,24.6685],[121.1118,24.6692],[121.1065,24.6662],[121.105,24.6666],[121.1039,24.6711],[121.1014,24.6722],[121.0996,24.6748],[121.1011,24.6787],[121.1033,24.6827],[121.1032,24.6887],[121.1049,24.6927],[121.1053,24.6952],[121.1039,24.6979],[121.1002,24.6984],[121.0984,24.7002],[121.0982,24.7026],[121.1002,24.7056],[121.1,24.7098],[121.1034,24.7209],[121.1072,24.7306],[121.1068,24.7322],[121.1057,24.7363],[121.1055,24.7401],[121.1045,24.7443],[121.1017,24.7462],[121.0933,24.7487],[121.0857,24.7541],[121.0835,24.7561],[121.0844,24.7576],[121.0809,24.7647],[121.078,24.7668],[121.0757,24.7704],[121.0747,24.7731],[121.0718,24.7741],[121.0676,24.7783],[121.0635,24.7794],[121.0623,24.7805],[121.0615,24.7865]]]},"properties":{"TOWNCODE":"10004020","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"竹東鎮"},"id":"10004020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1582,24.8753],[121.1579,24.8773],[121.1557,24.8807],[121.1522,24.8802],[121.1493,24.8812],[121.1444,24.8805],[121.1424,24.8818],[121.1395,24.8824],[121.1376,24.8817],[121.1365,24.8797],[121.1342,24.8784],[121.1329,24.8798],[121.1295,24.8797],[121.1281,24.881],[121.124,24.8799],[121.122,24.8803],[121.1212,24.8755],[121.1182,24.8752],[121.1147,24.8764],[121.1122,24.8747],[121.1133,24.8732],[121.1125,24.8702],[121.1095,24.8722],[121.107,24.8722],[121.1043,24.8711],[121.1035,24.8692],[121.1011,24.8705],[121.1004,24.8688],[121.0962,24.8692],[121.0896,24.8685],[121.0879,24.8649],[121.0833,24.8655],[121.0804,24.8631],[121.0776,24.8636],[121.0749,24.8628],[121.0697,24.8637],[121.0635,24.8601],[121.061,24.8606],[121.0582,24.859],[121.0537,24.8578],[121.0508,24.8576],[121.0482,24.8549],[121.0428,24.8514],[121.0392,24.8513],[121.0385,24.8523],[121.0349,24.853],[121.0337,24.8544],[121.0291,24.8542],[121.0272,24.8528],[121.0212,24.8532],[121.0161,24.854],[121.0136,24.8507],[121.0156,24.8499],[121.018,24.8504],[121.0212,24.8496],[121.0229,24.8467],[121.0242,24.8422],[121.0276,24.8411],[121.0267,24.8337],[121.0274,24.8317],[121.033,24.8276],[121.0364,24.8276],[121.041,24.822],[121.05,24.82],[121.0542,24.8194],[121.0556,24.8161],[121.0587,24.8148],[121.062,24.8148],[121.0728,24.8093],[121.074,24.803],[121.0755,24.8019],[121.0782,24.8018],[121.0811,24.7993],[121.0801,24.7973],[121.0825,24.7953],[121.0827,24.7936],[121.0845,24.7913],[121.0897,24.7915],[121.0931,24.7942],[121.0967,24.7951],[121.0986,24.7938],[121.1058,24.7931],[121.1089,24.7924],[121.11,24.7931],[121.1099,24.7958],[121.1124,24.8017],[121.1134,24.806],[121.1112,24.8098],[121.11,24.8142],[121.1125,24.8153],[121.113,24.817],[121.1087,24.8172],[121.1086,24.819],[121.1068,24.8219],[121.1089,24.8257],[121.1081,24.8285],[121.1065,24.8311],[121.1068,24.833],[121.1152,24.8314],[121.1174,24.8329],[121.1187,24.8313],[121.1214,24.8326],[121.1235,24.8347],[121.1255,24.8349],[121.1279,24.8372],[121.1315,24.8374],[121.1389,24.837],[121.1431,24.8377],[121.1456,24.8363],[121.1504,24.8378],[121.1475,24.8437],[121.15,24.8444],[121.1526,24.8459],[121.1535,24.8486],[121.1557,24.8503],[121.1564,24.8558],[121.1613,24.8593],[121.1601,24.8623],[121.1605,24.8635],[121.1594,24.869],[121.1569,24.8737],[121.1582,24.8753]]]},"properties":{"TOWNCODE":"10004030","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"新埔鎮"},"id":"10004030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2431,24.8087],[121.2423,24.8071],[121.2379,24.8046],[121.2344,24.8043],[121.228,24.8028],[121.2215,24.7995],[121.2208,24.8029],[121.2196,24.804],[121.2199,24.8074],[121.2187,24.8086],[121.2197,24.8117],[121.217,24.8124],[121.2096,24.8095],[121.2083,24.8074],[121.2046,24.8074],[121.2028,24.8099],[121.2034,24.8113],[121.2059,24.8124],[121.2031,24.8146],[121.2033,24.8173],[121.201,24.8179],[121.1989,24.8149],[121.1966,24.8177],[121.1921,24.8199],[121.1891,24.8221],[121.1835,24.8249],[121.1762,24.8275],[121.1738,24.8276],[121.1759,24.8311],[121.1738,24.8335],[121.1657,24.8359],[121.162,24.8374],[121.1602,24.8373],[121.1548,24.8422],[121.1546,24.8438],[121.15,24.8444],[121.1475,24.8437],[121.1504,24.8378],[121.1456,24.8363],[121.1431,24.8377],[121.1389,24.837],[121.1315,24.8374],[121.1279,24.8372],[121.1255,24.8349],[121.1235,24.8347],[121.1214,24.8326],[121.1187,24.8313],[121.1174,24.8329],[121.1152,24.8314],[121.1068,24.833],[121.1065,24.8311],[121.1081,24.8285],[121.1089,24.8257],[121.1068,24.8219],[121.1086,24.819],[121.1087,24.8172],[121.113,24.817],[121.1125,24.8153],[121.11,24.8142],[121.1112,24.8098],[121.1134,24.806],[121.1124,24.8017],[121.1099,24.7958],[121.11,24.7931],[121.1089,24.7924],[121.11,24.7885],[121.1121,24.7868],[121.1119,24.7844],[121.1134,24.782],[121.1155,24.7805],[121.1144,24.7779],[121.1177,24.7756],[121.1176,24.7724],[121.1185,24.7701],[121.1184,24.7671],[121.1258,24.767],[121.1268,24.766],[121.1333,24.7655],[121.1356,24.7667],[121.1377,24.7654],[121.1429,24.7655],[121.1457,24.7632],[121.1483,24.7598],[121.1499,24.7605],[121.153,24.7579],[121.1584,24.7556],[121.1643,24.7549],[121.1662,24.7531],[121.172,24.7512],[121.172,24.7493],[121.1748,24.7464],[121.1795,24.7458],[121.1784,24.7439],[121.18,24.7413],[121.185,24.7391],[121.1906,24.743],[121.1911,24.7441],[121.1968,24.7435],[121.1969,24.7413],[121.1954,24.7397],[121.1969,24.7367],[121.1962,24.7317],[121.2002,24.7291],[121.2009,24.7275],[121.2038,24.7254],[121.2082,24.7275],[121.2117,24.7308],[121.217,24.7375],[121.2185,24.7375],[121.2256,24.7412],[121.2315,24.7416],[121.2328,24.7426],[121.236,24.7427],[121.2421,24.7455],[121.2442,24.747],[121.2484,24.7443],[121.2501,24.7456],[121.2527,24.7454],[121.2546,24.7483],[121.2582,24.7507],[121.2614,24.7544],[121.2656,24.758],[121.2692,24.7585],[121.2711,24.7578],[121.274,24.7587],[121.2795,24.7592],[121.2844,24.7586],[121.2866,24.7596],[121.2912,24.7648],[121.2931,24.7654],[121.2925,24.7677],[121.2875,24.7687],[121.2843,24.7704],[121.2788,24.7707],[121.2731,24.7748],[121.2713,24.7748],[121.2706,24.7784],[121.2678,24.78],[121.266,24.7798],[121.2598,24.7822],[121.2588,24.7845],[121.2612,24.79],[121.2605,24.793],[121.2579,24.7928],[121.2522,24.7939],[121.2504,24.7957],[121.2479,24.7965],[121.2468,24.7985],[121.2477,24.8025],[121.2454,24.807],[121.2432,24.8087],[121.2431,24.8087]]]},"properties":{"TOWNCODE":"10004040","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"關西鎮"},"id":"10004040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0583,24.9368],[121.0554,24.9363],[121.0518,24.9386],[121.0484,24.9396],[121.0462,24.9424],[121.0445,24.9412],[121.043,24.9361],[121.0379,24.9287],[121.0358,24.9267],[121.0314,24.9187],[121.0284,24.9177],[121.0267,24.9128],[121.0255,24.9117],[121.023,24.9029],[121.0215,24.901],[121.0203,24.8973],[121.0205,24.8949],[121.0191,24.8887],[121.0155,24.8868],[121.0149,24.8857],[121.0082,24.8804],[121.0067,24.8797],[121.0036,24.876],[120.9991,24.8721],[120.9988,24.871],[120.9926,24.8648],[120.9941,24.8617],[121.0029,24.857],[121.0076,24.8551],[121.0115,24.8542],[121.0136,24.8507],[121.0161,24.854],[121.0212,24.8532],[121.0272,24.8528],[121.0291,24.8542],[121.0337,24.8544],[121.0349,24.853],[121.0385,24.8523],[121.0392,24.8513],[121.0428,24.8514],[121.0482,24.8549],[121.0508,24.8576],[121.0537,24.8578],[121.0582,24.859],[121.061,24.8606],[121.0635,24.8601],[121.0697,24.8637],[121.0749,24.8628],[121.0776,24.8636],[121.0804,24.8631],[121.0833,24.8655],[121.0879,24.8649],[121.0896,24.8685],[121.0962,24.8692],[121.1004,24.8688],[121.1011,24.8705],[121.1035,24.8692],[121.1043,24.8711],[121.107,24.8722],[121.1095,24.8722],[121.1125,24.8702],[121.1133,24.8732],[121.1122,24.8747],[121.1147,24.8764],[121.1182,24.8752],[121.1212,24.8755],[121.122,24.8803],[121.1149,24.8826],[121.1136,24.8825],[121.1078,24.8864],[121.1093,24.8875],[121.111,24.891],[121.1101,24.8962],[121.1091,24.8977],[121.1007,24.895],[121.0928,24.8934],[121.0911,24.8934],[121.0896,24.8953],[121.0865,24.8965],[121.0834,24.8989],[121.081,24.8984],[121.077,24.8987],[121.074,24.8999],[121.071,24.8996],[121.0709,24.9012],[121.0684,24.9031],[121.0612,24.9037],[121.0576,24.9058],[121.0592,24.9081],[121.0581,24.9103],[121.0582,24.9139],[121.0597,24.9165],[121.0608,24.9204],[121.0609,24.9241],[121.0593,24.9266],[121.0577,24.9333],[121.0583,24.9368]]]},"properties":{"TOWNCODE":"10004050","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"湖口鄉"},"id":"10004050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0587,24.8148],[121.0522,24.8144],[121.0534,24.8118],[121.0566,24.8083],[121.0598,24.8069],[121.0621,24.8029],[121.0605,24.8],[121.0586,24.7982],[121.0583,24.796],[121.0605,24.794],[121.0608,24.7909],[121.0636,24.7896],[121.0666,24.7857],[121.0653,24.7839],[121.0633,24.786],[121.0615,24.7865],[121.0623,24.7805],[121.0635,24.7794],[121.0676,24.7783],[121.0718,24.7741],[121.0747,24.7731],[121.0757,24.7704],[121.078,24.7668],[121.0809,24.7647],[121.0844,24.7576],[121.0835,24.7561],[121.0857,24.7541],[121.0933,24.7487],[121.1017,24.7462],[121.1045,24.7443],[121.1055,24.7401],[121.1057,24.7363],[121.1068,24.7322],[121.1081,24.7305],[121.1131,24.7273],[121.1165,24.7256],[121.1206,24.7252],[121.1243,24.7231],[121.126,24.7262],[121.1215,24.7291],[121.1231,24.7313],[121.1295,24.7303],[121.1338,24.7315],[121.1347,24.7324],[121.1373,24.7309],[121.1418,24.7318],[121.1462,24.7353],[121.1478,24.7388],[121.1465,24.7408],[121.1508,24.7461],[121.1494,24.7489],[121.1518,24.7523],[121.1521,24.7562],[121.153,24.7579],[121.1499,24.7605],[121.1483,24.7598],[121.1457,24.7632],[121.1429,24.7655],[121.1377,24.7654],[121.1356,24.7667],[121.1333,24.7655],[121.1268,24.766],[121.1258,24.767],[121.1184,24.7671],[121.1185,24.7701],[121.1176,24.7724],[121.1177,24.7756],[121.1144,24.7779],[121.1155,24.7805],[121.1134,24.782],[121.1119,24.7844],[121.1121,24.7868],[121.11,24.7885],[121.1089,24.7924],[121.1058,24.7931],[121.0986,24.7938],[121.0967,24.7951],[121.0931,24.7942],[121.0897,24.7915],[121.0845,24.7913],[121.0827,24.7936],[121.0825,24.7953],[121.0801,24.7973],[121.0811,24.7993],[121.0782,24.8018],[121.0755,24.8019],[121.074,24.803],[121.0728,24.8093],[121.062,24.8148],[121.0587,24.8148]]]},"properties":{"TOWNCODE":"10004070","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"芎林鄉"},"id":"10004070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2038,24.7254],[121.2009,24.7275],[121.2002,24.7291],[121.1962,24.7317],[121.1969,24.7367],[121.1954,24.7397],[121.1969,24.7413],[121.1968,24.7435],[121.1911,24.7441],[121.1906,24.743],[121.185,24.7391],[121.18,24.7413],[121.1784,24.7439],[121.1795,24.7458],[121.1748,24.7464],[121.172,24.7493],[121.172,24.7512],[121.1662,24.7531],[121.1643,24.7549],[121.1584,24.7556],[121.153,24.7579],[121.1521,24.7562],[121.1518,24.7523],[121.1494,24.7489],[121.1508,24.7461],[121.1465,24.7408],[121.1478,24.7388],[121.1462,24.7353],[121.1418,24.7318],[121.1373,24.7309],[121.1347,24.7324],[121.1338,24.7315],[121.1295,24.7303],[121.1231,24.7313],[121.1215,24.7291],[121.126,24.7262],[121.1243,24.7231],[121.1206,24.7252],[121.1165,24.7256],[121.1131,24.7273],[121.1081,24.7305],[121.1068,24.7322],[121.1072,24.7306],[121.1034,24.7209],[121.1,24.7098],[121.1002,24.7056],[121.0982,24.7026],[121.0984,24.7002],[121.1002,24.6984],[121.1039,24.6979],[121.1053,24.6952],[121.1049,24.6927],[121.1032,24.6887],[121.1033,24.6827],[121.1011,24.6787],[121.0996,24.6748],[121.1014,24.6722],[121.1039,24.6711],[121.105,24.6666],[121.1065,24.6662],[121.1118,24.6692],[121.1175,24.6685],[121.1219,24.6663],[121.1237,24.6642],[121.1243,24.6559],[121.1271,24.6537],[121.1285,24.656],[121.1302,24.6563],[121.1352,24.6637],[121.1392,24.6657],[121.1433,24.6654],[121.1511,24.6719],[121.1519,24.6719],[121.1547,24.676],[121.1578,24.6815],[121.1625,24.6838],[121.1641,24.6851],[121.1645,24.6901],[121.1673,24.6937],[121.17,24.6938],[121.1725,24.6953],[121.1774,24.6972],[121.1817,24.6969],[121.1889,24.6982],[121.1913,24.7024],[121.195,24.7071],[121.192,24.7106],[121.1936,24.7127],[121.1984,24.7154],[121.1988,24.7181],[121.2029,24.7218],[121.2038,24.7254]]]},"properties":{"TOWNCODE":"10004080","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"橫山鄉"},"id":"10004080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0967,24.6413],[121.0958,24.645],[121.0917,24.6482],[121.0922,24.6518],[121.0887,24.6545],[121.0894,24.6555],[121.0881,24.6584],[121.0874,24.6629],[121.0859,24.6653],[121.0872,24.6674],[121.0861,24.6687],[121.0866,24.6728],[121.085,24.6765],[121.0863,24.6794],[121.0892,24.681],[121.0894,24.6836],[121.0937,24.6869],[121.0937,24.6907],[121.091,24.6936],[121.0896,24.6972],[121.09,24.6992],[121.0874,24.7006],[121.0876,24.703],[121.0856,24.703],[121.0839,24.7049],[121.0847,24.7096],[121.083,24.7111],[121.0822,24.7137],[121.0804,24.713],[121.0757,24.7145],[121.0729,24.7146],[121.0707,24.7165],[121.069,24.7222],[121.0718,24.724],[121.072,24.7272],[121.0738,24.7282],[121.0696,24.7309],[121.0696,24.7308],[121.0673,24.7296],[121.0633,24.7302],[121.0587,24.7302],[121.0558,24.7259],[121.0503,24.7211],[121.0476,24.7165],[121.0427,24.7176],[121.0393,24.7139],[121.037,24.7107],[121.0384,24.7072],[121.0407,24.7043],[121.0393,24.6992],[121.0371,24.6975],[121.0369,24.6958],[121.0394,24.694],[121.0387,24.6902],[121.0361,24.6903],[121.0341,24.6858],[121.0364,24.6854],[121.0383,24.6832],[121.0379,24.6776],[121.0368,24.6736],[121.0347,24.6718],[121.036,24.6695],[121.0389,24.6674],[121.0412,24.6689],[121.0436,24.6682],[121.0453,24.6688],[121.0464,24.667],[121.0447,24.6638],[121.0443,24.6615],[121.0409,24.6524],[121.0394,24.6514],[121.0388,24.649],[121.0402,24.6459],[121.0417,24.6448],[121.0469,24.6432],[121.0491,24.6408],[121.0488,24.6349],[121.0469,24.6336],[121.0457,24.6299],[121.0431,24.6273],[121.0464,24.6223],[121.0495,24.6185],[121.0517,24.6174],[121.0532,24.6154],[121.0586,24.6201],[121.0615,24.6218],[121.0661,24.618],[121.068,24.6149],[121.0715,24.614],[121.0736,24.6208],[121.0767,24.6227],[121.0796,24.6269],[121.0823,24.6297],[121.0885,24.6324],[121.091,24.6371],[121.0931,24.6394],[121.0967,24.6413]]]},"properties":{"TOWNCODE":"10004090","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"北埔鄉"},"id":"10004090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.403,24.5917],[121.3957,24.5889],[121.3948,24.5875],[121.3917,24.5865],[121.3876,24.5865],[121.3812,24.5904],[121.3734,24.5934],[121.3715,24.5973],[121.3673,24.5988],[121.3633,24.6031],[121.3642,24.6055],[121.3635,24.608],[121.3612,24.6101],[121.3613,24.6123],[121.3595,24.6138],[121.3588,24.6165],[121.3633,24.6232],[121.3654,24.6283],[121.3658,24.6317],[121.3612,24.6338],[121.3581,24.6335],[121.3574,24.6376],[121.3556,24.6414],[121.3524,24.6434],[121.353,24.6488],[121.3522,24.6525],[121.3532,24.6548],[121.3531,24.6602],[121.3537,24.6647],[121.3485,24.6679],[121.3455,24.6664],[121.3439,24.6694],[121.3404,24.6664],[121.3391,24.6667],[121.3398,24.6701],[121.339,24.6791],[121.3359,24.6836],[121.3298,24.691],[121.3267,24.6935],[121.3231,24.6954],[121.321,24.6955],[121.3179,24.6981],[121.3132,24.6977],[121.3067,24.694],[121.3039,24.6929],[121.3006,24.6941],[121.2995,24.6966],[121.3023,24.7019],[121.3022,24.7042],[121.3032,24.7082],[121.3064,24.7131],[121.3076,24.7202],[121.3056,24.7241],[121.3054,24.726],[121.3035,24.7268],[121.3007,24.7297],[121.2987,24.7307],[121.2982,24.7338],[121.3001,24.7374],[121.3008,24.7414],[121.3052,24.7461],[121.3051,24.7502],[121.3077,24.7552],[121.3041,24.7574],[121.3003,24.7636],[121.2986,24.7629],[121.2936,24.7643],[121.2931,24.7654],[121.2912,24.7648],[121.2866,24.7596],[121.2844,24.7586],[121.2795,24.7592],[121.274,24.7587],[121.2711,24.7578],[121.2692,24.7585],[121.2656,24.758],[121.2614,24.7544],[121.2582,24.7507],[121.2546,24.7483],[121.2527,24.7454],[121.2501,24.7456],[121.2484,24.7443],[121.2442,24.747],[121.2421,24.7455],[121.236,24.7427],[121.2328,24.7426],[121.2315,24.7416],[121.2256,24.7412],[121.2185,24.7375],[121.217,24.7375],[121.2117,24.7308],[121.2082,24.7275],[121.2038,24.7254],[121.2029,24.7218],[121.1988,24.7181],[121.1984,24.7154],[121.1936,24.7127],[121.192,24.7106],[121.195,24.7071],[121.1913,24.7024],[121.1889,24.6982],[121.1817,24.6969],[121.1774,24.6972],[121.1725,24.6953],[121.17,24.6938],[121.1673,24.6937],[121.1645,24.6901],[121.1641,24.6851],[121.1625,24.6838],[121.1578,24.6815],[121.1547,24.676],[121.1519,24.6719],[121.1546,24.6677],[121.1568,24.6672],[121.1582,24.6682],[121.163,24.6678],[121.1689,24.6687],[121.1697,24.6679],[121.1702,24.6621],[121.1749,24.6605],[121.1789,24.6611],[121.1822,24.6601],[121.1839,24.6561],[121.1877,24.6526],[121.1896,24.6478],[121.1895,24.6441],[121.1854,24.6376],[121.1857,24.6341],[121.1876,24.6331],[121.1946,24.6275],[121.199,24.6227],[121.2018,24.6205],[121.2059,24.6192],[121.2082,24.6176],[121.2088,24.6157],[121.2124,24.6134],[121.2122,24.6084],[121.213,24.6067],[121.2164,24.6031],[121.2204,24.5997],[121.2176,24.5948],[121.2121,24.5937],[121.21,24.5916],[121.2095,24.5896],[121.2067,24.5864],[121.2015,24.5863],[121.1981,24.5811],[121.1979,24.5766],[121.1963,24.5718],[121.1963,24.5699],[121.1976,24.5665],[121.1947,24.5622],[121.193,24.5564],[121.1959,24.5541],[121.1972,24.5509],[121.2001,24.5479],[121.2011,24.546],[121.2005,24.5436],[121.1978,24.543],[121.1958,24.54],[121.198,24.5371],[121.2021,24.534],[121.2014,24.5321],[121.2013,24.5271],[121.2021,24.5246],[121.2041,24.522],[121.2019,24.5174],[121.2021,24.514],[121.2032,24.5125],[121.2067,24.513],[121.2097,24.5115],[121.2138,24.5147],[121.216,24.5155],[121.2176,24.514],[121.2174,24.5097],[121.2224,24.5074],[121.2219,24.5048],[121.2186,24.4984],[121.2229,24.4948],[121.2289,24.4923],[121.2297,24.4891],[121.2336,24.4874],[121.2346,24.4838],[121.2384,24.4814],[121.2396,24.4799],[121.2427,24.4782],[121.244,24.4756],[121.2444,24.4699],[121.2464,24.4688],[121.2491,24.466],[121.2525,24.4646],[121.2581,24.4632],[121.258,24.4575],[121.2626,24.4553],[121.2606,24.4517],[121.2608,24.4495],[121.2621,24.4476],[121.2609,24.4455],[121.2617,24.4442],[121.2589,24.4407],[121.2589,24.438],[121.26,24.4362],[121.2591,24.4309],[121.2608,24.4286],[121.2654,24.4286],[121.2693,24.4274],[121.2716,24.4298],[121.2785,24.4293],[121.2843,24.4306],[121.2932,24.4311],[121.2943,24.4324],[121.2976,24.4331],[121.3057,24.4326],[121.3103,24.4364],[121.313,24.4368],[121.3177,24.4415],[121.3196,24.445],[121.3204,24.4485],[121.322,24.4515],[121.3233,24.4558],[121.3264,24.4604],[121.3296,24.4627],[121.3299,24.4643],[121.3353,24.4668],[121.3362,24.4678],[121.3356,24.4715],[121.3383,24.4742],[121.3401,24.4749],[121.3414,24.4773],[121.3428,24.4823],[121.3463,24.4847],[121.3507,24.4843],[121.352,24.4852],[121.3575,24.4864],[121.3617,24.4905],[121.3628,24.4934],[121.365,24.4959],[121.3709,24.498],[121.3719,24.4996],[121.3728,24.5043],[121.3733,24.5099],[121.3793,24.5095],[121.3836,24.5102],[121.3853,24.5134],[121.3853,24.5171],[121.3885,24.5178],[121.3907,24.5232],[121.3933,24.5246],[121.3975,24.5247],[121.4016,24.5291],[121.3989,24.5324],[121.3985,24.5363],[121.3967,24.5398],[121.3987,24.547],[121.3983,24.5494],[121.3954,24.553],[121.3947,24.5556],[121.3976,24.5597],[121.4014,24.5622],[121.4012,24.5645],[121.4039,24.569],[121.4071,24.5698],[121.4095,24.5719],[121.4122,24.5731],[121.4121,24.5749],[121.4093,24.5811],[121.406,24.5855],[121.4035,24.5897],[121.403,24.5917]]]},"properties":{"TOWNCODE":"10004120","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"尖石鄉"},"id":"10004120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1519,24.6719],[121.1511,24.6719],[121.1433,24.6654],[121.1392,24.6657],[121.1352,24.6637],[121.1302,24.6563],[121.1285,24.656],[121.1271,24.6537],[121.1286,24.6512],[121.1252,24.6478],[121.1241,24.6452],[121.1218,24.6452],[121.1151,24.649],[121.1139,24.6512],[121.1105,24.6495],[121.1088,24.6456],[121.1049,24.6438],[121.1012,24.6413],[121.0983,24.64],[121.0967,24.6413],[121.0931,24.6394],[121.091,24.6371],[121.0885,24.6324],[121.0823,24.6297],[121.0796,24.6269],[121.0767,24.6227],[121.0736,24.6208],[121.0715,24.614],[121.0743,24.6129],[121.0761,24.6085],[121.0753,24.6064],[121.0757,24.6036],[121.0813,24.6006],[121.0831,24.5899],[121.0796,24.5882],[121.079,24.5842],[121.0755,24.581],[121.0745,24.5759],[121.0727,24.5728],[121.0715,24.5661],[121.0703,24.5631],[121.0682,24.5623],[121.0628,24.5575],[121.0617,24.5597],[121.0584,24.5606],[121.0582,24.5579],[121.0623,24.5561],[121.0702,24.5504],[121.0735,24.5494],[121.076,24.544],[121.0806,24.5409],[121.0801,24.5378],[121.0778,24.5342],[121.0787,24.5325],[121.0784,24.529],[121.0774,24.5282],[121.072,24.5263],[121.067,24.523],[121.0667,24.5206],[121.0685,24.5166],[121.0685,24.5124],[121.0693,24.5089],[121.0682,24.5068],[121.0703,24.5061],[121.0721,24.5034],[121.0719,24.4984],[121.0754,24.4995],[121.0791,24.4991],[121.0844,24.5013],[121.0908,24.4977],[121.0956,24.4964],[121.0981,24.4964],[121.1,24.4981],[121.1025,24.4983],[121.1056,24.5007],[121.1089,24.5009],[121.1133,24.5065],[121.1173,24.5085],[121.121,24.5084],[121.1237,24.5101],[121.1258,24.5083],[121.1277,24.5082],[121.1297,24.5067],[121.1368,24.5066],[121.1434,24.5109],[121.1458,24.51],[121.1503,24.5062],[121.155,24.5068],[121.1618,24.5035],[121.1643,24.5036],[121.1693,24.5026],[121.1705,24.5041],[121.1747,24.5048],[121.1779,24.5077],[121.183,24.508],[121.1868,24.5054],[121.1916,24.5075],[121.1953,24.507],[121.1974,24.5083],[121.2005,24.5115],[121.2032,24.5125],[121.2021,24.514],[121.2019,24.5174],[121.2041,24.522],[121.2021,24.5246],[121.2013,24.5271],[121.2014,24.5321],[121.2021,24.534],[121.198,24.5371],[121.1958,24.54],[121.1978,24.543],[121.2005,24.5436],[121.2011,24.546],[121.2001,24.5479],[121.1972,24.5509],[121.1959,24.5541],[121.193,24.5564],[121.1947,24.5622],[121.1976,24.5665],[121.1963,24.5699],[121.1963,24.5718],[121.1979,24.5766],[121.1981,24.5811],[121.2015,24.5863],[121.2067,24.5864],[121.2095,24.5896],[121.21,24.5916],[121.2121,24.5937],[121.2176,24.5948],[121.2204,24.5997],[121.2164,24.6031],[121.213,24.6067],[121.2122,24.6084],[121.2124,24.6134],[121.2088,24.6157],[121.2082,24.6176],[121.2059,24.6192],[121.2018,24.6205],[121.199,24.6227],[121.1946,24.6275],[121.1876,24.6331],[121.1857,24.6341],[121.1854,24.6376],[121.1895,24.6441],[121.1896,24.6478],[121.1877,24.6526],[121.1839,24.6561],[121.1822,24.6601],[121.1789,24.6611],[121.1749,24.6605],[121.1702,24.6621],[121.1697,24.6679],[121.1689,24.6687],[121.163,24.6678],[121.1582,24.6682],[121.1568,24.6672],[121.1546,24.6677],[121.1519,24.6719]]]},"properties":{"TOWNCODE":"10004130","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"五峰鄉"},"id":"10004130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5467,24.2179],[120.5463,24.2182],[120.529,24.2223],[120.5278,24.2202],[120.5126,24.226],[120.5141,24.2295],[120.5081,24.2303],[120.5036,24.2332],[120.4976,24.2378],[120.4901,24.2446],[120.4871,24.2477],[120.481,24.2334],[120.4797,24.2322],[120.4763,24.2243],[120.4723,24.2223],[120.4688,24.2145],[120.4657,24.215],[120.4612,24.2167],[120.4608,24.2156],[120.4649,24.2143],[120.4603,24.2116],[120.4566,24.2072],[120.4979,24.1934],[120.5044,24.1911],[120.5081,24.1872],[120.5126,24.177],[120.5258,24.1767],[120.5261,24.176],[120.5337,24.1748],[120.5335,24.1731],[120.5383,24.1726],[120.5417,24.1707],[120.5428,24.1717],[120.5498,24.1708],[120.5529,24.1709],[120.5574,24.1738],[120.5597,24.1726],[120.5642,24.1727],[120.5682,24.1707],[120.5709,24.1704],[120.5702,24.1757],[120.5763,24.1755],[120.5837,24.1742],[120.5872,24.178],[120.589,24.1784],[120.5936,24.1812],[120.5932,24.183],[120.5876,24.1854],[120.5889,24.1873],[120.5948,24.1857],[120.5979,24.1893],[120.5947,24.1907],[120.5877,24.1926],[120.5845,24.1936],[120.5782,24.1969],[120.575,24.1973],[120.5721,24.1952],[120.5692,24.1949],[120.5659,24.1961],[120.5651,24.2006],[120.5637,24.2029],[120.5616,24.2027],[120.5603,24.2044],[120.5545,24.2057],[120.556,24.2087],[120.553,24.2124],[120.5519,24.2163],[120.5494,24.2159],[120.5467,24.2179]]]},"properties":{"TOWNCODE":"66000250","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"龍井區"},"id":"66000250"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6814,24.2321],[120.6805,24.2361],[120.6784,24.2375],[120.6768,24.2342],[120.6745,24.2341],[120.6747,24.2392],[120.6761,24.2401],[120.6752,24.2431],[120.6695,24.2456],[120.6687,24.245],[120.6629,24.2475],[120.662,24.2474],[120.653,24.2513],[120.651,24.2489],[120.6473,24.2464],[120.644,24.2431],[120.6393,24.2443],[120.6419,24.2481],[120.6378,24.2524],[120.6371,24.2556],[120.6356,24.2588],[120.6332,24.2593],[120.6262,24.2541],[120.624,24.2505],[120.6235,24.2458],[120.6243,24.2447],[120.6225,24.2416],[120.6236,24.2397],[120.6171,24.2356],[120.6131,24.2367],[120.6103,24.2381],[120.6059,24.2392],[120.6049,24.2378],[120.6032,24.233],[120.6023,24.2284],[120.5998,24.2244],[120.5996,24.2214],[120.5963,24.2142],[120.6006,24.2148],[120.6007,24.2134],[120.6081,24.2113],[120.6192,24.2088],[120.6211,24.2088],[120.6241,24.2074],[120.6356,24.2039],[120.6396,24.204],[120.6415,24.2032],[120.6424,24.205],[120.645,24.2039],[120.6513,24.2097],[120.654,24.2094],[120.6555,24.208],[120.6577,24.2085],[120.6592,24.2072],[120.6648,24.2072],[120.6645,24.2016],[120.6675,24.2022],[120.6698,24.2037],[120.6711,24.2088],[120.6741,24.2085],[120.6766,24.2112],[120.6787,24.2174],[120.6731,24.2185],[120.6739,24.2223],[120.6767,24.2239],[120.678,24.2271],[120.6784,24.2302],[120.6802,24.2301],[120.6814,24.2321]]]},"properties":{"TOWNCODE":"66000180","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大雅區"},"id":"66000180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6332,24.2593],[120.6229,24.2597],[120.6187,24.2605],[120.615,24.2621],[120.6094,24.266],[120.6031,24.2674],[120.5971,24.2662],[120.5877,24.2669],[120.5829,24.269],[120.5822,24.2656],[120.5762,24.2617],[120.5748,24.2633],[120.5731,24.2623],[120.5723,24.2589],[120.569,24.2592],[120.5627,24.2579],[120.5613,24.2525],[120.5572,24.2535],[120.5555,24.2479],[120.5552,24.2448],[120.5592,24.2439],[120.5561,24.239],[120.5485,24.2302],[120.5481,24.2272],[120.549,24.225],[120.5467,24.2179],[120.5494,24.2159],[120.5519,24.2163],[120.553,24.2124],[120.556,24.2087],[120.5545,24.2057],[120.5603,24.2044],[120.5616,24.2027],[120.5637,24.2029],[120.5651,24.2006],[120.5659,24.1961],[120.5692,24.1949],[120.5721,24.1952],[120.575,24.1973],[120.5782,24.1969],[120.5845,24.1936],[120.5877,24.1926],[120.59,24.1976],[120.5928,24.2015],[120.5951,24.2072],[120.5957,24.2127],[120.5963,24.2142],[120.5996,24.2214],[120.5998,24.2244],[120.6023,24.2284],[120.6032,24.233],[120.6049,24.2378],[120.6059,24.2392],[120.6103,24.2381],[120.6131,24.2367],[120.6171,24.2356],[120.6236,24.2397],[120.6225,24.2416],[120.6243,24.2447],[120.6235,24.2458],[120.624,24.2505],[120.6262,24.2541],[120.6332,24.2593]]]},"properties":{"TOWNCODE":"66000130","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"沙鹿區"},"id":"66000130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5627,24.2579],[120.5581,24.2585],[120.5399,24.2627],[120.5409,24.2652],[120.5328,24.2682],[120.5342,24.2715],[120.5291,24.2751],[120.5266,24.2762],[120.5221,24.2792],[120.5162,24.2848],[120.5122,24.2871],[120.5095,24.288],[120.5079,24.2836],[120.4982,24.2639],[120.4929,24.2659],[120.4889,24.2563],[120.4905,24.2553],[120.4871,24.2477],[120.4901,24.2446],[120.4976,24.2378],[120.5036,24.2332],[120.5081,24.2303],[120.5141,24.2295],[120.5126,24.226],[120.5278,24.2202],[120.529,24.2223],[120.5463,24.2182],[120.5467,24.2179],[120.549,24.225],[120.5481,24.2272],[120.5485,24.2302],[120.5561,24.239],[120.5592,24.2439],[120.5552,24.2448],[120.5555,24.2479],[120.5572,24.2535],[120.5613,24.2525],[120.5627,24.2579]]]},"properties":{"TOWNCODE":"66000140","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"梧棲區"},"id":"66000140"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.6347,23.5511],[119.6386,23.553],[119.6394,23.5557],[119.6418,23.5583],[119.6463,23.5605],[119.6557,23.5608],[119.6638,23.5603],[119.6675,23.562],[119.672,23.5614],[119.6729,23.5603],[119.6761,23.5597],[119.677,23.5569],[119.6752,23.5564],[119.6744,23.5543],[119.6754,23.5524],[119.678,23.5513],[119.6809,23.5522],[119.6823,23.5535],[119.6851,23.5527],[119.6883,23.5547],[119.6917,23.5544],[119.6937,23.5564],[119.692,23.5606],[119.6903,23.5616],[119.687,23.562],[119.6834,23.5651],[119.6821,23.5718],[119.6806,23.573],[119.6812,23.5821],[119.6821,23.5836],[119.6805,23.5852],[119.6754,23.5943],[119.6736,23.5955],[119.6716,23.5988],[119.6721,23.6011],[119.6688,23.6008],[119.6699,23.5966],[119.6685,23.5917],[119.6657,23.5907],[119.6602,23.5916],[119.6596,23.5938],[119.6608,23.5961],[119.6548,23.5993],[119.6551,23.6016],[119.6574,23.6039],[119.6572,23.6065],[119.6552,23.6085],[119.6511,23.6099],[119.6508,23.606],[119.6499,23.6036],[119.6467,23.601],[119.6465,23.597],[119.6444,23.5963],[119.6427,23.593],[119.6413,23.5889],[119.6377,23.5914],[119.6414,23.5964],[119.6397,23.5992],[119.6375,23.5988],[119.6329,23.5953],[119.6343,23.5897],[119.6316,23.5846],[119.6318,23.5831],[119.6296,23.582],[119.6289,23.5803],[119.6248,23.5811],[119.6266,23.584],[119.624,23.5868],[119.625,23.5902],[119.6246,23.5927],[119.6278,23.5953],[119.6276,23.5971],[119.6251,23.6004],[119.6278,23.6038],[119.6302,23.6044],[119.6303,23.606],[119.6242,23.6078],[119.6203,23.6066],[119.6217,23.6031],[119.6209,23.6021],[119.6168,23.601],[119.6156,23.6036],[119.6132,23.602],[119.6126,23.606],[119.6123,23.606],[119.6058,23.6056],[119.6057,23.6025],[119.6034,23.6013],[119.6048,23.5959],[119.6077,23.5937],[119.607,23.5924],[119.6071,23.5882],[119.6062,23.5852],[119.6062,23.5853],[119.6062,23.5852],[119.606,23.5832],[119.6074,23.5813],[119.6117,23.58],[119.6111,23.5756],[119.6113,23.5671],[119.6093,23.5607],[119.6127,23.5596],[119.6159,23.5576],[119.6198,23.5578],[119.6205,23.5598],[119.6234,23.5596],[119.6222,23.5558],[119.627,23.5552],[119.6339,23.5521],[119.6347,23.5511]]],[[[119.7001,23.62],[119.699,23.6174],[119.6988,23.6172],[119.699,23.6174],[119.7001,23.6198],[119.7001,23.6199],[119.7001,23.62],[119.7001,23.6199],[119.7001,23.6198],[119.7001,23.62]]],[[[119.6838,23.6269],[119.6849,23.6248],[119.6869,23.626],[119.686,23.6278],[119.6839,23.6269],[119.6838,23.6269],[119.6839,23.6269],[119.6838,23.6269]]]]},"properties":{"TOWNCODE":"10016020","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"湖西鄉"},"id":"10016020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8437,24.5865],[120.8372,24.5904],[120.832,24.5913],[120.8239,24.5974],[120.817,24.5976],[120.8071,24.599],[120.8034,24.5938],[120.801,24.5917],[120.7993,24.5882],[120.7966,24.589],[120.7951,24.588],[120.7922,24.5891],[120.7871,24.5875],[120.7846,24.5878],[120.7804,24.5819],[120.7809,24.5797],[120.7799,24.578],[120.7802,24.5732],[120.7784,24.5693],[120.7804,24.5673],[120.7813,24.5639],[120.7834,24.5644],[120.7871,24.5639],[120.7879,24.5613],[120.7896,24.5593],[120.7893,24.5574],[120.7903,24.5543],[120.7917,24.554],[120.7911,24.5497],[120.792,24.5464],[120.7908,24.5434],[120.7888,24.542],[120.7875,24.5384],[120.7851,24.5376],[120.7835,24.5342],[120.7865,24.5291],[120.7891,24.5257],[120.7877,24.5221],[120.7875,24.5194],[120.7904,24.5187],[120.7919,24.5205],[120.7949,24.5216],[120.7969,24.5253],[120.7985,24.5254],[120.8006,24.5274],[120.8037,24.5275],[120.8049,24.5315],[120.8079,24.5337],[120.8096,24.5337],[120.8087,24.5266],[120.8128,24.5269],[120.8157,24.5296],[120.8194,24.5307],[120.82,24.5378],[120.8215,24.5395],[120.8266,24.5411],[120.8287,24.5445],[120.8314,24.5472],[120.8347,24.5489],[120.8373,24.5565],[120.8415,24.5605],[120.8435,24.5677],[120.8437,24.573],[120.8451,24.5755],[120.8451,24.5839],[120.8437,24.5865]]]},"properties":{"TOWNCODE":"10005010","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"苗栗市"},"id":"10005010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9082,24.3642],[120.9042,24.365],[120.8994,24.3619],[120.8985,24.3628],[120.894,24.3629],[120.8908,24.3636],[120.8887,24.363],[120.8866,24.3638],[120.8808,24.3615],[120.8791,24.3603],[120.8758,24.3605],[120.8735,24.3621],[120.872,24.3609],[120.8683,24.3603],[120.8627,24.3577],[120.8598,24.3549],[120.8577,24.3559],[120.857,24.3586],[120.8551,24.3587],[120.8536,24.3611],[120.8472,24.3606],[120.8446,24.3561],[120.8448,24.3549],[120.8412,24.3541],[120.8402,24.3524],[120.8406,24.3468],[120.8387,24.3458],[120.8354,24.3474],[120.8329,24.3442],[120.8304,24.343],[120.8258,24.3428],[120.8236,24.3415],[120.8217,24.3417],[120.8197,24.3442],[120.8151,24.3428],[120.8145,24.3413],[120.8119,24.3417],[120.8122,24.3436],[120.8147,24.3455],[120.8124,24.3473],[120.8102,24.3459],[120.8103,24.3437],[120.8071,24.3418],[120.805,24.3428],[120.8013,24.3409],[120.7988,24.3411],[120.7962,24.3396],[120.792,24.3429],[120.7903,24.3408],[120.7873,24.3422],[120.7851,24.3413],[120.7846,24.3432],[120.7815,24.3448],[120.776,24.3393],[120.7811,24.3371],[120.7844,24.3338],[120.7773,24.3312],[120.7754,24.3313],[120.7742,24.3286],[120.7723,24.3268],[120.7743,24.3251],[120.7777,24.3206],[120.784,24.3183],[120.7869,24.3184],[120.7927,24.3175],[120.796,24.3164],[120.8047,24.3161],[120.8074,24.3152],[120.8097,24.3128],[120.8119,24.3116],[120.8184,24.3063],[120.82,24.3031],[120.8239,24.2983],[120.8292,24.2938],[120.8318,24.2924],[120.8336,24.2905],[120.8377,24.2893],[120.8505,24.2885],[120.8572,24.2891],[120.8657,24.2927],[120.8696,24.2938],[120.8761,24.295],[120.8907,24.2942],[120.9022,24.2922],[120.9059,24.2926],[120.9098,24.294],[120.9105,24.2963],[120.9137,24.3015],[120.9145,24.3043],[120.9143,24.3079],[120.9119,24.313],[120.9091,24.317],[120.9082,24.3202],[120.9029,24.3273],[120.9075,24.3303],[120.9061,24.3314],[120.9105,24.3346],[120.9111,24.3366],[120.9065,24.3364],[120.9054,24.3398],[120.9072,24.3442],[120.9072,24.3462],[120.9096,24.3526],[120.9099,24.3553],[120.9082,24.3601],[120.9082,24.3642]]]},"properties":{"TOWNCODE":"10005070","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"卓蘭鎮"},"id":"10005070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9041,24.4471],[120.8986,24.445],[120.8935,24.4446],[120.8899,24.4448],[120.8856,24.4463],[120.8832,24.4482],[120.8835,24.4493],[120.8783,24.4536],[120.8769,24.4542],[120.8742,24.4573],[120.8739,24.4542],[120.871,24.4556],[120.8669,24.4558],[120.8666,24.4538],[120.8641,24.453],[120.8624,24.4481],[120.8581,24.4439],[120.856,24.4425],[120.8555,24.4407],[120.8536,24.4391],[120.8477,24.438],[120.845,24.4354],[120.8413,24.4295],[120.8388,24.4288],[120.8395,24.4262],[120.843,24.4228],[120.8397,24.4165],[120.8372,24.4159],[120.8363,24.4118],[120.8382,24.4112],[120.84,24.4091],[120.8407,24.4062],[120.8372,24.4031],[120.8357,24.4007],[120.8311,24.396],[120.8255,24.3951],[120.825,24.3909],[120.8227,24.3891],[120.8223,24.383],[120.8202,24.3801],[120.8185,24.3759],[120.8134,24.3747],[120.8106,24.3747],[120.8068,24.371],[120.8071,24.367],[120.8041,24.3638],[120.7976,24.3591],[120.7954,24.3565],[120.791,24.3543],[120.7849,24.3519],[120.7828,24.3531],[120.7795,24.3506],[120.7782,24.3504],[120.7767,24.3467],[120.7773,24.3447],[120.7755,24.342],[120.776,24.3393],[120.7815,24.3448],[120.7846,24.3432],[120.7851,24.3413],[120.7873,24.3422],[120.7903,24.3408],[120.792,24.3429],[120.7962,24.3396],[120.7988,24.3411],[120.8013,24.3409],[120.805,24.3428],[120.8071,24.3418],[120.8103,24.3437],[120.8102,24.3459],[120.8124,24.3473],[120.8147,24.3455],[120.8122,24.3436],[120.8119,24.3417],[120.8145,24.3413],[120.8151,24.3428],[120.8197,24.3442],[120.8217,24.3417],[120.8236,24.3415],[120.8258,24.3428],[120.8304,24.343],[120.8329,24.3442],[120.8354,24.3474],[120.8387,24.3458],[120.8406,24.3468],[120.8402,24.3524],[120.8412,24.3541],[120.8448,24.3549],[120.8446,24.3561],[120.8472,24.3606],[120.8536,24.3611],[120.8551,24.3587],[120.857,24.3586],[120.8577,24.3559],[120.8598,24.3549],[120.8627,24.3577],[120.8683,24.3603],[120.872,24.3609],[120.8735,24.3621],[120.8758,24.3605],[120.8791,24.3603],[120.8808,24.3615],[120.8866,24.3638],[120.8887,24.363],[120.8908,24.3636],[120.894,24.3629],[120.8985,24.3628],[120.8994,24.3619],[120.9042,24.365],[120.9082,24.3642],[120.9124,24.3649],[120.9138,24.3685],[120.9137,24.3743],[120.9148,24.3759],[120.9139,24.3809],[120.915,24.3861],[120.9143,24.3878],[120.9155,24.391],[120.919,24.3951],[120.9196,24.3988],[120.918,24.4029],[120.9161,24.4051],[120.9121,24.4079],[120.9117,24.4132],[120.9106,24.4146],[120.9071,24.4165],[120.908,24.4184],[120.9074,24.4201],[120.9079,24.423],[120.9102,24.4249],[120.9118,24.4291],[120.9116,24.432],[120.9127,24.4369],[120.9097,24.444],[120.9065,24.4463],[120.9041,24.4471]]]},"properties":{"TOWNCODE":"10005080","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"大湖鄉"},"id":"10005080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9035,24.542],[120.9011,24.5414],[120.8996,24.5426],[120.8966,24.5416],[120.8926,24.5422],[120.8888,24.544],[120.8855,24.5419],[120.8847,24.5427],[120.8816,24.542],[120.8801,24.5408],[120.8763,24.5408],[120.8743,24.539],[120.8727,24.5412],[120.8671,24.5385],[120.8635,24.5386],[120.8625,24.5394],[120.8564,24.5414],[120.8557,24.5439],[120.8527,24.544],[120.8506,24.546],[120.8479,24.5464],[120.8457,24.5493],[120.8466,24.5511],[120.8453,24.5544],[120.8462,24.556],[120.845,24.5597],[120.8415,24.5605],[120.8373,24.5565],[120.8347,24.5489],[120.8314,24.5472],[120.8287,24.5445],[120.8266,24.5411],[120.8215,24.5395],[120.82,24.5378],[120.8194,24.5307],[120.8157,24.5296],[120.8128,24.5269],[120.8142,24.5233],[120.813,24.5208],[120.8131,24.5187],[120.8116,24.5172],[120.8113,24.5129],[120.8135,24.5105],[120.8132,24.5058],[120.8122,24.5025],[120.8109,24.5009],[120.8131,24.4947],[120.8113,24.4891],[120.8112,24.4868],[120.8125,24.4833],[120.8124,24.4796],[120.8131,24.477],[120.8129,24.4743],[120.816,24.4687],[120.8261,24.464],[120.826,24.4614],[120.8296,24.4576],[120.8337,24.4577],[120.8352,24.4561],[120.8393,24.4537],[120.8402,24.4488],[120.842,24.4474],[120.8448,24.4468],[120.8442,24.4443],[120.8426,24.4417],[120.8422,24.4389],[120.845,24.4354],[120.8477,24.438],[120.8536,24.4391],[120.8555,24.4407],[120.856,24.4425],[120.8581,24.4439],[120.8624,24.4481],[120.8641,24.453],[120.8666,24.4538],[120.8669,24.4558],[120.871,24.4556],[120.8739,24.4542],[120.8742,24.4573],[120.8771,24.4625],[120.8777,24.4654],[120.8749,24.4667],[120.8685,24.4644],[120.8647,24.4643],[120.8665,24.4669],[120.8659,24.4697],[120.8695,24.4804],[120.8709,24.4823],[120.8716,24.4864],[120.8731,24.4874],[120.8732,24.491],[120.8753,24.4917],[120.8759,24.4962],[120.8788,24.4989],[120.8803,24.5022],[120.879,24.5045],[120.8832,24.5091],[120.8874,24.5119],[120.8916,24.5104],[120.8913,24.5134],[120.8954,24.5156],[120.8973,24.5177],[120.8978,24.5197],[120.8997,24.5218],[120.8991,24.5243],[120.9026,24.5257],[120.9069,24.5335],[120.9068,24.5358],[120.9078,24.5378],[120.9061,24.5388],[120.9035,24.542]]]},"properties":{"TOWNCODE":"10005090","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"公館鄉"},"id":"10005090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8128,24.5269],[120.8087,24.5266],[120.8096,24.5337],[120.8079,24.5337],[120.8049,24.5315],[120.8037,24.5275],[120.8006,24.5274],[120.7985,24.5254],[120.7969,24.5253],[120.7949,24.5216],[120.7919,24.5205],[120.7904,24.5187],[120.7875,24.5194],[120.7877,24.5156],[120.7833,24.5118],[120.7808,24.5111],[120.7775,24.5119],[120.7775,24.5088],[120.7786,24.5058],[120.7776,24.5025],[120.7732,24.5011],[120.7715,24.4997],[120.7637,24.4894],[120.7633,24.4872],[120.7618,24.4833],[120.7627,24.4822],[120.7615,24.4795],[120.7598,24.4789],[120.756,24.4725],[120.7546,24.4721],[120.7512,24.4661],[120.7516,24.4637],[120.7542,24.4593],[120.7543,24.4524],[120.7559,24.4494],[120.7545,24.4478],[120.7553,24.4448],[120.7547,24.4407],[120.753,24.438],[120.7513,24.4284],[120.7614,24.4337],[120.768,24.4357],[120.7733,24.4381],[120.7757,24.4364],[120.781,24.4361],[120.7832,24.4346],[120.7873,24.4345],[120.789,24.4314],[120.7874,24.425],[120.7875,24.4219],[120.786,24.4193],[120.7895,24.4148],[120.7917,24.4145],[120.7955,24.4118],[120.8014,24.4091],[120.8009,24.4068],[120.8032,24.4051],[120.8043,24.4014],[120.807,24.4006],[120.8113,24.3969],[120.811,24.3935],[120.8125,24.3919],[120.8133,24.3894],[120.8162,24.388],[120.8187,24.3894],[120.8215,24.3885],[120.8227,24.3891],[120.825,24.3909],[120.8255,24.3951],[120.8311,24.396],[120.8357,24.4007],[120.8372,24.4031],[120.8407,24.4062],[120.84,24.4091],[120.8382,24.4112],[120.8363,24.4118],[120.8372,24.4159],[120.8397,24.4165],[120.843,24.4228],[120.8395,24.4262],[120.8388,24.4288],[120.8413,24.4295],[120.845,24.4354],[120.8422,24.4389],[120.8426,24.4417],[120.8442,24.4443],[120.8448,24.4468],[120.842,24.4474],[120.8402,24.4488],[120.8393,24.4537],[120.8352,24.4561],[120.8337,24.4577],[120.8296,24.4576],[120.826,24.4614],[120.8261,24.464],[120.816,24.4687],[120.8129,24.4743],[120.8131,24.477],[120.8124,24.4796],[120.8125,24.4833],[120.8112,24.4868],[120.8113,24.4891],[120.8131,24.4947],[120.8109,24.5009],[120.8122,24.5025],[120.8132,24.5058],[120.8135,24.5105],[120.8113,24.5129],[120.8116,24.5172],[120.8131,24.5187],[120.813,24.5208],[120.8142,24.5233],[120.8128,24.5269]]]},"properties":{"TOWNCODE":"10005100","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"銅鑼鄉"},"id":"10005100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9369,24.5896],[120.933,24.5916],[120.9315,24.5904],[120.9291,24.5925],[120.9237,24.5962],[120.921,24.5971],[120.9188,24.5944],[120.9165,24.5963],[120.9125,24.5964],[120.9126,24.5983],[120.9084,24.5957],[120.9048,24.5948],[120.903,24.5975],[120.9028,24.5998],[120.9004,24.5996],[120.8982,24.6007],[120.8946,24.6011],[120.8918,24.6036],[120.8887,24.6021],[120.8841,24.6021],[120.8837,24.604],[120.8806,24.6045],[120.8784,24.6038],[120.8768,24.602],[120.8724,24.6024],[120.8716,24.6031],[120.8661,24.603],[120.8623,24.6024],[120.8605,24.6035],[120.8576,24.6006],[120.8521,24.6011],[120.8501,24.6],[120.8458,24.6037],[120.8398,24.6033],[120.8401,24.6013],[120.8338,24.6009],[120.8352,24.5989],[120.8403,24.5958],[120.8432,24.5932],[120.8447,24.5909],[120.8447,24.5876],[120.8437,24.5865],[120.8451,24.5839],[120.8451,24.5755],[120.8437,24.573],[120.8435,24.5677],[120.8415,24.5605],[120.845,24.5597],[120.8462,24.556],[120.8453,24.5544],[120.8466,24.5511],[120.8457,24.5493],[120.8479,24.5464],[120.8506,24.546],[120.8527,24.544],[120.8557,24.5439],[120.8564,24.5414],[120.8625,24.5394],[120.8635,24.5386],[120.8671,24.5385],[120.8727,24.5412],[120.8743,24.539],[120.8763,24.5408],[120.8801,24.5408],[120.8816,24.542],[120.8847,24.5427],[120.8855,24.5419],[120.8888,24.544],[120.8926,24.5422],[120.8966,24.5416],[120.8996,24.5426],[120.9011,24.5414],[120.9035,24.542],[120.9063,24.5471],[120.906,24.5506],[120.9085,24.555],[120.9108,24.5577],[120.9138,24.5591],[120.9191,24.5579],[120.9225,24.5651],[120.9313,24.5796],[120.9342,24.5806],[120.9343,24.5846],[120.9369,24.5896]]]},"properties":{"TOWNCODE":"10005120","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"頭屋鄉"},"id":"10005120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8227,24.3891],[120.8215,24.3885],[120.8187,24.3894],[120.8162,24.388],[120.8133,24.3894],[120.8125,24.3919],[120.811,24.3935],[120.8113,24.3969],[120.807,24.4006],[120.8043,24.4014],[120.8032,24.4051],[120.8009,24.4068],[120.8014,24.4091],[120.7955,24.4118],[120.7917,24.4145],[120.7895,24.4148],[120.786,24.4193],[120.7875,24.4219],[120.7874,24.425],[120.789,24.4314],[120.7873,24.4345],[120.7832,24.4346],[120.781,24.4361],[120.7757,24.4364],[120.7733,24.4381],[120.768,24.4357],[120.7614,24.4337],[120.7513,24.4284],[120.752,24.4259],[120.7518,24.4223],[120.748,24.4192],[120.7482,24.4147],[120.7496,24.4134],[120.7494,24.4116],[120.7514,24.4097],[120.7508,24.4074],[120.7484,24.4047],[120.7475,24.4005],[120.7453,24.3985],[120.7427,24.3943],[120.741,24.3932],[120.7375,24.3877],[120.7331,24.3829],[120.7327,24.3795],[120.7291,24.3772],[120.7287,24.3752],[120.7299,24.3734],[120.7288,24.3704],[120.7297,24.3646],[120.7271,24.3629],[120.7243,24.3541],[120.7301,24.352],[120.7344,24.3479],[120.7385,24.3451],[120.7433,24.3405],[120.7532,24.3329],[120.7583,24.3287],[120.7645,24.3257],[120.767,24.3256],[120.7721,24.3222],[120.7777,24.3206],[120.7743,24.3251],[120.7723,24.3268],[120.7742,24.3286],[120.7754,24.3313],[120.7773,24.3312],[120.7844,24.3338],[120.7811,24.3371],[120.776,24.3393],[120.7755,24.342],[120.7773,24.3447],[120.7767,24.3467],[120.7782,24.3504],[120.7795,24.3506],[120.7828,24.3531],[120.7849,24.3519],[120.791,24.3543],[120.7954,24.3565],[120.7976,24.3591],[120.8041,24.3638],[120.8071,24.367],[120.8068,24.371],[120.8106,24.3747],[120.8134,24.3747],[120.8185,24.3759],[120.8202,24.3801],[120.8223,24.383],[120.8227,24.3891]]]},"properties":{"TOWNCODE":"10005130","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"三義鄉"},"id":"10005130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7784,24.5693],[120.7758,24.5705],[120.7739,24.5741],[120.7711,24.5757],[120.7712,24.5779],[120.7691,24.5814],[120.764,24.5797],[120.7603,24.5809],[120.7583,24.5797],[120.755,24.5798],[120.7528,24.5812],[120.7479,24.5789],[120.7447,24.579],[120.7445,24.5772],[120.7423,24.5758],[120.7394,24.5728],[120.7388,24.571],[120.7344,24.5684],[120.7323,24.5682],[120.7292,24.5639],[120.7289,24.562],[120.727,24.56],[120.7272,24.558],[120.7245,24.5538],[120.7262,24.5524],[120.7297,24.5518],[120.7319,24.549],[120.7321,24.5467],[120.7343,24.5463],[120.735,24.5429],[120.7344,24.5382],[120.7379,24.5383],[120.7397,24.5361],[120.7386,24.533],[120.7401,24.5297],[120.7415,24.5291],[120.7427,24.5248],[120.7454,24.5238],[120.744,24.5205],[120.7465,24.5173],[120.7493,24.5176],[120.7501,24.5142],[120.7494,24.5128],[120.7502,24.5075],[120.7557,24.5059],[120.7581,24.5046],[120.7612,24.5064],[120.7608,24.5033],[120.7582,24.5014],[120.7581,24.4987],[120.7564,24.4978],[120.7552,24.4954],[120.757,24.4916],[120.7592,24.4916],[120.7624,24.4891],[120.7633,24.4872],[120.7637,24.4894],[120.7715,24.4997],[120.7732,24.5011],[120.7776,24.5025],[120.7786,24.5058],[120.7775,24.5088],[120.7775,24.5119],[120.7808,24.5111],[120.7833,24.5118],[120.7877,24.5156],[120.7875,24.5194],[120.7877,24.5221],[120.7891,24.5257],[120.7865,24.5291],[120.7835,24.5342],[120.7851,24.5376],[120.7875,24.5384],[120.7888,24.542],[120.7908,24.5434],[120.792,24.5464],[120.7911,24.5497],[120.7917,24.554],[120.7903,24.5543],[120.7893,24.5574],[120.7896,24.5593],[120.7879,24.5613],[120.7871,24.5639],[120.7834,24.5644],[120.7813,24.5639],[120.7804,24.5673],[120.7784,24.5693]]]},"properties":{"TOWNCODE":"10005140","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"西湖鄉"},"id":"10005140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8769,24.6479],[120.8747,24.6491],[120.8753,24.6529],[120.8713,24.6519],[120.8699,24.6522],[120.8679,24.6558],[120.8672,24.6611],[120.8675,24.665],[120.8653,24.6662],[120.8579,24.6651],[120.8521,24.6625],[120.8464,24.6623],[120.8421,24.6641],[120.8402,24.6657],[120.8389,24.6623],[120.8347,24.6561],[120.8318,24.6542],[120.8312,24.6517],[120.8286,24.6478],[120.8277,24.6477],[120.8257,24.6439],[120.8226,24.6411],[120.819,24.6396],[120.8197,24.6369],[120.8147,24.6294],[120.8134,24.6268],[120.8161,24.6254],[120.817,24.6293],[120.819,24.6305],[120.8204,24.6276],[120.8206,24.6246],[120.8232,24.6237],[120.8262,24.6251],[120.829,24.6255],[120.8293,24.6232],[120.8323,24.6156],[120.8343,24.6148],[120.8351,24.6125],[120.8321,24.6071],[120.8348,24.6037],[120.8365,24.6045],[120.8398,24.6033],[120.8458,24.6037],[120.8501,24.6],[120.8521,24.6011],[120.8576,24.6006],[120.8605,24.6035],[120.8623,24.6024],[120.8661,24.603],[120.8716,24.6031],[120.8724,24.6024],[120.8768,24.602],[120.8784,24.6038],[120.8806,24.6045],[120.8837,24.604],[120.8841,24.6021],[120.8887,24.6021],[120.8918,24.6036],[120.8946,24.6011],[120.8982,24.6007],[120.9004,24.5996],[120.9028,24.5998],[120.903,24.5975],[120.9048,24.5948],[120.9084,24.5957],[120.9126,24.5983],[120.9125,24.5964],[120.9165,24.5963],[120.9188,24.5944],[120.921,24.5971],[120.9237,24.5962],[120.9291,24.5925],[120.9315,24.5904],[120.933,24.5916],[120.9369,24.5896],[120.9419,24.596],[120.945,24.5963],[120.9459,24.598],[120.9491,24.6012],[120.9489,24.6053],[120.9451,24.6071],[120.9417,24.6058],[120.9384,24.6062],[120.9354,24.608],[120.929,24.608],[120.925,24.6037],[120.9216,24.6036],[120.9198,24.6018],[120.9155,24.6031],[120.9178,24.6065],[120.9144,24.6071],[120.9146,24.6084],[120.917,24.6111],[120.9145,24.6124],[120.9115,24.6178],[120.9159,24.6198],[120.9141,24.6221],[120.9146,24.6242],[120.9115,24.6263],[120.9108,24.6285],[120.9071,24.6261],[120.9017,24.6257],[120.9009,24.6248],[120.8966,24.6254],[120.8937,24.6286],[120.8933,24.6259],[120.8905,24.6254],[120.8843,24.6291],[120.8801,24.6321],[120.8781,24.6341],[120.8794,24.6356],[120.8772,24.6378],[120.8776,24.6398],[120.8756,24.6433],[120.8784,24.6469],[120.8769,24.6479]]]},"properties":{"TOWNCODE":"10005150","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"造橋鄉"},"id":"10005150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9746,24.5833],[120.9686,24.5863],[120.9667,24.5868],[120.9659,24.5893],[120.9592,24.5944],[120.956,24.5985],[120.952,24.6007],[120.9491,24.6012],[120.9459,24.598],[120.945,24.5963],[120.9419,24.596],[120.9369,24.5896],[120.9343,24.5846],[120.9342,24.5806],[120.9313,24.5796],[120.9225,24.5651],[120.9191,24.5579],[120.9138,24.5591],[120.9108,24.5577],[120.9085,24.555],[120.906,24.5506],[120.9063,24.5471],[120.9035,24.542],[120.9061,24.5388],[120.9078,24.5378],[120.9068,24.5358],[120.9069,24.5335],[120.9026,24.5257],[120.8991,24.5243],[120.8997,24.5218],[120.8978,24.5197],[120.8973,24.5177],[120.8954,24.5156],[120.8913,24.5134],[120.8916,24.5104],[120.8874,24.5119],[120.8832,24.5091],[120.879,24.5045],[120.8803,24.5022],[120.8788,24.4989],[120.8759,24.4962],[120.8753,24.4917],[120.8732,24.491],[120.8731,24.4874],[120.8716,24.4864],[120.8709,24.4823],[120.8695,24.4804],[120.8659,24.4697],[120.8665,24.4669],[120.8647,24.4643],[120.8685,24.4644],[120.8749,24.4667],[120.8777,24.4654],[120.8771,24.4625],[120.8742,24.4573],[120.8769,24.4542],[120.8783,24.4536],[120.8835,24.4493],[120.8832,24.4482],[120.8856,24.4463],[120.8899,24.4448],[120.8935,24.4446],[120.8986,24.445],[120.9041,24.4471],[120.906,24.4479],[120.9102,24.4516],[120.9112,24.4533],[120.9112,24.4565],[120.9134,24.462],[120.9165,24.4653],[120.9152,24.467],[120.9165,24.4695],[120.9163,24.4734],[120.9176,24.4758],[120.9195,24.4771],[120.9219,24.4811],[120.9205,24.4825],[120.9204,24.487],[120.9192,24.4901],[120.9211,24.4953],[120.9271,24.4963],[120.9297,24.4981],[120.9332,24.4968],[120.9339,24.4975],[120.9396,24.4994],[120.943,24.5033],[120.9467,24.5033],[120.9494,24.5065],[120.9539,24.5066],[120.9549,24.5048],[120.9579,24.505],[120.963,24.5044],[120.9656,24.5066],[120.9588,24.5127],[120.9576,24.5127],[120.9554,24.5161],[120.9533,24.5175],[120.9543,24.5189],[120.9544,24.5233],[120.9512,24.5246],[120.9516,24.5266],[120.949,24.5287],[120.9518,24.5309],[120.9533,24.5334],[120.9539,24.5366],[120.9555,24.5399],[120.9537,24.5419],[120.9559,24.5446],[120.9563,24.5514],[120.9594,24.5534],[120.9603,24.5567],[120.9625,24.559],[120.9627,24.5606],[120.965,24.5623],[120.9667,24.5653],[120.9701,24.569],[120.9697,24.5727],[120.9706,24.5765],[120.972,24.5776],[120.9746,24.5833]]]},"properties":{"TOWNCODE":"10005170","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"獅潭鄉"},"id":"10005170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2589,24.438],[121.2589,24.4407],[121.2617,24.4442],[121.2609,24.4455],[121.2621,24.4476],[121.2608,24.4495],[121.2606,24.4517],[121.2626,24.4553],[121.258,24.4575],[121.2581,24.4632],[121.2525,24.4646],[121.2491,24.466],[121.2464,24.4688],[121.2444,24.4699],[121.244,24.4756],[121.2427,24.4782],[121.2396,24.4799],[121.2384,24.4814],[121.2346,24.4838],[121.2336,24.4874],[121.2297,24.4891],[121.2289,24.4923],[121.2229,24.4948],[121.2186,24.4984],[121.2219,24.5048],[121.2224,24.5074],[121.2174,24.5097],[121.2176,24.514],[121.216,24.5155],[121.2138,24.5147],[121.2097,24.5115],[121.2067,24.513],[121.2032,24.5125],[121.2005,24.5115],[121.1974,24.5083],[121.1953,24.507],[121.1916,24.5075],[121.1868,24.5054],[121.183,24.508],[121.1779,24.5077],[121.1747,24.5048],[121.1705,24.5041],[121.1693,24.5026],[121.1643,24.5036],[121.1618,24.5035],[121.155,24.5068],[121.1503,24.5062],[121.1458,24.51],[121.1434,24.5109],[121.1368,24.5066],[121.1297,24.5067],[121.1277,24.5082],[121.1258,24.5083],[121.1237,24.5101],[121.121,24.5084],[121.1173,24.5085],[121.1133,24.5065],[121.1089,24.5009],[121.1056,24.5007],[121.1025,24.4983],[121.1,24.4981],[121.0981,24.4964],[121.0956,24.4964],[121.0908,24.4977],[121.0844,24.5013],[121.0791,24.4991],[121.0754,24.4995],[121.0719,24.4984],[121.0697,24.4966],[121.0665,24.4951],[121.0649,24.4964],[121.0612,24.4971],[121.0589,24.5001],[121.0573,24.498],[121.0538,24.4965],[121.0513,24.4974],[121.0474,24.4965],[121.0458,24.4951],[121.0402,24.4949],[121.0391,24.4935],[121.0358,24.4933],[121.0324,24.4918],[121.0302,24.4928],[121.027,24.4926],[121.0259,24.4941],[121.026,24.4987],[121.0234,24.5021],[121.0214,24.5025],[121.0209,24.5065],[121.0157,24.5096],[121.0123,24.5108],[121.0097,24.5103],[121.0063,24.5087],[121.0022,24.5057],[120.9986,24.5017],[120.9962,24.502],[120.991,24.501],[120.9882,24.5024],[120.9784,24.502],[120.9729,24.5039],[120.9711,24.505],[120.9656,24.5066],[120.963,24.5044],[120.9579,24.505],[120.9549,24.5048],[120.9539,24.5066],[120.9494,24.5065],[120.9467,24.5033],[120.943,24.5033],[120.9396,24.4994],[120.9339,24.4975],[120.9332,24.4968],[120.9297,24.4981],[120.9271,24.4963],[120.9211,24.4953],[120.9192,24.4901],[120.9204,24.487],[120.9205,24.4825],[120.9219,24.4811],[120.9195,24.4771],[120.9176,24.4758],[120.9163,24.4734],[120.9165,24.4695],[120.9152,24.467],[120.9165,24.4653],[120.9134,24.462],[120.9112,24.4565],[120.9112,24.4533],[120.9102,24.4516],[120.906,24.4479],[120.9041,24.4471],[120.9065,24.4463],[120.9097,24.444],[120.9127,24.4369],[120.9116,24.432],[120.9118,24.4291],[120.9102,24.4249],[120.9079,24.423],[120.9074,24.4201],[120.908,24.4184],[120.9071,24.4165],[120.9106,24.4146],[120.9117,24.4132],[120.9121,24.4079],[120.9161,24.4051],[120.918,24.4029],[120.9196,24.3988],[120.919,24.3951],[120.9155,24.391],[120.9143,24.3878],[120.915,24.3861],[120.9139,24.3809],[120.9148,24.3759],[120.9137,24.3743],[120.9138,24.3685],[120.9124,24.3649],[120.9082,24.3642],[120.9082,24.3601],[120.9099,24.3553],[120.9096,24.3526],[120.9072,24.3462],[120.9072,24.3442],[120.9054,24.3398],[120.9065,24.3364],[120.9111,24.3366],[120.9105,24.3346],[120.9061,24.3314],[120.9075,24.3303],[120.9029,24.3273],[120.9082,24.3202],[120.9091,24.317],[120.9119,24.313],[120.9143,24.3079],[120.9145,24.3043],[120.9137,24.3015],[120.9105,24.2963],[120.9098,24.294],[120.9119,24.2941],[120.9175,24.2995],[120.9215,24.302],[120.9225,24.3047],[120.9207,24.3082],[120.9201,24.3112],[120.9201,24.3157],[120.9207,24.3181],[120.9194,24.3251],[120.9167,24.3327],[120.9172,24.3359],[120.9201,24.3373],[120.9263,24.3386],[120.9328,24.3421],[120.9359,24.3429],[120.9401,24.3399],[120.9425,24.3391],[120.9449,24.3398],[120.9465,24.3391],[120.9523,24.3391],[120.9541,24.3386],[120.9571,24.3392],[120.96,24.3352],[120.9662,24.3335],[120.973,24.3336],[120.9772,24.3347],[120.9802,24.3346],[120.982,24.3359],[120.9854,24.3318],[120.9918,24.3296],[120.9976,24.3301],[121.0001,24.3325],[121.0023,24.3328],[121.0047,24.332],[121.0082,24.3269],[121.0116,24.324],[121.0145,24.3201],[121.0172,24.3138],[121.0177,24.3117],[121.02,24.3092],[121.025,24.3073],[121.0288,24.3052],[121.0313,24.3026],[121.0341,24.2978],[121.0381,24.2964],[121.0452,24.2953],[121.0493,24.296],[121.0523,24.2995],[121.0527,24.3047],[121.055,24.3078],[121.0553,24.3104],[121.059,24.3129],[121.0615,24.3134],[121.066,24.3157],[121.0698,24.3156],[121.0739,24.3192],[121.0731,24.3228],[121.0791,24.323],[121.0815,24.3241],[121.0863,24.3177],[121.0919,24.3186],[121.094,24.3195],[121.0952,24.322],[121.0982,24.3237],[121.1023,24.3246],[121.1036,24.3266],[121.1085,24.331],[121.1149,24.3286],[121.1185,24.3304],[121.1216,24.3307],[121.1214,24.3338],[121.1222,24.3367],[121.1253,24.342],[121.1281,24.3419],[121.1302,24.3447],[121.1314,24.3485],[121.1334,24.3516],[121.1356,24.3525],[121.1377,24.3546],[121.1377,24.3559],[121.1409,24.3596],[121.1443,24.3582],[121.1489,24.3579],[121.1509,24.3587],[121.1555,24.359],[121.1594,24.3608],[121.1647,24.361],[121.1665,24.3606],[121.1689,24.3615],[121.169,24.3643],[121.1726,24.3669],[121.1741,24.369],[121.173,24.3707],[121.1733,24.3731],[121.1791,24.3782],[121.1817,24.3789],[121.1833,24.381],[121.1902,24.3816],[121.1911,24.3839],[121.193,24.3858],[121.1969,24.392],[121.1971,24.3964],[121.2007,24.3976],[121.2072,24.3979],[121.2101,24.3963],[121.2108,24.395],[121.2104,24.3916],[121.2112,24.3884],[121.2135,24.384],[121.2136,24.3817],[121.2159,24.3795],[121.2185,24.3813],[121.2253,24.383],[121.2321,24.384],[121.2316,24.3877],[121.2349,24.3915],[121.2346,24.3971],[121.2381,24.4004],[121.2401,24.4035],[121.2436,24.4059],[121.2429,24.4094],[121.2434,24.4109],[121.242,24.4142],[121.2436,24.4166],[121.2436,24.4196],[121.2461,24.4228],[121.25,24.4249],[121.2576,24.425],[121.2589,24.4277],[121.2589,24.438]]]},"properties":{"TOWNCODE":"10005180","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"泰安鄉"},"id":"10005180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5818,24.1095],[120.5766,24.1096],[120.5731,24.1083],[120.5653,24.1099],[120.5578,24.1126],[120.5537,24.1128],[120.5496,24.1139],[120.5479,24.1088],[120.5459,24.1078],[120.5432,24.1015],[120.5412,24.0999],[120.5419,24.0951],[120.5378,24.0933],[120.5351,24.0932],[120.5352,24.0916],[120.5329,24.0905],[120.5256,24.0902],[120.5245,24.0862],[120.522,24.0839],[120.5183,24.0838],[120.5159,24.0861],[120.5148,24.0843],[120.5175,24.0798],[120.5137,24.0813],[120.5097,24.0815],[120.5092,24.0778],[120.5023,24.0788],[120.4998,24.0763],[120.5037,24.0729],[120.5029,24.0708],[120.5041,24.0686],[120.5066,24.0671],[120.5066,24.061],[120.5042,24.061],[120.5046,24.057],[120.5066,24.0555],[120.5068,24.0513],[120.5107,24.0548],[120.5145,24.0526],[120.5174,24.0522],[120.519,24.056],[120.5225,24.0526],[120.5294,24.0519],[120.5333,24.0519],[120.5342,24.0543],[120.5456,24.0539],[120.5488,24.0547],[120.5502,24.054],[120.5521,24.0507],[120.5546,24.051],[120.5562,24.0494],[120.5582,24.0494],[120.5611,24.0515],[120.5635,24.0523],[120.5642,24.0538],[120.5676,24.0555],[120.5708,24.0563],[120.5767,24.0535],[120.5782,24.0544],[120.5811,24.0516],[120.5832,24.0518],[120.5868,24.0488],[120.5881,24.0469],[120.5871,24.0448],[120.5919,24.0415],[120.5928,24.0378],[120.602,24.0415],[120.6073,24.0439],[120.6114,24.0439],[120.6127,24.0432],[120.6163,24.0433],[120.6211,24.046],[120.6258,24.0467],[120.6245,24.0482],[120.6234,24.052],[120.6257,24.0569],[120.6254,24.0687],[120.6242,24.0713],[120.6221,24.0727],[120.6195,24.0732],[120.6149,24.085],[120.6149,24.0902],[120.6125,24.0991],[120.6124,24.1024],[120.6026,24.1029],[120.6,24.1052],[120.5949,24.1049],[120.5884,24.1062],[120.5864,24.107],[120.5836,24.1095],[120.5818,24.1095]]]},"properties":{"TOWNCODE":"10007010","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"彰化市"},"id":"10007010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5496,24.1139],[120.5452,24.1166],[120.5403,24.124],[120.5335,24.1258],[120.5307,24.129],[120.5289,24.1324],[120.5234,24.1399],[120.525,24.1436],[120.5259,24.1485],[120.5242,24.1529],[120.5208,24.1585],[120.5197,24.1615],[120.5153,24.1595],[120.513,24.157],[120.5093,24.1551],[120.5095,24.1521],[120.5036,24.1517],[120.5015,24.1508],[120.5025,24.1485],[120.5063,24.1481],[120.5062,24.1456],[120.5047,24.141],[120.5037,24.1357],[120.5019,24.1325],[120.4944,24.1348],[120.4866,24.1381],[120.4858,24.1416],[120.484,24.1422],[120.482,24.1402],[120.4818,24.1352],[120.4832,24.1271],[120.4844,24.126],[120.486,24.1225],[120.4846,24.119],[120.4833,24.1189],[120.4808,24.1115],[120.4787,24.1104],[120.4783,24.1068],[120.4792,24.1049],[120.4774,24.1025],[120.4804,24.0988],[120.4844,24.099],[120.4858,24.0979],[120.4867,24.0954],[120.4885,24.0944],[120.4886,24.0908],[120.4913,24.0889],[120.4896,24.0876],[120.4893,24.0839],[120.4884,24.082],[120.4901,24.079],[120.4928,24.0772],[120.4986,24.0776],[120.4998,24.0763],[120.5023,24.0788],[120.5092,24.0778],[120.5097,24.0815],[120.5137,24.0813],[120.5175,24.0798],[120.5148,24.0843],[120.5159,24.0861],[120.5183,24.0838],[120.522,24.0839],[120.5245,24.0862],[120.5256,24.0902],[120.5329,24.0905],[120.5352,24.0916],[120.5351,24.0932],[120.5378,24.0933],[120.5419,24.0951],[120.5412,24.0999],[120.5432,24.1015],[120.5459,24.1078],[120.5479,24.1088],[120.5496,24.1139]]]},"properties":{"TOWNCODE":"10007030","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"和美鎮"},"id":"10007030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.482,24.1402],[120.476,24.1416],[120.4742,24.1411],[120.4684,24.1427],[120.4686,24.1436],[120.465,24.1482],[120.4592,24.1468],[120.4557,24.1473],[120.4555,24.1456],[120.4519,24.1464],[120.4509,24.1475],[120.4397,24.1559],[120.4389,24.1584],[120.4333,24.1651],[120.4289,24.1711],[120.4247,24.1776],[120.4234,24.1761],[120.4212,24.1756],[120.4183,24.1737],[120.4161,24.1695],[120.416,24.166],[120.4149,24.1608],[120.4153,24.1584],[120.4139,24.1572],[120.4104,24.1567],[120.4082,24.1543],[120.4117,24.1533],[120.4128,24.1522],[120.4118,24.1494],[120.4102,24.1476],[120.409,24.1427],[120.4071,24.1396],[120.4026,24.1387],[120.4,24.1353],[120.4,24.1317],[120.4012,24.1299],[120.3993,24.1248],[120.3984,24.1237],[120.4296,24.124],[120.4329,24.1249],[120.4354,24.1241],[120.442,24.1254],[120.4439,24.1266],[120.4526,24.1264],[120.4565,24.1221],[120.4567,24.12],[120.4631,24.1159],[120.4673,24.1075],[120.4721,24.105],[120.4738,24.103],[120.4774,24.1025],[120.4792,24.1049],[120.4783,24.1068],[120.4787,24.1104],[120.4808,24.1115],[120.4833,24.1189],[120.4846,24.119],[120.486,24.1225],[120.4844,24.126],[120.4832,24.1271],[120.4818,24.1352],[120.482,24.1402]]]},"properties":{"TOWNCODE":"10007040","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"線西鄉"},"id":"10007040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4566,24.2072],[120.4538,24.2041],[120.4532,24.202],[120.4507,24.1979],[120.4471,24.1943],[120.4449,24.1901],[120.4392,24.1857],[120.4327,24.1867],[120.4297,24.1845],[120.4247,24.1833],[120.4244,24.1819],[120.4262,24.1797],[120.4247,24.1776],[120.4289,24.1711],[120.4333,24.1651],[120.4389,24.1584],[120.4397,24.1559],[120.4509,24.1475],[120.4519,24.1464],[120.4555,24.1456],[120.4557,24.1473],[120.4592,24.1468],[120.465,24.1482],[120.4686,24.1436],[120.4684,24.1427],[120.4742,24.1411],[120.476,24.1416],[120.482,24.1402],[120.484,24.1422],[120.4858,24.1416],[120.4866,24.1381],[120.4944,24.1348],[120.5019,24.1325],[120.5037,24.1357],[120.5047,24.141],[120.5062,24.1456],[120.5063,24.1481],[120.5025,24.1485],[120.5015,24.1508],[120.5036,24.1517],[120.5095,24.1521],[120.5093,24.1551],[120.513,24.157],[120.5153,24.1595],[120.5197,24.1615],[120.5175,24.1653],[120.5126,24.177],[120.5081,24.1872],[120.5044,24.1911],[120.4979,24.1934],[120.4566,24.2072]]]},"properties":{"TOWNCODE":"10007050","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"伸港鄉"},"id":"10007050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4998,24.0763],[120.4986,24.0776],[120.4928,24.0772],[120.4909,24.0743],[120.4895,24.0747],[120.4822,24.0722],[120.4795,24.0709],[120.4817,24.0685],[120.4817,24.0573],[120.4785,24.057],[120.4797,24.054],[120.4816,24.0541],[120.4821,24.0493],[120.4837,24.0467],[120.489,24.047],[120.4892,24.0443],[120.4839,24.0439],[120.4839,24.041],[120.4829,24.0402],[120.4854,24.0352],[120.4873,24.0339],[120.4912,24.0291],[120.4901,24.0281],[120.4839,24.0279],[120.4805,24.0266],[120.4827,24.0245],[120.4895,24.0207],[120.4947,24.0164],[120.4942,24.0122],[120.4974,24.0109],[120.4939,24.0097],[120.4953,24.0073],[120.4946,24.0059],[120.4953,24.0014],[120.4993,23.9959],[120.5034,23.9933],[120.5038,23.9913],[120.5057,23.9908],[120.5082,23.9914],[120.5091,23.9932],[120.5119,23.9936],[120.513,23.9926],[120.5169,23.9935],[120.5173,23.9959],[120.5214,23.9963],[120.5212,23.9989],[120.5238,23.9991],[120.5238,24.0011],[120.5266,24.001],[120.527,24.0041],[120.5264,24.0069],[120.5285,24.0066],[120.5299,24.011],[120.5339,24.0114],[120.5348,24.0128],[120.5315,24.0181],[120.5292,24.0174],[120.5284,24.0191],[120.5264,24.0187],[120.5255,24.0215],[120.5256,24.026],[120.5241,24.0276],[120.5239,24.0307],[120.5217,24.0326],[120.5206,24.036],[120.5206,24.0444],[120.5174,24.0522],[120.5145,24.0526],[120.5107,24.0548],[120.5068,24.0513],[120.5066,24.0555],[120.5046,24.057],[120.5042,24.061],[120.5066,24.061],[120.5066,24.0671],[120.5041,24.0686],[120.5029,24.0708],[120.5037,24.0729],[120.4998,24.0763]]]},"properties":{"TOWNCODE":"10007070","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"秀水鄉"},"id":"10007070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5928,24.0378],[120.5919,24.0415],[120.5871,24.0448],[120.5881,24.0469],[120.5868,24.0488],[120.5832,24.0518],[120.5811,24.0516],[120.5782,24.0544],[120.5767,24.0535],[120.5708,24.0563],[120.5676,24.0555],[120.5642,24.0538],[120.5635,24.0523],[120.5611,24.0515],[120.5582,24.0494],[120.5562,24.0494],[120.5546,24.051],[120.5521,24.0507],[120.5502,24.054],[120.5488,24.0547],[120.5456,24.0539],[120.5342,24.0543],[120.5333,24.0519],[120.5294,24.0519],[120.5225,24.0526],[120.519,24.056],[120.5174,24.0522],[120.5206,24.0444],[120.5206,24.036],[120.5217,24.0326],[120.5239,24.0307],[120.5241,24.0276],[120.5256,24.026],[120.5255,24.0215],[120.5264,24.0187],[120.5284,24.0191],[120.5292,24.0174],[120.5315,24.0181],[120.5348,24.0128],[120.5374,24.0135],[120.542,24.0118],[120.5459,24.0081],[120.5521,24.0078],[120.5534,24.0061],[120.555,24.002],[120.5703,24.0044],[120.5745,24.0047],[120.5756,24.0056],[120.5787,24.0056],[120.5832,24.0077],[120.5849,24.0093],[120.5887,24.0088],[120.5901,24.0105],[120.593,24.0101],[120.5941,24.0111],[120.5971,24.0095],[120.5993,24.0094],[120.6024,24.0104],[120.6051,24.0096],[120.6037,24.0121],[120.6011,24.015],[120.6,24.0177],[120.5976,24.0211],[120.5973,24.0231],[120.5954,24.0245],[120.595,24.0285],[120.5952,24.0328],[120.5924,24.0348],[120.5928,24.0378]]]},"properties":{"TOWNCODE":"10007080","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"花壇鄉"},"id":"10007080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6557,24.0307],[120.6518,24.0285],[120.6492,24.0307],[120.6467,24.0338],[120.6444,24.0323],[120.6462,24.0283],[120.6446,24.0259],[120.6419,24.0274],[120.6375,24.0285],[120.6361,24.0311],[120.6341,24.0311],[120.6278,24.0296],[120.6248,24.0305],[120.6242,24.0334],[120.6277,24.0376],[120.6274,24.0408],[120.626,24.0416],[120.6258,24.0467],[120.6211,24.046],[120.6163,24.0433],[120.6127,24.0432],[120.6114,24.0439],[120.6073,24.0439],[120.602,24.0415],[120.5928,24.0378],[120.5924,24.0348],[120.5952,24.0328],[120.595,24.0285],[120.5954,24.0245],[120.5973,24.0231],[120.5976,24.0211],[120.6,24.0177],[120.6011,24.015],[120.6037,24.0121],[120.6051,24.0096],[120.6033,24.0088],[120.6035,24.0063],[120.6064,24.004],[120.6093,23.9993],[120.6092,23.9955],[120.6107,23.9938],[120.6089,23.9928],[120.6108,23.991],[120.6088,23.9901],[120.6077,23.9864],[120.6099,23.9859],[120.6114,23.9841],[120.6146,23.9843],[120.6163,23.9834],[120.6171,23.9802],[120.6197,23.9788],[120.62,23.9742],[120.6227,23.9716],[120.6232,23.9678],[120.6243,23.9649],[120.6282,23.9629],[120.6276,23.9592],[120.6296,23.9578],[120.6297,23.9561],[120.6341,23.9542],[120.6354,23.9522],[120.6396,23.9551],[120.6427,23.9583],[120.6442,23.9621],[120.6468,23.9634],[120.647,23.9715],[120.6466,23.9748],[120.65,23.9827],[120.6499,23.9853],[120.6451,23.9898],[120.6375,23.9937],[120.6363,23.9955],[120.6361,23.9984],[120.6382,24.0038],[120.6381,24.0074],[120.6403,24.0058],[120.6414,24.008],[120.6462,24.0092],[120.6473,24.0084],[120.66,24.0084],[120.6659,24.0078],[120.6676,24.0069],[120.6728,24.0061],[120.6738,24.0079],[120.671,24.0099],[120.6764,24.0109],[120.6786,24.014],[120.6684,24.0207],[120.6647,24.0234],[120.6635,24.025],[120.6611,24.0257],[120.6557,24.0307]]]},"properties":{"TOWNCODE":"10007090","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"芬園鄉"},"id":"10007090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5122,23.9776],[120.5081,23.9768],[120.5044,23.9734],[120.5003,23.9734],[120.497,23.9742],[120.4971,23.9724],[120.485,23.9733],[120.4831,23.9776],[120.4781,23.9778],[120.4747,23.9825],[120.4723,23.9838],[120.4687,23.9836],[120.4658,23.9803],[120.466,23.9752],[120.4657,23.9703],[120.4649,23.9675],[120.4621,23.9646],[120.4594,23.9628],[120.4548,23.9614],[120.4514,23.9651],[120.4475,23.966],[120.4483,23.9604],[120.4459,23.9588],[120.4483,23.9552],[120.4522,23.9483],[120.455,23.9409],[120.4606,23.9354],[120.4657,23.9328],[120.4667,23.9315],[120.4671,23.9316],[120.4743,23.9218],[120.4749,23.922],[120.4808,23.9204],[120.4903,23.9205],[120.4908,23.9239],[120.4939,23.9238],[120.4945,23.9251],[120.4959,23.9295],[120.5012,23.9297],[120.5016,23.9324],[120.5039,23.9327],[120.5072,23.9352],[120.5081,23.935],[120.5083,23.9376],[120.5103,23.9414],[120.5132,23.945],[120.513,23.9487],[120.512,23.9503],[120.5123,23.954],[120.5157,23.958],[120.5153,23.9654],[120.5105,23.969],[120.511,23.9738],[120.5147,23.9759],[120.5122,23.9776]]]},"properties":{"TOWNCODE":"10007110","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"溪湖鎮"},"id":"10007110"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.1519,23.3927],[120.1498,23.3985],[120.1447,23.4038],[120.1428,23.4096],[120.1408,23.4115],[120.1439,23.4029],[120.1477,23.3985],[120.1504,23.3893],[120.1519,23.3927]]],[[[120.1825,23.5098],[120.1796,23.5104],[120.1724,23.5147],[120.1666,23.5172],[120.1646,23.5158],[120.1581,23.5159],[120.1523,23.5182],[120.1493,23.5189],[120.1458,23.5208],[120.1458,23.5185],[120.1424,23.5174],[120.1254,23.5205],[120.1215,23.5195],[120.1189,23.5157],[120.1193,23.4962],[120.1204,23.493],[120.1234,23.4896],[120.1274,23.4879],[120.1336,23.4882],[120.1395,23.49],[120.1578,23.495],[120.1587,23.4936],[120.1697,23.4922],[120.1676,23.4907],[120.1581,23.4917],[120.1552,23.4911],[120.1566,23.4875],[120.1558,23.4841],[120.1515,23.4807],[120.1498,23.4784],[120.1491,23.4749],[120.145,23.4719],[120.1443,23.468],[120.1469,23.4652],[120.1446,23.4597],[120.139,23.4581],[120.1344,23.4541],[120.1332,23.4516],[120.1354,23.4477],[120.1364,23.4485],[120.1354,23.4511],[120.1388,23.4527],[120.1399,23.4507],[120.1491,23.454],[120.1511,23.4557],[120.1526,23.4539],[120.151,23.449],[120.1546,23.4478],[120.1465,23.4375],[120.1473,23.4364],[120.1458,23.4333],[120.1455,23.4286],[120.149,23.4277],[120.149,23.4255],[120.1513,23.4261],[120.1536,23.4284],[120.1556,23.4272],[120.1516,23.4239],[120.1495,23.423],[120.1495,23.4198],[120.1513,23.4183],[120.1482,23.4147],[120.1493,23.4131],[120.1494,23.4061],[120.1507,23.401],[120.1518,23.3986],[120.1538,23.3992],[120.1541,23.4043],[120.16,23.4054],[120.1625,23.4042],[120.1661,23.4048],[120.1712,23.4078],[120.1699,23.4091],[120.1716,23.4119],[120.1739,23.4107],[120.1757,23.4162],[120.1774,23.4182],[120.1816,23.4208],[120.1849,23.4206],[120.1882,23.4231],[120.1891,23.4186],[120.1903,23.4155],[120.193,23.4193],[120.1939,23.4218],[120.1996,23.4185],[120.201,23.4207],[120.2038,23.4207],[120.2044,23.4222],[120.2069,23.4235],[120.2063,23.4273],[120.2076,23.433],[120.205,23.4373],[120.2071,23.4398],[120.2067,23.4415],[120.2042,23.4431],[120.2015,23.4438],[120.1974,23.447],[120.1943,23.4485],[120.2062,23.4529],[120.2103,23.4539],[120.2107,23.4556],[120.2131,23.457],[120.2155,23.4555],[120.2202,23.4596],[120.2217,23.4599],[120.2218,23.4629],[120.2264,23.4636],[120.2255,23.4653],[120.2263,23.4691],[120.2257,23.4749],[120.2247,23.479],[120.2199,23.4829],[120.2146,23.4861],[120.2193,23.4872],[120.2215,23.4884],[120.2178,23.4934],[120.2141,23.4925],[120.2125,23.4894],[120.2112,23.4902],[120.2102,23.4939],[120.2106,23.4962],[120.2128,23.4978],[120.2162,23.4972],[120.2168,23.4992],[120.2149,23.5009],[120.2115,23.5019],[120.2092,23.5043],[120.201,23.5077],[120.2018,23.5113],[120.2013,23.5124],[120.1966,23.513],[120.194,23.5123],[120.1899,23.51],[120.1872,23.5106],[120.1825,23.5098]]]]},"properties":{"TOWNCODE":"10010090","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"東石鄉"},"id":"10010090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6051,24.0096],[120.6024,24.0104],[120.5993,24.0094],[120.5971,24.0095],[120.5941,24.0111],[120.593,24.0101],[120.5901,24.0105],[120.5887,24.0088],[120.5849,24.0093],[120.5832,24.0077],[120.5787,24.0056],[120.5756,24.0056],[120.5745,24.0047],[120.5703,24.0044],[120.555,24.002],[120.5534,24.0061],[120.5521,24.0078],[120.5459,24.0081],[120.542,24.0118],[120.5374,24.0135],[120.5348,24.0128],[120.5339,24.0114],[120.5299,24.011],[120.5285,24.0066],[120.5264,24.0069],[120.527,24.0041],[120.5266,24.001],[120.5238,24.0011],[120.5238,23.9991],[120.5212,23.9989],[120.5214,23.9963],[120.5173,23.9959],[120.5169,23.9935],[120.513,23.9926],[120.5119,23.9936],[120.5091,23.9932],[120.5082,23.9914],[120.5057,23.9908],[120.5074,23.9891],[120.5053,23.9874],[120.5088,23.9826],[120.514,23.9791],[120.514,23.9781],[120.5206,23.978],[120.5216,23.9772],[120.5263,23.9779],[120.5305,23.9774],[120.5329,23.9777],[120.5344,23.9739],[120.5383,23.9712],[120.5414,23.9713],[120.5451,23.9763],[120.5472,23.9755],[120.5507,23.9776],[120.5538,23.9781],[120.5562,23.9794],[120.5629,23.9801],[120.5622,23.9779],[120.5626,23.9725],[120.5676,23.973],[120.5759,23.9757],[120.5763,23.9787],[120.5802,23.9791],[120.5878,23.9806],[120.5895,23.9798],[120.5932,23.9828],[120.5986,23.985],[120.6019,23.987],[120.605,23.9902],[120.6088,23.9901],[120.6108,23.991],[120.6089,23.9928],[120.6107,23.9938],[120.6092,23.9955],[120.6093,23.9993],[120.6064,24.004],[120.6035,24.0063],[120.6033,24.0088],[120.6051,24.0096]]]},"properties":{"TOWNCODE":"10007130","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"大村鄉"},"id":"10007130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4946,24.0059],[120.4919,24.0094],[120.4865,24.011],[120.4826,24.0109],[120.4801,24.0123],[120.4776,24.0119],[120.4731,24.0124],[120.4725,24.0131],[120.4662,24.0126],[120.4615,24.0129],[120.4593,24.0147],[120.4591,24.0165],[120.4561,24.0165],[120.4519,24.0191],[120.4521,24.021],[120.4491,24.0212],[120.4473,24.0236],[120.4449,24.0234],[120.4437,24.0254],[120.4419,24.0241],[120.4354,24.0229],[120.4351,24.0193],[120.4278,24.0137],[120.4269,24.0112],[120.4299,24.0088],[120.429,24.0048],[120.4264,24.005],[120.4249,23.9937],[120.4186,23.9967],[120.4118,23.9979],[120.4126,23.9964],[120.4147,23.9936],[120.4179,23.9878],[120.4218,23.9834],[120.422,23.9816],[120.4243,23.9793],[120.4233,23.9782],[120.425,23.9759],[120.4292,23.9726],[120.4292,23.9714],[120.4327,23.9697],[120.4388,23.9684],[120.4419,23.9659],[120.4459,23.9588],[120.4483,23.9604],[120.4475,23.966],[120.4514,23.9651],[120.4548,23.9614],[120.4594,23.9628],[120.4621,23.9646],[120.4649,23.9675],[120.4657,23.9703],[120.466,23.9752],[120.4658,23.9803],[120.4687,23.9836],[120.4723,23.9838],[120.4747,23.9825],[120.4781,23.9778],[120.4831,23.9776],[120.485,23.9733],[120.4971,23.9724],[120.497,23.9742],[120.5003,23.9734],[120.5044,23.9734],[120.5081,23.9768],[120.5122,23.9776],[120.5118,23.98],[120.5088,23.9826],[120.5053,23.9874],[120.5074,23.9891],[120.5057,23.9908],[120.5038,23.9913],[120.5034,23.9933],[120.4993,23.9959],[120.4953,24.0014],[120.4946,24.0059]]]},"properties":{"TOWNCODE":"10007140","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"埔鹽鄉"},"id":"10007140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5472,23.9755],[120.5451,23.9763],[120.5414,23.9713],[120.5383,23.9712],[120.5344,23.9739],[120.5329,23.9777],[120.5305,23.9774],[120.5263,23.9779],[120.5216,23.9772],[120.5206,23.978],[120.514,23.9781],[120.514,23.9791],[120.5088,23.9826],[120.5118,23.98],[120.5122,23.9776],[120.5147,23.9759],[120.511,23.9738],[120.5105,23.969],[120.5153,23.9654],[120.5157,23.958],[120.5123,23.954],[120.512,23.9503],[120.513,23.9487],[120.5132,23.945],[120.5103,23.9414],[120.5083,23.9376],[120.5081,23.935],[120.5081,23.9313],[120.5124,23.9297],[120.5162,23.9315],[120.5188,23.9296],[120.5192,23.9316],[120.5163,23.9353],[120.5189,23.9376],[120.5214,23.9362],[120.5284,23.9376],[120.5324,23.9366],[120.5338,23.9321],[120.5351,23.9302],[120.537,23.9294],[120.544,23.9319],[120.5443,23.9334],[120.5519,23.933],[120.555,23.9363],[120.5579,23.9378],[120.5615,23.938],[120.5608,23.9453],[120.5631,23.9458],[120.5659,23.9506],[120.5632,23.9529],[120.5633,23.9574],[120.5605,23.9591],[120.5576,23.9587],[120.5505,23.9623],[120.5478,23.9627],[120.5452,23.9648],[120.544,23.9684],[120.5452,23.9712],[120.5466,23.9719],[120.5472,23.9755]]]},"properties":{"TOWNCODE":"10007150","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"埔心鄉"},"id":"10007150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5754,23.9333],[120.5697,23.9344],[120.5674,23.9344],[120.5641,23.9367],[120.5635,23.9385],[120.5615,23.938],[120.5579,23.9378],[120.555,23.9363],[120.5519,23.933],[120.5443,23.9334],[120.544,23.9319],[120.537,23.9294],[120.5351,23.9302],[120.5338,23.9321],[120.5324,23.9366],[120.5284,23.9376],[120.5214,23.9362],[120.5189,23.9376],[120.5163,23.9353],[120.5192,23.9316],[120.5188,23.9296],[120.5162,23.9315],[120.5124,23.9297],[120.5081,23.9313],[120.5081,23.935],[120.5072,23.9352],[120.5039,23.9327],[120.5016,23.9324],[120.5012,23.9297],[120.4959,23.9295],[120.4945,23.9251],[120.4985,23.925],[120.5059,23.9189],[120.5114,23.9174],[120.5129,23.9152],[120.5155,23.9134],[120.5195,23.914],[120.524,23.9134],[120.5247,23.9142],[120.5306,23.9127],[120.5329,23.9115],[120.5362,23.9082],[120.5386,23.9076],[120.5386,23.9038],[120.5379,23.9018],[120.5402,23.9008],[120.5471,23.9018],[120.5462,23.907],[120.5474,23.9067],[120.5531,23.9075],[120.555,23.9056],[120.5568,23.902],[120.5601,23.9029],[120.5645,23.9033],[120.569,23.9048],[120.5663,23.912],[120.5707,23.9143],[120.5771,23.9145],[120.5769,23.9169],[120.5753,23.9224],[120.5763,23.9233],[120.5712,23.9271],[120.5736,23.9287],[120.5754,23.9333]]]},"properties":{"TOWNCODE":"10007160","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"永靖鄉"},"id":"10007160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6838,23.8013],[120.6834,23.8054],[120.6791,23.8058],[120.6785,23.8075],[120.678,23.8139],[120.6787,23.8166],[120.6762,23.8194],[120.6744,23.8201],[120.6698,23.8185],[120.665,23.815],[120.6624,23.8154],[120.6589,23.8146],[120.6556,23.8128],[120.6509,23.8125],[120.6487,23.8161],[120.6445,23.8176],[120.6401,23.8206],[120.6386,23.824],[120.64,23.8251],[120.6381,23.8289],[120.6369,23.8329],[120.6335,23.8339],[120.6264,23.84],[120.6224,23.84],[120.6213,23.8417],[120.6184,23.8404],[120.6156,23.8406],[120.605,23.8351],[120.6028,23.8381],[120.6014,23.8372],[120.5983,23.8381],[120.5961,23.8374],[120.5983,23.8349],[120.5981,23.8309],[120.6001,23.83],[120.6002,23.826],[120.6031,23.8219],[120.6028,23.8199],[120.5982,23.8147],[120.5944,23.8124],[120.5903,23.8119],[120.588,23.81],[120.5865,23.8076],[120.5831,23.8052],[120.5819,23.8023],[120.5836,23.7985],[120.5836,23.7933],[120.587,23.7919],[120.5937,23.7911],[120.6159,23.7913],[120.625,23.79],[120.6286,23.79],[120.633,23.789],[120.6352,23.7867],[120.6404,23.7861],[120.6425,23.7857],[120.6587,23.7912],[120.6638,23.7921],[120.6669,23.7937],[120.6697,23.7962],[120.6753,23.7999],[120.6801,23.8017],[120.6838,23.8013]]]},"properties":{"TOWNCODE":"10007180","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"二水鄉"},"id":"10007180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4126,23.9964],[120.4088,23.9987],[120.4057,23.9914],[120.4075,23.9892],[120.4034,23.9863],[120.4019,23.9833],[120.4027,23.9782],[120.4015,23.9736],[120.4027,23.971],[120.402,23.9671],[120.4005,23.9644],[120.4,23.96],[120.4017,23.9579],[120.3984,23.9577],[120.398,23.9527],[120.3967,23.9509],[120.3915,23.9531],[120.3871,23.9456],[120.3853,23.9473],[120.3818,23.9478],[120.3817,23.9384],[120.3826,23.9347],[120.3826,23.9314],[120.3814,23.9256],[120.3768,23.9246],[120.3756,23.923],[120.368,23.9224],[120.3662,23.9205],[120.3635,23.9138],[120.3611,23.9145],[120.3614,23.9096],[120.3629,23.9077],[120.3605,23.906],[120.3619,23.9004],[120.355,23.9009],[120.3532,23.9006],[120.3537,23.8969],[120.3496,23.8971],[120.35,23.8922],[120.346,23.8836],[120.3454,23.8836],[120.3436,23.8777],[120.3415,23.8699],[120.3466,23.8683],[120.3463,23.8674],[120.3504,23.8662],[120.3485,23.8607],[120.3492,23.8586],[120.3518,23.8596],[120.3548,23.8595],[120.3559,23.8578],[120.3553,23.8558],[120.3581,23.8548],[120.3602,23.8566],[120.3636,23.8553],[120.3655,23.8532],[120.3666,23.855],[120.3685,23.854],[120.3713,23.8633],[120.3747,23.8634],[120.3781,23.8626],[120.3786,23.8635],[120.3835,23.8621],[120.3842,23.8635],[120.3883,23.8628],[120.3891,23.8639],[120.3997,23.8641],[120.3997,23.8697],[120.4028,23.87],[120.4037,23.8747],[120.4003,23.8757],[120.4026,23.8773],[120.403,23.8807],[120.4013,23.885],[120.4041,23.8868],[120.4076,23.8868],[120.4093,23.8899],[120.4121,23.8912],[120.413,23.8861],[120.4209,23.8858],[120.4257,23.8785],[120.4282,23.8793],[120.4309,23.8792],[120.4357,23.876],[120.438,23.8762],[120.4421,23.8746],[120.4476,23.876],[120.4472,23.8798],[120.4455,23.8852],[120.4472,23.8854],[120.4469,23.8917],[120.4444,23.8924],[120.4435,23.8943],[120.4411,23.8947],[120.4417,23.9006],[120.4438,23.9009],[120.4437,23.9081],[120.4457,23.9093],[120.4466,23.9117],[120.4473,23.9167],[120.4455,23.9189],[120.4458,23.9303],[120.454,23.9302],[120.459,23.9291],[120.4598,23.9273],[120.4667,23.9315],[120.4657,23.9328],[120.4606,23.9354],[120.455,23.9409],[120.4522,23.9483],[120.4483,23.9552],[120.4459,23.9588],[120.4419,23.9659],[120.4388,23.9684],[120.4327,23.9697],[120.4292,23.9714],[120.4292,23.9726],[120.425,23.9759],[120.4233,23.9782],[120.4243,23.9793],[120.422,23.9816],[120.4218,23.9834],[120.4179,23.9878],[120.4147,23.9936],[120.4126,23.9964]]]},"properties":{"TOWNCODE":"10007200","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"二林鎮"},"id":"10007200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4749,23.922],[120.4743,23.9218],[120.4671,23.9316],[120.4667,23.9315],[120.4598,23.9273],[120.459,23.9291],[120.454,23.9302],[120.4458,23.9303],[120.4455,23.9189],[120.4473,23.9167],[120.4466,23.9117],[120.4457,23.9093],[120.4437,23.9081],[120.4438,23.9009],[120.4417,23.9006],[120.4411,23.8947],[120.4435,23.8943],[120.4444,23.8924],[120.4469,23.8917],[120.4472,23.8854],[120.4455,23.8852],[120.4472,23.8798],[120.4476,23.876],[120.4421,23.8746],[120.4435,23.8718],[120.4421,23.8689],[120.4448,23.8646],[120.4474,23.8559],[120.4437,23.8553],[120.4447,23.85],[120.4551,23.8387],[120.4578,23.8383],[120.4588,23.8351],[120.461,23.8321],[120.4642,23.8254],[120.4677,23.829],[120.4675,23.8304],[120.4695,23.8327],[120.4688,23.8338],[120.471,23.8418],[120.4739,23.8462],[120.4755,23.8476],[120.4753,23.8576],[120.4803,23.8584],[120.4806,23.8512],[120.4824,23.8503],[120.485,23.8526],[120.4879,23.854],[120.4862,23.8563],[120.4856,23.8628],[120.4863,23.8678],[120.4918,23.8664],[120.5005,23.8673],[120.5073,23.87],[120.5073,23.8711],[120.5022,23.876],[120.502,23.8793],[120.4996,23.8828],[120.4992,23.8905],[120.5004,23.8929],[120.5,23.8949],[120.4971,23.8972],[120.4903,23.8982],[120.4902,23.8996],[120.4823,23.9037],[120.4775,23.9097],[120.4739,23.9132],[120.4756,23.9192],[120.4749,23.922]]]},"properties":{"TOWNCODE":"10007220","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"埤頭鄉"},"id":"10007220"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4088,23.9987],[120.4063,23.9996],[120.4052,24.0021],[120.4017,24.0033],[120.3992,24.0028],[120.3955,24.0043],[120.3941,24.0056],[120.3897,24.0077],[120.3906,24.0103],[120.3883,24.0108],[120.3876,24.016],[120.3855,24.0173],[120.3856,24.0199],[120.3819,24.0254],[120.3816,24.0265],[120.3787,24.0281],[120.3759,24.0331],[120.3741,24.0377],[120.3582,24.0423],[120.3418,24.0479],[120.3414,24.0396],[120.3404,24.0351],[120.3374,24.0298],[120.3361,24.0179],[120.3341,24.0139],[120.3299,24.0115],[120.3224,24.0054],[120.3177,24.0009],[120.3165,23.9992],[120.3119,23.9898],[120.3087,23.9871],[120.3083,23.9835],[120.3084,23.9753],[120.3077,23.9731],[120.3031,23.9693],[120.2987,23.9664],[120.2918,23.9605],[120.2903,23.9582],[120.2861,23.9571],[120.284,23.9558],[120.2816,23.9525],[120.2803,23.9484],[120.2816,23.9435],[120.2795,23.9349],[120.2788,23.9336],[120.2755,23.9321],[120.2691,23.9306],[120.2672,23.9282],[120.2652,23.9237],[120.261,23.9197],[120.2606,23.9184],[120.2715,23.9101],[120.2795,23.9048],[120.2847,23.9017],[120.2969,23.8955],[120.2997,23.8953],[120.3061,23.8931],[120.3073,23.8901],[120.3103,23.889],[120.3122,23.8946],[120.3154,23.8945],[120.319,23.8935],[120.3184,23.8909],[120.3222,23.8887],[120.3207,23.8845],[120.3222,23.88],[120.3239,23.8782],[120.3282,23.8784],[120.3308,23.8795],[120.3392,23.8777],[120.3394,23.8787],[120.3436,23.8777],[120.3454,23.8836],[120.346,23.8836],[120.35,23.8922],[120.3496,23.8971],[120.3537,23.8969],[120.3532,23.9006],[120.355,23.9009],[120.3619,23.9004],[120.3605,23.906],[120.3629,23.9077],[120.3614,23.9096],[120.3611,23.9145],[120.3635,23.9138],[120.3662,23.9205],[120.368,23.9224],[120.3756,23.923],[120.3768,23.9246],[120.3814,23.9256],[120.3826,23.9314],[120.3826,23.9347],[120.3817,23.9384],[120.3818,23.9478],[120.3853,23.9473],[120.3871,23.9456],[120.3915,23.9531],[120.3967,23.9509],[120.398,23.9527],[120.3984,23.9577],[120.4017,23.9579],[120.4,23.96],[120.4005,23.9644],[120.402,23.9671],[120.4027,23.971],[120.4015,23.9736],[120.4027,23.9782],[120.4019,23.9833],[120.4034,23.9863],[120.4075,23.9892],[120.4057,23.9914],[120.4088,23.9987]]]},"properties":{"TOWNCODE":"10007230","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"芳苑鄉"},"id":"10007230"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3436,23.8777],[120.3394,23.8787],[120.3392,23.8777],[120.3308,23.8795],[120.3282,23.8784],[120.3239,23.8782],[120.3222,23.88],[120.3207,23.8845],[120.3222,23.8887],[120.3184,23.8909],[120.319,23.8935],[120.3154,23.8945],[120.3122,23.8946],[120.3103,23.889],[120.3073,23.8901],[120.3061,23.8931],[120.2997,23.8953],[120.2969,23.8955],[120.2847,23.9017],[120.2795,23.9048],[120.2715,23.9101],[120.2606,23.9184],[120.2609,23.915],[120.2587,23.9111],[120.2562,23.9079],[120.2556,23.9034],[120.2577,23.8993],[120.2552,23.8942],[120.2522,23.8917],[120.2471,23.8884],[120.2395,23.8877],[120.2353,23.8853],[120.2307,23.8806],[120.2261,23.8769],[120.2262,23.8741],[120.2243,23.8703],[120.2204,23.8662],[120.224,23.8615],[120.2324,23.8517],[120.2383,23.8459],[120.2447,23.8406],[120.2492,23.8375],[120.2564,23.8337],[120.3021,23.8219],[120.3081,23.8203],[120.3181,23.8203],[120.3331,23.8223],[120.3506,23.8223],[120.3581,23.8228],[120.3604,23.8234],[120.3703,23.8286],[120.3752,23.8286],[120.3707,23.84],[120.3778,23.8423],[120.3774,23.8446],[120.37,23.8446],[120.3656,23.8471],[120.3664,23.8519],[120.3655,23.8532],[120.3636,23.8553],[120.3602,23.8566],[120.3581,23.8548],[120.3553,23.8558],[120.3559,23.8578],[120.3548,23.8595],[120.3518,23.8596],[120.3492,23.8586],[120.3485,23.8607],[120.3504,23.8662],[120.3463,23.8674],[120.3466,23.8683],[120.3415,23.8699],[120.3436,23.8777]]]},"properties":{"TOWNCODE":"10007240","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"大城鄉"},"id":"10007240"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4421,23.8746],[120.438,23.8762],[120.4357,23.876],[120.4309,23.8792],[120.4282,23.8793],[120.4257,23.8785],[120.4209,23.8858],[120.413,23.8861],[120.4121,23.8912],[120.4093,23.8899],[120.4076,23.8868],[120.4041,23.8868],[120.4013,23.885],[120.403,23.8807],[120.4026,23.8773],[120.4003,23.8757],[120.4037,23.8747],[120.4028,23.87],[120.3997,23.8697],[120.3997,23.8641],[120.3891,23.8639],[120.3883,23.8628],[120.3842,23.8635],[120.3835,23.8621],[120.3786,23.8635],[120.3781,23.8626],[120.3747,23.8634],[120.3713,23.8633],[120.3685,23.854],[120.3666,23.855],[120.3655,23.8532],[120.3664,23.8519],[120.3656,23.8471],[120.37,23.8446],[120.3774,23.8446],[120.3778,23.8423],[120.3707,23.84],[120.3752,23.8286],[120.3817,23.8286],[120.4103,23.8264],[120.4187,23.8271],[120.4253,23.8303],[120.4331,23.8302],[120.4395,23.8269],[120.4431,23.8229],[120.4473,23.8207],[120.4521,23.8172],[120.4553,23.8167],[120.4553,23.8239],[120.4548,23.8311],[120.4588,23.8351],[120.4578,23.8383],[120.4551,23.8387],[120.4447,23.85],[120.4437,23.8553],[120.4474,23.8559],[120.4448,23.8646],[120.4421,23.8689],[120.4435,23.8718],[120.4421,23.8746]]]},"properties":{"TOWNCODE":"10007250","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"竹塘鄉"},"id":"10007250"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5628,23.8433],[120.5598,23.841],[120.5571,23.8432],[120.5536,23.845],[120.5514,23.8452],[120.5438,23.8483],[120.5421,23.8509],[120.5389,23.8521],[120.5311,23.8525],[120.5353,23.842],[120.5322,23.8431],[120.529,23.8466],[120.5271,23.8496],[120.5218,23.8545],[120.5233,23.8582],[120.5184,23.8643],[120.5123,23.8638],[120.5105,23.866],[120.5134,23.8691],[120.5125,23.8706],[120.5073,23.8711],[120.5073,23.87],[120.5005,23.8673],[120.4918,23.8664],[120.4863,23.8678],[120.4856,23.8628],[120.4862,23.8563],[120.4879,23.854],[120.485,23.8526],[120.4824,23.8503],[120.4806,23.8512],[120.4803,23.8584],[120.4753,23.8576],[120.4755,23.8476],[120.4739,23.8462],[120.471,23.8418],[120.4688,23.8338],[120.4695,23.8327],[120.4675,23.8304],[120.4677,23.829],[120.4642,23.8254],[120.461,23.8321],[120.4588,23.8351],[120.4548,23.8311],[120.4553,23.8239],[120.4553,23.8167],[120.4581,23.8161],[120.4753,23.809],[120.4832,23.8066],[120.4984,23.8036],[120.5075,23.8007],[120.5134,23.8],[120.5213,23.7998],[120.5289,23.7991],[120.535,23.8013],[120.5409,23.801],[120.5459,23.8015],[120.5509,23.8012],[120.5583,23.7994],[120.5603,23.7981],[120.5735,23.7963],[120.5788,23.7951],[120.5836,23.7933],[120.5836,23.7985],[120.5819,23.8023],[120.5831,23.8052],[120.5865,23.8076],[120.588,23.81],[120.5903,23.8119],[120.5944,23.8124],[120.5982,23.8147],[120.6028,23.8199],[120.6019,23.8206],[120.5964,23.8193],[120.5916,23.8202],[120.5876,23.8233],[120.5831,23.8281],[120.5807,23.8261],[120.5733,23.8344],[120.5723,23.833],[120.5628,23.8433]]]},"properties":{"TOWNCODE":"10007260","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"溪州鄉"},"id":"10007260"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7345,23.9493],[120.7327,23.9512],[120.7269,23.9556],[120.7225,23.9517],[120.717,23.9535],[120.7156,23.9544],[120.7105,23.955],[120.709,23.9585],[120.7066,23.9594],[120.7046,23.9589],[120.7018,23.9608],[120.7007,23.965],[120.6978,23.9642],[120.6969,23.9624],[120.6905,23.9597],[120.6884,23.9598],[120.686,23.9613],[120.685,23.9578],[120.6835,23.9562],[120.6809,23.9556],[120.6804,23.9523],[120.6741,23.9496],[120.6711,23.9448],[120.6684,23.946],[120.6648,23.9458],[120.6623,23.9479],[120.6622,23.9502],[120.6601,23.9522],[120.658,23.9521],[120.6548,23.9556],[120.6508,23.9583],[120.6486,23.9604],[120.6468,23.9634],[120.6442,23.9621],[120.6427,23.9583],[120.6396,23.9551],[120.6354,23.9522],[120.6341,23.9542],[120.6297,23.9561],[120.6317,23.9535],[120.6276,23.9518],[120.6346,23.9436],[120.6322,23.9417],[120.635,23.939],[120.635,23.9371],[120.6327,23.9355],[120.6323,23.9331],[120.6297,23.9311],[120.6285,23.9314],[120.6284,23.9314],[120.6293,23.9296],[120.633,23.9282],[120.6342,23.9266],[120.6373,23.9246],[120.6366,23.92],[120.6339,23.919],[120.6344,23.9141],[120.6323,23.9107],[120.6342,23.9078],[120.6322,23.9053],[120.6347,23.9008],[120.6351,23.8986],[120.6331,23.8956],[120.6343,23.8951],[120.6341,23.8919],[120.6322,23.8902],[120.6294,23.8891],[120.6331,23.8885],[120.635,23.8896],[120.6369,23.8888],[120.6423,23.8889],[120.6448,23.8871],[120.6489,23.8866],[120.6523,23.8847],[120.6558,23.884],[120.6617,23.8821],[120.6669,23.8831],[120.6711,23.8816],[120.6766,23.8816],[120.6831,23.8804],[120.6891,23.8822],[120.6921,23.8838],[120.6966,23.885],[120.7004,23.8868],[120.7031,23.889],[120.7046,23.8879],[120.7062,23.8891],[120.7093,23.8882],[120.7148,23.8902],[120.7172,23.8878],[120.7194,23.8828],[120.723,23.8809],[120.7246,23.8786],[120.7275,23.8808],[120.7243,23.8832],[120.7247,23.8866],[120.7242,23.8906],[120.7218,23.8911],[120.7192,23.893],[120.716,23.894],[120.7106,23.8941],[120.7077,23.8952],[120.7077,23.8974],[120.7122,23.8996],[120.7152,23.9062],[120.7175,23.9084],[120.7167,23.9115],[120.7195,23.914],[120.7181,23.9162],[120.7164,23.9212],[120.7217,23.9238],[120.7233,23.9275],[120.7263,23.9307],[120.7297,23.9283],[120.7336,23.9295],[120.7349,23.9307],[120.7323,23.939],[120.733,23.9397],[120.7324,23.9433],[120.7337,23.9454],[120.7345,23.9493]]]},"properties":{"TOWNCODE":"10008010","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"南投市"},"id":"10008010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9437,24.053],[120.9409,24.0532],[120.9397,24.0494],[120.9395,24.0462],[120.9377,24.0448],[120.9348,24.0447],[120.932,24.0475],[120.929,24.0452],[120.9276,24.0477],[120.9257,24.0491],[120.9231,24.0482],[120.9178,24.0481],[120.9145,24.0445],[120.9139,24.0421],[120.9117,24.0434],[120.9082,24.0431],[120.906,24.0403],[120.903,24.0407],[120.9039,24.0363],[120.9019,24.0352],[120.9021,24.0299],[120.9004,24.0295],[120.8994,24.0274],[120.8953,24.0227],[120.8918,24.0223],[120.8886,24.0188],[120.8904,24.0134],[120.9021,24.0099],[120.9018,24.0063],[120.9065,24.0026],[120.9096,24.0033],[120.9065,23.9965],[120.9041,23.9937],[120.904,23.9889],[120.9063,23.9826],[120.9055,23.9757],[120.9077,23.9711],[120.9036,23.9705],[120.9021,23.9719],[120.8995,23.9721],[120.8982,23.9704],[120.8953,23.9691],[120.8906,23.9691],[120.8853,23.9649],[120.8841,23.9621],[120.885,23.9602],[120.8826,23.9578],[120.8815,23.9549],[120.8792,23.9532],[120.8795,23.9498],[120.8806,23.9485],[120.8786,23.9434],[120.8789,23.9367],[120.8797,23.9324],[120.879,23.9311],[120.8791,23.926],[120.8797,23.9251],[120.8841,23.9258],[120.8874,23.9251],[120.8885,23.9282],[120.8909,23.9288],[120.8913,23.9312],[120.8942,23.9323],[120.8978,23.9313],[120.9006,23.9276],[120.9043,23.9268],[120.9062,23.9233],[120.9095,23.9228],[120.9125,23.9245],[120.9168,23.9279],[120.9194,23.928],[120.9213,23.926],[120.9281,23.9234],[120.9315,23.9245],[120.9346,23.9288],[120.9371,23.9296],[120.9435,23.9331],[120.9492,23.9314],[120.9508,23.9321],[120.9539,23.9317],[120.9548,23.9298],[120.9576,23.9284],[120.9601,23.9301],[120.9653,23.9304],[120.9645,23.9279],[120.9655,23.9233],[120.9675,23.9218],[120.9674,23.9181],[120.9712,23.9176],[120.9755,23.913],[120.9788,23.9115],[120.9795,23.91],[120.9822,23.9077],[120.9843,23.9074],[120.9857,23.9047],[120.9834,23.9037],[120.9842,23.9007],[120.9882,23.8986],[120.9911,23.8955],[120.9911,23.8966],[120.9872,23.9024],[120.986,23.9076],[120.9827,23.9084],[120.9827,23.9113],[120.9852,23.9124],[120.9887,23.9126],[120.9848,23.9168],[120.9819,23.9192],[120.9832,23.921],[120.9849,23.9202],[120.9864,23.9214],[120.9883,23.9204],[120.9914,23.9244],[120.9978,23.9254],[120.9986,23.9239],[121.0009,23.9242],[121.003,23.921],[121.0034,23.9161],[121.0044,23.914],[121.0081,23.9116],[121.0081,23.9209],[121.0088,23.9246],[121.0126,23.9284],[121.0163,23.9295],[121.0163,23.9329],[121.0146,23.933],[121.0126,23.9307],[121.0108,23.9304],[121.0088,23.9279],[121.0039,23.9259],[121.0012,23.927],[120.9997,23.9292],[120.9967,23.9304],[121.0004,23.9336],[121.0018,23.936],[121.0054,23.9397],[121.01,23.9395],[121.0125,23.9412],[121.0144,23.9449],[121.0132,23.9468],[121.0081,23.9464],[121.0052,23.9475],[121.0043,23.9493],[121.0042,23.9523],[121.0014,23.9554],[121.0021,23.9589],[121.0044,23.9588],[121.0019,23.9626],[121.0017,23.9661],[121.0035,23.967],[121.0079,23.9655],[121.0115,23.9677],[121.0156,23.9684],[121.0172,23.968],[121.0203,23.9624],[121.0251,23.9573],[121.0268,23.9567],[121.0289,23.952],[121.0309,23.9448],[121.0363,23.9451],[121.0391,23.9437],[121.0462,23.9437],[121.0465,23.9465],[121.0493,23.9495],[121.0491,23.9549],[121.0521,23.9574],[121.055,23.9627],[121.0564,23.9639],[121.0542,23.9669],[121.0542,23.9697],[121.0573,23.9689],[121.0592,23.9715],[121.0612,23.9717],[121.062,23.975],[121.0645,23.9766],[121.0665,23.9789],[121.0676,23.9817],[121.0695,23.9834],[121.0685,23.9845],[121.0673,23.989],[121.0657,23.9917],[121.0614,23.9949],[121.0585,23.9958],[121.0576,23.9996],[121.0587,24.0012],[121.0566,24.0048],[121.053,24.003],[121.0489,23.9979],[121.0454,23.999],[121.042,23.9986],[121.0393,23.9995],[121.0344,23.9988],[121.0326,23.9994],[121.0263,24.004],[121.0242,24.0027],[121.0203,24.0018],[121.0196,24.0007],[121.0142,24],[121.0099,24.0001],[121.008,24.001],[121.0058,24.0034],[121.0031,24.0077],[121.0038,24.0103],[121.0065,24.0141],[121.006,24.0169],[121.0039,24.0196],[121.0022,24.0206],[120.9991,24.0195],[120.9964,24.0204],[120.9907,24.0203],[120.9872,24.0246],[120.9843,24.026],[120.9818,24.0295],[120.9814,24.0314],[120.976,24.0328],[120.9745,24.0308],[120.9716,24.0308],[120.9652,24.0344],[120.9652,24.0379],[120.9626,24.0401],[120.9593,24.0447],[120.9545,24.0449],[120.9519,24.0468],[120.9502,24.0494],[120.9446,24.0498],[120.9437,24.053]]]},"properties":{"TOWNCODE":"10008020","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"埔里鎮"},"id":"10008020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8348,23.9705],[120.8332,23.9748],[120.8343,23.9807],[120.8356,23.9831],[120.8346,23.9855],[120.8321,23.9877],[120.8308,23.9927],[120.8253,23.9949],[120.8224,23.9936],[120.8197,23.9981],[120.8148,24.0007],[120.8082,24.0019],[120.8098,24.0069],[120.8064,24.0085],[120.8035,24.0085],[120.8026,24.0108],[120.7986,24.0154],[120.7974,24.016],[120.7927,24.0162],[120.7887,24.0154],[120.7861,24.0157],[120.7821,24.0176],[120.7795,24.0201],[120.7752,24.0185],[120.7735,24.0159],[120.7714,24.0144],[120.7707,24.0091],[120.7678,24.0092],[120.7625,24.0062],[120.7578,24.006],[120.7556,24.0034],[120.7532,24.0023],[120.7511,24.0029],[120.7486,24.0009],[120.7476,23.9991],[120.7454,23.9992],[120.7436,24.0022],[120.7318,24.009],[120.7192,24.0097],[120.7064,24.0052],[120.6949,24.0071],[120.686,24.0105],[120.6786,24.014],[120.6764,24.0109],[120.671,24.0099],[120.6738,24.0079],[120.6728,24.0061],[120.6676,24.0069],[120.6659,24.0078],[120.66,24.0084],[120.6473,24.0084],[120.6462,24.0092],[120.6414,24.008],[120.6403,24.0058],[120.6381,24.0074],[120.6382,24.0038],[120.6361,23.9984],[120.6363,23.9955],[120.6375,23.9937],[120.6451,23.9898],[120.6499,23.9853],[120.65,23.9827],[120.6466,23.9748],[120.647,23.9715],[120.6468,23.9634],[120.6486,23.9604],[120.6508,23.9583],[120.6548,23.9556],[120.658,23.9521],[120.6601,23.9522],[120.6622,23.9502],[120.6623,23.9479],[120.6648,23.9458],[120.6684,23.946],[120.6711,23.9448],[120.6741,23.9496],[120.6804,23.9523],[120.6809,23.9556],[120.6835,23.9562],[120.685,23.9578],[120.686,23.9613],[120.6884,23.9598],[120.6905,23.9597],[120.6969,23.9624],[120.6978,23.9642],[120.7007,23.965],[120.7018,23.9608],[120.7046,23.9589],[120.7066,23.9594],[120.709,23.9585],[120.7105,23.955],[120.7156,23.9544],[120.717,23.9535],[120.7225,23.9517],[120.7269,23.9556],[120.7327,23.9512],[120.7345,23.9493],[120.7384,23.9483],[120.7414,23.9518],[120.7419,23.9553],[120.7445,23.9557],[120.7492,23.9547],[120.749,23.9565],[120.7507,23.9573],[120.7506,23.9603],[120.7524,23.9606],[120.7554,23.9626],[120.7571,23.9622],[120.7587,23.9645],[120.7605,23.9643],[120.7638,23.9679],[120.7669,23.9678],[120.767,23.9656],[120.7704,23.9645],[120.77,23.963],[120.7729,23.9608],[120.7753,23.9575],[120.7753,23.9558],[120.778,23.956],[120.7787,23.9587],[120.7809,23.9596],[120.7823,23.9582],[120.7842,23.9583],[120.7855,23.9563],[120.7874,23.9566],[120.7882,23.9584],[120.7931,23.9608],[120.7943,23.9598],[120.7974,23.9601],[120.803,23.9632],[120.8061,23.9693],[120.8108,23.9716],[120.8124,23.9696],[120.8156,23.97],[120.8192,23.9696],[120.8209,23.9686],[120.8235,23.9695],[120.8285,23.9689],[120.8316,23.9703],[120.8348,23.9705]]]},"properties":{"TOWNCODE":"10008030","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"草屯鎮"},"id":"10008030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7639,23.8169],[120.7611,23.818],[120.7549,23.8222],[120.747,23.826],[120.7394,23.8277],[120.728,23.834],[120.7256,23.8319],[120.7218,23.8299],[120.7186,23.8289],[120.7101,23.8236],[120.7073,23.8194],[120.7004,23.811],[120.6971,23.8075],[120.6926,23.8046],[120.6867,23.802],[120.6838,23.8013],[120.6801,23.8017],[120.6753,23.7999],[120.6697,23.7962],[120.6669,23.7937],[120.6638,23.7921],[120.6587,23.7912],[120.6425,23.7857],[120.6404,23.7861],[120.6421,23.7822],[120.6485,23.7732],[120.6558,23.7547],[120.6546,23.7483],[120.6544,23.74],[120.6558,23.7357],[120.6544,23.7345],[120.6509,23.7362],[120.6499,23.7357],[120.6443,23.7364],[120.6421,23.7306],[120.6402,23.7308],[120.6397,23.7266],[120.6417,23.7223],[120.6397,23.7145],[120.6406,23.7132],[120.6393,23.7109],[120.6406,23.7069],[120.6456,23.7032],[120.6436,23.6999],[120.6466,23.6917],[120.6455,23.6902],[120.6462,23.6848],[120.6483,23.6828],[120.6461,23.6773],[120.6469,23.6726],[120.6449,23.6716],[120.6444,23.6684],[120.6405,23.6643],[120.64,23.6609],[120.6368,23.6569],[120.637,23.6556],[120.6351,23.652],[120.6348,23.647],[120.6351,23.6426],[120.6317,23.64],[120.6317,23.6389],[120.6291,23.6349],[120.6302,23.6326],[120.6287,23.6298],[120.63,23.6271],[120.6309,23.6219],[120.6339,23.6191],[120.6357,23.6202],[120.639,23.625],[120.6439,23.6282],[120.6451,23.631],[120.6536,23.6289],[120.6524,23.6226],[120.6529,23.6219],[120.6514,23.6161],[120.6536,23.6158],[120.6587,23.6136],[120.6616,23.6104],[120.6637,23.6112],[120.6691,23.6093],[120.6752,23.6102],[120.6778,23.6111],[120.6837,23.6109],[120.6855,23.6128],[120.6861,23.6182],[120.6913,23.6204],[120.6964,23.6201],[120.7018,23.6175],[120.7052,23.6173],[120.714,23.6209],[120.7142,23.6228],[120.713,23.6278],[120.7163,23.6296],[120.7184,23.63],[120.7205,23.6261],[120.7239,23.6218],[120.7255,23.6218],[120.7269,23.62],[120.7307,23.6183],[120.7313,23.6146],[120.7309,23.6108],[120.7359,23.6095],[120.739,23.6101],[120.7412,23.6122],[120.746,23.6126],[120.7476,23.6112],[120.7509,23.6145],[120.7537,23.6148],[120.7584,23.6124],[120.7637,23.6125],[120.7666,23.61],[120.7694,23.6084],[120.7699,23.6062],[120.7742,23.6054],[120.7768,23.6038],[120.7777,23.6023],[120.7837,23.6007],[120.7874,23.6013],[120.7909,23.6009],[120.7949,23.5972],[120.7984,23.5974],[120.8033,23.5966],[120.8058,23.5988],[120.8098,23.5987],[120.8138,23.601],[120.8173,23.6055],[120.8185,23.6083],[120.821,23.6087],[120.8217,23.6105],[120.8252,23.6126],[120.8236,23.6149],[120.8233,23.6183],[120.8196,23.6197],[120.8164,23.6233],[120.8166,23.6273],[120.8147,23.6303],[120.8142,23.6327],[120.8145,23.6363],[120.8138,23.641],[120.8091,23.6444],[120.8082,23.646],[120.8046,23.6471],[120.8039,23.6495],[120.7999,23.6493],[120.7943,23.6522],[120.7899,23.6551],[120.7874,23.6561],[120.7848,23.6551],[120.7797,23.6552],[120.7769,23.658],[120.7708,23.6595],[120.7693,23.6638],[120.7695,23.6668],[120.7685,23.6686],[120.7691,23.6717],[120.7681,23.6729],[120.7644,23.674],[120.7625,23.6772],[120.7624,23.6792],[120.758,23.679],[120.7568,23.681],[120.754,23.6819],[120.7472,23.686],[120.7445,23.6885],[120.7416,23.6895],[120.739,23.6915],[120.7368,23.6959],[120.7353,23.696],[120.7312,23.701],[120.735,23.7045],[120.7366,23.7091],[120.7363,23.7103],[120.7329,23.7148],[120.7342,23.7165],[120.734,23.7186],[120.7354,23.7203],[120.7351,23.7264],[120.7332,23.7286],[120.7356,23.7321],[120.7355,23.734],[120.7339,23.736],[120.7306,23.7372],[120.7321,23.739],[120.7281,23.7396],[120.7299,23.7418],[120.7353,23.7443],[120.74,23.746],[120.7421,23.7496],[120.7403,23.7511],[120.7396,23.7544],[120.7367,23.7549],[120.7359,23.7568],[120.733,23.7564],[120.7301,23.7592],[120.7251,23.7597],[120.7239,23.763],[120.721,23.766],[120.7168,23.7681],[120.7137,23.7715],[120.7139,23.7733],[120.7195,23.775],[120.7201,23.778],[120.7212,23.7793],[120.7283,23.7796],[120.7307,23.779],[120.7318,23.781],[120.7318,23.7836],[120.7382,23.7846],[120.7416,23.7846],[120.7416,23.7863],[120.7439,23.7868],[120.7456,23.7891],[120.749,23.79],[120.7509,23.7895],[120.7531,23.7904],[120.7543,23.7929],[120.7568,23.7937],[120.758,23.7969],[120.7599,23.7983],[120.7604,23.8007],[120.7593,23.803],[120.7565,23.8039],[120.7564,23.8057],[120.759,23.8068],[120.7624,23.812],[120.7639,23.8169]]]},"properties":{"TOWNCODE":"10008040","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"竹山鎮"},"id":"10008040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8421,23.8554],[120.8409,23.8562],[120.8376,23.8555],[120.8339,23.8565],[120.8306,23.8565],[120.8272,23.8553],[120.8247,23.853],[120.8188,23.855],[120.8175,23.8536],[120.8152,23.8532],[120.8114,23.8502],[120.8085,23.8516],[120.8062,23.8507],[120.7975,23.8514],[120.7952,23.8525],[120.7924,23.8502],[120.7907,23.8501],[120.7865,23.8528],[120.7823,23.8508],[120.7797,23.8512],[120.7769,23.8502],[120.7786,23.8487],[120.7742,23.8475],[120.7734,23.8453],[120.7705,23.8469],[120.7682,23.8468],[120.7666,23.849],[120.7648,23.8483],[120.7631,23.8502],[120.7608,23.85],[120.7591,23.8526],[120.7575,23.8522],[120.7549,23.858],[120.7528,23.8579],[120.7496,23.859],[120.7469,23.8573],[120.7455,23.8586],[120.7424,23.8585],[120.7412,23.8597],[120.7377,23.8597],[120.7372,23.8588],[120.7365,23.8554],[120.7351,23.8554],[120.7344,23.8529],[120.732,23.8515],[120.7259,23.8507],[120.7259,23.8478],[120.7269,23.8456],[120.7313,23.8409],[120.7317,23.8386],[120.728,23.834],[120.7394,23.8277],[120.747,23.826],[120.7549,23.8222],[120.7611,23.818],[120.7639,23.8169],[120.7664,23.8158],[120.7724,23.816],[120.7752,23.8179],[120.7816,23.8183],[120.7848,23.8173],[120.7989,23.8155],[120.8064,23.8158],[120.8114,23.8177],[120.8181,23.8205],[120.8219,23.821],[120.827,23.821],[120.829,23.8224],[120.8298,23.8279],[120.8298,23.8309],[120.8312,23.8318],[120.8322,23.835],[120.8346,23.8382],[120.8363,23.8388],[120.8393,23.8383],[120.8424,23.8393],[120.8452,23.8382],[120.8466,23.8395],[120.8475,23.8424],[120.844,23.8435],[120.8447,23.8456],[120.8434,23.8484],[120.8413,23.8505],[120.8422,23.8526],[120.8421,23.8554]]]},"properties":{"TOWNCODE":"10008050","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"集集鎮"},"id":"10008050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7275,23.8808],[120.7246,23.8786],[120.723,23.8809],[120.7194,23.8828],[120.7172,23.8878],[120.7148,23.8902],[120.7093,23.8882],[120.7062,23.8891],[120.7046,23.8879],[120.7031,23.889],[120.7004,23.8868],[120.6966,23.885],[120.6921,23.8838],[120.6891,23.8822],[120.6831,23.8804],[120.6766,23.8816],[120.6711,23.8816],[120.6669,23.8831],[120.6617,23.8821],[120.6558,23.884],[120.6523,23.8847],[120.6489,23.8866],[120.6448,23.8871],[120.6423,23.8889],[120.6369,23.8888],[120.635,23.8896],[120.6331,23.8885],[120.6294,23.8891],[120.6296,23.8846],[120.6275,23.8836],[120.6267,23.8794],[120.6248,23.8771],[120.6258,23.8736],[120.6234,23.8694],[120.6215,23.8698],[120.6201,23.8653],[120.6234,23.8622],[120.6234,23.86],[120.6274,23.8569],[120.6259,23.852],[120.6237,23.8503],[120.6233,23.8481],[120.6183,23.8431],[120.6189,23.8417],[120.6156,23.8406],[120.6184,23.8404],[120.6213,23.8417],[120.6224,23.84],[120.6264,23.84],[120.6335,23.8339],[120.6369,23.8329],[120.6381,23.8289],[120.64,23.8251],[120.6386,23.824],[120.6401,23.8206],[120.6445,23.8176],[120.6487,23.8161],[120.6509,23.8125],[120.6556,23.8128],[120.6589,23.8146],[120.6624,23.8154],[120.665,23.815],[120.6698,23.8185],[120.6744,23.8201],[120.6762,23.8194],[120.6787,23.8166],[120.678,23.8139],[120.6785,23.8075],[120.6791,23.8058],[120.6834,23.8054],[120.6838,23.8013],[120.6867,23.802],[120.6926,23.8046],[120.6971,23.8075],[120.7004,23.811],[120.7073,23.8194],[120.7101,23.8236],[120.7186,23.8289],[120.7218,23.8299],[120.7256,23.8319],[120.728,23.834],[120.7317,23.8386],[120.7313,23.8409],[120.7269,23.8456],[120.7259,23.8478],[120.7259,23.8507],[120.732,23.8515],[120.7344,23.8529],[120.7351,23.8554],[120.7365,23.8554],[120.7372,23.8588],[120.734,23.861],[120.7346,23.8638],[120.7331,23.8658],[120.7327,23.8681],[120.7311,23.8694],[120.7315,23.8721],[120.7295,23.8754],[120.7272,23.8763],[120.7267,23.8789],[120.7275,23.8808]]]},"properties":{"TOWNCODE":"10008060","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"名間鄉"},"id":"10008060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8114,23.8177],[120.8064,23.8158],[120.7989,23.8155],[120.7848,23.8173],[120.7816,23.8183],[120.7752,23.8179],[120.7724,23.816],[120.7664,23.8158],[120.7639,23.8169],[120.7624,23.812],[120.759,23.8068],[120.7564,23.8057],[120.7565,23.8039],[120.7593,23.803],[120.7604,23.8007],[120.7599,23.7983],[120.758,23.7969],[120.7568,23.7937],[120.7543,23.7929],[120.7531,23.7904],[120.7509,23.7895],[120.749,23.79],[120.7456,23.7891],[120.7439,23.7868],[120.7416,23.7863],[120.7416,23.7846],[120.7382,23.7846],[120.7318,23.7836],[120.7318,23.781],[120.7307,23.779],[120.7283,23.7796],[120.7212,23.7793],[120.7201,23.778],[120.7195,23.775],[120.7139,23.7733],[120.7137,23.7715],[120.7168,23.7681],[120.721,23.766],[120.7239,23.763],[120.7251,23.7597],[120.7301,23.7592],[120.733,23.7564],[120.7359,23.7568],[120.7367,23.7549],[120.7396,23.7544],[120.7403,23.7511],[120.7421,23.7496],[120.74,23.746],[120.7353,23.7443],[120.7299,23.7418],[120.7281,23.7396],[120.7321,23.739],[120.7306,23.7372],[120.7339,23.736],[120.7355,23.734],[120.7356,23.7321],[120.7332,23.7286],[120.7351,23.7264],[120.7354,23.7203],[120.734,23.7186],[120.7342,23.7165],[120.7329,23.7148],[120.7363,23.7103],[120.7366,23.7091],[120.735,23.7045],[120.7312,23.701],[120.7353,23.696],[120.7368,23.6959],[120.739,23.6915],[120.7416,23.6895],[120.7445,23.6885],[120.7472,23.686],[120.754,23.6819],[120.7568,23.681],[120.758,23.679],[120.7624,23.6792],[120.7625,23.6772],[120.7644,23.674],[120.7681,23.6729],[120.7691,23.6717],[120.7685,23.6686],[120.7695,23.6668],[120.7693,23.6638],[120.7708,23.6595],[120.7769,23.658],[120.7797,23.6552],[120.7848,23.6551],[120.7874,23.6561],[120.7899,23.6551],[120.7943,23.6522],[120.7999,23.6493],[120.8039,23.6495],[120.8058,23.6507],[120.807,23.6534],[120.8083,23.6541],[120.8089,23.657],[120.8083,23.6587],[120.8082,23.664],[120.8087,23.6689],[120.8083,23.6755],[120.8094,23.6779],[120.8112,23.6789],[120.8129,23.6815],[120.822,23.6907],[120.8242,23.6913],[120.8253,23.6951],[120.8301,23.698],[120.828,23.7017],[120.8294,23.7036],[120.8319,23.7052],[120.8314,23.7071],[120.8331,23.7092],[120.8379,23.7096],[120.8409,23.7108],[120.8378,23.7135],[120.8364,23.7136],[120.8332,23.7157],[120.8322,23.7192],[120.8301,23.7213],[120.8289,23.7252],[120.8295,23.7276],[120.8279,23.7319],[120.8287,23.7353],[120.8302,23.7367],[120.8305,23.7427],[120.83,23.7482],[120.833,23.7509],[120.8347,23.7539],[120.8341,23.7573],[120.8327,23.7579],[120.8328,23.7629],[120.8297,23.7647],[120.8274,23.7646],[120.825,23.7659],[120.8225,23.7702],[120.8174,23.7713],[120.8157,23.7728],[120.8164,23.7776],[120.8153,23.7793],[120.8154,23.782],[120.8137,23.7891],[120.8137,23.7922],[120.8148,23.7939],[120.8129,23.7951],[120.8131,23.7966],[120.8105,23.7993],[120.8127,23.8058],[120.8156,23.8086],[120.8173,23.8091],[120.8171,23.8112],[120.8131,23.8119],[120.8114,23.8177]]]},"properties":{"TOWNCODE":"10008070","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"鹿谷鄉"},"id":"10008070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8348,23.9705],[120.8316,23.9703],[120.8285,23.9689],[120.8235,23.9695],[120.8209,23.9686],[120.8192,23.9696],[120.8156,23.97],[120.8124,23.9696],[120.8108,23.9716],[120.8061,23.9693],[120.803,23.9632],[120.7974,23.9601],[120.7943,23.9598],[120.7931,23.9608],[120.7882,23.9584],[120.7874,23.9566],[120.7855,23.9563],[120.7842,23.9583],[120.7823,23.9582],[120.7809,23.9596],[120.7787,23.9587],[120.778,23.956],[120.7753,23.9558],[120.7753,23.9575],[120.7729,23.9608],[120.77,23.963],[120.7704,23.9645],[120.767,23.9656],[120.7669,23.9678],[120.7638,23.9679],[120.7605,23.9643],[120.7587,23.9645],[120.7571,23.9622],[120.7554,23.9626],[120.7524,23.9606],[120.7506,23.9603],[120.7507,23.9573],[120.749,23.9565],[120.7492,23.9547],[120.7445,23.9557],[120.7419,23.9553],[120.7414,23.9518],[120.7384,23.9483],[120.7345,23.9493],[120.7337,23.9454],[120.7324,23.9433],[120.733,23.9397],[120.7323,23.939],[120.7349,23.9307],[120.7336,23.9295],[120.7297,23.9283],[120.7263,23.9307],[120.7233,23.9275],[120.7217,23.9238],[120.7164,23.9212],[120.7181,23.9162],[120.7195,23.914],[120.7167,23.9115],[120.7175,23.9084],[120.7152,23.9062],[120.7122,23.8996],[120.7077,23.8974],[120.7077,23.8952],[120.7106,23.8941],[120.716,23.894],[120.7192,23.893],[120.7218,23.8911],[120.7242,23.8906],[120.7247,23.8866],[120.7243,23.8832],[120.7275,23.8808],[120.7267,23.8789],[120.7272,23.8763],[120.7295,23.8754],[120.7315,23.8721],[120.7311,23.8694],[120.7327,23.8681],[120.7331,23.8658],[120.7346,23.8638],[120.734,23.861],[120.7372,23.8588],[120.7377,23.8597],[120.7412,23.8597],[120.7424,23.8585],[120.7455,23.8586],[120.7469,23.8573],[120.7496,23.859],[120.7528,23.8579],[120.7549,23.858],[120.7575,23.8522],[120.7591,23.8526],[120.7608,23.85],[120.7631,23.8502],[120.7648,23.8483],[120.7666,23.849],[120.7682,23.8468],[120.7705,23.8469],[120.7734,23.8453],[120.7742,23.8475],[120.7786,23.8487],[120.7769,23.8502],[120.7797,23.8512],[120.7823,23.8508],[120.7865,23.8528],[120.7907,23.8501],[120.7924,23.8502],[120.7952,23.8525],[120.7975,23.8514],[120.8062,23.8507],[120.8085,23.8516],[120.8114,23.8502],[120.8152,23.8532],[120.8175,23.8536],[120.8188,23.855],[120.8247,23.853],[120.8272,23.8553],[120.8306,23.8565],[120.8339,23.8565],[120.8376,23.8555],[120.8409,23.8562],[120.8421,23.8554],[120.8443,23.8578],[120.8469,23.8577],[120.848,23.8591],[120.8477,23.863],[120.8491,23.8672],[120.8487,23.8701],[120.8474,23.8714],[120.8471,23.8737],[120.8481,23.875],[120.8481,23.8782],[120.8472,23.88],[120.8518,23.883],[120.8531,23.8874],[120.855,23.8901],[120.8531,23.8926],[120.8514,23.8949],[120.8518,23.8972],[120.8497,23.898],[120.849,23.9036],[120.8441,23.9064],[120.8469,23.9094],[120.8439,23.9149],[120.8445,23.9173],[120.8425,23.9209],[120.8435,23.924],[120.8426,23.9248],[120.8426,23.9283],[120.8419,23.9342],[120.834,23.9367],[120.8289,23.937],[120.8283,23.9401],[120.8296,23.9418],[120.8292,23.9479],[120.8271,23.9493],[120.8276,23.9536],[120.8295,23.9534],[120.8318,23.9559],[120.8357,23.9563],[120.8369,23.9582],[120.8354,23.9641],[120.8367,23.9678],[120.8348,23.9705]]]},"properties":{"TOWNCODE":"10008080","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"中寮鄉"},"id":"10008080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9911,23.8955],[120.9882,23.8986],[120.9842,23.9007],[120.9834,23.9037],[120.9857,23.9047],[120.9843,23.9074],[120.9822,23.9077],[120.9795,23.91],[120.9788,23.9115],[120.9755,23.913],[120.9712,23.9176],[120.9674,23.9181],[120.9675,23.9218],[120.9655,23.9233],[120.9645,23.9279],[120.9653,23.9304],[120.9601,23.9301],[120.9576,23.9284],[120.9548,23.9298],[120.9539,23.9317],[120.9508,23.9321],[120.9492,23.9314],[120.9435,23.9331],[120.9371,23.9296],[120.9346,23.9288],[120.9315,23.9245],[120.9281,23.9234],[120.9213,23.926],[120.9194,23.928],[120.9168,23.9279],[120.9125,23.9245],[120.9095,23.9228],[120.9062,23.9233],[120.9043,23.9268],[120.9006,23.9276],[120.8978,23.9313],[120.8942,23.9323],[120.8913,23.9312],[120.8909,23.9288],[120.8885,23.9282],[120.8874,23.9251],[120.8841,23.9258],[120.8797,23.9251],[120.8794,23.9203],[120.8763,23.9177],[120.8769,23.9141],[120.876,23.9121],[120.8774,23.9101],[120.8657,23.9075],[120.8686,23.9024],[120.8697,23.8969],[120.8696,23.8938],[120.8708,23.8922],[120.8718,23.8868],[120.8743,23.8856],[120.8747,23.8813],[120.8736,23.8787],[120.8775,23.8784],[120.8733,23.8733],[120.8721,23.8712],[120.8742,23.8694],[120.8717,23.8661],[120.8713,23.8609],[120.8697,23.8589],[120.8715,23.8521],[120.8705,23.8507],[120.8727,23.8483],[120.8756,23.8465],[120.8799,23.8456],[120.8819,23.8439],[120.8831,23.8406],[120.8816,23.8377],[120.878,23.8366],[120.8761,23.8353],[120.8733,23.8306],[120.8721,23.8264],[120.8678,23.8226],[120.8697,23.817],[120.8738,23.8131],[120.8745,23.8138],[120.8782,23.8131],[120.8817,23.8131],[120.8846,23.8106],[120.8877,23.8099],[120.8926,23.8102],[120.8973,23.8127],[120.898,23.8139],[120.9019,23.8126],[120.905,23.8124],[120.9075,23.8159],[120.9107,23.8166],[120.9107,23.8192],[120.9127,23.8206],[120.9139,23.8241],[120.9137,23.8263],[120.9163,23.8278],[120.9223,23.8275],[120.9245,23.8288],[120.9288,23.8287],[120.9334,23.8295],[120.9353,23.8345],[120.9343,23.836],[120.9374,23.8377],[120.9387,23.8392],[120.9398,23.8436],[120.9454,23.8452],[120.9477,23.8432],[120.95,23.8463],[120.9486,23.8504],[120.949,23.8526],[120.9526,23.8521],[120.952,23.8501],[120.9531,23.848],[120.9559,23.8463],[120.9584,23.8458],[120.9638,23.8383],[120.9676,23.8421],[120.9696,23.8407],[120.9754,23.838],[120.9824,23.8389],[120.9903,23.839],[120.9925,23.8394],[120.9931,23.844],[120.9927,23.853],[120.9949,23.8589],[120.9928,23.8613],[120.989,23.8677],[120.9873,23.8716],[120.9826,23.8749],[120.9819,23.8792],[120.9804,23.8837],[120.9862,23.8853],[120.9905,23.8852],[120.9885,23.8879],[120.9883,23.8903],[120.9911,23.8955]]]},"properties":{"TOWNCODE":"10008090","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"魚池鄉"},"id":"10008090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.957,24.1242],[120.9519,24.1273],[120.9494,24.1275],[120.9484,24.1249],[120.9445,24.1229],[120.9396,24.1183],[120.9355,24.1157],[120.9319,24.1122],[120.9271,24.1117],[120.9231,24.1099],[120.9199,24.1074],[120.9149,24.1075],[120.9132,24.109],[120.9096,24.1092],[120.9073,24.1105],[120.9052,24.1141],[120.8962,24.1165],[120.8919,24.1161],[120.8902,24.1135],[120.8911,24.1122],[120.8942,24.1107],[120.8941,24.1064],[120.891,24.1017],[120.8915,24.0982],[120.89,24.0966],[120.8861,24.0956],[120.882,24.0884],[120.8803,24.0886],[120.8783,24.0852],[120.8769,24.0914],[120.8782,24.0935],[120.8791,24.0984],[120.8814,24.1005],[120.8778,24.1097],[120.8723,24.1169],[120.8689,24.1176],[120.8657,24.1155],[120.8586,24.1162],[120.8572,24.1173],[120.8562,24.1215],[120.8536,24.1246],[120.8489,24.1239],[120.8451,24.1246],[120.8428,24.1229],[120.8421,24.1207],[120.8404,24.1202],[120.8377,24.1179],[120.8362,24.1169],[120.8345,24.1132],[120.8341,24.1097],[120.8346,24.1078],[120.8303,24.1021],[120.8325,24.0994],[120.8324,24.0981],[120.8298,24.0949],[120.8285,24.0945],[120.8286,24.0905],[120.8281,24.0864],[120.8289,24.0837],[120.8284,24.0766],[120.8294,24.0725],[120.8207,24.0698],[120.8194,24.0685],[120.8158,24.0687],[120.8149,24.0699],[120.8118,24.066],[120.8089,24.0662],[120.8069,24.0642],[120.8063,24.0604],[120.8033,24.0564],[120.8033,24.0521],[120.8011,24.0515],[120.8007,24.0486],[120.7966,24.0428],[120.7966,24.0403],[120.7921,24.036],[120.7915,24.0306],[120.7896,24.0313],[120.7855,24.0287],[120.7847,24.0242],[120.783,24.0238],[120.7797,24.0211],[120.7795,24.0201],[120.7821,24.0176],[120.7861,24.0157],[120.7887,24.0154],[120.7927,24.0162],[120.7974,24.016],[120.7986,24.0154],[120.8026,24.0108],[120.8035,24.0085],[120.8064,24.0085],[120.8098,24.0069],[120.8082,24.0019],[120.8148,24.0007],[120.8197,23.9981],[120.8224,23.9936],[120.8253,23.9949],[120.8308,23.9927],[120.8321,23.9877],[120.8346,23.9855],[120.8356,23.9831],[120.8343,23.9807],[120.8332,23.9748],[120.8348,23.9705],[120.8367,23.9678],[120.8354,23.9641],[120.8369,23.9582],[120.8357,23.9563],[120.8318,23.9559],[120.8295,23.9534],[120.8276,23.9536],[120.8271,23.9493],[120.8292,23.9479],[120.8296,23.9418],[120.8283,23.9401],[120.8289,23.937],[120.834,23.9367],[120.8419,23.9342],[120.8426,23.9283],[120.8426,23.9248],[120.8435,23.924],[120.8425,23.9209],[120.8445,23.9173],[120.8439,23.9149],[120.8469,23.9094],[120.8441,23.9064],[120.849,23.9036],[120.8497,23.898],[120.8518,23.8972],[120.8514,23.8949],[120.8531,23.8926],[120.8564,23.8956],[120.8601,23.8968],[120.861,23.8994],[120.8625,23.901],[120.8627,23.9043],[120.8643,23.9072],[120.8657,23.9075],[120.8774,23.9101],[120.876,23.9121],[120.8769,23.9141],[120.8763,23.9177],[120.8794,23.9203],[120.8797,23.9251],[120.8791,23.926],[120.879,23.9311],[120.8797,23.9324],[120.8789,23.9367],[120.8786,23.9434],[120.8806,23.9485],[120.8795,23.9498],[120.8792,23.9532],[120.8815,23.9549],[120.8826,23.9578],[120.885,23.9602],[120.8841,23.9621],[120.8853,23.9649],[120.8906,23.9691],[120.8953,23.9691],[120.8982,23.9704],[120.8995,23.9721],[120.9021,23.9719],[120.9036,23.9705],[120.9077,23.9711],[120.9055,23.9757],[120.9063,23.9826],[120.904,23.9889],[120.9041,23.9937],[120.9065,23.9965],[120.9096,24.0033],[120.9065,24.0026],[120.9018,24.0063],[120.9021,24.0099],[120.8904,24.0134],[120.8886,24.0188],[120.8918,24.0223],[120.8953,24.0227],[120.8994,24.0274],[120.9004,24.0295],[120.9021,24.0299],[120.9019,24.0352],[120.9039,24.0363],[120.903,24.0407],[120.906,24.0403],[120.9082,24.0431],[120.9117,24.0434],[120.9139,24.0421],[120.9145,24.0445],[120.9178,24.0481],[120.9231,24.0482],[120.9257,24.0491],[120.9276,24.0477],[120.929,24.0452],[120.932,24.0475],[120.9348,24.0447],[120.9377,24.0448],[120.9395,24.0462],[120.9397,24.0494],[120.9409,24.0532],[120.9437,24.053],[120.9434,24.0563],[120.9443,24.0582],[120.944,24.0621],[120.9451,24.0629],[120.9499,24.0626],[120.9476,24.0658],[120.9441,24.0671],[120.9403,24.067],[120.9385,24.0703],[120.9375,24.0736],[120.9436,24.0814],[120.9447,24.0811],[120.9469,24.0866],[120.9454,24.0912],[120.9436,24.0917],[120.9444,24.0989],[120.9461,24.1031],[120.9492,24.1054],[120.95,24.1078],[120.953,24.1134],[120.9553,24.1157],[120.9558,24.1197],[120.957,24.1242]]]},"properties":{"TOWNCODE":"10008100","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"國姓鄉"},"id":"10008100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9334,23.8295],[120.9288,23.8287],[120.9245,23.8288],[120.9223,23.8275],[120.9163,23.8278],[120.9137,23.8263],[120.9139,23.8241],[120.9127,23.8206],[120.9107,23.8192],[120.9107,23.8166],[120.9075,23.8159],[120.905,23.8124],[120.9019,23.8126],[120.898,23.8139],[120.8973,23.8127],[120.8926,23.8102],[120.8877,23.8099],[120.8846,23.8106],[120.8817,23.8131],[120.8782,23.8131],[120.8745,23.8138],[120.8738,23.8131],[120.8697,23.817],[120.8678,23.8226],[120.8721,23.8264],[120.8733,23.8306],[120.8761,23.8353],[120.878,23.8366],[120.8816,23.8377],[120.8831,23.8406],[120.8819,23.8439],[120.8799,23.8456],[120.8756,23.8465],[120.8727,23.8483],[120.8705,23.8507],[120.8715,23.8521],[120.8697,23.8589],[120.8713,23.8609],[120.8717,23.8661],[120.8742,23.8694],[120.8721,23.8712],[120.8733,23.8733],[120.8775,23.8784],[120.8736,23.8787],[120.8747,23.8813],[120.8743,23.8856],[120.8718,23.8868],[120.8708,23.8922],[120.8696,23.8938],[120.8697,23.8969],[120.8686,23.9024],[120.8657,23.9075],[120.8643,23.9072],[120.8627,23.9043],[120.8625,23.901],[120.861,23.8994],[120.8601,23.8968],[120.8564,23.8956],[120.8531,23.8926],[120.855,23.8901],[120.8531,23.8874],[120.8518,23.883],[120.8472,23.88],[120.8481,23.8782],[120.8481,23.875],[120.8471,23.8737],[120.8474,23.8714],[120.8487,23.8701],[120.8491,23.8672],[120.8477,23.863],[120.848,23.8591],[120.8469,23.8577],[120.8443,23.8578],[120.8421,23.8554],[120.8422,23.8526],[120.8413,23.8505],[120.8434,23.8484],[120.8447,23.8456],[120.844,23.8435],[120.8475,23.8424],[120.8466,23.8395],[120.8452,23.8382],[120.8424,23.8393],[120.8393,23.8383],[120.8363,23.8388],[120.8346,23.8382],[120.8322,23.835],[120.8312,23.8318],[120.8298,23.8309],[120.8298,23.8279],[120.829,23.8224],[120.827,23.821],[120.8219,23.821],[120.8181,23.8205],[120.8114,23.8177],[120.8131,23.8119],[120.8171,23.8112],[120.8173,23.8091],[120.8156,23.8086],[120.8127,23.8058],[120.8105,23.7993],[120.8131,23.7966],[120.8129,23.7951],[120.8148,23.7939],[120.8137,23.7922],[120.8137,23.7891],[120.8154,23.782],[120.8153,23.7793],[120.8164,23.7776],[120.8157,23.7728],[120.8174,23.7713],[120.8225,23.7702],[120.825,23.7659],[120.8274,23.7646],[120.8297,23.7647],[120.8328,23.7629],[120.8327,23.7579],[120.8341,23.7573],[120.8347,23.7539],[120.833,23.7509],[120.83,23.7482],[120.8305,23.7427],[120.8302,23.7367],[120.8287,23.7353],[120.8279,23.7319],[120.8295,23.7276],[120.8289,23.7252],[120.8301,23.7213],[120.8322,23.7192],[120.8332,23.7157],[120.8364,23.7136],[120.8378,23.7135],[120.8409,23.7108],[120.8455,23.7123],[120.8456,23.7167],[120.8519,23.7171],[120.8535,23.7188],[120.8594,23.7215],[120.863,23.7244],[120.8652,23.7236],[120.8688,23.7236],[120.8691,23.7215],[120.8762,23.7212],[120.877,23.7196],[120.8801,23.7191],[120.8822,23.7215],[120.8854,23.7231],[120.8893,23.7268],[120.8875,23.7319],[120.8857,23.7322],[120.8828,23.7384],[120.8829,23.7417],[120.8795,23.7454],[120.8792,23.7477],[120.8818,23.7602],[120.8837,23.7629],[120.8825,23.766],[120.8795,23.7673],[120.8775,23.7733],[120.8757,23.7746],[120.8732,23.7791],[120.8735,23.7833],[120.8744,23.7841],[120.8801,23.7836],[120.8837,23.7842],[120.8876,23.7859],[120.8985,23.7862],[120.8999,23.7855],[120.9073,23.7858],[120.9088,23.7868],[120.9086,23.7896],[120.9099,23.7916],[120.912,23.7929],[120.9166,23.7922],[120.9207,23.7892],[120.9289,23.7882],[120.9331,23.7862],[120.9365,23.7919],[120.9369,23.7978],[120.9334,23.7987],[120.9332,23.8057],[120.9343,23.808],[120.933,23.8113],[120.9345,23.8127],[120.933,23.8168],[120.9328,23.8217],[120.9338,23.8243],[120.9327,23.8263],[120.9334,23.8295]]]},"properties":{"TOWNCODE":"10008110","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"水里鄉"},"id":"10008110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2349,23.8181],[121.231,23.8177],[121.2269,23.8189],[121.2225,23.8194],[121.2211,23.8222],[121.221,23.8263],[121.2187,23.8298],[121.2199,23.8321],[121.2206,23.8355],[121.2201,23.8372],[121.2177,23.8389],[121.2148,23.8393],[121.2113,23.8431],[121.2091,23.8445],[121.2048,23.8452],[121.2016,23.8481],[121.1997,23.8486],[121.1977,23.8509],[121.1927,23.8519],[121.1863,23.8516],[121.1794,23.8534],[121.1762,23.8565],[121.1688,23.8607],[121.1599,23.8627],[121.1559,23.8645],[121.1542,23.8646],[121.1544,23.8617],[121.1514,23.8574],[121.15,23.8507],[121.1465,23.8479],[121.1412,23.8462],[121.137,23.8421],[121.1324,23.8393],[121.1271,23.8389],[121.1231,23.8374],[121.1185,23.8366],[121.1157,23.834],[121.1123,23.8336],[121.1109,23.8313],[121.1125,23.8246],[121.1125,23.822],[121.1085,23.8202],[121.1059,23.8199],[121.0977,23.817],[121.0944,23.8146],[121.089,23.8155],[121.0864,23.8144],[121.0795,23.8138],[121.0737,23.8115],[121.07,23.8114],[121.0668,23.8091],[121.0627,23.81],[121.0586,23.81],[121.055,23.8117],[121.047,23.8118],[121.0417,23.8139],[121.0395,23.8139],[121.0364,23.8165],[121.0342,23.8164],[121.0298,23.818],[121.0277,23.8178],[121.0183,23.8206],[121.0129,23.8208],[121.0111,23.8246],[121.0042,23.8258],[120.9999,23.8332],[120.996,23.8378],[120.9925,23.8394],[120.9903,23.839],[120.9824,23.8389],[120.9754,23.838],[120.9696,23.8407],[120.9676,23.8421],[120.9638,23.8383],[120.9584,23.8458],[120.9559,23.8463],[120.9531,23.848],[120.952,23.8501],[120.9526,23.8521],[120.949,23.8526],[120.9486,23.8504],[120.95,23.8463],[120.9477,23.8432],[120.9454,23.8452],[120.9398,23.8436],[120.9387,23.8392],[120.9374,23.8377],[120.9343,23.836],[120.9353,23.8345],[120.9334,23.8295],[120.9327,23.8263],[120.9338,23.8243],[120.9328,23.8217],[120.933,23.8168],[120.9345,23.8127],[120.933,23.8113],[120.9343,23.808],[120.9332,23.8057],[120.9334,23.7987],[120.9369,23.7978],[120.9365,23.7919],[120.9331,23.7862],[120.9289,23.7882],[120.9207,23.7892],[120.9166,23.7922],[120.912,23.7929],[120.9099,23.7916],[120.9086,23.7896],[120.9088,23.7868],[120.9073,23.7858],[120.8999,23.7855],[120.8985,23.7862],[120.8876,23.7859],[120.8837,23.7842],[120.8801,23.7836],[120.8744,23.7841],[120.8735,23.7833],[120.8732,23.7791],[120.8757,23.7746],[120.8775,23.7733],[120.8795,23.7673],[120.8825,23.766],[120.8837,23.7629],[120.8818,23.7602],[120.8792,23.7477],[120.8795,23.7454],[120.8829,23.7417],[120.8828,23.7384],[120.8857,23.7322],[120.8875,23.7319],[120.8893,23.7268],[120.8854,23.7231],[120.8822,23.7215],[120.8801,23.7191],[120.877,23.7196],[120.8762,23.7212],[120.8691,23.7215],[120.8688,23.7236],[120.8652,23.7236],[120.863,23.7244],[120.8594,23.7215],[120.8535,23.7188],[120.8519,23.7171],[120.8456,23.7167],[120.8455,23.7123],[120.8409,23.7108],[120.8379,23.7096],[120.8331,23.7092],[120.8314,23.7071],[120.8319,23.7052],[120.8294,23.7036],[120.828,23.7017],[120.8301,23.698],[120.8253,23.6951],[120.8242,23.6913],[120.822,23.6907],[120.8129,23.6815],[120.8112,23.6789],[120.8094,23.6779],[120.8083,23.6755],[120.8087,23.6689],[120.8082,23.664],[120.8083,23.6587],[120.8089,23.657],[120.8083,23.6541],[120.807,23.6534],[120.8058,23.6507],[120.8039,23.6495],[120.8046,23.6471],[120.8082,23.646],[120.8091,23.6444],[120.8138,23.641],[120.8145,23.6363],[120.8142,23.6327],[120.8147,23.6303],[120.8166,23.6273],[120.8164,23.6233],[120.8196,23.6197],[120.8233,23.6183],[120.8236,23.6149],[120.8252,23.6126],[120.8217,23.6105],[120.821,23.6087],[120.8185,23.6083],[120.8173,23.6055],[120.8138,23.601],[120.8183,23.5991],[120.8169,23.5954],[120.8188,23.5935],[120.8206,23.5896],[120.8255,23.5864],[120.8213,23.5813],[120.8203,23.5788],[120.8196,23.5745],[120.8218,23.5713],[120.8199,23.5645],[120.8207,23.5626],[120.814,23.5554],[120.8159,23.5531],[120.8145,23.5517],[120.8115,23.5511],[120.8113,23.5494],[120.8088,23.5459],[120.8082,23.5418],[120.8088,23.5358],[120.8121,23.5331],[120.8181,23.5235],[120.8204,23.5213],[120.8191,23.5195],[120.8201,23.5141],[120.8232,23.5109],[120.8228,23.5086],[120.8241,23.5053],[120.8228,23.4992],[120.8254,23.4948],[120.8253,23.4897],[120.8262,23.4885],[120.8271,23.4834],[120.8299,23.4807],[120.8317,23.4777],[120.8326,23.4747],[120.8393,23.4712],[120.8421,23.4733],[120.8466,23.4731],[120.8499,23.4722],[120.8542,23.4733],[120.8581,23.4728],[120.8632,23.4736],[120.8667,23.4723],[120.8683,23.4706],[120.8731,23.4685],[120.8808,23.4676],[120.882,23.4686],[120.8827,23.4714],[120.8848,23.4747],[120.8867,23.4756],[120.8996,23.4754],[120.902,23.4761],[120.9081,23.4758],[120.9113,23.4761],[120.9151,23.4746],[120.9175,23.4757],[120.9265,23.473],[120.9312,23.4706],[120.9342,23.473],[120.9376,23.4731],[120.9423,23.4693],[120.9475,23.4671],[120.9522,23.4677],[120.954,23.4688],[120.9575,23.4695],[120.9614,23.4708],[120.9649,23.4706],[120.9667,23.4717],[120.9685,23.4712],[120.9706,23.469],[120.9765,23.469],[120.9783,23.4694],[120.9817,23.4688],[120.9836,23.467],[120.9997,23.4622],[121.0038,23.463],[121.0081,23.4624],[121.0116,23.4573],[121.0151,23.4541],[121.0158,23.4509],[121.0107,23.4467],[121.0106,23.4412],[121.0141,23.4379],[121.0153,23.4354],[121.0196,23.4364],[121.022,23.439],[121.0264,23.4391],[121.0285,23.4415],[121.0318,23.4424],[121.0335,23.4453],[121.037,23.4463],[121.0395,23.4478],[121.0442,23.4491],[121.0465,23.4509],[121.0518,23.4508],[121.0533,23.4532],[121.0533,23.4556],[121.0559,23.4593],[121.0581,23.46],[121.059,23.4615],[121.0541,23.4638],[121.0513,23.4643],[121.0497,23.4678],[121.0444,23.4701],[121.0425,23.472],[121.0392,23.4734],[121.0394,23.4749],[121.0431,23.478],[121.0453,23.4808],[121.0483,23.4823],[121.05,23.4864],[121.0536,23.4878],[121.0541,23.4903],[121.0528,23.4938],[121.0549,23.4961],[121.0581,23.4972],[121.0621,23.4994],[121.0629,23.5036],[121.066,23.5061],[121.066,23.5076],[121.0688,23.5148],[121.0685,23.5185],[121.0787,23.5164],[121.0831,23.5146],[121.0881,23.514],[121.0919,23.5145],[121.0931,23.5176],[121.0976,23.5217],[121.1014,23.521],[121.1037,23.5189],[121.107,23.5195],[121.1103,23.519],[121.1155,23.5202],[121.1181,23.5216],[121.1212,23.5206],[121.1264,23.517],[121.1283,23.5185],[121.1309,23.5177],[121.1324,23.515],[121.1355,23.5151],[121.1366,23.518],[121.1391,23.5214],[121.147,23.5272],[121.1511,23.527],[121.1507,23.529],[121.1469,23.534],[121.1482,23.5359],[121.1484,23.5395],[121.1511,23.5452],[121.1481,23.5524],[121.1462,23.5542],[121.148,23.5566],[121.15,23.5573],[121.1512,23.5599],[121.1573,23.5597],[121.1579,23.5637],[121.1603,23.5678],[121.1604,23.5698],[121.1536,23.5715],[121.1519,23.5739],[121.152,23.5817],[121.1533,23.5867],[121.1556,23.5871],[121.1582,23.5857],[121.1608,23.5871],[121.1662,23.5872],[121.1694,23.5866],[121.1714,23.5841],[121.1754,23.5837],[121.1785,23.5828],[121.1801,23.5882],[121.1796,23.5894],[121.182,23.5909],[121.1832,23.593],[121.1894,23.5948],[121.1912,23.5982],[121.1943,23.6006],[121.2001,23.5964],[121.2065,23.5958],[121.2081,23.5982],[121.2133,23.6003],[121.2147,23.6055],[121.2158,23.607],[121.2173,23.6147],[121.22,23.6169],[121.2213,23.6201],[121.2233,23.6226],[121.2249,23.6274],[121.225,23.6297],[121.224,23.6329],[121.2241,23.6389],[121.2259,23.6413],[121.2278,23.6454],[121.2299,23.6474],[121.2312,23.6514],[121.2307,23.6535],[121.2319,23.6579],[121.2358,23.6622],[121.236,23.6708],[121.2324,23.6775],[121.2343,23.681],[121.236,23.6823],[121.2375,23.6853],[121.2395,23.6872],[121.2393,23.6943],[121.2412,23.6984],[121.2394,23.6998],[121.2412,23.7064],[121.2412,23.709],[121.2396,23.7103],[121.2388,23.7129],[121.2396,23.7154],[121.2378,23.7199],[121.2393,23.7244],[121.2359,23.7245],[121.232,23.7295],[121.2298,23.73],[121.2298,23.7329],[121.2284,23.7365],[121.2289,23.7399],[121.2288,23.7445],[121.2299,23.7469],[121.2332,23.748],[121.2323,23.7508],[121.2293,23.7523],[121.225,23.7518],[121.2215,23.7527],[121.219,23.7561],[121.2175,23.757],[121.2132,23.7576],[121.211,23.7611],[121.2064,23.7628],[121.2087,23.7658],[121.2066,23.7674],[121.2047,23.7724],[121.206,23.7726],[121.207,23.7751],[121.2089,23.776],[121.2124,23.7758],[121.213,23.7769],[121.2183,23.7797],[121.2195,23.7818],[121.2237,23.7824],[121.2279,23.7848],[121.2305,23.7881],[121.2306,23.7899],[121.2271,23.7913],[121.2266,23.7961],[121.2255,23.7981],[121.2266,23.8046],[121.2279,23.8055],[121.2274,23.8083],[121.2293,23.8088],[121.2346,23.8122],[121.2349,23.8181]]]},"properties":{"TOWNCODE":"10008120","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"信義鄉"},"id":"10008120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.343,24.2236],[121.3403,24.2259],[121.3357,24.2286],[121.3302,24.2312],[121.3248,24.233],[121.3194,24.2319],[121.3163,24.2345],[121.3126,24.2351],[121.3086,24.2349],[121.3039,24.2337],[121.3025,24.2363],[121.2989,24.2358],[121.298,24.2339],[121.2951,24.2322],[121.2941,24.2296],[121.2889,24.2302],[121.2862,24.2291],[121.2832,24.231],[121.2799,24.2298],[121.2776,24.2329],[121.2767,24.2356],[121.274,24.2356],[121.2707,24.2366],[121.2687,24.2383],[121.2684,24.2401],[121.2664,24.2423],[121.265,24.2459],[121.2609,24.2456],[121.2564,24.2442],[121.2546,24.2428],[121.2512,24.238],[121.2474,24.2288],[121.245,24.2253],[121.2442,24.2225],[121.2407,24.2217],[121.238,24.2197],[121.2353,24.2215],[121.2304,24.2235],[121.2308,24.2261],[121.2271,24.2256],[121.2188,24.2289],[121.2168,24.2261],[121.2082,24.2217],[121.2051,24.2221],[121.2016,24.2216],[121.1965,24.2231],[121.1918,24.2182],[121.1917,24.2167],[121.1888,24.215],[121.1852,24.2145],[121.1822,24.2121],[121.1785,24.214],[121.1735,24.2203],[121.1676,24.2254],[121.1667,24.2236],[121.1644,24.2218],[121.1641,24.2199],[121.161,24.2152],[121.157,24.2148],[121.1515,24.2129],[121.1481,24.2131],[121.1461,24.2088],[121.143,24.2053],[121.1429,24.2026],[121.1414,24.1996],[121.1364,24.1963],[121.1317,24.1969],[121.129,24.196],[121.1272,24.1968],[121.1229,24.196],[121.1184,24.1973],[121.1134,24.1968],[121.1093,24.198],[121.1055,24.1972],[121.1043,24.196],[121.0963,24.1921],[121.0942,24.1899],[121.0941,24.188],[121.0911,24.1849],[121.0908,24.182],[121.0849,24.1759],[121.081,24.1748],[121.075,24.17],[121.0728,24.17],[121.0699,24.1676],[121.0663,24.1655],[121.0646,24.163],[121.0614,24.1633],[121.0593,24.1627],[121.0589,24.1605],[121.0574,24.1587],[121.0527,24.1548],[121.0507,24.1581],[121.0474,24.1601],[121.0441,24.1597],[121.0429,24.1586],[121.038,24.1582],[121.0358,24.1532],[121.0357,24.1509],[121.0335,24.1486],[121.0309,24.1495],[121.0314,24.1526],[121.0298,24.1573],[121.0274,24.1587],[121.0239,24.1579],[121.0199,24.1589],[121.0158,24.1562],[121.0082,24.147],[121.0069,24.1411],[121.0045,24.1375],[121.0026,24.133],[121.0006,24.1325],[120.9996,24.1278],[120.9923,24.1254],[120.9916,24.124],[120.9919,24.1208],[120.989,24.1187],[120.9852,24.1202],[120.9836,24.1191],[120.9791,24.1183],[120.9753,24.1169],[120.9736,24.1196],[120.971,24.1203],[120.961,24.1202],[120.957,24.1242],[120.9558,24.1197],[120.9553,24.1157],[120.953,24.1134],[120.95,24.1078],[120.9492,24.1054],[120.9461,24.1031],[120.9444,24.0989],[120.9436,24.0917],[120.9454,24.0912],[120.9469,24.0866],[120.9447,24.0811],[120.9436,24.0814],[120.9375,24.0736],[120.9385,24.0703],[120.9403,24.067],[120.9441,24.0671],[120.9476,24.0658],[120.9499,24.0626],[120.9451,24.0629],[120.944,24.0621],[120.9443,24.0582],[120.9434,24.0563],[120.9437,24.053],[120.9446,24.0498],[120.9502,24.0494],[120.9519,24.0468],[120.9545,24.0449],[120.9593,24.0447],[120.9626,24.0401],[120.9652,24.0379],[120.9652,24.0344],[120.9716,24.0308],[120.9745,24.0308],[120.976,24.0328],[120.9814,24.0314],[120.9818,24.0295],[120.9843,24.026],[120.9872,24.0246],[120.9907,24.0203],[120.9964,24.0204],[120.9991,24.0195],[121.0022,24.0206],[121.0039,24.0196],[121.006,24.0169],[121.0065,24.0141],[121.0038,24.0103],[121.0031,24.0077],[121.0058,24.0034],[121.008,24.001],[121.0099,24.0001],[121.0142,24],[121.0196,24.0007],[121.0203,24.0018],[121.0242,24.0027],[121.0263,24.004],[121.0326,23.9994],[121.0344,23.9988],[121.0393,23.9995],[121.042,23.9986],[121.0454,23.999],[121.0489,23.9979],[121.053,24.003],[121.0566,24.0048],[121.0587,24.0012],[121.0576,23.9996],[121.0585,23.9958],[121.0614,23.9949],[121.0657,23.9917],[121.0673,23.989],[121.0685,23.9845],[121.0695,23.9834],[121.0676,23.9817],[121.0665,23.9789],[121.0645,23.9766],[121.062,23.975],[121.0612,23.9717],[121.0592,23.9715],[121.0573,23.9689],[121.0542,23.9697],[121.0542,23.9669],[121.0564,23.9639],[121.055,23.9627],[121.0521,23.9574],[121.0491,23.9549],[121.0493,23.9495],[121.0465,23.9465],[121.0462,23.9437],[121.0391,23.9437],[121.0363,23.9451],[121.0309,23.9448],[121.0289,23.952],[121.0268,23.9567],[121.0251,23.9573],[121.0203,23.9624],[121.0172,23.968],[121.0156,23.9684],[121.0115,23.9677],[121.0079,23.9655],[121.0035,23.967],[121.0017,23.9661],[121.0019,23.9626],[121.0044,23.9588],[121.0021,23.9589],[121.0014,23.9554],[121.0042,23.9523],[121.0043,23.9493],[121.0052,23.9475],[121.0081,23.9464],[121.0132,23.9468],[121.0144,23.9449],[121.0125,23.9412],[121.01,23.9395],[121.0054,23.9397],[121.0018,23.936],[121.0004,23.9336],[120.9967,23.9304],[120.9997,23.9292],[121.0012,23.927],[121.0039,23.9259],[121.0088,23.9279],[121.0108,23.9304],[121.0126,23.9307],[121.0146,23.933],[121.0163,23.9329],[121.0163,23.9295],[121.0126,23.9284],[121.0088,23.9246],[121.0081,23.9209],[121.0081,23.9116],[121.0044,23.914],[121.0034,23.9161],[121.003,23.921],[121.0009,23.9242],[120.9986,23.9239],[120.9978,23.9254],[120.9914,23.9244],[120.9883,23.9204],[120.9864,23.9214],[120.9849,23.9202],[120.9832,23.921],[120.9819,23.9192],[120.9848,23.9168],[120.9887,23.9126],[120.9852,23.9124],[120.9827,23.9113],[120.9827,23.9084],[120.986,23.9076],[120.9872,23.9024],[120.9911,23.8966],[120.9911,23.8955],[120.9883,23.8903],[120.9885,23.8879],[120.9905,23.8852],[120.9862,23.8853],[120.9804,23.8837],[120.9819,23.8792],[120.9826,23.8749],[120.9873,23.8716],[120.989,23.8677],[120.9928,23.8613],[120.9949,23.8589],[120.9927,23.853],[120.9931,23.844],[120.9925,23.8394],[120.996,23.8378],[120.9999,23.8332],[121.0042,23.8258],[121.0111,23.8246],[121.0129,23.8208],[121.0183,23.8206],[121.0277,23.8178],[121.0298,23.818],[121.0342,23.8164],[121.0364,23.8165],[121.0395,23.8139],[121.0417,23.8139],[121.047,23.8118],[121.055,23.8117],[121.0586,23.81],[121.0627,23.81],[121.0668,23.8091],[121.07,23.8114],[121.0737,23.8115],[121.0795,23.8138],[121.0864,23.8144],[121.089,23.8155],[121.0944,23.8146],[121.0977,23.817],[121.1059,23.8199],[121.1085,23.8202],[121.1125,23.822],[121.1125,23.8246],[121.1109,23.8313],[121.1123,23.8336],[121.1157,23.834],[121.1185,23.8366],[121.1231,23.8374],[121.1271,23.8389],[121.1324,23.8393],[121.137,23.8421],[121.1412,23.8462],[121.1465,23.8479],[121.15,23.8507],[121.1514,23.8574],[121.1544,23.8617],[121.1542,23.8646],[121.1559,23.8645],[121.1599,23.8627],[121.1688,23.8607],[121.1762,23.8565],[121.1794,23.8534],[121.1863,23.8516],[121.1927,23.8519],[121.1977,23.8509],[121.1997,23.8486],[121.2016,23.8481],[121.2048,23.8452],[121.2091,23.8445],[121.2113,23.8431],[121.2148,23.8393],[121.2177,23.8389],[121.2201,23.8372],[121.2206,23.8355],[121.2199,23.8321],[121.2187,23.8298],[121.221,23.8263],[121.2211,23.8222],[121.2225,23.8194],[121.2269,23.8189],[121.231,23.8177],[121.2349,23.8181],[121.2379,23.8214],[121.2369,23.8238],[121.2381,23.8296],[121.2377,23.8325],[121.2393,23.8371],[121.2393,23.8401],[121.2435,23.845],[121.2438,23.8473],[121.2453,23.8497],[121.2488,23.8521],[121.2487,23.8537],[121.2502,23.8566],[121.2499,23.8596],[121.2519,23.8612],[121.253,23.8634],[121.253,23.8679],[121.2571,23.8697],[121.2581,23.8725],[121.2615,23.8723],[121.2653,23.8729],[121.2629,23.8795],[121.2635,23.8814],[121.2659,23.8832],[121.2683,23.8834],[121.2672,23.8894],[121.2655,23.8911],[121.266,23.8944],[121.264,23.8986],[121.2611,23.9023],[121.2629,23.9045],[121.2663,23.9073],[121.27,23.9065],[121.2749,23.9075],[121.2761,23.9101],[121.2754,23.9147],[121.2762,23.9158],[121.2751,23.9189],[121.2765,23.9229],[121.2746,23.9265],[121.2735,23.9281],[121.2747,23.9301],[121.2737,23.9366],[121.2721,23.9382],[121.274,23.942],[121.2743,23.9457],[121.2718,23.9482],[121.2747,23.9514],[121.2758,23.9565],[121.2751,23.9597],[121.2759,23.9626],[121.2778,23.9652],[121.2756,23.9684],[121.275,23.9722],[121.2737,23.9752],[121.2651,23.9753],[121.2616,23.9812],[121.2609,23.9884],[121.2599,23.9905],[121.261,23.9941],[121.2639,23.9977],[121.2657,24.0014],[121.2671,24.0026],[121.2694,24.0063],[121.2696,24.0082],[121.2719,24.0133],[121.2736,24.0149],[121.2764,24.0204],[121.2768,24.0249],[121.2787,24.0268],[121.2804,24.031],[121.2819,24.0321],[121.2824,24.0347],[121.2857,24.0395],[121.2856,24.0452],[121.285,24.0486],[121.2826,24.0513],[121.2833,24.0545],[121.2848,24.0553],[121.2865,24.058],[121.2891,24.0587],[121.2903,24.0601],[121.2934,24.0616],[121.2955,24.0638],[121.2989,24.0616],[121.301,24.0635],[121.3023,24.0663],[121.3061,24.0695],[121.3081,24.0732],[121.3118,24.0755],[121.3141,24.0776],[121.3177,24.0795],[121.3231,24.0849],[121.3233,24.0865],[121.3211,24.0889],[121.3192,24.0928],[121.3191,24.0954],[121.3223,24.0995],[121.3258,24.1027],[121.3269,24.1103],[121.3282,24.1116],[121.3285,24.1144],[121.325,24.1161],[121.3193,24.1166],[121.3159,24.1164],[121.3135,24.1189],[121.308,24.1224],[121.3044,24.1239],[121.3012,24.1278],[121.2959,24.1324],[121.2913,24.1333],[121.2814,24.1359],[121.282,24.1394],[121.2842,24.1458],[121.2847,24.1523],[121.2835,24.1537],[121.2809,24.1546],[121.2803,24.1579],[121.282,24.1582],[121.2854,24.1571],[121.2883,24.1576],[121.2879,24.1617],[121.2883,24.1667],[121.2877,24.1733],[121.2862,24.176],[121.2881,24.1777],[121.2922,24.1771],[121.2968,24.1785],[121.2986,24.18],[121.3071,24.1803],[121.3106,24.183],[121.3154,24.1849],[121.32,24.1914],[121.3231,24.1921],[121.3244,24.195],[121.3258,24.1962],[121.329,24.1967],[121.3307,24.1978],[121.3358,24.1991],[121.3403,24.1985],[121.3451,24.2],[121.349,24.1995],[121.3497,24.2002],[121.3492,24.2045],[121.3483,24.2073],[121.3494,24.2104],[121.3433,24.2221],[121.343,24.2236]]]},"properties":{"TOWNCODE":"10008130","COUNTYCODE":"10008","COUNTYNAME":"南投縣","TOWNNAME":"仁愛鄉"},"id":"10008130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5708,23.7597],[120.5699,23.76],[120.5593,23.7573],[120.5561,23.7548],[120.5541,23.751],[120.551,23.7499],[120.5468,23.7498],[120.5422,23.7476],[120.5361,23.7455],[120.5313,23.7418],[120.5299,23.7399],[120.5302,23.7376],[120.5268,23.7354],[120.5245,23.7352],[120.5227,23.7329],[120.5192,23.7339],[120.5102,23.7305],[120.508,23.7312],[120.5063,23.7294],[120.5033,23.7293],[120.5019,23.7255],[120.4999,23.723],[120.4982,23.7248],[120.4956,23.7202],[120.4978,23.7187],[120.4973,23.7167],[120.4997,23.7142],[120.4999,23.7124],[120.4973,23.7117],[120.4984,23.7086],[120.4962,23.7071],[120.4954,23.705],[120.4978,23.6966],[120.5017,23.6949],[120.5032,23.6899],[120.5009,23.6889],[120.4994,23.6864],[120.5017,23.6806],[120.5045,23.6787],[120.5075,23.6755],[120.506,23.6744],[120.5061,23.6719],[120.5092,23.6698],[120.5086,23.6663],[120.5099,23.6639],[120.5142,23.6632],[120.5141,23.6611],[120.5169,23.6584],[120.5228,23.6558],[120.5236,23.6546],[120.5271,23.6549],[120.5299,23.654],[120.5298,23.6526],[120.5364,23.6506],[120.5368,23.6539],[120.5383,23.6551],[120.54,23.659],[120.5406,23.6636],[120.5386,23.6652],[120.5367,23.6688],[120.5365,23.6721],[120.5377,23.6751],[120.5407,23.6733],[120.5437,23.6727],[120.5456,23.6733],[120.551,23.6728],[120.5523,23.6717],[120.5568,23.6708],[120.5599,23.6712],[120.5597,23.673],[120.564,23.6802],[120.5638,23.6829],[120.5623,23.684],[120.5589,23.6844],[120.559,23.6865],[120.5607,23.6893],[120.5637,23.6912],[120.5687,23.6919],[120.5699,23.691],[120.5717,23.6856],[120.5787,23.689],[120.5775,23.6952],[120.5828,23.6945],[120.5866,23.6965],[120.5895,23.6964],[120.592,23.6951],[120.5938,23.6957],[120.5961,23.694],[120.5988,23.694],[120.6005,23.6959],[120.6059,23.6968],[120.6116,23.6966],[120.6162,23.6973],[120.6181,23.6961],[120.6194,23.6931],[120.6224,23.6907],[120.6242,23.6867],[120.6271,23.6847],[120.6303,23.6793],[120.6329,23.6758],[120.6321,23.6733],[120.6357,23.6731],[120.6398,23.6686],[120.6416,23.6678],[120.6444,23.6684],[120.6449,23.6716],[120.6469,23.6726],[120.6461,23.6773],[120.6483,23.6828],[120.6462,23.6848],[120.6455,23.6902],[120.6466,23.6917],[120.6436,23.6999],[120.6456,23.7032],[120.6406,23.7069],[120.6393,23.7109],[120.6406,23.7132],[120.6397,23.7145],[120.6369,23.7135],[120.6326,23.7139],[120.6261,23.7167],[120.6219,23.7165],[120.6207,23.7182],[120.6184,23.7194],[120.6135,23.7205],[120.6129,23.7217],[120.6099,23.7225],[120.6074,23.7265],[120.6041,23.7253],[120.6012,23.725],[120.6015,23.73],[120.5978,23.7297],[120.5939,23.7318],[120.5912,23.7361],[120.5904,23.7393],[120.5885,23.7425],[120.5863,23.7386],[120.5822,23.7381],[120.5784,23.7425],[120.575,23.7435],[120.5736,23.7463],[120.5737,23.748],[120.5716,23.7508],[120.5747,23.7547],[120.5732,23.756],[120.5708,23.7597]]]},"properties":{"TOWNCODE":"10009010","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"斗六市"},"id":"10009010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4982,23.7248],[120.4956,23.7232],[120.4912,23.7218],[120.4858,23.7218],[120.4815,23.7203],[120.4791,23.7166],[120.4811,23.7138],[120.4828,23.7085],[120.4796,23.7051],[120.4734,23.7049],[120.4706,23.7017],[120.4659,23.7003],[120.4621,23.6956],[120.4641,23.6942],[120.4634,23.6895],[120.4617,23.6913],[120.4577,23.6931],[120.4566,23.6919],[120.4532,23.6907],[120.4531,23.6875],[120.4508,23.6861],[120.4499,23.6876],[120.4471,23.6864],[120.4438,23.6866],[120.4432,23.6879],[120.4363,23.6884],[120.4266,23.6886],[120.4231,23.69],[120.4168,23.6795],[120.4212,23.6755],[120.4224,23.6734],[120.4264,23.6744],[120.4285,23.6741],[120.4293,23.6709],[120.4322,23.6707],[120.4359,23.6722],[120.4385,23.6714],[120.4406,23.6718],[120.443,23.6698],[120.4469,23.6707],[120.4484,23.6689],[120.4497,23.6717],[120.4498,23.6741],[120.4518,23.6739],[120.4546,23.6724],[120.4569,23.6697],[120.4592,23.6681],[120.4585,23.6648],[120.462,23.6656],[120.4666,23.6656],[120.4667,23.6675],[120.4706,23.6661],[120.4713,23.6638],[120.4744,23.6618],[120.471,23.6457],[120.4682,23.6334],[120.4685,23.6303],[120.474,23.6311],[120.4775,23.6299],[120.4787,23.6328],[120.4826,23.6322],[120.4859,23.6306],[120.4879,23.6307],[120.4872,23.6339],[120.4887,23.6359],[120.4929,23.6332],[120.4995,23.6351],[120.5036,23.6353],[120.5059,23.6338],[120.5083,23.6329],[120.5162,23.6341],[120.5125,23.6372],[120.5154,23.6373],[120.5175,23.6365],[120.5189,23.6385],[120.5246,23.6386],[120.5258,23.6381],[120.5276,23.6412],[120.5304,23.6429],[120.535,23.6427],[120.5381,23.6414],[120.5386,23.6432],[120.5363,23.6457],[120.5357,23.6474],[120.5364,23.6506],[120.5298,23.6526],[120.5299,23.654],[120.5271,23.6549],[120.5236,23.6546],[120.5228,23.6558],[120.5169,23.6584],[120.5141,23.6611],[120.5142,23.6632],[120.5099,23.6639],[120.5086,23.6663],[120.5092,23.6698],[120.5061,23.6719],[120.506,23.6744],[120.5075,23.6755],[120.5045,23.6787],[120.5017,23.6806],[120.4994,23.6864],[120.5009,23.6889],[120.5032,23.6899],[120.5017,23.6949],[120.4978,23.6966],[120.4954,23.705],[120.4962,23.7071],[120.4984,23.7086],[120.4973,23.7117],[120.4999,23.7124],[120.4997,23.7142],[120.4973,23.7167],[120.4978,23.7187],[120.4956,23.7202],[120.4982,23.7248]]]},"properties":{"TOWNCODE":"10009020","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"斗南鎮"},"id":"10009020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3874,23.7461],[120.3838,23.7469],[120.381,23.7464],[120.3781,23.747],[120.3752,23.7464],[120.3769,23.7413],[120.379,23.7399],[120.3822,23.7352],[120.3811,23.7316],[120.3778,23.731],[120.3728,23.734],[120.3707,23.7307],[120.3699,23.714],[120.3787,23.7132],[120.3783,23.7062],[120.3752,23.7006],[120.375,23.6965],[120.3767,23.6926],[120.3779,23.6943],[120.3845,23.694],[120.3842,23.6972],[120.3995,23.6965],[120.3943,23.6879],[120.3936,23.6847],[120.3957,23.6825],[120.3969,23.6795],[120.4035,23.6807],[120.4042,23.6777],[120.4065,23.6722],[120.4059,23.6713],[120.4074,23.6686],[120.4121,23.6718],[120.4168,23.6795],[120.4231,23.69],[120.4266,23.6886],[120.4363,23.6884],[120.4432,23.6879],[120.4438,23.6866],[120.4471,23.6864],[120.4499,23.6876],[120.4508,23.6861],[120.4531,23.6875],[120.4532,23.6907],[120.4566,23.6919],[120.4577,23.6931],[120.4617,23.6913],[120.4634,23.6895],[120.4641,23.6942],[120.4621,23.6956],[120.4659,23.7003],[120.4706,23.7017],[120.4734,23.7049],[120.4796,23.7051],[120.4828,23.7085],[120.4811,23.7138],[120.4791,23.7166],[120.4815,23.7203],[120.4858,23.7218],[120.4912,23.7218],[120.4956,23.7232],[120.4982,23.7248],[120.4999,23.723],[120.5019,23.7255],[120.5033,23.7293],[120.5013,23.7324],[120.493,23.7388],[120.4952,23.745],[120.4869,23.7455],[120.4806,23.7446],[120.4758,23.7438],[120.4737,23.7455],[120.4693,23.7457],[120.4687,23.7427],[120.4565,23.7431],[120.4572,23.7382],[120.4385,23.7383],[120.4335,23.7394],[120.4305,23.7392],[120.4282,23.7401],[120.4259,23.7399],[120.4226,23.7431],[120.4172,23.7441],[120.4136,23.7449],[120.4093,23.7447],[120.4036,23.7454],[120.399,23.7451],[120.3949,23.7469],[120.3874,23.7461]]]},"properties":{"TOWNCODE":"10009030","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"虎尾鎮"},"id":"10009030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4553,23.8167],[120.4521,23.8172],[120.4473,23.8207],[120.4432,23.8188],[120.4374,23.8178],[120.4341,23.8135],[120.4305,23.8143],[120.4297,23.7994],[120.4288,23.7972],[120.4282,23.7916],[120.4292,23.7862],[120.426,23.7838],[120.4263,23.7823],[120.4222,23.7782],[120.4226,23.776],[120.4312,23.7724],[120.4311,23.7709],[120.4331,23.7673],[120.4311,23.7632],[120.4257,23.7605],[120.4299,23.7592],[120.4295,23.758],[120.4343,23.7569],[120.4332,23.7551],[120.4267,23.7546],[120.4274,23.7491],[120.4222,23.7486],[120.4199,23.747],[120.4167,23.7496],[120.4172,23.7441],[120.4226,23.7431],[120.4259,23.7399],[120.4282,23.7401],[120.4305,23.7392],[120.4335,23.7394],[120.4385,23.7383],[120.4572,23.7382],[120.4565,23.7431],[120.4687,23.7427],[120.4693,23.7457],[120.4737,23.7455],[120.4758,23.7438],[120.4806,23.7446],[120.4796,23.7509],[120.4796,23.7572],[120.4807,23.7677],[120.4842,23.7688],[120.4802,23.7725],[120.4771,23.7782],[120.4772,23.7805],[120.4816,23.781],[120.4844,23.7823],[120.4851,23.7839],[120.4983,23.7842],[120.5004,23.7822],[120.502,23.7837],[120.5125,23.7982],[120.5134,23.8],[120.5075,23.8007],[120.4984,23.8036],[120.4832,23.8066],[120.4753,23.809],[120.4581,23.8161],[120.4553,23.8167]]]},"properties":{"TOWNCODE":"10009040","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"西螺鎮"},"id":"10009040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3752,23.7464],[120.3729,23.7462],[120.3708,23.7448],[120.3633,23.7429],[120.3577,23.7428],[120.3549,23.744],[120.3508,23.7427],[120.3492,23.7445],[120.346,23.7463],[120.3395,23.7483],[120.3313,23.7481],[120.3297,23.7454],[120.3319,23.7426],[120.3378,23.7384],[120.3397,23.7376],[120.3445,23.7372],[120.35,23.7386],[120.352,23.7373],[120.3529,23.7293],[120.3482,23.7285],[120.3476,23.7252],[120.3483,23.721],[120.3445,23.7207],[120.3429,23.71],[120.3374,23.7099],[120.3406,23.7031],[120.3387,23.703],[120.3352,23.7041],[120.3338,23.6957],[120.3349,23.6938],[120.3373,23.6908],[120.3401,23.6889],[120.343,23.6858],[120.3417,23.6821],[120.3394,23.6826],[120.3381,23.6799],[120.3381,23.6769],[120.3408,23.6769],[120.3409,23.6712],[120.3433,23.6712],[120.342,23.6655],[120.3438,23.6623],[120.3415,23.6566],[120.3412,23.6536],[120.3419,23.6512],[120.3421,23.647],[120.3463,23.6452],[120.3513,23.6471],[120.3556,23.6471],[120.373,23.6525],[120.3756,23.6536],[120.3817,23.6536],[120.3876,23.6514],[120.3903,23.6546],[120.399,23.6633],[120.4074,23.6686],[120.4059,23.6713],[120.4065,23.6722],[120.4042,23.6777],[120.4035,23.6807],[120.3969,23.6795],[120.3957,23.6825],[120.3936,23.6847],[120.3943,23.6879],[120.3995,23.6965],[120.3842,23.6972],[120.3845,23.694],[120.3779,23.6943],[120.3767,23.6926],[120.375,23.6965],[120.3752,23.7006],[120.3783,23.7062],[120.3787,23.7132],[120.3699,23.714],[120.3707,23.7307],[120.3728,23.734],[120.3778,23.731],[120.3811,23.7316],[120.3822,23.7352],[120.379,23.7399],[120.3769,23.7413],[120.3752,23.7464]]]},"properties":{"TOWNCODE":"10009050","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"土庫鎮"},"id":"10009050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2818,23.6339],[120.273,23.6344],[120.2728,23.6299],[120.2674,23.6302],[120.2649,23.6228],[120.2643,23.618],[120.2655,23.6143],[120.268,23.6137],[120.2677,23.6097],[120.2715,23.6095],[120.2711,23.6067],[120.268,23.5969],[120.2706,23.5918],[120.2676,23.5904],[120.2675,23.5866],[120.2651,23.5855],[120.2626,23.5854],[120.2625,23.5799],[120.265,23.5798],[120.2652,23.5768],[120.2681,23.5769],[120.2709,23.5758],[120.2732,23.5728],[120.2724,23.5715],[120.2777,23.5701],[120.2761,23.5678],[120.2757,23.5627],[120.2732,23.5637],[120.2717,23.5586],[120.2715,23.5535],[120.2737,23.5531],[120.2728,23.5496],[120.2744,23.5459],[120.2743,23.5439],[120.277,23.544],[120.2805,23.546],[120.2826,23.546],[120.2867,23.5478],[120.2908,23.5505],[120.2891,23.5574],[120.2892,23.5612],[120.2932,23.5642],[120.2972,23.5646],[120.3057,23.563],[120.3106,23.5645],[120.3098,23.5679],[120.3067,23.5715],[120.3074,23.5747],[120.3119,23.575],[120.3191,23.5724],[120.3209,23.5724],[120.3265,23.5739],[120.3323,23.578],[120.3334,23.5818],[120.3336,23.5915],[120.3352,23.593],[120.3363,23.5963],[120.336,23.5999],[120.3351,23.6014],[120.3323,23.6015],[120.3323,23.6038],[120.3276,23.603],[120.3278,23.6044],[120.3198,23.6048],[120.3195,23.6072],[120.3127,23.6074],[120.3129,23.6106],[120.3075,23.6106],[120.3076,23.6114],[120.3024,23.6122],[120.305,23.6152],[120.3019,23.6167],[120.3019,23.6205],[120.2964,23.6205],[120.2986,23.6272],[120.2981,23.6301],[120.2918,23.6311],[120.2921,23.6323],[120.2818,23.6339]]]},"properties":{"TOWNCODE":"10009060","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"北港鎮"},"id":"10009060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6444,23.6684],[120.6416,23.6678],[120.6398,23.6686],[120.6357,23.6731],[120.6321,23.6733],[120.6329,23.6758],[120.6303,23.6793],[120.6271,23.6847],[120.6242,23.6867],[120.6224,23.6907],[120.6194,23.6931],[120.6181,23.6961],[120.6162,23.6973],[120.6116,23.6966],[120.6059,23.6968],[120.6005,23.6959],[120.5988,23.694],[120.5961,23.694],[120.5938,23.6957],[120.592,23.6951],[120.5895,23.6964],[120.5866,23.6965],[120.5828,23.6945],[120.5775,23.6952],[120.5787,23.689],[120.5717,23.6856],[120.5699,23.691],[120.5687,23.6919],[120.5637,23.6912],[120.5607,23.6893],[120.559,23.6865],[120.5589,23.6844],[120.5623,23.684],[120.5638,23.6829],[120.564,23.6802],[120.5597,23.673],[120.5599,23.6712],[120.5568,23.6708],[120.5523,23.6717],[120.551,23.6728],[120.5456,23.6733],[120.5437,23.6727],[120.5407,23.6733],[120.5377,23.6751],[120.5365,23.6721],[120.5367,23.6688],[120.5386,23.6652],[120.5406,23.6636],[120.54,23.659],[120.5383,23.6551],[120.5368,23.6539],[120.5364,23.6506],[120.5357,23.6474],[120.5363,23.6457],[120.5386,23.6432],[120.5381,23.6414],[120.535,23.6427],[120.5304,23.6429],[120.5276,23.6412],[120.5258,23.6381],[120.5246,23.6386],[120.5189,23.6385],[120.5175,23.6365],[120.5154,23.6373],[120.5125,23.6372],[120.5162,23.6341],[120.5083,23.6329],[120.5059,23.6338],[120.5075,23.6312],[120.5064,23.6259],[120.5078,23.623],[120.5097,23.6213],[120.5102,23.6194],[120.5151,23.6151],[120.518,23.6105],[120.5225,23.6075],[120.5243,23.6055],[120.5281,23.6028],[120.529,23.6004],[120.5319,23.599],[120.5333,23.5968],[120.5334,23.5968],[120.5369,23.5947],[120.5436,23.5944],[120.548,23.5938],[120.5523,23.5939],[120.5566,23.5929],[120.5578,23.5892],[120.5611,23.5886],[120.5629,23.5896],[120.5655,23.5895],[120.5671,23.5877],[120.5711,23.5879],[120.5741,23.586],[120.5767,23.5835],[120.5802,23.5823],[120.5861,23.5827],[120.5898,23.5857],[120.5912,23.5851],[120.5975,23.5847],[120.5999,23.5832],[120.6026,23.5832],[120.6063,23.5842],[120.6102,23.5826],[120.6128,23.5844],[120.6155,23.5853],[120.6187,23.5841],[120.6229,23.588],[120.6232,23.59],[120.6252,23.5907],[120.6306,23.5899],[120.6369,23.592],[120.6436,23.5927],[120.6451,23.5935],[120.6491,23.5925],[120.6471,23.5878],[120.6474,23.5857],[120.6493,23.5857],[120.6483,23.5815],[120.6434,23.578],[120.6443,23.5753],[120.6466,23.5768],[120.6492,23.575],[120.6507,23.5724],[120.6559,23.5722],[120.6581,23.5729],[120.6605,23.5762],[120.6657,23.5778],[120.6682,23.5777],[120.67,23.5788],[120.6725,23.5766],[120.6733,23.5737],[120.676,23.5707],[120.6826,23.5721],[120.687,23.5751],[120.6889,23.5751],[120.6942,23.5765],[120.7013,23.576],[120.7043,23.575],[120.709,23.5757],[120.7094,23.5725],[120.7106,23.5709],[120.7161,23.5711],[120.7183,23.569],[120.7219,23.5711],[120.7247,23.5719],[120.7279,23.5703],[120.7338,23.571],[120.7362,23.5705],[120.7351,23.5752],[120.7321,23.5772],[120.7322,23.5792],[120.734,23.5844],[120.7323,23.5878],[120.7327,23.5894],[120.7299,23.5934],[120.7325,23.5974],[120.7284,23.5993],[120.7278,23.6014],[120.7246,23.6038],[120.7264,23.607],[120.7309,23.6108],[120.7313,23.6146],[120.7307,23.6183],[120.7269,23.62],[120.7255,23.6218],[120.7239,23.6218],[120.7205,23.6261],[120.7184,23.63],[120.7163,23.6296],[120.713,23.6278],[120.7142,23.6228],[120.714,23.6209],[120.7052,23.6173],[120.7018,23.6175],[120.6964,23.6201],[120.6913,23.6204],[120.6861,23.6182],[120.6855,23.6128],[120.6837,23.6109],[120.6778,23.6111],[120.6752,23.6102],[120.6691,23.6093],[120.6637,23.6112],[120.6616,23.6104],[120.6587,23.6136],[120.6536,23.6158],[120.6514,23.6161],[120.6529,23.6219],[120.6524,23.6226],[120.6536,23.6289],[120.6451,23.631],[120.6439,23.6282],[120.639,23.625],[120.6357,23.6202],[120.6339,23.6191],[120.6309,23.6219],[120.63,23.6271],[120.6287,23.6298],[120.6302,23.6326],[120.6291,23.6349],[120.6317,23.6389],[120.6317,23.64],[120.6351,23.6426],[120.6348,23.647],[120.6351,23.652],[120.637,23.6556],[120.6368,23.6569],[120.64,23.6609],[120.6405,23.6643],[120.6444,23.6684]]]},"properties":{"TOWNCODE":"10009070","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"古坑鄉"},"id":"10009070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4685,23.6303],[120.4682,23.6334],[120.471,23.6457],[120.4744,23.6618],[120.4713,23.6638],[120.4706,23.6661],[120.4667,23.6675],[120.4666,23.6656],[120.462,23.6656],[120.4585,23.6648],[120.4592,23.6681],[120.4569,23.6697],[120.4546,23.6724],[120.4518,23.6739],[120.4498,23.6741],[120.4497,23.6717],[120.4484,23.6689],[120.4469,23.6707],[120.443,23.6698],[120.4406,23.6718],[120.4385,23.6714],[120.4359,23.6722],[120.4322,23.6707],[120.4293,23.6709],[120.4285,23.6741],[120.4264,23.6744],[120.4224,23.6734],[120.4212,23.6755],[120.4168,23.6795],[120.4121,23.6718],[120.4074,23.6686],[120.399,23.6633],[120.3903,23.6546],[120.3876,23.6514],[120.3825,23.636],[120.3756,23.6228],[120.3714,23.616],[120.369,23.6147],[120.3665,23.6078],[120.3681,23.6075],[120.3706,23.6094],[120.3751,23.6099],[120.3798,23.6099],[120.381,23.6119],[120.3831,23.6126],[120.3828,23.6147],[120.386,23.6207],[120.3924,23.6224],[120.3922,23.6236],[120.4026,23.6269],[120.4009,23.6322],[120.4048,23.6342],[120.4064,23.6327],[120.4066,23.6252],[120.4096,23.6252],[120.413,23.624],[120.4138,23.6224],[120.4156,23.6214],[120.4201,23.6252],[120.4211,23.6239],[120.422,23.6193],[120.4254,23.618],[120.427,23.6193],[120.4301,23.6184],[120.4318,23.6216],[120.4336,23.6229],[120.4367,23.6217],[120.437,23.6238],[120.4351,23.6253],[120.4376,23.6265],[120.441,23.6259],[120.4426,23.6289],[120.4447,23.6306],[120.4499,23.6294],[120.4528,23.6308],[120.4542,23.6298],[120.4512,23.6271],[120.4543,23.6263],[120.4585,23.6277],[120.4602,23.6293],[120.4639,23.6294],[120.4685,23.6303]]]},"properties":{"TOWNCODE":"10009080","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"大埤鄉"},"id":"10009080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5836,23.7933],[120.5788,23.7951],[120.5735,23.7963],[120.5603,23.7981],[120.5583,23.7994],[120.5509,23.8012],[120.5459,23.8015],[120.5409,23.801],[120.535,23.8013],[120.5289,23.7991],[120.5213,23.7998],[120.5134,23.8],[120.5125,23.7982],[120.502,23.7837],[120.5004,23.7822],[120.4983,23.7842],[120.4851,23.7839],[120.4844,23.7823],[120.4816,23.781],[120.4772,23.7805],[120.4771,23.7782],[120.4802,23.7725],[120.4842,23.7688],[120.4807,23.7677],[120.4796,23.7572],[120.4796,23.7509],[120.4806,23.7446],[120.4869,23.7455],[120.4952,23.745],[120.493,23.7388],[120.5013,23.7324],[120.5033,23.7293],[120.5063,23.7294],[120.508,23.7312],[120.5102,23.7305],[120.5192,23.7339],[120.5227,23.7329],[120.5245,23.7352],[120.5268,23.7354],[120.5302,23.7376],[120.5299,23.7399],[120.5313,23.7418],[120.5361,23.7455],[120.5422,23.7476],[120.5468,23.7498],[120.551,23.7499],[120.5541,23.751],[120.5561,23.7548],[120.5593,23.7573],[120.5699,23.76],[120.5708,23.7597],[120.5711,23.7606],[120.5709,23.7683],[120.5756,23.7702],[120.5766,23.7723],[120.5786,23.7738],[120.5787,23.7755],[120.5831,23.7773],[120.586,23.7791],[120.5922,23.7884],[120.5937,23.7911],[120.587,23.7919],[120.5836,23.7933]]]},"properties":{"TOWNCODE":"10009090","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"莿桐鄉"},"id":"10009090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6404,23.7861],[120.6352,23.7867],[120.633,23.789],[120.6286,23.79],[120.625,23.79],[120.6159,23.7913],[120.5937,23.7911],[120.5922,23.7884],[120.586,23.7791],[120.5831,23.7773],[120.5787,23.7755],[120.5786,23.7738],[120.5766,23.7723],[120.5756,23.7702],[120.5709,23.7683],[120.5711,23.7606],[120.5708,23.7597],[120.5732,23.756],[120.5747,23.7547],[120.5716,23.7508],[120.5737,23.748],[120.5736,23.7463],[120.575,23.7435],[120.5784,23.7425],[120.5822,23.7381],[120.5863,23.7386],[120.5885,23.7425],[120.5904,23.7393],[120.5912,23.7361],[120.5939,23.7318],[120.5978,23.7297],[120.6015,23.73],[120.6012,23.725],[120.6041,23.7253],[120.6074,23.7265],[120.6099,23.7225],[120.6129,23.7217],[120.6135,23.7205],[120.6184,23.7194],[120.6207,23.7182],[120.6219,23.7165],[120.6261,23.7167],[120.6326,23.7139],[120.6369,23.7135],[120.6397,23.7145],[120.6417,23.7223],[120.6397,23.7266],[120.6402,23.7308],[120.6421,23.7306],[120.6443,23.7364],[120.6499,23.7357],[120.6509,23.7362],[120.6544,23.7345],[120.6558,23.7357],[120.6544,23.74],[120.6546,23.7483],[120.6558,23.7547],[120.6485,23.7732],[120.6421,23.7822],[120.6404,23.7861]]]},"properties":{"TOWNCODE":"10009100","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"林內鄉"},"id":"10009100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4473,23.8207],[120.4431,23.8229],[120.4395,23.8269],[120.4331,23.8302],[120.4253,23.8303],[120.4187,23.8271],[120.4103,23.8264],[120.3817,23.8286],[120.3752,23.8286],[120.3703,23.8286],[120.3604,23.8234],[120.3581,23.8228],[120.3506,23.8223],[120.3513,23.8138],[120.3492,23.8068],[120.3532,23.8037],[120.351,23.7918],[120.3571,23.7897],[120.3608,23.7898],[120.3629,23.7888],[120.3661,23.7859],[120.3675,23.7836],[120.365,23.7792],[120.3619,23.7814],[120.3598,23.7821],[120.3587,23.7797],[120.3575,23.7731],[120.3772,23.7681],[120.381,23.7665],[120.383,23.7663],[120.3837,23.7642],[120.3858,23.7634],[120.3898,23.7633],[120.3891,23.7596],[120.3893,23.757],[120.3885,23.7547],[120.3887,23.7519],[120.3874,23.7461],[120.3949,23.7469],[120.399,23.7451],[120.4036,23.7454],[120.4093,23.7447],[120.4136,23.7449],[120.4172,23.7441],[120.4167,23.7496],[120.4199,23.747],[120.4222,23.7486],[120.4274,23.7491],[120.4267,23.7546],[120.4332,23.7551],[120.4343,23.7569],[120.4295,23.758],[120.4299,23.7592],[120.4257,23.7605],[120.4311,23.7632],[120.4331,23.7673],[120.4311,23.7709],[120.4312,23.7724],[120.4226,23.776],[120.4222,23.7782],[120.4263,23.7823],[120.426,23.7838],[120.4292,23.7862],[120.4282,23.7916],[120.4288,23.7972],[120.4297,23.7994],[120.4305,23.8143],[120.4341,23.8135],[120.4374,23.8178],[120.4432,23.8188],[120.4473,23.8207]]]},"properties":{"TOWNCODE":"10009110","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"二崙鄉"},"id":"10009110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3506,23.8223],[120.3331,23.8223],[120.3181,23.8203],[120.3081,23.8203],[120.3021,23.8219],[120.3019,23.8063],[120.3005,23.8046],[120.297,23.8049],[120.2938,23.7964],[120.2933,23.7925],[120.2956,23.79],[120.2961,23.7873],[120.2946,23.7802],[120.2973,23.7773],[120.3032,23.7785],[120.3059,23.7765],[120.3058,23.7701],[120.3068,23.7631],[120.2943,23.7637],[120.2933,23.7605],[120.2977,23.7599],[120.2972,23.7579],[120.2986,23.7552],[120.3006,23.754],[120.299,23.7512],[120.299,23.7409],[120.3037,23.7414],[120.3061,23.7424],[120.3101,23.7423],[120.3126,23.7452],[120.3206,23.7467],[120.3251,23.7451],[120.3297,23.7454],[120.3313,23.7481],[120.3395,23.7483],[120.346,23.7463],[120.3492,23.7445],[120.3508,23.7427],[120.3549,23.744],[120.3577,23.7428],[120.3633,23.7429],[120.3708,23.7448],[120.3729,23.7462],[120.3752,23.7464],[120.3781,23.747],[120.381,23.7464],[120.3838,23.7469],[120.3874,23.7461],[120.3887,23.7519],[120.3885,23.7547],[120.3893,23.757],[120.3891,23.7596],[120.3898,23.7633],[120.3858,23.7634],[120.3837,23.7642],[120.383,23.7663],[120.381,23.7665],[120.3772,23.7681],[120.3575,23.7731],[120.3587,23.7797],[120.3598,23.7821],[120.3619,23.7814],[120.365,23.7792],[120.3675,23.7836],[120.3661,23.7859],[120.3629,23.7888],[120.3608,23.7898],[120.3571,23.7897],[120.351,23.7918],[120.3532,23.8037],[120.3492,23.8068],[120.3513,23.8138],[120.3506,23.8223]]]},"properties":{"TOWNCODE":"10009120","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"崙背鄉"},"id":"10009120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2895,23.7415],[120.2836,23.7413],[120.2816,23.7398],[120.2807,23.7375],[120.2785,23.7358],[120.275,23.7353],[120.2723,23.734],[120.2644,23.7336],[120.2596,23.7355],[120.2535,23.7362],[120.2511,23.7359],[120.2471,23.7383],[120.2443,23.7432],[120.2427,23.7444],[120.2396,23.742],[120.2375,23.739],[120.2414,23.7335],[120.2414,23.7308],[120.2429,23.7251],[120.2409,23.723],[120.2401,23.7191],[120.2379,23.7194],[120.2374,23.717],[120.2333,23.7174],[120.2314,23.7106],[120.229,23.7101],[120.2274,23.7036],[120.2248,23.7023],[120.2297,23.6992],[120.2302,23.6977],[120.2334,23.6962],[120.2318,23.6927],[120.2306,23.6877],[120.2294,23.685],[120.2284,23.679],[120.2217,23.6793],[120.2204,23.6739],[120.2224,23.6714],[120.2199,23.6646],[120.2184,23.658],[120.2261,23.6583],[120.2373,23.6537],[120.2411,23.6539],[120.2488,23.6581],[120.2554,23.6566],[120.257,23.657],[120.2596,23.6611],[120.2625,23.6634],[120.2662,23.6654],[120.2703,23.6712],[120.272,23.6725],[120.2776,23.6717],[120.2794,23.6727],[120.2815,23.6776],[120.283,23.6792],[120.2861,23.6796],[120.2908,23.6763],[120.2927,23.6762],[120.3019,23.6788],[120.3064,23.6839],[120.3048,23.6873],[120.299,23.6863],[120.2975,23.6869],[120.298,23.6901],[120.2936,23.6888],[120.2879,23.6856],[120.2867,23.6914],[120.2794,23.6929],[120.2774,23.6912],[120.2722,23.6912],[120.2693,23.6927],[120.2689,23.6945],[120.2701,23.6978],[120.2712,23.7028],[120.2744,23.7022],[120.275,23.7039],[120.279,23.7035],[120.28,23.7071],[120.2792,23.7104],[120.2801,23.7139],[120.2824,23.7145],[120.2827,23.7176],[120.2871,23.7195],[120.2871,23.7253],[120.289,23.7273],[120.2894,23.7317],[120.2895,23.7415]]]},"properties":{"TOWNCODE":"10009140","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"東勢鄉"},"id":"10009140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3297,23.7454],[120.3251,23.7451],[120.3206,23.7467],[120.3126,23.7452],[120.3101,23.7423],[120.3061,23.7424],[120.3037,23.7414],[120.299,23.7409],[120.2895,23.7415],[120.2894,23.7317],[120.289,23.7273],[120.2871,23.7253],[120.2871,23.7195],[120.2827,23.7176],[120.2824,23.7145],[120.2801,23.7139],[120.2792,23.7104],[120.28,23.7071],[120.279,23.7035],[120.275,23.7039],[120.2744,23.7022],[120.2712,23.7028],[120.2701,23.6978],[120.2689,23.6945],[120.2693,23.6927],[120.2722,23.6912],[120.2774,23.6912],[120.2794,23.6929],[120.2867,23.6914],[120.2879,23.6856],[120.2936,23.6888],[120.298,23.6901],[120.2975,23.6869],[120.299,23.6863],[120.3048,23.6873],[120.3064,23.6839],[120.3106,23.6886],[120.3142,23.6915],[120.3183,23.6929],[120.3224,23.6952],[120.3287,23.696],[120.3332,23.6951],[120.3349,23.6938],[120.3338,23.6957],[120.3352,23.7041],[120.3387,23.703],[120.3406,23.7031],[120.3374,23.7099],[120.3429,23.71],[120.3445,23.7207],[120.3483,23.721],[120.3476,23.7252],[120.3482,23.7285],[120.3529,23.7293],[120.352,23.7373],[120.35,23.7386],[120.3445,23.7372],[120.3397,23.7376],[120.3378,23.7384],[120.3319,23.7426],[120.3297,23.7454]]]},"properties":{"TOWNCODE":"10009150","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"褒忠鄉"},"id":"10009150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3349,23.6938],[120.3332,23.6951],[120.3287,23.696],[120.3224,23.6952],[120.3183,23.6929],[120.3142,23.6915],[120.3106,23.6886],[120.3064,23.6839],[120.3019,23.6788],[120.2927,23.6762],[120.2908,23.6763],[120.2861,23.6796],[120.283,23.6792],[120.2815,23.6776],[120.2794,23.6727],[120.2776,23.6717],[120.2773,23.6653],[120.2746,23.6606],[120.2752,23.6594],[120.2757,23.6528],[120.2784,23.653],[120.2775,23.6477],[120.2806,23.648],[120.2803,23.6405],[120.2796,23.6382],[120.2821,23.6376],[120.2818,23.6339],[120.2921,23.6323],[120.2918,23.6311],[120.2981,23.6301],[120.2986,23.6272],[120.2964,23.6205],[120.3019,23.6205],[120.3019,23.6167],[120.305,23.6152],[120.3024,23.6122],[120.3076,23.6114],[120.3075,23.6106],[120.3129,23.6106],[120.3127,23.6074],[120.3195,23.6072],[120.3198,23.6048],[120.3278,23.6044],[120.3276,23.603],[120.3323,23.6038],[120.3323,23.6015],[120.3351,23.6014],[120.336,23.5999],[120.3363,23.5963],[120.3352,23.593],[120.3376,23.5923],[120.3433,23.5919],[120.3514,23.5929],[120.3567,23.594],[120.3603,23.5961],[120.3615,23.5982],[120.3659,23.603],[120.3665,23.6078],[120.369,23.6147],[120.3714,23.616],[120.3756,23.6228],[120.3825,23.636],[120.3876,23.6514],[120.3817,23.6536],[120.3756,23.6536],[120.373,23.6525],[120.3556,23.6471],[120.3513,23.6471],[120.3463,23.6452],[120.3421,23.647],[120.3419,23.6512],[120.3412,23.6536],[120.3415,23.6566],[120.3438,23.6623],[120.342,23.6655],[120.3433,23.6712],[120.3409,23.6712],[120.3408,23.6769],[120.3381,23.6769],[120.3381,23.6799],[120.3394,23.6826],[120.3417,23.6821],[120.343,23.6858],[120.3401,23.6889],[120.3373,23.6908],[120.3349,23.6938]]]},"properties":{"TOWNCODE":"10009170","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"元長鄉"},"id":"10009170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2674,23.6302],[120.2654,23.6313],[120.2589,23.6336],[120.2533,23.633],[120.2531,23.6304],[120.2516,23.6287],[120.2518,23.625],[120.2507,23.6223],[120.2474,23.6181],[120.2439,23.617],[120.2366,23.6109],[120.2329,23.6085],[120.2289,23.6085],[120.2268,23.6037],[120.2253,23.6026],[120.2184,23.6001],[120.2151,23.59],[120.2146,23.5869],[120.215,23.583],[120.2118,23.5823],[120.2109,23.58],[120.2084,23.5786],[120.2027,23.5793],[120.1991,23.5771],[120.2002,23.575],[120.1986,23.5714],[120.2017,23.569],[120.2052,23.5682],[120.206,23.5666],[120.2035,23.5594],[120.2008,23.555],[120.1986,23.5538],[120.199,23.5511],[120.1978,23.5457],[120.2033,23.5471],[120.203,23.5426],[120.2005,23.5423],[120.2005,23.5303],[120.199,23.5278],[120.1942,23.5291],[120.1908,23.529],[120.1897,23.5256],[120.1869,23.5229],[120.1846,23.5196],[120.1825,23.5098],[120.1872,23.5106],[120.1899,23.51],[120.194,23.5123],[120.1966,23.513],[120.2013,23.5124],[120.2018,23.5113],[120.2045,23.5119],[120.2085,23.5099],[120.2101,23.5097],[120.2158,23.5069],[120.223,23.5043],[120.2309,23.5054],[120.2394,23.5078],[120.2431,23.5101],[120.2468,23.5141],[120.2471,23.5162],[120.2457,23.5225],[120.2442,23.5319],[120.2419,23.5392],[120.2433,23.5436],[120.2464,23.5451],[120.2526,23.5463],[120.2561,23.5461],[120.2594,23.5412],[120.2617,23.5357],[120.2634,23.5335],[120.2673,23.5307],[120.2703,23.5302],[120.2719,23.5308],[120.2734,23.5335],[120.2741,23.5373],[120.276,23.543],[120.277,23.544],[120.2743,23.5439],[120.2744,23.5459],[120.2728,23.5496],[120.2737,23.5531],[120.2715,23.5535],[120.2717,23.5586],[120.2732,23.5637],[120.2757,23.5627],[120.2761,23.5678],[120.2777,23.5701],[120.2724,23.5715],[120.2732,23.5728],[120.2709,23.5758],[120.2681,23.5769],[120.2652,23.5768],[120.265,23.5798],[120.2625,23.5799],[120.2626,23.5854],[120.2651,23.5855],[120.2675,23.5866],[120.2676,23.5904],[120.2706,23.5918],[120.268,23.5969],[120.2711,23.6067],[120.2715,23.6095],[120.2677,23.6097],[120.268,23.6137],[120.2655,23.6143],[120.2643,23.618],[120.2649,23.6228],[120.2674,23.6302]]]},"properties":{"TOWNCODE":"10009200","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"水林鄉"},"id":"10009200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2901,23.4781],[120.2911,23.4815],[120.2845,23.4859],[120.2834,23.4874],[120.2837,23.4904],[120.2806,23.4914],[120.2735,23.4912],[120.2672,23.4891],[120.2617,23.4852],[120.2615,23.4814],[120.2622,23.4785],[120.2581,23.4771],[120.2555,23.4773],[120.2539,23.4748],[120.2533,23.4708],[120.2508,23.4703],[120.2456,23.4755],[120.241,23.476],[120.2383,23.4734],[120.2383,23.4696],[120.2339,23.4688],[120.2309,23.4674],[120.2263,23.4691],[120.2255,23.4653],[120.2264,23.4636],[120.2218,23.4629],[120.2217,23.4599],[120.2202,23.4596],[120.2155,23.4555],[120.2131,23.457],[120.2107,23.4556],[120.2103,23.4539],[120.2062,23.4529],[120.2076,23.4515],[120.2082,23.4481],[120.2093,23.4463],[120.2117,23.4457],[120.2131,23.4432],[120.2179,23.4406],[120.2204,23.4419],[120.2212,23.437],[120.2196,23.4342],[120.2193,23.4288],[120.2179,23.427],[120.2187,23.423],[120.2231,23.4201],[120.2247,23.422],[120.2286,23.4192],[120.2322,23.4208],[120.2354,23.4241],[120.2373,23.4235],[120.2366,23.421],[120.2374,23.4199],[120.2358,23.4174],[120.2376,23.4162],[120.2359,23.4118],[120.2341,23.4096],[120.2358,23.4076],[120.241,23.4044],[120.243,23.4026],[120.2433,23.4005],[120.2458,23.3985],[120.2496,23.3974],[120.2519,23.396],[120.2581,23.3946],[120.2594,23.3979],[120.2595,23.4002],[120.2579,23.403],[120.2601,23.4042],[120.2631,23.408],[120.2644,23.4074],[120.2676,23.4093],[120.2679,23.4125],[120.267,23.4143],[120.2674,23.4174],[120.2664,23.4187],[120.2704,23.4198],[120.2723,23.4226],[120.2741,23.4215],[120.2737,23.4187],[120.2769,23.4184],[120.2782,23.4215],[120.28,23.4215],[120.2796,23.4243],[120.2825,23.425],[120.2819,23.4275],[120.282,23.4325],[120.2799,23.4325],[120.2773,23.4313],[120.2696,23.4311],[120.2699,23.4449],[120.2695,23.4476],[120.2709,23.4499],[120.2731,23.4482],[120.2759,23.4482],[120.2774,23.4498],[120.2815,23.4499],[120.2808,23.4463],[120.2834,23.4479],[120.2853,23.4442],[120.2895,23.4436],[120.2912,23.4457],[120.2923,23.4484],[120.2895,23.4525],[120.2946,23.4668],[120.2895,23.4677],[120.2902,23.4726],[120.2901,23.4781]]]},"properties":{"TOWNCODE":"10010020","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"朴子市"},"id":"10010020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5059,23.6338],[120.5036,23.6353],[120.4995,23.6351],[120.4929,23.6332],[120.4887,23.6359],[120.4872,23.6339],[120.4879,23.6307],[120.4859,23.6306],[120.4826,23.6322],[120.4787,23.6328],[120.4775,23.6299],[120.474,23.6311],[120.4685,23.6303],[120.4639,23.6294],[120.4602,23.6293],[120.4585,23.6277],[120.4543,23.6263],[120.4512,23.6271],[120.4542,23.6298],[120.4528,23.6308],[120.4499,23.6294],[120.4447,23.6306],[120.4426,23.6289],[120.441,23.6259],[120.4376,23.6265],[120.4351,23.6253],[120.437,23.6238],[120.4367,23.6217],[120.4336,23.6229],[120.4318,23.6216],[120.4301,23.6184],[120.427,23.6193],[120.4254,23.618],[120.422,23.6193],[120.4211,23.6239],[120.4201,23.6252],[120.4156,23.6214],[120.4138,23.6224],[120.4143,23.6188],[120.4125,23.6155],[120.4072,23.6116],[120.4052,23.6076],[120.4076,23.6065],[120.4064,23.6033],[120.4089,23.602],[120.4148,23.6017],[120.4167,23.6051],[120.4216,23.6057],[120.4268,23.6055],[120.4278,23.6024],[120.4263,23.6005],[120.4266,23.5987],[120.4292,23.5991],[120.4261,23.5952],[120.427,23.592],[120.4302,23.5913],[120.4364,23.5915],[120.4415,23.5939],[120.4452,23.5944],[120.4482,23.5938],[120.448,23.5914],[120.4494,23.5892],[120.4536,23.5874],[120.4561,23.5825],[120.4568,23.5803],[120.4598,23.5783],[120.4643,23.5826],[120.4699,23.5809],[120.4699,23.5758],[120.4736,23.5755],[120.475,23.5768],[120.4769,23.5747],[120.4789,23.5712],[120.4819,23.5673],[120.4837,23.5662],[120.4869,23.5675],[120.4881,23.5655],[120.4902,23.5682],[120.4947,23.567],[120.4956,23.564],[120.4988,23.5642],[120.5007,23.5651],[120.5024,23.5628],[120.502,23.5605],[120.4997,23.5586],[120.5001,23.557],[120.5051,23.5563],[120.5068,23.5549],[120.509,23.5575],[120.5106,23.5556],[120.5124,23.5559],[120.5103,23.5511],[120.5164,23.5516],[120.5186,23.5542],[120.5196,23.5581],[120.5216,23.5581],[120.5245,23.5606],[120.5284,23.5615],[120.5314,23.5604],[120.5314,23.5666],[120.5341,23.5666],[120.5359,23.569],[120.5315,23.5734],[120.5305,23.5762],[120.5301,23.58],[120.5268,23.5808],[120.5251,23.5837],[120.5248,23.586],[120.5332,23.5915],[120.5334,23.5929],[120.5318,23.5954],[120.5333,23.5968],[120.5334,23.5968],[120.5333,23.5968],[120.5319,23.599],[120.529,23.6004],[120.5281,23.6028],[120.5243,23.6055],[120.5225,23.6075],[120.518,23.6105],[120.5151,23.6151],[120.5102,23.6194],[120.5097,23.6213],[120.5078,23.623],[120.5064,23.6259],[120.5075,23.6312],[120.5059,23.6338]]]},"properties":{"TOWNCODE":"10010040","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"大林鎮"},"id":"10010040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4561,23.5825],[120.4509,23.5828],[120.4456,23.5849],[120.4418,23.5844],[120.4399,23.5796],[120.4287,23.5792],[120.4262,23.5797],[120.4183,23.5771],[120.4159,23.5732],[120.4112,23.5711],[120.407,23.5703],[120.4032,23.5705],[120.4039,23.5657],[120.4086,23.5627],[120.4084,23.5602],[120.4049,23.5604],[120.404,23.5618],[120.3993,23.5623],[120.3969,23.5645],[120.3939,23.5657],[120.3897,23.565],[120.3875,23.5655],[120.3838,23.5574],[120.3861,23.5576],[120.3859,23.5554],[120.3788,23.5558],[120.3789,23.5509],[120.3797,23.5478],[120.3764,23.5491],[120.3743,23.5375],[120.3757,23.5343],[120.3842,23.5346],[120.3842,23.5316],[120.3943,23.5317],[120.3943,23.5296],[120.4,23.5297],[120.4001,23.5195],[120.3989,23.5146],[120.3961,23.514],[120.3917,23.5147],[120.3888,23.5161],[120.3881,23.5148],[120.3879,23.5091],[120.389,23.5071],[120.3929,23.5066],[120.4041,23.5111],[120.4066,23.5109],[120.4088,23.5088],[120.4088,23.5066],[120.4079,23.5033],[120.4083,23.4987],[120.4125,23.4995],[120.4133,23.5023],[120.4167,23.5054],[120.425,23.5064],[120.4263,23.5088],[120.4315,23.5087],[120.4338,23.5098],[120.4325,23.5136],[120.435,23.5173],[120.4374,23.5151],[120.4371,23.5141],[120.4405,23.5119],[120.4421,23.5137],[120.4406,23.5183],[120.4445,23.5173],[120.448,23.5182],[120.4494,23.5171],[120.4533,23.5159],[120.457,23.5158],[120.4574,23.5136],[120.4562,23.512],[120.4576,23.5091],[120.4604,23.5066],[120.4621,23.5033],[120.4626,23.5007],[120.4655,23.4987],[120.47,23.5],[120.4709,23.504],[120.4736,23.5069],[120.4754,23.5066],[120.48,23.5043],[120.4832,23.5054],[120.4851,23.5075],[120.4898,23.5114],[120.4914,23.5155],[120.4955,23.5191],[120.4956,23.5265],[120.4977,23.527],[120.4968,23.5326],[120.4984,23.535],[120.5034,23.5375],[120.5038,23.5406],[120.5055,23.5436],[120.5049,23.5455],[120.5069,23.5473],[120.5102,23.5462],[120.5127,23.5417],[120.5146,23.5431],[120.5147,23.5431],[120.5159,23.5454],[120.5181,23.5474],[120.5192,23.5506],[120.5164,23.5516],[120.5103,23.5511],[120.5124,23.5559],[120.5106,23.5556],[120.509,23.5575],[120.5068,23.5549],[120.5051,23.5563],[120.5001,23.557],[120.4997,23.5586],[120.502,23.5605],[120.5024,23.5628],[120.5007,23.5651],[120.4988,23.5642],[120.4956,23.564],[120.4947,23.567],[120.4902,23.5682],[120.4881,23.5655],[120.4869,23.5675],[120.4837,23.5662],[120.4819,23.5673],[120.4789,23.5712],[120.4769,23.5747],[120.475,23.5768],[120.4736,23.5755],[120.4699,23.5758],[120.4699,23.5809],[120.4643,23.5826],[120.4598,23.5783],[120.4568,23.5803],[120.4561,23.5825]]]},"properties":{"TOWNCODE":"10010050","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"民雄鄉"},"id":"10010050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4138,23.6224],[120.413,23.624],[120.4096,23.6252],[120.4066,23.6252],[120.4064,23.6327],[120.4048,23.6342],[120.4009,23.6322],[120.4026,23.6269],[120.3922,23.6236],[120.3924,23.6224],[120.386,23.6207],[120.3828,23.6147],[120.3831,23.6126],[120.381,23.6119],[120.3798,23.6099],[120.3751,23.6099],[120.3706,23.6094],[120.3681,23.6075],[120.3665,23.6078],[120.3659,23.603],[120.3615,23.5982],[120.3603,23.5961],[120.3617,23.595],[120.3673,23.5941],[120.3677,23.5951],[120.3735,23.5941],[120.3725,23.5896],[120.371,23.5886],[120.3707,23.5851],[120.3684,23.5833],[120.3697,23.5813],[120.3723,23.5804],[120.3767,23.5805],[120.3729,23.5771],[120.3754,23.5754],[120.3743,23.5741],[120.3753,23.5723],[120.3774,23.5724],[120.3821,23.5713],[120.3853,23.572],[120.39,23.5709],[120.3875,23.5655],[120.3897,23.565],[120.3939,23.5657],[120.3969,23.5645],[120.3993,23.5623],[120.404,23.5618],[120.4049,23.5604],[120.4084,23.5602],[120.4086,23.5627],[120.4039,23.5657],[120.4032,23.5705],[120.407,23.5703],[120.4112,23.5711],[120.4159,23.5732],[120.4183,23.5771],[120.4262,23.5797],[120.4287,23.5792],[120.4399,23.5796],[120.4418,23.5844],[120.4456,23.5849],[120.4509,23.5828],[120.4561,23.5825],[120.4536,23.5874],[120.4494,23.5892],[120.448,23.5914],[120.4482,23.5938],[120.4452,23.5944],[120.4415,23.5939],[120.4364,23.5915],[120.4302,23.5913],[120.427,23.592],[120.4261,23.5952],[120.4292,23.5991],[120.4266,23.5987],[120.4263,23.6005],[120.4278,23.6024],[120.4268,23.6055],[120.4216,23.6057],[120.4167,23.6051],[120.4148,23.6017],[120.4089,23.602],[120.4064,23.6033],[120.4076,23.6065],[120.4052,23.6076],[120.4072,23.6116],[120.4125,23.6155],[120.4143,23.6188],[120.4138,23.6224]]]},"properties":{"TOWNCODE":"10010060","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"溪口鄉"},"id":"10010060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3875,23.5655],[120.39,23.5709],[120.3853,23.572],[120.3821,23.5713],[120.3774,23.5724],[120.3753,23.5723],[120.3743,23.5741],[120.3754,23.5754],[120.3729,23.5771],[120.3767,23.5805],[120.3723,23.5804],[120.3697,23.5813],[120.3684,23.5833],[120.3707,23.5851],[120.371,23.5886],[120.3725,23.5896],[120.3735,23.5941],[120.3677,23.5951],[120.3673,23.5941],[120.3617,23.595],[120.3603,23.5961],[120.3567,23.594],[120.3514,23.5929],[120.3433,23.5919],[120.3376,23.5923],[120.3352,23.593],[120.3336,23.5915],[120.3334,23.5818],[120.3323,23.578],[120.3265,23.5739],[120.3209,23.5724],[120.3191,23.5724],[120.3119,23.575],[120.3074,23.5747],[120.3067,23.5715],[120.3098,23.5679],[120.3106,23.5645],[120.3057,23.563],[120.3046,23.5565],[120.3073,23.5571],[120.3102,23.5587],[120.3108,23.5569],[120.307,23.5482],[120.3105,23.5469],[120.3088,23.543],[120.3035,23.5386],[120.3095,23.5378],[120.3137,23.5359],[120.3109,23.5316],[120.3089,23.5316],[120.3082,23.5191],[120.3055,23.5184],[120.3054,23.5131],[120.3079,23.5133],[120.3115,23.5117],[120.3142,23.5115],[120.3165,23.5104],[120.3186,23.5078],[120.3231,23.5057],[120.3259,23.5058],[120.3284,23.5061],[120.3323,23.5081],[120.3356,23.5076],[120.3419,23.5058],[120.3456,23.5058],[120.3491,23.505],[120.3516,23.5053],[120.3527,23.5096],[120.3561,23.5106],[120.3563,23.5125],[120.3595,23.5134],[120.3607,23.5124],[120.3642,23.514],[120.368,23.5095],[120.3687,23.5031],[120.3712,23.502],[120.3732,23.5033],[120.3756,23.5036],[120.378,23.5054],[120.3787,23.5105],[120.3801,23.5146],[120.3846,23.5154],[120.3858,23.5166],[120.3888,23.5161],[120.3917,23.5147],[120.3961,23.514],[120.3989,23.5146],[120.4001,23.5195],[120.4,23.5297],[120.3943,23.5296],[120.3943,23.5317],[120.3842,23.5316],[120.3842,23.5346],[120.3757,23.5343],[120.3743,23.5375],[120.3764,23.5491],[120.3797,23.5478],[120.3789,23.5509],[120.3788,23.5558],[120.3859,23.5554],[120.3861,23.5576],[120.3838,23.5574],[120.3875,23.5655]]]},"properties":{"TOWNCODE":"10010070","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"新港鄉"},"id":"10010070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3057,23.563],[120.2972,23.5646],[120.2932,23.5642],[120.2892,23.5612],[120.2891,23.5574],[120.2908,23.5505],[120.2867,23.5478],[120.2826,23.546],[120.2805,23.546],[120.277,23.544],[120.276,23.543],[120.2741,23.5373],[120.2734,23.5335],[120.2719,23.5308],[120.2703,23.5302],[120.2673,23.5307],[120.2634,23.5335],[120.2617,23.5357],[120.2594,23.5412],[120.2561,23.5461],[120.2526,23.5463],[120.2464,23.5451],[120.2433,23.5436],[120.2419,23.5392],[120.2442,23.5319],[120.2457,23.5225],[120.2471,23.5162],[120.2468,23.5141],[120.2431,23.5101],[120.2394,23.5078],[120.2309,23.5054],[120.223,23.5043],[120.2158,23.5069],[120.2101,23.5097],[120.2085,23.5099],[120.2045,23.5119],[120.2018,23.5113],[120.201,23.5077],[120.2092,23.5043],[120.2115,23.5019],[120.2149,23.5009],[120.2168,23.4992],[120.2162,23.4972],[120.2128,23.4978],[120.2106,23.4962],[120.2102,23.4939],[120.2112,23.4902],[120.2125,23.4894],[120.2141,23.4925],[120.2178,23.4934],[120.2215,23.4884],[120.2193,23.4872],[120.2146,23.4861],[120.2199,23.4829],[120.2247,23.479],[120.2257,23.4749],[120.2263,23.4691],[120.2309,23.4674],[120.2339,23.4688],[120.2383,23.4696],[120.2383,23.4734],[120.241,23.476],[120.2456,23.4755],[120.2508,23.4703],[120.2533,23.4708],[120.2539,23.4748],[120.2555,23.4773],[120.2581,23.4771],[120.2622,23.4785],[120.2615,23.4814],[120.2617,23.4852],[120.2672,23.4891],[120.2735,23.4912],[120.2806,23.4914],[120.2837,23.4904],[120.2834,23.4874],[120.2845,23.4859],[120.2911,23.4815],[120.2901,23.4781],[120.3036,23.4789],[120.308,23.4756],[120.3149,23.4832],[120.3157,23.4861],[120.3146,23.4888],[120.3207,23.4934],[120.3201,23.4951],[120.3158,23.4962],[120.3138,23.4978],[120.3137,23.5004],[120.3202,23.4999],[120.3219,23.5006],[120.3226,23.5027],[120.3259,23.5058],[120.3231,23.5057],[120.3186,23.5078],[120.3165,23.5104],[120.3142,23.5115],[120.3115,23.5117],[120.3079,23.5133],[120.3054,23.5131],[120.3055,23.5184],[120.3082,23.5191],[120.3089,23.5316],[120.3109,23.5316],[120.3137,23.5359],[120.3095,23.5378],[120.3035,23.5386],[120.3088,23.543],[120.3105,23.5469],[120.307,23.5482],[120.3108,23.5569],[120.3102,23.5587],[120.3073,23.5571],[120.3046,23.5565],[120.3057,23.563]]]},"properties":{"TOWNCODE":"10010080","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"六腳鄉"},"id":"10010080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2581,23.3946],[120.2519,23.396],[120.2496,23.3974],[120.2458,23.3985],[120.2433,23.4005],[120.243,23.4026],[120.241,23.4044],[120.2358,23.4076],[120.233,23.4061],[120.2311,23.4042],[120.2362,23.4018],[120.2318,23.4002],[120.2301,23.3989],[120.2291,23.3963],[120.2273,23.3941],[120.2267,23.3894],[120.2309,23.3867],[120.2273,23.3817],[120.2242,23.3819],[120.2213,23.3807],[120.2195,23.3779],[120.2179,23.379],[120.2115,23.3811],[120.2075,23.38],[120.2048,23.3758],[120.203,23.3751],[120.2,23.3715],[120.1993,23.3694],[120.1966,23.3652],[120.1902,23.3626],[120.1824,23.3482],[120.1759,23.3415],[120.1788,23.339],[120.1803,23.3346],[120.1785,23.3296],[120.1807,23.3258],[120.18,23.3217],[120.1769,23.3189],[120.1726,23.3171],[120.1714,23.3148],[120.1711,23.3119],[120.1683,23.3101],[120.1663,23.31],[120.1633,23.3111],[120.1626,23.31],[120.1662,23.3085],[120.1711,23.3044],[120.1739,23.2999],[120.1737,23.2992],[120.1759,23.294],[120.1787,23.2917],[120.1841,23.2903],[120.1879,23.29],[120.1896,23.2911],[120.189,23.2929],[120.1861,23.2954],[120.1862,23.2981],[120.1884,23.3012],[120.1915,23.3004],[120.1996,23.2943],[120.2045,23.2918],[120.2086,23.2913],[120.2123,23.2917],[120.2144,23.2924],[120.2184,23.295],[120.2209,23.296],[120.2268,23.3048],[120.2284,23.3105],[120.2314,23.3165],[120.2345,23.3202],[120.2361,23.3245],[120.2381,23.3271],[120.2397,23.3276],[120.2444,23.3268],[120.2466,23.327],[120.2496,23.3291],[120.2564,23.3311],[120.2671,23.3407],[120.2675,23.3448],[120.264,23.3451],[120.2607,23.3445],[120.2646,23.3509],[120.2676,23.3535],[120.2705,23.3537],[120.2739,23.3525],[120.2765,23.3481],[120.2812,23.3482],[120.2862,23.3503],[120.2861,23.354],[120.2838,23.3587],[120.2837,23.3618],[120.2846,23.3635],[120.2824,23.3632],[120.2816,23.3665],[120.2797,23.3669],[120.2787,23.3694],[120.2743,23.3691],[120.2735,23.3737],[120.2697,23.3736],[120.2687,23.3755],[120.2686,23.3782],[120.2695,23.3804],[120.2689,23.3843],[120.2695,23.3879],[120.2647,23.3928],[120.2634,23.3927],[120.2581,23.3946]]]},"properties":{"TOWNCODE":"10010100","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"義竹鄉"},"id":"10010100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2912,23.4457],[120.2895,23.4436],[120.2853,23.4442],[120.2834,23.4479],[120.2808,23.4463],[120.2815,23.4499],[120.2774,23.4498],[120.2759,23.4482],[120.2731,23.4482],[120.2709,23.4499],[120.2695,23.4476],[120.2699,23.4449],[120.2696,23.4311],[120.2773,23.4313],[120.2799,23.4325],[120.282,23.4325],[120.2819,23.4275],[120.2825,23.425],[120.2796,23.4243],[120.28,23.4215],[120.2782,23.4215],[120.2769,23.4184],[120.2737,23.4187],[120.2741,23.4215],[120.2723,23.4226],[120.2704,23.4198],[120.2664,23.4187],[120.2674,23.4174],[120.267,23.4143],[120.2679,23.4125],[120.2676,23.4093],[120.2644,23.4074],[120.2631,23.408],[120.2601,23.4042],[120.2579,23.403],[120.2595,23.4002],[120.2594,23.3979],[120.2581,23.3946],[120.2634,23.3927],[120.2647,23.3928],[120.2695,23.3879],[120.2689,23.3843],[120.2695,23.3804],[120.2686,23.3782],[120.2687,23.3755],[120.2697,23.3736],[120.2735,23.3737],[120.2743,23.3691],[120.2787,23.3694],[120.2797,23.3669],[120.2816,23.3665],[120.2824,23.3632],[120.2846,23.3635],[120.2855,23.3666],[120.2895,23.3709],[120.2929,23.3754],[120.2998,23.3755],[120.3035,23.3759],[120.308,23.3749],[120.3109,23.3754],[120.3105,23.3821],[120.311,23.3856],[120.3148,23.3885],[120.3178,23.3884],[120.3218,23.3835],[120.3284,23.3861],[120.3288,23.3852],[120.3333,23.3858],[120.3429,23.3965],[120.343,23.3982],[120.3463,23.4004],[120.3494,23.4013],[120.3558,23.4017],[120.3574,23.4084],[120.3526,23.4121],[120.3526,23.4144],[120.3547,23.4183],[120.3581,23.4193],[120.3563,23.4231],[120.356,23.4287],[120.3581,23.4338],[120.356,23.4345],[120.3535,23.4303],[120.351,23.4314],[120.3449,23.4302],[120.3425,23.4289],[120.3387,23.4303],[120.3351,23.4293],[120.3314,23.433],[120.3281,23.4338],[120.3267,23.435],[120.3234,23.4347],[120.3204,23.4367],[120.318,23.4374],[120.3143,23.4372],[120.3135,23.4381],[120.3091,23.4376],[120.3078,23.4365],[120.3029,23.4364],[120.2925,23.4346],[120.2915,23.4394],[120.2902,23.4411],[120.2914,23.4426],[120.2912,23.4457]]]},"properties":{"TOWNCODE":"10010110","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"鹿草鄉"},"id":"10010110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7161,23.4985],[120.7126,23.5008],[120.7115,23.5023],[120.7088,23.5035],[120.7089,23.5101],[120.6995,23.5097],[120.698,23.5113],[120.6954,23.5107],[120.6919,23.5117],[120.6891,23.5087],[120.6851,23.5077],[120.6824,23.5089],[120.6772,23.5139],[120.6704,23.5166],[120.6686,23.5191],[120.6639,23.5225],[120.6605,23.524],[120.6589,23.5269],[120.6592,23.5303],[120.6551,23.5349],[120.6557,23.5368],[120.6544,23.5415],[120.6515,23.5378],[120.649,23.5362],[120.6471,23.5362],[120.6414,23.5321],[120.6373,23.5306],[120.6347,23.5305],[120.6315,23.5342],[120.6286,23.5354],[120.626,23.5381],[120.6215,23.5394],[120.6189,23.5435],[120.6167,23.5451],[120.6164,23.5472],[120.6108,23.5515],[120.6064,23.5531],[120.6038,23.5496],[120.5997,23.5498],[120.5948,23.548],[120.595,23.5464],[120.5903,23.5446],[120.5881,23.5416],[120.5833,23.5431],[120.5793,23.5417],[120.5749,23.5419],[120.5711,23.5399],[120.5688,23.5412],[120.567,23.5433],[120.5631,23.5433],[120.5621,23.5442],[120.5591,23.5439],[120.5571,23.5415],[120.5534,23.5448],[120.5499,23.5439],[120.5478,23.5466],[120.5447,23.5467],[120.5429,23.5458],[120.5408,23.5471],[120.5394,23.5463],[120.5368,23.5494],[120.5329,23.549],[120.5212,23.5461],[120.5147,23.5431],[120.5146,23.5431],[120.5127,23.5417],[120.5102,23.5462],[120.5069,23.5473],[120.5049,23.5455],[120.5055,23.5436],[120.5038,23.5406],[120.5034,23.5375],[120.4984,23.535],[120.4968,23.5326],[120.4977,23.527],[120.4956,23.5265],[120.4955,23.5191],[120.4914,23.5155],[120.4898,23.5114],[120.4851,23.5075],[120.4832,23.5054],[120.4847,23.5014],[120.4837,23.4982],[120.4839,23.4957],[120.486,23.4934],[120.4894,23.4914],[120.4936,23.4911],[120.4946,23.4901],[120.498,23.4908],[120.5013,23.4898],[120.5029,23.4875],[120.5051,23.4864],[120.5078,23.483],[120.5111,23.4834],[120.5123,23.4843],[120.5153,23.4814],[120.525,23.4803],[120.5258,23.4814],[120.5301,23.4789],[120.5329,23.4798],[120.5328,23.4858],[120.5347,23.4886],[120.5368,23.4893],[120.5398,23.4889],[120.5392,23.4862],[120.5416,23.4844],[120.5431,23.4848],[120.5459,23.4812],[120.5436,23.4808],[120.5444,23.4788],[120.543,23.4778],[120.5442,23.4742],[120.5466,23.4729],[120.5483,23.4707],[120.5524,23.4714],[120.5596,23.4666],[120.5622,23.4682],[120.5636,23.4714],[120.5658,23.4712],[120.57,23.4693],[120.572,23.4668],[120.5717,23.4652],[120.5736,23.4635],[120.576,23.464],[120.5772,23.4627],[120.5832,23.4615],[120.5893,23.4623],[120.5914,23.465],[120.5933,23.4658],[120.5983,23.4649],[120.6002,23.4666],[120.6039,23.4681],[120.6062,23.4674],[120.608,23.4652],[120.6096,23.4659],[120.6117,23.4721],[120.6122,23.4777],[120.6156,23.4791],[120.6171,23.4822],[120.6197,23.4846],[120.6186,23.4876],[120.6208,23.4914],[120.6282,23.4924],[120.6291,23.4977],[120.6328,23.4971],[120.6346,23.4948],[120.6401,23.4948],[120.6422,23.4938],[120.6427,23.4917],[120.6393,23.4901],[120.6377,23.4875],[120.6387,23.4835],[120.6381,23.4818],[120.6393,23.4783],[120.6408,23.4773],[120.642,23.4741],[120.6416,23.47],[120.6439,23.4681],[120.6486,23.4657],[120.6462,23.4626],[120.6474,23.4589],[120.6501,23.4559],[120.6541,23.4528],[120.6593,23.4521],[120.6613,23.4509],[120.6644,23.4512],[120.672,23.4497],[120.6741,23.4499],[120.6743,23.4514],[120.6768,23.4545],[120.6854,23.4565],[120.6886,23.4603],[120.6898,23.4631],[120.6896,23.4661],[120.6915,23.4685],[120.6947,23.469],[120.6966,23.4715],[120.7013,23.4714],[120.703,23.472],[120.706,23.4764],[120.7063,23.4807],[120.7059,23.4829],[120.709,23.4893],[120.7111,23.4946],[120.7124,23.4962],[120.7146,23.4969],[120.7161,23.4985]]]},"properties":{"TOWNCODE":"10010140","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"竹崎鄉"},"id":"10010140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7362,23.5705],[120.7338,23.571],[120.7279,23.5703],[120.7247,23.5719],[120.7219,23.5711],[120.7183,23.569],[120.7161,23.5711],[120.7106,23.5709],[120.7094,23.5725],[120.709,23.5757],[120.7043,23.575],[120.7013,23.576],[120.6942,23.5765],[120.6889,23.5751],[120.687,23.5751],[120.6826,23.5721],[120.676,23.5707],[120.6733,23.5737],[120.6725,23.5766],[120.67,23.5788],[120.6682,23.5777],[120.6657,23.5778],[120.6605,23.5762],[120.6581,23.5729],[120.6559,23.5722],[120.6507,23.5724],[120.6492,23.575],[120.6466,23.5768],[120.6443,23.5753],[120.6434,23.578],[120.6483,23.5815],[120.6493,23.5857],[120.6474,23.5857],[120.6471,23.5878],[120.6491,23.5925],[120.6451,23.5935],[120.6436,23.5927],[120.6369,23.592],[120.6306,23.5899],[120.6252,23.5907],[120.6232,23.59],[120.6229,23.588],[120.6187,23.5841],[120.6155,23.5853],[120.6128,23.5844],[120.6102,23.5826],[120.6063,23.5842],[120.6026,23.5832],[120.5999,23.5832],[120.5975,23.5847],[120.5912,23.5851],[120.5898,23.5857],[120.5861,23.5827],[120.5802,23.5823],[120.5767,23.5835],[120.5741,23.586],[120.5711,23.5879],[120.5671,23.5877],[120.5655,23.5895],[120.5629,23.5896],[120.5611,23.5886],[120.5578,23.5892],[120.5566,23.5929],[120.5523,23.5939],[120.548,23.5938],[120.5436,23.5944],[120.5369,23.5947],[120.5334,23.5968],[120.5333,23.5968],[120.5318,23.5954],[120.5334,23.5929],[120.5332,23.5915],[120.5248,23.586],[120.5251,23.5837],[120.5268,23.5808],[120.5301,23.58],[120.5305,23.5762],[120.5315,23.5734],[120.5359,23.569],[120.5341,23.5666],[120.5314,23.5666],[120.5314,23.5604],[120.5284,23.5615],[120.5245,23.5606],[120.5216,23.5581],[120.5196,23.5581],[120.5186,23.5542],[120.5164,23.5516],[120.5192,23.5506],[120.5181,23.5474],[120.5159,23.5454],[120.5147,23.5431],[120.5146,23.5431],[120.5147,23.5431],[120.5212,23.5461],[120.5329,23.549],[120.5368,23.5494],[120.5394,23.5463],[120.5408,23.5471],[120.5429,23.5458],[120.5447,23.5467],[120.5478,23.5466],[120.5499,23.5439],[120.5534,23.5448],[120.5571,23.5415],[120.5591,23.5439],[120.5621,23.5442],[120.5631,23.5433],[120.567,23.5433],[120.5688,23.5412],[120.5711,23.5399],[120.5749,23.5419],[120.5793,23.5417],[120.5833,23.5431],[120.5881,23.5416],[120.5903,23.5446],[120.595,23.5464],[120.5948,23.548],[120.5997,23.5498],[120.6038,23.5496],[120.6064,23.5531],[120.6108,23.5515],[120.6164,23.5472],[120.6167,23.5451],[120.6189,23.5435],[120.6215,23.5394],[120.626,23.5381],[120.6286,23.5354],[120.6315,23.5342],[120.6347,23.5305],[120.6373,23.5306],[120.6414,23.5321],[120.6471,23.5362],[120.649,23.5362],[120.6515,23.5378],[120.6544,23.5415],[120.6557,23.5368],[120.6551,23.5349],[120.6592,23.5303],[120.6589,23.5269],[120.6605,23.524],[120.6639,23.5225],[120.6686,23.5191],[120.6704,23.5166],[120.6772,23.5139],[120.6824,23.5089],[120.6851,23.5077],[120.6891,23.5087],[120.6919,23.5117],[120.6954,23.5107],[120.698,23.5113],[120.6995,23.5097],[120.7089,23.5101],[120.7088,23.5035],[120.7115,23.5023],[120.7126,23.5008],[120.7161,23.4985],[120.7181,23.4991],[120.7175,23.5009],[120.7177,23.5063],[120.7209,23.5114],[120.7232,23.5126],[120.7232,23.5167],[120.7249,23.5196],[120.727,23.5293],[120.73,23.5327],[120.7307,23.5359],[120.7326,23.5391],[120.7314,23.541],[120.7317,23.544],[120.7363,23.547],[120.743,23.549],[120.7443,23.5531],[120.7466,23.5543],[120.7449,23.5578],[120.7427,23.5587],[120.7403,23.5656],[120.7362,23.5705]]]},"properties":{"TOWNCODE":"10010150","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"梅山鄉"},"id":"10010150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.652,23.2912],[120.6543,23.3],[120.6539,23.3045],[120.6552,23.309],[120.6584,23.3131],[120.6582,23.3197],[120.6585,23.3236],[120.6575,23.326],[120.6561,23.3268],[120.6555,23.33],[120.6568,23.336],[120.6587,23.3393],[120.6606,23.3398],[120.663,23.3432],[120.6615,23.3461],[120.6608,23.3502],[120.659,23.3512],[120.6583,23.3546],[120.6569,23.357],[120.6541,23.3583],[120.6527,23.3576],[120.6494,23.3588],[120.6484,23.3614],[120.6462,23.3642],[120.6463,23.3671],[120.6439,23.3666],[120.6419,23.3649],[120.6411,23.361],[120.6391,23.3587],[120.6392,23.3575],[120.6349,23.353],[120.6349,23.3504],[120.6369,23.3461],[120.6339,23.3418],[120.6323,23.3412],[120.629,23.3419],[120.626,23.3418],[120.6205,23.3401],[120.6183,23.3426],[120.6128,23.3428],[120.608,23.3442],[120.6073,23.3467],[120.6044,23.3478],[120.5983,23.347],[120.5953,23.3495],[120.5903,23.3555],[120.5901,23.3585],[120.5879,23.3601],[120.5871,23.3618],[120.5849,23.3615],[120.5794,23.3623],[120.5769,23.3619],[120.5748,23.3633],[120.573,23.3608],[120.5678,23.3559],[120.5658,23.3547],[120.562,23.3541],[120.5592,23.3518],[120.5587,23.3498],[120.5557,23.3458],[120.5487,23.3423],[120.5472,23.3398],[120.5412,23.3399],[120.5383,23.338],[120.5345,23.3378],[120.5337,23.3365],[120.537,23.333],[120.54,23.3278],[120.5369,23.3264],[120.536,23.3243],[120.5338,23.322],[120.5319,23.3212],[120.5316,23.3181],[120.5273,23.3146],[120.5234,23.313],[120.5232,23.3094],[120.524,23.302],[120.5263,23.2958],[120.5258,23.292],[120.5224,23.2891],[120.522,23.2874],[120.523,23.2843],[120.5227,23.2814],[120.521,23.2798],[120.5223,23.2741],[120.5204,23.2718],[120.5235,23.2683],[120.5261,23.2665],[120.528,23.263],[120.5307,23.256],[120.5322,23.2553],[120.5303,23.2485],[120.5276,23.245],[120.5242,23.242],[120.5194,23.2395],[120.5257,23.2315],[120.5296,23.2326],[120.5312,23.2318],[120.5318,23.2298],[120.5358,23.2293],[120.5396,23.2277],[120.544,23.2266],[120.5489,23.2235],[120.5505,23.2207],[120.5527,23.2201],[120.555,23.2175],[120.5581,23.2168],[120.5609,23.2173],[120.5653,23.221],[120.571,23.2182],[120.5747,23.2178],[120.5782,23.2148],[120.5801,23.2195],[120.5867,23.2243],[120.5886,23.2295],[120.5899,23.2314],[120.5902,23.2343],[120.5917,23.2361],[120.5923,23.2397],[120.594,23.2392],[120.5959,23.2365],[120.5972,23.229],[120.6029,23.226],[120.6065,23.2258],[120.6097,23.2227],[120.6129,23.224],[120.6168,23.2235],[120.6181,23.2255],[120.625,23.2273],[120.6282,23.2294],[120.6311,23.2295],[120.6333,23.2286],[120.6389,23.228],[120.6424,23.2257],[120.6443,23.2253],[120.6468,23.2271],[120.6482,23.2255],[120.6519,23.224],[120.6534,23.2245],[120.6496,23.2282],[120.6495,23.2305],[120.6509,23.238],[120.6492,23.2404],[120.6492,23.2425],[120.6479,23.2448],[120.6492,23.2467],[120.6485,23.249],[120.6419,23.2572],[120.6421,23.2613],[120.6406,23.2667],[120.6385,23.2688],[120.6394,23.2707],[120.6412,23.2715],[120.6406,23.2742],[120.6432,23.276],[120.6419,23.2785],[120.6441,23.2822],[120.6431,23.2865],[120.6419,23.2878],[120.6437,23.2893],[120.642,23.2927],[120.6437,23.2961],[120.6472,23.2974],[120.6488,23.2939],[120.652,23.2912]]]},"properties":{"TOWNCODE":"10010170","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"大埔鄉"},"id":"10010170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8138,23.601],[120.8098,23.5987],[120.8058,23.5988],[120.8033,23.5966],[120.7984,23.5974],[120.7949,23.5972],[120.7909,23.6009],[120.7874,23.6013],[120.7837,23.6007],[120.7777,23.6023],[120.7768,23.6038],[120.7742,23.6054],[120.7699,23.6062],[120.7694,23.6084],[120.7666,23.61],[120.7637,23.6125],[120.7584,23.6124],[120.7537,23.6148],[120.7509,23.6145],[120.7476,23.6112],[120.746,23.6126],[120.7412,23.6122],[120.739,23.6101],[120.7359,23.6095],[120.7309,23.6108],[120.7264,23.607],[120.7246,23.6038],[120.7278,23.6014],[120.7284,23.5993],[120.7325,23.5974],[120.7299,23.5934],[120.7327,23.5894],[120.7323,23.5878],[120.734,23.5844],[120.7322,23.5792],[120.7321,23.5772],[120.7351,23.5752],[120.7362,23.5705],[120.7403,23.5656],[120.7427,23.5587],[120.7449,23.5578],[120.7466,23.5543],[120.7443,23.5531],[120.743,23.549],[120.7363,23.547],[120.7317,23.544],[120.7314,23.541],[120.7326,23.5391],[120.7307,23.5359],[120.73,23.5327],[120.727,23.5293],[120.7249,23.5196],[120.7232,23.5167],[120.7232,23.5126],[120.7209,23.5114],[120.7177,23.5063],[120.7175,23.5009],[120.7181,23.4991],[120.7161,23.4985],[120.7146,23.4969],[120.7124,23.4962],[120.7111,23.4946],[120.709,23.4893],[120.7059,23.4829],[120.7063,23.4807],[120.706,23.4764],[120.703,23.472],[120.7013,23.4714],[120.6966,23.4715],[120.6947,23.469],[120.6915,23.4685],[120.6896,23.4661],[120.6898,23.4631],[120.6886,23.4603],[120.6854,23.4565],[120.6768,23.4545],[120.6743,23.4514],[120.6741,23.4499],[120.6793,23.4442],[120.6826,23.4389],[120.676,23.4373],[120.6744,23.4363],[120.6737,23.4328],[120.6699,23.4289],[120.6667,23.4232],[120.6629,23.4205],[120.6622,23.4136],[120.6604,23.4099],[120.6586,23.4088],[120.6557,23.4102],[120.6524,23.4107],[120.6524,23.4077],[120.6546,23.4054],[120.6554,23.4013],[120.6538,23.3995],[120.6499,23.4014],[120.6475,23.4014],[120.6466,23.4002],[120.6478,23.3943],[120.6465,23.3915],[120.6438,23.3904],[120.6421,23.3879],[120.6432,23.3846],[120.6425,23.378],[120.6419,23.3767],[120.6442,23.3744],[120.6457,23.3708],[120.6463,23.3671],[120.6462,23.3642],[120.6484,23.3614],[120.6494,23.3588],[120.6527,23.3576],[120.6541,23.3583],[120.6569,23.357],[120.6583,23.3546],[120.659,23.3512],[120.6608,23.3502],[120.6615,23.3461],[120.663,23.3432],[120.6606,23.3398],[120.6587,23.3393],[120.6568,23.336],[120.6555,23.33],[120.6561,23.3268],[120.6575,23.326],[120.6585,23.3236],[120.6582,23.3197],[120.6584,23.3131],[120.6552,23.309],[120.6539,23.3045],[120.6543,23.3],[120.652,23.2912],[120.6545,23.2914],[120.6581,23.296],[120.6597,23.2948],[120.6619,23.2949],[120.6654,23.2932],[120.6676,23.2937],[120.6714,23.29],[120.6737,23.2911],[120.676,23.2903],[120.6762,23.2886],[120.6802,23.2886],[120.6819,23.2876],[120.6872,23.2866],[120.6899,23.2853],[120.6935,23.2845],[120.6995,23.2844],[120.7035,23.2895],[120.7023,23.2941],[120.7028,23.2976],[120.7044,23.302],[120.7071,23.305],[120.7112,23.3074],[120.7122,23.3087],[120.7163,23.3076],[120.7213,23.3083],[120.7306,23.3056],[120.7303,23.3112],[120.7323,23.3139],[120.7363,23.316],[120.7384,23.3163],[120.7401,23.3178],[120.7404,23.3204],[120.7422,23.3215],[120.7479,23.3219],[120.7501,23.324],[120.7511,23.3262],[120.7533,23.3282],[120.7525,23.3312],[120.7568,23.3331],[120.7589,23.3366],[120.7571,23.3388],[120.7585,23.3409],[120.7575,23.3433],[120.7594,23.3443],[120.7649,23.3417],[120.7685,23.3439],[120.7733,23.3418],[120.7749,23.3432],[120.7777,23.3435],[120.7809,23.3422],[120.7832,23.3422],[120.7855,23.3456],[120.7876,23.3461],[120.7886,23.3486],[120.7885,23.3528],[120.7913,23.3532],[120.7927,23.3576],[120.7957,23.3567],[120.7974,23.3597],[120.7995,23.3612],[120.802,23.3651],[120.8047,23.3672],[120.8033,23.3698],[120.8046,23.3708],[120.8064,23.3705],[120.8085,23.3684],[120.8098,23.3696],[120.813,23.3693],[120.8159,23.3714],[120.8212,23.3705],[120.8285,23.375],[120.8294,23.3774],[120.8294,23.3832],[120.8312,23.3868],[120.835,23.3874],[120.8369,23.3934],[120.8397,23.3961],[120.8384,23.3982],[120.8424,23.4017],[120.8441,23.4041],[120.8453,23.4088],[120.8493,23.412],[120.8495,23.4202],[120.8531,23.4219],[120.854,23.4232],[120.8568,23.4219],[120.8598,23.4239],[120.8648,23.4241],[120.8662,23.4261],[120.8699,23.4267],[120.8717,23.4296],[120.8737,23.4298],[120.8756,23.4316],[120.882,23.4333],[120.8838,23.4363],[120.887,23.435],[120.8907,23.4424],[120.8926,23.4454],[120.8954,23.4462],[120.8968,23.4509],[120.8988,23.4511],[120.9024,23.4541],[120.9045,23.4529],[120.9075,23.455],[120.9085,23.4569],[120.9127,23.4585],[120.9216,23.459],[120.9283,23.4568],[120.9315,23.4571],[120.9348,23.4584],[120.9345,23.4615],[120.9366,23.4638],[120.9407,23.463],[120.947,23.4638],[120.9507,23.4649],[120.956,23.4673],[120.9575,23.4695],[120.954,23.4688],[120.9522,23.4677],[120.9475,23.4671],[120.9423,23.4693],[120.9376,23.4731],[120.9342,23.473],[120.9312,23.4706],[120.9265,23.473],[120.9175,23.4757],[120.9151,23.4746],[120.9113,23.4761],[120.9081,23.4758],[120.902,23.4761],[120.8996,23.4754],[120.8867,23.4756],[120.8848,23.4747],[120.8827,23.4714],[120.882,23.4686],[120.8808,23.4676],[120.8731,23.4685],[120.8683,23.4706],[120.8667,23.4723],[120.8632,23.4736],[120.8581,23.4728],[120.8542,23.4733],[120.8499,23.4722],[120.8466,23.4731],[120.8421,23.4733],[120.8393,23.4712],[120.8326,23.4747],[120.8317,23.4777],[120.8299,23.4807],[120.8271,23.4834],[120.8262,23.4885],[120.8253,23.4897],[120.8254,23.4948],[120.8228,23.4992],[120.8241,23.5053],[120.8228,23.5086],[120.8232,23.5109],[120.8201,23.5141],[120.8191,23.5195],[120.8204,23.5213],[120.8181,23.5235],[120.8121,23.5331],[120.8088,23.5358],[120.8082,23.5418],[120.8088,23.5459],[120.8113,23.5494],[120.8115,23.5511],[120.8145,23.5517],[120.8159,23.5531],[120.814,23.5554],[120.8207,23.5626],[120.8199,23.5645],[120.8218,23.5713],[120.8196,23.5745],[120.8203,23.5788],[120.8213,23.5813],[120.8255,23.5864],[120.8206,23.5896],[120.8188,23.5935],[120.8169,23.5954],[120.8183,23.5991],[120.8138,23.601]]]},"properties":{"TOWNCODE":"10010180","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"阿里山鄉"},"id":"10010180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5215,22.7074],[120.5158,22.7101],[120.5125,22.7132],[120.5051,22.7138],[120.5021,22.7114],[120.5005,22.7139],[120.4989,22.7118],[120.4961,22.7122],[120.4938,22.7096],[120.4851,22.7059],[120.4794,22.7069],[120.4764,22.703],[120.4725,22.7023],[120.4693,22.6991],[120.4682,22.695],[120.4639,22.6918],[120.4642,22.69],[120.4615,22.6889],[120.4574,22.69],[120.4545,22.6894],[120.4516,22.6899],[120.4481,22.6894],[120.447,22.6877],[120.4426,22.6846],[120.4396,22.6783],[120.4402,22.6741],[120.4378,22.6668],[120.4368,22.6655],[120.4359,22.6588],[120.4361,22.6517],[120.4362,22.6482],[120.4353,22.6403],[120.4354,22.6338],[120.4359,22.6308],[120.4353,22.6288],[120.4382,22.6286],[120.4462,22.6292],[120.4484,22.6287],[120.4561,22.6293],[120.4589,22.6301],[120.4599,22.629],[120.4657,22.6272],[120.4714,22.6262],[120.4726,22.6288],[120.4745,22.6296],[120.4803,22.6303],[120.4803,22.6268],[120.4811,22.6226],[120.4807,22.6207],[120.4843,22.6202],[120.4884,22.6223],[120.4925,22.6232],[120.493,22.6193],[120.5009,22.6189],[120.5031,22.6191],[120.5055,22.6213],[120.5063,22.6249],[120.5068,22.6272],[120.509,22.6298],[120.5067,22.6325],[120.5094,22.6353],[120.5096,22.6375],[120.5122,22.6456],[120.5147,22.648],[120.5171,22.6482],[120.5159,22.6539],[120.517,22.6556],[120.5166,22.658],[120.5183,22.6589],[120.5226,22.6596],[120.5201,22.6628],[120.5157,22.6638],[120.5126,22.6628],[120.5081,22.668],[120.5111,22.6718],[120.5114,22.6744],[120.5103,22.6787],[120.5109,22.6799],[120.5112,22.6864],[120.5107,22.6886],[120.5123,22.691],[120.517,22.693],[120.5193,22.692],[120.5229,22.6932],[120.5253,22.6966],[120.5257,22.6983],[120.5279,22.6986],[120.5285,22.7004],[120.5247,22.7057],[120.5215,22.7074]]]},"properties":{"TOWNCODE":"10013010","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"屏東市"},"id":"10013010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6056,22.5249],[120.5995,22.5255],[120.6053,22.54],[120.6028,22.5414],[120.592,22.5461],[120.5935,22.5491],[120.5898,22.5506],[120.5872,22.5505],[120.5887,22.5536],[120.5871,22.5561],[120.5869,22.5587],[120.5855,22.5605],[120.577,22.5593],[120.5766,22.5582],[120.5723,22.5586],[120.572,22.5537],[120.5698,22.5537],[120.5646,22.5549],[120.5631,22.5575],[120.5596,22.5593],[120.5567,22.5597],[120.555,22.5613],[120.5554,22.5636],[120.5497,22.566],[120.547,22.5641],[120.5448,22.5649],[120.54,22.5637],[120.5397,22.5644],[120.5381,22.5634],[120.5331,22.564],[120.5297,22.5658],[120.5273,22.5627],[120.525,22.5611],[120.5204,22.559],[120.5187,22.5575],[120.5201,22.5537],[120.5184,22.5523],[120.5159,22.5537],[120.516,22.5572],[120.512,22.5578],[120.5091,22.5547],[120.5102,22.5499],[120.5086,22.5467],[120.5145,22.5458],[120.5178,22.5457],[120.5204,22.5475],[120.5232,22.5469],[120.5237,22.5436],[120.5222,22.5417],[120.5199,22.5408],[120.5194,22.5384],[120.5234,22.534],[120.5238,22.526],[120.5252,22.5259],[120.526,22.5219],[120.5251,22.5187],[120.5234,22.5185],[120.5241,22.5144],[120.5255,22.5145],[120.5262,22.511],[120.5294,22.5113],[120.5301,22.5067],[120.5299,22.5034],[120.5333,22.5079],[120.5395,22.5098],[120.5402,22.5106],[120.5462,22.5108],[120.5476,22.5093],[120.5564,22.509],[120.5604,22.5102],[120.5695,22.5118],[120.5698,22.5122],[120.5823,22.5155],[120.5822,22.5169],[120.5883,22.5189],[120.5892,22.5174],[120.6017,22.5211],[120.6038,22.5211],[120.6056,22.5249]]]},"properties":{"TOWNCODE":"10013020","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"潮州鎮"},"id":"10013020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6158,22.7065],[120.6125,22.711],[120.6103,22.7121],[120.6081,22.7149],[120.6107,22.7186],[120.6048,22.7146],[120.5864,22.7167],[120.5872,22.7205],[120.5846,22.7201],[120.5789,22.7207],[120.5773,22.7218],[120.5705,22.7201],[120.5697,22.7195],[120.5581,22.7218],[120.5578,22.7184],[120.5548,22.7199],[120.5478,22.7214],[120.5404,22.7226],[120.5405,22.7211],[120.5339,22.7198],[120.5238,22.7184],[120.5238,22.7166],[120.5223,22.7091],[120.5215,22.7074],[120.5247,22.7057],[120.5285,22.7004],[120.5279,22.6986],[120.5257,22.6983],[120.5253,22.6966],[120.5229,22.6932],[120.5193,22.692],[120.517,22.693],[120.5123,22.691],[120.5107,22.6886],[120.5112,22.6864],[120.5109,22.6799],[120.5103,22.6787],[120.5114,22.6744],[120.5111,22.6718],[120.5081,22.668],[120.5126,22.6628],[120.5157,22.6638],[120.5201,22.6628],[120.5226,22.6596],[120.5239,22.6596],[120.5239,22.664],[120.5271,22.6676],[120.5323,22.6672],[120.5333,22.6693],[120.5376,22.6689],[120.5416,22.6709],[120.5429,22.6693],[120.5452,22.6703],[120.5489,22.6665],[120.5532,22.6671],[120.5559,22.6656],[120.5589,22.666],[120.5612,22.6637],[120.5792,22.6789],[120.5805,22.682],[120.5836,22.6849],[120.5873,22.6859],[120.5935,22.6908],[120.6023,22.6985],[120.607,22.7019],[120.6158,22.7065]]]},"properties":{"TOWNCODE":"10013060","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"長治鄉"},"id":"10013060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5612,22.6637],[120.5589,22.666],[120.5559,22.6656],[120.5532,22.6671],[120.5489,22.6665],[120.5452,22.6703],[120.5429,22.6693],[120.5416,22.6709],[120.5376,22.6689],[120.5333,22.6693],[120.5323,22.6672],[120.5271,22.6676],[120.5239,22.664],[120.5239,22.6596],[120.5226,22.6596],[120.5183,22.6589],[120.5166,22.658],[120.517,22.6556],[120.5159,22.6539],[120.5171,22.6482],[120.5147,22.648],[120.5122,22.6456],[120.5096,22.6375],[120.5094,22.6353],[120.5067,22.6325],[120.509,22.6298],[120.5068,22.6272],[120.5063,22.6249],[120.5082,22.6235],[120.508,22.6207],[120.5163,22.6233],[120.5198,22.6262],[120.5246,22.6273],[120.5264,22.6286],[120.5284,22.6324],[120.5282,22.6342],[120.53,22.6351],[120.5311,22.6373],[120.535,22.6416],[120.5365,22.64],[120.5445,22.647],[120.5457,22.6501],[120.5573,22.66],[120.5612,22.6637]]]},"properties":{"TOWNCODE":"10013070","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"麟洛鄉"},"id":"10013070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.514,22.7605],[120.5131,22.7619],[120.5135,22.7648],[120.5057,22.7655],[120.4982,22.7649],[120.4977,22.7667],[120.4938,22.7671],[120.4925,22.7617],[120.4875,22.7622],[120.4871,22.7585],[120.4797,22.7593],[120.4751,22.7584],[120.4713,22.7557],[120.469,22.7557],[120.4674,22.757],[120.4643,22.7633],[120.4644,22.768],[120.463,22.77],[120.4587,22.7714],[120.4543,22.7718],[120.4538,22.7675],[120.4544,22.7644],[120.4537,22.7603],[120.4537,22.7567],[120.4546,22.7477],[120.4548,22.7403],[120.456,22.731],[120.4558,22.7186],[120.4528,22.7041],[120.4512,22.6999],[120.451,22.6974],[120.4481,22.6894],[120.4516,22.6899],[120.4545,22.6894],[120.4574,22.69],[120.4615,22.6889],[120.4642,22.69],[120.4639,22.6918],[120.4682,22.695],[120.4693,22.6991],[120.4725,22.7023],[120.4764,22.703],[120.4794,22.7069],[120.4851,22.7059],[120.4938,22.7096],[120.4961,22.7122],[120.4989,22.7118],[120.5005,22.7139],[120.5021,22.7114],[120.5051,22.7138],[120.5125,22.7132],[120.5158,22.7101],[120.5215,22.7074],[120.5223,22.7091],[120.5238,22.7166],[120.5238,22.7184],[120.5339,22.7198],[120.5405,22.7211],[120.5404,22.7226],[120.5388,22.7252],[120.5359,22.725],[120.5323,22.7266],[120.5227,22.7317],[120.5214,22.7336],[120.517,22.7319],[120.5157,22.7288],[120.5138,22.7278],[120.5068,22.7282],[120.5051,22.7304],[120.5075,22.7327],[120.51,22.7329],[120.5116,22.7367],[120.5124,22.742],[120.5118,22.7469],[120.5105,22.7496],[120.5119,22.7521],[120.5128,22.7591],[120.514,22.7605]]]},"properties":{"TOWNCODE":"10013080","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"九如鄉"},"id":"10013080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5454,22.7707],[120.5481,22.7771],[120.5508,22.7789],[120.5525,22.782],[120.5529,22.7855],[120.55,22.7887],[120.5515,22.7915],[120.545,22.798],[120.5555,22.807],[120.5551,22.8109],[120.557,22.8142],[120.5576,22.8165],[120.5622,22.8207],[120.5631,22.8241],[120.5611,22.8258],[120.5613,22.8272],[120.565,22.8315],[120.5667,22.8383],[120.5615,22.8338],[120.5576,22.8321],[120.5533,22.8284],[120.548,22.8284],[120.5441,22.8298],[120.5382,22.8292],[120.534,22.8306],[120.531,22.8308],[120.5275,22.8322],[120.5243,22.832],[120.5235,22.8329],[120.5201,22.8324],[120.5199,22.8314],[120.5157,22.8316],[120.51,22.8285],[120.5053,22.8315],[120.4993,22.8313],[120.4965,22.8324],[120.494,22.8368],[120.4908,22.8353],[120.4878,22.8358],[120.4823,22.8359],[120.4762,22.8382],[120.474,22.8368],[120.4722,22.8339],[120.4687,22.8306],[120.4692,22.825],[120.4675,22.8224],[120.4674,22.8155],[120.4655,22.8128],[120.4651,22.8075],[120.4641,22.8006],[120.4613,22.7944],[120.46,22.7906],[120.4574,22.7854],[120.4559,22.7798],[120.4557,22.7745],[120.4543,22.7718],[120.4587,22.7714],[120.463,22.77],[120.4644,22.768],[120.4643,22.7633],[120.4674,22.757],[120.469,22.7557],[120.4713,22.7557],[120.4751,22.7584],[120.4797,22.7593],[120.4871,22.7585],[120.4875,22.7622],[120.4925,22.7617],[120.4938,22.7671],[120.4977,22.7667],[120.4982,22.7649],[120.5057,22.7655],[120.5135,22.7648],[120.5131,22.7619],[120.514,22.7605],[120.5154,22.7624],[120.5173,22.7667],[120.5191,22.7686],[120.5221,22.7697],[120.531,22.7694],[120.5383,22.7682],[120.5404,22.7687],[120.5438,22.7673],[120.5454,22.7707]]]},"properties":{"TOWNCODE":"10013090","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"里港鄉"},"id":"10013090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6346,22.7198],[120.6307,22.7233],[120.6271,22.7302],[120.6241,22.7337],[120.619,22.7363],[120.6164,22.7396],[120.6166,22.7433],[120.6162,22.7477],[120.6149,22.7518],[120.6125,22.7549],[120.6077,22.7566],[120.6044,22.7586],[120.6007,22.7666],[120.5954,22.7642],[120.5913,22.7665],[120.5838,22.7695],[120.5827,22.7713],[120.5799,22.7717],[120.5774,22.7731],[120.5746,22.7715],[120.5721,22.7723],[120.5679,22.7722],[120.5604,22.773],[120.5539,22.7699],[120.5473,22.7697],[120.5454,22.7707],[120.5438,22.7673],[120.5404,22.7687],[120.5383,22.7682],[120.531,22.7694],[120.5221,22.7697],[120.5191,22.7686],[120.5173,22.7667],[120.5154,22.7624],[120.514,22.7605],[120.5128,22.7591],[120.5119,22.7521],[120.5105,22.7496],[120.5118,22.7469],[120.5124,22.742],[120.5116,22.7367],[120.51,22.7329],[120.5075,22.7327],[120.5051,22.7304],[120.5068,22.7282],[120.5138,22.7278],[120.5157,22.7288],[120.517,22.7319],[120.5214,22.7336],[120.5227,22.7317],[120.5323,22.7266],[120.5359,22.725],[120.5388,22.7252],[120.5404,22.7226],[120.5478,22.7214],[120.5548,22.7199],[120.5578,22.7184],[120.5581,22.7218],[120.5697,22.7195],[120.5705,22.7201],[120.5773,22.7218],[120.5789,22.7207],[120.5846,22.7201],[120.5872,22.7205],[120.5864,22.7167],[120.6048,22.7146],[120.6107,22.7186],[120.6081,22.7149],[120.6103,22.7121],[120.6125,22.711],[120.6158,22.7065],[120.6291,22.7137],[120.6331,22.7159],[120.6346,22.7198]]]},"properties":{"TOWNCODE":"10013100","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"鹽埔鄉"},"id":"10013100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6477,22.8796],[120.6465,22.8838],[120.645,22.8852],[120.6402,22.883],[120.6366,22.8821],[120.6349,22.8809],[120.6273,22.8789],[120.6212,22.8757],[120.6174,22.8767],[120.6141,22.8765],[120.6054,22.873],[120.5983,22.8671],[120.5952,22.8636],[120.5853,22.8563],[120.5748,22.8482],[120.5696,22.8432],[120.5667,22.8383],[120.565,22.8315],[120.5613,22.8272],[120.5611,22.8258],[120.5631,22.8241],[120.5622,22.8207],[120.5576,22.8165],[120.557,22.8142],[120.5551,22.8109],[120.5555,22.807],[120.545,22.798],[120.5515,22.7915],[120.55,22.7887],[120.5529,22.7855],[120.5525,22.782],[120.5508,22.7789],[120.5481,22.7771],[120.5454,22.7707],[120.5473,22.7697],[120.5539,22.7699],[120.5604,22.773],[120.5679,22.7722],[120.5721,22.7723],[120.5746,22.7715],[120.5774,22.7731],[120.5799,22.7717],[120.5827,22.7713],[120.5838,22.7695],[120.5913,22.7665],[120.5954,22.7642],[120.6007,22.7666],[120.6044,22.7586],[120.6077,22.7566],[120.6125,22.7549],[120.6149,22.7518],[120.6162,22.7477],[120.6166,22.7433],[120.6164,22.7396],[120.619,22.7363],[120.6241,22.7337],[120.6271,22.7302],[120.6307,22.7233],[120.6346,22.7198],[120.6365,22.7216],[120.6381,22.7244],[120.6394,22.7323],[120.6394,22.7356],[120.6346,22.7405],[120.6343,22.7446],[120.6319,22.7473],[120.6323,22.7491],[120.6313,22.7514],[120.6334,22.7555],[120.6334,22.7579],[120.6351,22.7616],[120.6388,22.7642],[120.6413,22.767],[120.6453,22.7696],[120.6441,22.7707],[120.6379,22.7718],[120.6354,22.7745],[120.632,22.7763],[120.6288,22.7763],[120.6309,22.7824],[120.6293,22.7858],[120.6303,22.793],[120.6299,22.7939],[120.6301,22.8042],[120.6291,22.8116],[120.6314,22.8122],[120.6351,22.8145],[120.6343,22.8163],[120.631,22.8174],[120.628,22.8211],[120.6304,22.8285],[120.63,22.8331],[120.6292,22.8363],[120.631,22.8388],[120.6305,22.8433],[120.628,22.8464],[120.6329,22.8485],[120.6351,22.8489],[120.6391,22.8524],[120.6405,22.8548],[120.6401,22.8576],[120.6413,22.8606],[120.643,22.8625],[120.6431,22.8644],[120.6478,22.8732],[120.645,22.8732],[120.6445,22.878],[120.6461,22.88],[120.6477,22.8796]]]},"properties":{"TOWNCODE":"10013110","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"高樹鄉"},"id":"10013110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6298,22.6523],[120.6283,22.6514],[120.6245,22.6517],[120.6223,22.6505],[120.6208,22.645],[120.6211,22.6434],[120.6191,22.6417],[120.6193,22.6401],[120.6172,22.6369],[120.6154,22.6357],[120.6108,22.6351],[120.6056,22.6301],[120.6034,22.6296],[120.5991,22.6258],[120.5974,22.6265],[120.5953,22.6246],[120.5942,22.621],[120.5894,22.6173],[120.5867,22.6158],[120.5881,22.6141],[120.5871,22.6118],[120.5846,22.6112],[120.5847,22.6086],[120.5811,22.608],[120.5784,22.6054],[120.5762,22.6013],[120.5777,22.6003],[120.5765,22.5984],[120.5786,22.5959],[120.5762,22.5949],[120.5746,22.5966],[120.573,22.5936],[120.5731,22.5917],[120.572,22.5884],[120.5706,22.5876],[120.5645,22.5883],[120.5637,22.5861],[120.5668,22.5826],[120.5665,22.5805],[120.5647,22.5794],[120.5602,22.579],[120.5568,22.5809],[120.5543,22.5739],[120.5518,22.5724],[120.5472,22.5708],[120.5451,22.5695],[120.5397,22.5644],[120.54,22.5637],[120.5448,22.5649],[120.547,22.5641],[120.5497,22.566],[120.5554,22.5636],[120.555,22.5613],[120.5567,22.5597],[120.5596,22.5593],[120.5631,22.5575],[120.5646,22.5549],[120.5698,22.5537],[120.572,22.5537],[120.5723,22.5586],[120.5766,22.5582],[120.577,22.5593],[120.5855,22.5605],[120.5869,22.5587],[120.5871,22.5561],[120.5887,22.5536],[120.5872,22.5505],[120.5898,22.5506],[120.5935,22.5491],[120.592,22.5461],[120.6028,22.5414],[120.6053,22.54],[120.5995,22.5255],[120.6056,22.5249],[120.6213,22.5233],[120.6248,22.5265],[120.6314,22.5245],[120.6335,22.5247],[120.6336,22.5248],[120.6335,22.5247],[120.6333,22.5259],[120.6301,22.5265],[120.6266,22.5261],[120.6241,22.5297],[120.6234,22.5373],[120.6247,22.5386],[120.6245,22.5405],[120.6268,22.5427],[120.6244,22.5453],[120.6248,22.5529],[120.6285,22.5559],[120.6313,22.5603],[120.6287,22.5607],[120.6264,22.5669],[120.6269,22.571],[120.6258,22.5745],[120.6297,22.5739],[120.6317,22.5749],[120.631,22.5787],[120.6321,22.5825],[120.632,22.5864],[120.631,22.589],[120.6316,22.5904],[120.6249,22.5913],[120.6239,22.5962],[120.626,22.5983],[120.6279,22.5975],[120.6307,22.5993],[120.632,22.6022],[120.6323,22.6083],[120.6284,22.6087],[120.6288,22.6111],[120.632,22.6137],[120.6308,22.6159],[120.6342,22.6198],[120.6355,22.6205],[120.6365,22.6233],[120.639,22.626],[120.6337,22.6261],[120.6316,22.6247],[120.6262,22.629],[120.6258,22.6372],[120.6267,22.642],[120.6293,22.6445],[120.6278,22.6454],[120.6296,22.6497],[120.6298,22.6523]]]},"properties":{"TOWNCODE":"10013120","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"萬巒鄉"},"id":"10013120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6495,22.7107],[120.6436,22.712],[120.6408,22.712],[120.6386,22.711],[120.6343,22.7111],[120.6291,22.7137],[120.6158,22.7065],[120.607,22.7019],[120.6023,22.6985],[120.5935,22.6908],[120.5873,22.6859],[120.5836,22.6849],[120.5805,22.682],[120.5792,22.6789],[120.5612,22.6637],[120.5573,22.66],[120.5457,22.6501],[120.5445,22.647],[120.5365,22.64],[120.5392,22.6371],[120.5381,22.6356],[120.5383,22.6279],[120.5364,22.6222],[120.5378,22.618],[120.5364,22.6154],[120.5356,22.6042],[120.5365,22.6022],[120.5526,22.6065],[120.5531,22.6008],[120.5545,22.5988],[120.5535,22.5945],[120.5566,22.5908],[120.5576,22.5885],[120.5559,22.5835],[120.5568,22.5809],[120.5602,22.579],[120.5647,22.5794],[120.5665,22.5805],[120.5668,22.5826],[120.5637,22.5861],[120.5645,22.5883],[120.5706,22.5876],[120.572,22.5884],[120.5731,22.5917],[120.573,22.5936],[120.5746,22.5966],[120.5762,22.5949],[120.5786,22.5959],[120.5765,22.5984],[120.5777,22.6003],[120.5762,22.6013],[120.5784,22.6054],[120.5811,22.608],[120.5847,22.6086],[120.5846,22.6112],[120.5871,22.6118],[120.5881,22.6141],[120.5867,22.6158],[120.5894,22.6173],[120.5942,22.621],[120.5953,22.6246],[120.5974,22.6265],[120.5991,22.6258],[120.6034,22.6296],[120.6056,22.6301],[120.6108,22.6351],[120.6154,22.6357],[120.6172,22.6369],[120.6193,22.6401],[120.6191,22.6417],[120.6211,22.6434],[120.6208,22.645],[120.6223,22.6505],[120.6245,22.6517],[120.6283,22.6514],[120.6298,22.6523],[120.6319,22.653],[120.6306,22.6607],[120.6326,22.6622],[120.6337,22.6674],[120.6328,22.6702],[120.6335,22.6733],[120.6358,22.6767],[120.6352,22.68],[120.6361,22.6809],[120.6345,22.6837],[120.638,22.6861],[120.6383,22.6881],[120.6365,22.6897],[120.64,22.6919],[120.6427,22.6948],[120.6477,22.6975],[120.6487,22.6997],[120.6512,22.7028],[120.6495,22.7107]]]},"properties":{"TOWNCODE":"10013130","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"內埔鄉"},"id":"10013130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6336,22.5248],[120.6335,22.5247],[120.6314,22.5245],[120.6248,22.5265],[120.6213,22.5233],[120.6056,22.5249],[120.6038,22.5211],[120.6017,22.5211],[120.5892,22.5174],[120.5883,22.5189],[120.5822,22.5169],[120.5823,22.5155],[120.5698,22.5122],[120.5695,22.5118],[120.5604,22.5102],[120.5564,22.509],[120.5476,22.5093],[120.5462,22.5108],[120.5402,22.5106],[120.5395,22.5098],[120.5333,22.5079],[120.5299,22.5034],[120.5299,22.5019],[120.5307,22.4983],[120.5361,22.4984],[120.5361,22.4957],[120.5379,22.4953],[120.5417,22.4912],[120.5463,22.4892],[120.5464,22.487],[120.5452,22.486],[120.5443,22.483],[120.5424,22.4816],[120.5408,22.4779],[120.5425,22.4775],[120.5428,22.4679],[120.54,22.465],[120.5415,22.4631],[120.5447,22.4631],[120.5474,22.4608],[120.553,22.4609],[120.5611,22.4618],[120.5666,22.4603],[120.573,22.4605],[120.5766,22.4577],[120.5788,22.4566],[120.5808,22.4544],[120.5851,22.4531],[120.5976,22.4477],[120.6012,22.4465],[120.6062,22.446],[120.6091,22.4452],[120.6105,22.4484],[120.6164,22.448],[120.6208,22.4499],[120.6216,22.4491],[120.6245,22.4517],[120.6208,22.4531],[120.6185,22.4525],[120.6163,22.454],[120.6176,22.4617],[120.6173,22.4651],[120.6162,22.4687],[120.6163,22.474],[120.6212,22.4775],[120.6223,22.479],[120.6215,22.481],[120.6189,22.4839],[120.6191,22.486],[120.6172,22.4885],[120.6195,22.4909],[120.6227,22.4922],[120.6231,22.4936],[120.62,22.4952],[120.6199,22.499],[120.6212,22.501],[120.6205,22.5049],[120.6231,22.5105],[120.6292,22.5187],[120.6316,22.5213],[120.6306,22.5225],[120.6336,22.5248]]]},"properties":{"TOWNCODE":"10013150","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"新埤鄉"},"id":"10013150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5299,22.5034],[120.5301,22.5067],[120.5294,22.5113],[120.5262,22.511],[120.5255,22.5145],[120.5241,22.5144],[120.5234,22.5185],[120.5251,22.5187],[120.526,22.5219],[120.5252,22.5259],[120.5238,22.526],[120.5234,22.534],[120.5194,22.5384],[120.5199,22.5408],[120.5222,22.5417],[120.5237,22.5436],[120.5232,22.5469],[120.5204,22.5475],[120.5178,22.5457],[120.5145,22.5458],[120.5086,22.5467],[120.5081,22.5448],[120.5042,22.5427],[120.5029,22.54],[120.4995,22.5385],[120.497,22.5395],[120.4949,22.535],[120.4923,22.5327],[120.4923,22.5305],[120.491,22.5287],[120.4884,22.5277],[120.4861,22.525],[120.4844,22.5267],[120.4809,22.5244],[120.481,22.5219],[120.4766,22.5203],[120.4717,22.5168],[120.4676,22.5106],[120.4655,22.5058],[120.4673,22.4998],[120.4666,22.4964],[120.4682,22.493],[120.4686,22.4894],[120.4703,22.4914],[120.4741,22.4933],[120.4767,22.4954],[120.477,22.4987],[120.4799,22.5005],[120.4885,22.4986],[120.4905,22.4937],[120.4931,22.492],[120.4948,22.4916],[120.4987,22.493],[120.5021,22.4934],[120.5082,22.4915],[120.5097,22.4937],[120.5097,22.4964],[120.5128,22.497],[120.518,22.4949],[120.5219,22.4957],[120.5234,22.4996],[120.5233,22.5025],[120.5265,22.5035],[120.5299,22.5019],[120.5299,22.5034]]]},"properties":{"TOWNCODE":"10013180","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"崁頂鄉"},"id":"10013180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5299,22.5019],[120.5265,22.5035],[120.5233,22.5025],[120.5234,22.4996],[120.5219,22.4957],[120.518,22.4949],[120.5128,22.497],[120.5097,22.4964],[120.5097,22.4937],[120.5082,22.4915],[120.5021,22.4934],[120.4987,22.493],[120.4948,22.4916],[120.4931,22.492],[120.4911,22.4883],[120.4894,22.4882],[120.4891,22.4837],[120.4872,22.4806],[120.4876,22.4772],[120.4875,22.4722],[120.4903,22.4727],[120.4913,22.4746],[120.4986,22.4757],[120.5013,22.4738],[120.5005,22.4699],[120.502,22.4654],[120.5017,22.4605],[120.5045,22.4601],[120.5082,22.4605],[120.5089,22.4587],[120.5134,22.459],[120.5203,22.4603],[120.5289,22.461],[120.5288,22.4642],[120.5362,22.4671],[120.5363,22.4685],[120.5428,22.4679],[120.5425,22.4775],[120.5408,22.4779],[120.5424,22.4816],[120.5443,22.483],[120.5452,22.486],[120.5464,22.487],[120.5463,22.4892],[120.5417,22.4912],[120.5379,22.4953],[120.5361,22.4957],[120.5361,22.4984],[120.5307,22.4983],[120.5299,22.5019]]]},"properties":{"TOWNCODE":"10013200","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"南州鄉"},"id":"10013200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3796,22.356],[120.377,22.3557],[120.3721,22.3532],[120.3674,22.3521],[120.3656,22.3509],[120.3638,22.3483],[120.3609,22.346],[120.3626,22.3434],[120.3632,22.34],[120.3617,22.3388],[120.3603,22.3347],[120.3549,22.3309],[120.3536,22.3294],[120.3531,22.3258],[120.3541,22.3237],[120.3574,22.3222],[120.3599,22.3222],[120.3631,22.3236],[120.3674,22.3263],[120.3715,22.3311],[120.3755,22.3336],[120.3768,22.3357],[120.3861,22.3412],[120.388,22.3427],[120.389,22.3495],[120.3885,22.3507],[120.3851,22.3519],[120.3796,22.356]]]},"properties":{"TOWNCODE":"10013220","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"琉球鄉"},"id":"10013220"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7742,22.838],[120.7729,22.8411],[120.7715,22.8419],[120.7699,22.8446],[120.7685,22.8452],[120.7661,22.8486],[120.7642,22.849],[120.7622,22.8568],[120.7591,22.8606],[120.7566,22.8622],[120.7539,22.8652],[120.75,22.8653],[120.7466,22.8678],[120.7462,22.8694],[120.7427,22.8736],[120.7332,22.8753],[120.7286,22.8778],[120.7248,22.8809],[120.7205,22.882],[120.7159,22.8808],[120.7098,22.8811],[120.7083,22.8816],[120.7045,22.8807],[120.7025,22.8792],[120.702,22.8774],[120.6979,22.8731],[120.692,22.8685],[120.6904,22.8648],[120.6862,22.8647],[120.6848,22.8638],[120.6789,22.8627],[120.677,22.8575],[120.6726,22.8564],[120.6697,22.857],[120.6686,22.8587],[120.6643,22.8588],[120.6609,22.8597],[120.6596,22.8615],[120.6587,22.8659],[120.6597,22.87],[120.6584,22.8743],[120.6581,22.8797],[120.6557,22.8817],[120.6532,22.8804],[120.651,22.8772],[120.6491,22.877],[120.6477,22.8796],[120.6461,22.88],[120.6445,22.878],[120.645,22.8732],[120.6478,22.8732],[120.6431,22.8644],[120.643,22.8625],[120.6413,22.8606],[120.6401,22.8576],[120.6405,22.8548],[120.6391,22.8524],[120.6351,22.8489],[120.6329,22.8485],[120.628,22.8464],[120.6305,22.8433],[120.631,22.8388],[120.6292,22.8363],[120.63,22.8331],[120.6304,22.8285],[120.628,22.8211],[120.631,22.8174],[120.6343,22.8163],[120.6351,22.8145],[120.6314,22.8122],[120.6291,22.8116],[120.6301,22.8042],[120.6299,22.7939],[120.6303,22.793],[120.6293,22.7858],[120.6309,22.7824],[120.6288,22.7763],[120.632,22.7763],[120.6354,22.7745],[120.6379,22.7718],[120.6441,22.7707],[120.6453,22.7696],[120.6413,22.767],[120.6388,22.7642],[120.6351,22.7616],[120.6334,22.7579],[120.6334,22.7555],[120.6313,22.7514],[120.6323,22.7491],[120.6319,22.7473],[120.6343,22.7446],[120.6346,22.7405],[120.6394,22.7356],[120.6394,22.7323],[120.6381,22.7244],[120.6365,22.7216],[120.6346,22.7198],[120.6331,22.7159],[120.6291,22.7137],[120.6343,22.7111],[120.6386,22.711],[120.6408,22.712],[120.6436,22.712],[120.6495,22.7107],[120.6552,22.7094],[120.6572,22.7136],[120.6599,22.7138],[120.6611,22.7115],[120.66,22.7081],[120.6624,22.7066],[120.6635,22.7089],[120.6654,22.7094],[120.6687,22.7079],[120.6732,22.7048],[120.6756,22.7064],[120.6775,22.7065],[120.6785,22.7031],[120.6814,22.6994],[120.685,22.6998],[120.687,22.6989],[120.6877,22.6965],[120.6917,22.6979],[120.6942,22.6964],[120.6964,22.6934],[120.7011,22.6936],[120.7033,22.692],[120.7067,22.6912],[120.7071,22.6955],[120.71,22.6994],[120.7096,22.7013],[120.7109,22.7041],[120.7131,22.7068],[120.7127,22.7093],[120.715,22.7162],[120.7134,22.7193],[120.7101,22.721],[120.7059,22.7251],[120.7029,22.7268],[120.7044,22.7305],[120.7031,22.7349],[120.7039,22.7364],[120.7027,22.7388],[120.7028,22.7425],[120.7018,22.7457],[120.704,22.7474],[120.712,22.7492],[120.7141,22.749],[120.716,22.7462],[120.7197,22.7495],[120.7186,22.7537],[120.7187,22.7579],[120.7169,22.7624],[120.7145,22.7665],[120.7146,22.7684],[120.7126,22.7688],[120.711,22.7723],[120.7159,22.7766],[120.7181,22.7779],[120.7217,22.7815],[120.7229,22.7834],[120.7265,22.7845],[120.7274,22.7881],[120.7269,22.791],[120.7298,22.7944],[120.7334,22.796],[120.7359,22.8039],[120.7397,22.811],[120.7407,22.8138],[120.7407,22.8169],[120.7395,22.8221],[120.744,22.8235],[120.7467,22.8252],[120.7525,22.827],[120.7581,22.8304],[120.7619,22.8296],[120.7631,22.8315],[120.7679,22.8321],[120.7728,22.8355],[120.7742,22.838]]]},"properties":{"TOWNCODE":"10013260","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"三地門鄉"},"id":"10013260"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8646,22.8431],[120.862,22.8474],[120.8594,22.8492],[120.86,22.8512],[120.857,22.853],[120.8562,22.8551],[120.853,22.8576],[120.8478,22.8518],[120.8438,22.8534],[120.8413,22.8568],[120.8417,22.8585],[120.8399,22.8617],[120.8373,22.8642],[120.8355,22.8645],[120.833,22.8663],[120.829,22.8657],[120.8261,22.8664],[120.823,22.8657],[120.8191,22.8623],[120.8163,22.8622],[120.8142,22.8605],[120.8138,22.8577],[120.8071,22.8549],[120.8026,22.8524],[120.8011,22.851],[120.7937,22.8522],[120.7917,22.8484],[120.793,22.8423],[120.7902,22.8401],[120.7858,22.8399],[120.7815,22.8361],[120.7793,22.8352],[120.7774,22.8357],[120.7742,22.838],[120.7728,22.8355],[120.7679,22.8321],[120.7631,22.8315],[120.7619,22.8296],[120.7581,22.8304],[120.7525,22.827],[120.7467,22.8252],[120.744,22.8235],[120.7395,22.8221],[120.7407,22.8169],[120.7407,22.8138],[120.7397,22.811],[120.7359,22.8039],[120.7334,22.796],[120.7298,22.7944],[120.7269,22.791],[120.7274,22.7881],[120.7265,22.7845],[120.7229,22.7834],[120.7217,22.7815],[120.7181,22.7779],[120.7159,22.7766],[120.711,22.7723],[120.7126,22.7688],[120.7146,22.7684],[120.7145,22.7665],[120.7169,22.7624],[120.7187,22.7579],[120.7186,22.7537],[120.7197,22.7495],[120.716,22.7462],[120.7141,22.749],[120.712,22.7492],[120.704,22.7474],[120.7018,22.7457],[120.7028,22.7425],[120.7027,22.7388],[120.7039,22.7364],[120.7031,22.7349],[120.7044,22.7305],[120.7029,22.7268],[120.7059,22.7251],[120.7101,22.721],[120.7134,22.7193],[120.715,22.7162],[120.7127,22.7093],[120.7131,22.7068],[120.7109,22.7041],[120.7096,22.7013],[120.71,22.6994],[120.7071,22.6955],[120.7067,22.6912],[120.7092,22.6887],[120.7121,22.6882],[120.7126,22.6861],[120.7147,22.6863],[120.7204,22.6902],[120.7243,22.6876],[120.7249,22.6853],[120.7307,22.6846],[120.7316,22.6821],[120.7359,22.6839],[120.7387,22.6837],[120.7441,22.6814],[120.745,22.6794],[120.7438,22.677],[120.7449,22.6727],[120.7471,22.6696],[120.75,22.6666],[120.7509,22.6646],[120.7494,22.6584],[120.7469,22.6555],[120.7489,22.6505],[120.7507,22.6493],[120.7522,22.6424],[120.7546,22.6405],[120.7588,22.6344],[120.7601,22.631],[120.7613,22.6298],[120.7631,22.6311],[120.7642,22.6337],[120.7677,22.6362],[120.7689,22.6388],[120.772,22.6422],[120.7738,22.6462],[120.777,22.6501],[120.7798,22.6525],[120.7829,22.657],[120.7864,22.663],[120.7863,22.6722],[120.7886,22.6759],[120.7916,22.6792],[120.7895,22.6832],[120.7894,22.6869],[120.7867,22.6927],[120.7891,22.6933],[120.7919,22.6916],[120.7949,22.6909],[120.7977,22.6891],[120.808,22.6892],[120.8093,22.6884],[120.8108,22.6916],[120.8133,22.6921],[120.8191,22.691],[120.819,22.6948],[120.8199,22.6956],[120.8261,22.6959],[120.8276,22.6974],[120.835,22.6966],[120.8372,22.6973],[120.8383,22.6989],[120.838,22.7018],[120.8397,22.704],[120.8402,22.7067],[120.8431,22.7075],[120.8424,22.7096],[120.8442,22.7106],[120.8487,22.717],[120.8526,22.7169],[120.8551,22.7175],[120.8586,22.7136],[120.8614,22.7167],[120.8672,22.7169],[120.8691,22.7159],[120.8724,22.717],[120.8755,22.7172],[120.8792,22.7161],[120.8835,22.7171],[120.8874,22.7227],[120.8883,22.7267],[120.891,22.7287],[120.8924,22.7329],[120.8924,22.7356],[120.8947,22.7376],[120.8955,22.7421],[120.8942,22.7442],[120.8954,22.7482],[120.8941,22.7516],[120.8956,22.7557],[120.8945,22.7591],[120.8949,22.7623],[120.8934,22.7637],[120.8931,22.7663],[120.9005,22.7698],[120.9013,22.7723],[120.9032,22.7738],[120.9035,22.7775],[120.9032,22.7805],[120.9042,22.7832],[120.9017,22.7875],[120.9033,22.7934],[120.903,22.7969],[120.9037,22.7982],[120.9017,22.8033],[120.8993,22.8047],[120.8965,22.808],[120.8944,22.8085],[120.891,22.8117],[120.889,22.8118],[120.8816,22.8145],[120.8773,22.8131],[120.8747,22.8153],[120.8717,22.8148],[120.8684,22.8171],[120.8668,22.8197],[120.8647,22.8253],[120.8616,22.8267],[120.8646,22.8322],[120.8653,22.8361],[120.864,22.8398],[120.8646,22.8431]]]},"properties":{"TOWNCODE":"10013270","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"霧臺鄉"},"id":"10013270"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7067,22.6912],[120.7033,22.692],[120.7011,22.6936],[120.6964,22.6934],[120.6942,22.6964],[120.6917,22.6979],[120.6877,22.6965],[120.687,22.6989],[120.685,22.6998],[120.6814,22.6994],[120.6785,22.7031],[120.6775,22.7065],[120.6756,22.7064],[120.6732,22.7048],[120.6687,22.7079],[120.6654,22.7094],[120.6635,22.7089],[120.6624,22.7066],[120.66,22.7081],[120.6611,22.7115],[120.6599,22.7138],[120.6572,22.7136],[120.6552,22.7094],[120.6495,22.7107],[120.6512,22.7028],[120.6487,22.6997],[120.6477,22.6975],[120.6427,22.6948],[120.64,22.6919],[120.6365,22.6897],[120.6383,22.6881],[120.638,22.6861],[120.6345,22.6837],[120.6361,22.6809],[120.6352,22.68],[120.6358,22.6767],[120.6335,22.6733],[120.6328,22.6702],[120.6337,22.6674],[120.6326,22.6622],[120.6306,22.6607],[120.6319,22.653],[120.6298,22.6523],[120.6296,22.6497],[120.6278,22.6454],[120.6293,22.6445],[120.6267,22.642],[120.6258,22.6372],[120.6262,22.629],[120.6316,22.6247],[120.6326,22.6273],[120.6364,22.6286],[120.6373,22.6315],[120.6397,22.6327],[120.6396,22.634],[120.6419,22.6358],[120.6429,22.6399],[120.6451,22.6406],[120.6471,22.6432],[120.6497,22.6428],[120.6507,22.6453],[120.6543,22.6455],[120.6586,22.6419],[120.6611,22.6435],[120.6636,22.6462],[120.6654,22.6458],[120.6678,22.6472],[120.6691,22.6493],[120.6774,22.6507],[120.6861,22.6463],[120.692,22.6457],[120.6931,22.6446],[120.6976,22.6425],[120.6976,22.6462],[120.6957,22.6505],[120.693,22.6535],[120.6934,22.6544],[120.7002,22.655],[120.7012,22.6556],[120.7165,22.6568],[120.7199,22.6567],[120.721,22.6581],[120.7243,22.6572],[120.7253,22.6555],[120.7292,22.6539],[120.7312,22.6538],[120.7351,22.6509],[120.7401,22.6527],[120.7439,22.6553],[120.7469,22.6555],[120.7494,22.6584],[120.7509,22.6646],[120.75,22.6666],[120.7471,22.6696],[120.7449,22.6727],[120.7438,22.677],[120.745,22.6794],[120.7441,22.6814],[120.7387,22.6837],[120.7359,22.6839],[120.7316,22.6821],[120.7307,22.6846],[120.7249,22.6853],[120.7243,22.6876],[120.7204,22.6902],[120.7147,22.6863],[120.7126,22.6861],[120.7121,22.6882],[120.7092,22.6887],[120.7067,22.6912]]]},"properties":{"TOWNCODE":"10013280","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"瑪家鄉"},"id":"10013280"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7469,22.6555],[120.7439,22.6553],[120.7401,22.6527],[120.7351,22.6509],[120.7312,22.6538],[120.7292,22.6539],[120.7253,22.6555],[120.7243,22.6572],[120.721,22.6581],[120.7199,22.6567],[120.7165,22.6568],[120.7012,22.6556],[120.7002,22.655],[120.6934,22.6544],[120.693,22.6535],[120.6957,22.6505],[120.6976,22.6462],[120.6976,22.6425],[120.6931,22.6446],[120.692,22.6457],[120.6861,22.6463],[120.6774,22.6507],[120.6691,22.6493],[120.6678,22.6472],[120.6654,22.6458],[120.6636,22.6462],[120.6611,22.6435],[120.6586,22.6419],[120.6543,22.6455],[120.6507,22.6453],[120.6497,22.6428],[120.6471,22.6432],[120.6451,22.6406],[120.6429,22.6399],[120.6419,22.6358],[120.6396,22.634],[120.6397,22.6327],[120.6373,22.6315],[120.6364,22.6286],[120.6326,22.6273],[120.6316,22.6247],[120.6337,22.6261],[120.639,22.626],[120.6365,22.6233],[120.6355,22.6205],[120.6342,22.6198],[120.6308,22.6159],[120.632,22.6137],[120.6288,22.6111],[120.6284,22.6087],[120.6323,22.6083],[120.632,22.6022],[120.6307,22.5993],[120.6279,22.5975],[120.626,22.5983],[120.6239,22.5962],[120.6249,22.5913],[120.6316,22.5904],[120.631,22.589],[120.632,22.5864],[120.6321,22.5825],[120.631,22.5787],[120.6317,22.5749],[120.6297,22.5739],[120.6258,22.5745],[120.6269,22.571],[120.6264,22.5669],[120.6287,22.5607],[120.6313,22.5603],[120.6285,22.5559],[120.6248,22.5529],[120.6244,22.5453],[120.6268,22.5427],[120.6282,22.5407],[120.6308,22.5388],[120.6379,22.5408],[120.6404,22.5383],[120.6444,22.5399],[120.6442,22.543],[120.6466,22.5487],[120.6467,22.5525],[120.6457,22.5557],[120.6456,22.5614],[120.6489,22.5649],[120.6498,22.5691],[120.6513,22.5668],[120.6537,22.5649],[120.6565,22.5646],[120.6586,22.5635],[120.6617,22.5632],[120.6691,22.565],[120.6743,22.5624],[120.6764,22.5622],[120.6788,22.5636],[120.681,22.562],[120.687,22.5596],[120.6912,22.5593],[120.6935,22.5574],[120.6966,22.5594],[120.699,22.562],[120.7027,22.5607],[120.7051,22.5634],[120.7092,22.562],[120.7118,22.5631],[120.7155,22.5634],[120.7185,22.5603],[120.7241,22.5621],[120.7268,22.5614],[120.7294,22.5625],[120.7369,22.5601],[120.74,22.5583],[120.7396,22.5625],[120.7415,22.5687],[120.748,22.5711],[120.7488,22.5723],[120.7493,22.5773],[120.7486,22.5803],[120.7465,22.5846],[120.7458,22.5896],[120.7484,22.5933],[120.7523,22.5971],[120.7547,22.6008],[120.7541,22.6044],[120.7541,22.6086],[120.7529,22.6121],[120.7545,22.6161],[120.758,22.6231],[120.761,22.6258],[120.7613,22.6298],[120.7601,22.631],[120.7588,22.6344],[120.7546,22.6405],[120.7522,22.6424],[120.7507,22.6493],[120.7489,22.6505],[120.7469,22.6555]]]},"properties":{"TOWNCODE":"10013290","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"泰武鄉"},"id":"10013290"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.74,22.5583],[120.7369,22.5601],[120.7294,22.5625],[120.7268,22.5614],[120.7241,22.5621],[120.7185,22.5603],[120.7155,22.5634],[120.7118,22.5631],[120.7092,22.562],[120.7051,22.5634],[120.7027,22.5607],[120.699,22.562],[120.6966,22.5594],[120.6935,22.5574],[120.6912,22.5593],[120.687,22.5596],[120.681,22.562],[120.6788,22.5636],[120.6764,22.5622],[120.6743,22.5624],[120.6691,22.565],[120.6617,22.5632],[120.6586,22.5635],[120.6565,22.5646],[120.6537,22.5649],[120.6513,22.5668],[120.6498,22.5691],[120.6489,22.5649],[120.6456,22.5614],[120.6457,22.5557],[120.6467,22.5525],[120.6466,22.5487],[120.6442,22.543],[120.6444,22.5399],[120.6404,22.5383],[120.6379,22.5408],[120.6308,22.5388],[120.6282,22.5407],[120.6268,22.5427],[120.6245,22.5405],[120.6247,22.5386],[120.6234,22.5373],[120.6241,22.5297],[120.6266,22.5261],[120.6301,22.5265],[120.6333,22.5259],[120.6335,22.5247],[120.6336,22.5248],[120.6306,22.5225],[120.6316,22.5213],[120.6292,22.5187],[120.6231,22.5105],[120.6205,22.5049],[120.6212,22.501],[120.6199,22.499],[120.62,22.4952],[120.6231,22.4936],[120.6227,22.4922],[120.6195,22.4909],[120.6172,22.4885],[120.6191,22.486],[120.6189,22.4839],[120.6215,22.481],[120.6223,22.479],[120.6212,22.4775],[120.6163,22.474],[120.6162,22.4687],[120.6173,22.4651],[120.6176,22.4617],[120.6163,22.454],[120.6185,22.4525],[120.6208,22.4531],[120.6245,22.4517],[120.6216,22.4491],[120.6208,22.4499],[120.6164,22.448],[120.6105,22.4484],[120.6091,22.4452],[120.6122,22.4445],[120.6174,22.4417],[120.6201,22.4396],[120.624,22.4392],[120.6274,22.4382],[120.6326,22.4358],[120.6372,22.433],[120.6416,22.4327],[120.645,22.4365],[120.6451,22.4392],[120.6474,22.4419],[120.6502,22.4431],[120.6523,22.4431],[120.6583,22.4416],[120.6594,22.44],[120.6697,22.4421],[120.6729,22.4463],[120.6774,22.4467],[120.6792,22.4458],[120.6857,22.4467],[120.692,22.4495],[120.6941,22.4512],[120.6977,22.4573],[120.6971,22.4591],[120.699,22.4646],[120.6988,22.4686],[120.7011,22.4709],[120.7083,22.467],[120.7124,22.4676],[120.7149,22.4689],[120.7197,22.4684],[120.7236,22.4646],[120.7234,22.4606],[120.7254,22.4596],[120.7266,22.4543],[120.7294,22.451],[120.7298,22.4462],[120.7306,22.4452],[120.7357,22.4463],[120.7382,22.4488],[120.7407,22.4498],[120.7432,22.4528],[120.7443,22.4552],[120.7466,22.4563],[120.7502,22.4562],[120.7515,22.4585],[120.7516,22.4642],[120.7542,22.4694],[120.7542,22.4731],[120.7515,22.4797],[120.7575,22.4818],[120.7586,22.4884],[120.7613,22.4889],[120.7637,22.4909],[120.7643,22.4944],[120.7627,22.5011],[120.7609,22.5034],[120.7571,22.5089],[120.7536,22.511],[120.7528,22.519],[120.7513,22.5224],[120.7517,22.5253],[120.7501,22.5286],[120.75,22.534],[120.748,22.5385],[120.7457,22.5407],[120.7394,22.5517],[120.7391,22.554],[120.74,22.5583]]]},"properties":{"TOWNCODE":"10013300","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"來義鄉"},"id":"10013300"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7515,22.4585],[120.7502,22.4562],[120.7466,22.4563],[120.7443,22.4552],[120.7432,22.4528],[120.7407,22.4498],[120.7382,22.4488],[120.7357,22.4463],[120.7306,22.4452],[120.7298,22.4462],[120.7294,22.451],[120.7266,22.4543],[120.7254,22.4596],[120.7234,22.4606],[120.7236,22.4646],[120.7197,22.4684],[120.7149,22.4689],[120.7124,22.4676],[120.7083,22.467],[120.7011,22.4709],[120.6988,22.4686],[120.699,22.4646],[120.6971,22.4591],[120.6977,22.4573],[120.6941,22.4512],[120.692,22.4495],[120.6857,22.4467],[120.6792,22.4458],[120.6774,22.4467],[120.6729,22.4463],[120.6697,22.4421],[120.6594,22.44],[120.6583,22.4416],[120.6523,22.4431],[120.6502,22.4431],[120.6474,22.4419],[120.6451,22.4392],[120.645,22.4365],[120.6416,22.4327],[120.6372,22.433],[120.6326,22.4358],[120.633,22.4342],[120.6309,22.4318],[120.6297,22.4277],[120.6241,22.4255],[120.6233,22.4215],[120.6278,22.4222],[120.6283,22.4174],[120.6321,22.4144],[120.6284,22.4097],[120.6249,22.4074],[120.6257,22.4032],[120.6295,22.4023],[120.6288,22.4011],[120.6309,22.3992],[120.6333,22.3986],[120.6331,22.3969],[120.6353,22.3951],[120.6356,22.3934],[120.6329,22.3931],[120.6308,22.3954],[120.6273,22.3942],[120.6244,22.3939],[120.6231,22.3912],[120.6188,22.3914],[120.6169,22.3895],[120.6176,22.3882],[120.616,22.3866],[120.6183,22.3853],[120.6182,22.3767],[120.6194,22.3763],[120.6201,22.3734],[120.6231,22.3693],[120.6207,22.369],[120.6179,22.3706],[120.6201,22.3659],[120.6202,22.3635],[120.6214,22.3618],[120.6247,22.3624],[120.6268,22.3592],[120.6291,22.3584],[120.6339,22.3593],[120.6391,22.359],[120.6402,22.3552],[120.6414,22.3519],[120.6433,22.3494],[120.6453,22.3483],[120.6487,22.3491],[120.6509,22.3463],[120.6547,22.345],[120.6562,22.3428],[120.6593,22.3411],[120.661,22.3433],[120.6604,22.3451],[120.6623,22.3468],[120.6653,22.3453],[120.6672,22.3456],[120.6688,22.3444],[120.6726,22.3446],[120.6748,22.3435],[120.677,22.3444],[120.6827,22.3442],[120.6876,22.3412],[120.6893,22.3428],[120.6894,22.3456],[120.6952,22.348],[120.6983,22.3476],[120.7024,22.3485],[120.708,22.3536],[120.7089,22.3534],[120.7136,22.3555],[120.7194,22.3548],[120.7243,22.3581],[120.7268,22.359],[120.7292,22.3613],[120.7338,22.367],[120.7397,22.3668],[120.7435,22.3673],[120.7448,22.3702],[120.7475,22.3714],[120.7488,22.3732],[120.7487,22.3801],[120.7505,22.3841],[120.7546,22.3866],[120.7565,22.3884],[120.7521,22.3927],[120.7538,22.3964],[120.7576,22.3981],[120.7554,22.4033],[120.7627,22.4069],[120.7649,22.4089],[120.7688,22.4084],[120.7706,22.4069],[120.7734,22.4069],[120.7753,22.4096],[120.7773,22.4089],[120.78,22.4093],[120.7846,22.4128],[120.7877,22.4168],[120.7882,22.4194],[120.7869,22.4252],[120.7849,22.4279],[120.7828,22.4333],[120.7803,22.4371],[120.7768,22.44],[120.7751,22.4433],[120.7765,22.4489],[120.7759,22.4504],[120.7687,22.4526],[120.7655,22.4529],[120.7591,22.4573],[120.7542,22.4573],[120.7515,22.4585]]]},"properties":{"TOWNCODE":"10013310","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"春日鄉"},"id":"10013310"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7435,22.3673],[120.7397,22.3668],[120.7338,22.367],[120.7292,22.3613],[120.7268,22.359],[120.7243,22.3581],[120.7194,22.3548],[120.7136,22.3555],[120.7089,22.3534],[120.708,22.3536],[120.7024,22.3485],[120.6983,22.3476],[120.6952,22.348],[120.6894,22.3456],[120.6893,22.3428],[120.6876,22.3412],[120.6827,22.3442],[120.677,22.3444],[120.6748,22.3435],[120.6726,22.3446],[120.6688,22.3444],[120.6672,22.3456],[120.6653,22.3453],[120.6623,22.3468],[120.6604,22.3451],[120.661,22.3433],[120.6593,22.3411],[120.6562,22.3428],[120.6547,22.345],[120.6509,22.3463],[120.6487,22.3491],[120.6453,22.3483],[120.6433,22.3494],[120.6414,22.3519],[120.6358,22.3514],[120.6307,22.3483],[120.6287,22.3478],[120.625,22.3456],[120.6253,22.3437],[120.6274,22.3436],[120.6303,22.3409],[120.6289,22.3399],[120.6304,22.3349],[120.6334,22.329],[120.6337,22.3255],[120.6364,22.3216],[120.6363,22.3178],[120.6394,22.3117],[120.6414,22.3091],[120.6461,22.3107],[120.6484,22.3098],[120.6482,22.3083],[120.6448,22.305],[120.6455,22.2909],[120.6448,22.2894],[120.646,22.2852],[120.6484,22.2812],[120.6506,22.2729],[120.6529,22.269],[120.6533,22.266],[120.6565,22.2659],[120.6598,22.2667],[120.6622,22.266],[120.662,22.2634],[120.6643,22.2631],[120.6661,22.2645],[120.6723,22.2634],[120.6724,22.2605],[120.669,22.2617],[120.6638,22.2589],[120.661,22.2581],[120.6628,22.2561],[120.6654,22.2516],[120.6654,22.2504],[120.6707,22.2439],[120.6713,22.2394],[120.6699,22.2381],[120.6724,22.2348],[120.6744,22.2306],[120.6768,22.2281],[120.676,22.2259],[120.6783,22.2243],[120.6776,22.2224],[120.6789,22.2191],[120.6827,22.216],[120.6849,22.213],[120.6871,22.2112],[120.6902,22.2072],[120.6928,22.2067],[120.6959,22.21],[120.7047,22.2113],[120.7068,22.2132],[120.7116,22.2122],[120.7172,22.2074],[120.7145,22.2076],[120.7068,22.2064],[120.7063,22.2051],[120.7035,22.2037],[120.7051,22.2013],[120.7042,22.1993],[120.7008,22.1999],[120.6996,22.2023],[120.6953,22.1977],[120.6971,22.1936],[120.6959,22.193],[120.6964,22.1898],[120.6939,22.1864],[120.6946,22.1834],[120.6928,22.1814],[120.6954,22.175],[120.6947,22.1716],[120.6964,22.1687],[120.6972,22.1645],[120.6985,22.1617],[120.6989,22.1585],[120.7003,22.1579],[120.6995,22.1555],[120.7005,22.1543],[120.7014,22.1459],[120.7003,22.1426],[120.7038,22.1427],[120.7061,22.1371],[120.7085,22.1323],[120.7151,22.1248],[120.7175,22.1234],[120.7185,22.1215],[120.7176,22.1158],[120.7154,22.1126],[120.7158,22.1114],[120.7215,22.1132],[120.7239,22.1159],[120.7284,22.1161],[120.7321,22.1181],[120.736,22.1183],[120.7361,22.1183],[120.736,22.1183],[120.7366,22.1205],[120.735,22.13],[120.7355,22.1349],[120.7374,22.1396],[120.7363,22.1417],[120.7372,22.1444],[120.7372,22.1473],[120.7382,22.1483],[120.7382,22.1509],[120.7372,22.1523],[120.7374,22.1565],[120.7344,22.1592],[120.7331,22.1641],[120.735,22.1675],[120.7326,22.1746],[120.7367,22.1763],[120.7384,22.175],[120.7425,22.1756],[120.7449,22.1772],[120.7509,22.1779],[120.7551,22.1766],[120.7587,22.1782],[120.7614,22.1808],[120.7677,22.1844],[120.7693,22.1868],[120.7735,22.1897],[120.7777,22.1914],[120.7803,22.1943],[120.782,22.1941],[120.7839,22.1955],[120.7865,22.1961],[120.7906,22.196],[120.7928,22.1977],[120.7968,22.1977],[120.7994,22.201],[120.8018,22.2029],[120.8078,22.2041],[120.8114,22.2037],[120.8135,22.2047],[120.8151,22.2079],[120.8181,22.2073],[120.8219,22.2076],[120.8241,22.2069],[120.8257,22.2087],[120.829,22.209],[120.8324,22.2114],[120.8337,22.2111],[120.838,22.2135],[120.8434,22.2136],[120.8485,22.2132],[120.8501,22.2116],[120.854,22.2107],[120.8581,22.2111],[120.861,22.2097],[120.8636,22.2112],[120.8659,22.2111],[120.8669,22.2125],[120.8671,22.216],[120.8652,22.218],[120.8662,22.2203],[120.8678,22.2208],[120.8667,22.2251],[120.8672,22.2265],[120.8664,22.2298],[120.8623,22.2313],[120.8643,22.2338],[120.8616,22.2375],[120.859,22.2386],[120.8585,22.2409],[120.8555,22.2415],[120.8508,22.2437],[120.8463,22.2435],[120.8449,22.2428],[120.8414,22.2446],[120.8396,22.2436],[120.8361,22.2455],[120.8346,22.2454],[120.8325,22.2473],[120.8315,22.2501],[120.826,22.2565],[120.8229,22.2577],[120.8156,22.263],[120.8094,22.2607],[120.8082,22.2595],[120.8061,22.2598],[120.7991,22.2572],[120.7986,22.2638],[120.7994,22.2654],[120.7962,22.2678],[120.7964,22.2703],[120.7981,22.2744],[120.798,22.2763],[120.8006,22.2774],[120.8068,22.2772],[120.8055,22.2841],[120.8007,22.2842],[120.7992,22.2854],[120.7967,22.2851],[120.7934,22.2857],[120.7911,22.2882],[120.7911,22.2907],[120.7887,22.294],[120.7813,22.2947],[120.7777,22.298],[120.7768,22.3026],[120.7782,22.3085],[120.7832,22.3095],[120.7871,22.3092],[120.793,22.3124],[120.7942,22.3147],[120.7964,22.3168],[120.7964,22.3199],[120.7951,22.3226],[120.7934,22.3236],[120.7925,22.3284],[120.7925,22.3356],[120.7897,22.3376],[120.7885,22.3416],[120.7866,22.3421],[120.7851,22.3455],[120.7811,22.3464],[120.7793,22.3478],[120.7758,22.3487],[120.7717,22.3486],[120.7692,22.3474],[120.767,22.3478],[120.7636,22.3522],[120.7628,22.3567],[120.7632,22.359],[120.7614,22.3603],[120.7581,22.3594],[120.7549,22.3605],[120.7524,22.3605],[120.7435,22.3673]]]},"properties":{"TOWNCODE":"10013320","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"獅子鄉"},"id":"10013320"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1942,22.9367],[121.197,22.9389],[121.1994,22.9451],[121.2015,22.9476],[121.2038,22.9491],[121.2043,22.9521],[121.2063,22.9564],[121.2092,22.9608],[121.2114,22.9618],[121.2109,22.9636],[121.2121,22.9675],[121.2116,22.9685],[121.2145,22.9738],[121.2188,22.9779],[121.2194,22.9811],[121.2184,22.985],[121.2195,22.9862],[121.2186,22.9884],[121.217,22.9893],[121.2168,22.9918],[121.218,22.9953],[121.2175,23],[121.216,23.005],[121.2159,23.0093],[121.2093,23.002],[121.2042,23.0012],[121.199,23.0017],[121.1947,22.9982],[121.1925,22.9976],[121.1898,22.9929],[121.1861,22.9914],[121.1853,22.9898],[121.1833,22.9893],[121.1804,22.9861],[121.1736,22.9855],[121.1724,22.9873],[121.1694,22.9872],[121.1648,22.9901],[121.1626,22.9938],[121.1591,22.9963],[121.1562,22.9967],[121.1435,22.9962],[121.1356,22.9947],[121.1309,22.9948],[121.13,22.9896],[121.1269,22.9858],[121.125,22.9848],[121.1222,22.9811],[121.1281,22.9773],[121.1281,22.9735],[121.1217,22.9725],[121.1181,22.9715],[121.1208,22.9691],[121.1221,22.9631],[121.1246,22.9604],[121.1238,22.9597],[121.1278,22.9557],[121.1275,22.952],[121.1209,22.9451],[121.1203,22.9418],[121.1211,22.9398],[121.12,22.9377],[121.1154,22.9348],[121.1146,22.9324],[121.1159,22.9257],[121.1178,22.9227],[121.1155,22.922],[121.1134,22.9157],[121.1106,22.9137],[121.1096,22.9116],[121.104,22.9104],[121.0994,22.9088],[121.0949,22.9049],[121.0937,22.9031],[121.0938,22.9003],[121.0863,22.8999],[121.0862,22.8969],[121.0886,22.8946],[121.0928,22.8928],[121.0963,22.8928],[121.1036,22.8939],[121.1145,22.8934],[121.1207,22.8917],[121.1298,22.8923],[121.132,22.8921],[121.1408,22.8885],[121.1437,22.8886],[121.1472,22.892],[121.1473,22.8944],[121.1456,22.899],[121.1448,22.904],[121.1428,22.9099],[121.1436,22.9129],[121.1465,22.9185],[121.1505,22.9231],[121.1566,22.9271],[121.1585,22.9298],[121.1624,22.9331],[121.1704,22.936],[121.1747,22.9365],[121.1808,22.9317],[121.1828,22.9318],[121.1862,22.9372],[121.1902,22.9389],[121.1942,22.9367]]]},"properties":{"TOWNCODE":"10014050","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"鹿野鄉"},"id":"10014050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2121,23.1442],[121.2083,23.1437],[121.2042,23.1467],[121.2004,23.1519],[121.1942,23.1583],[121.1926,23.1593],[121.1911,23.158],[121.1939,23.1539],[121.1898,23.1504],[121.1871,23.1507],[121.1855,23.1549],[121.1816,23.1551],[121.1812,23.154],[121.1779,23.1539],[121.1739,23.148],[121.1765,23.1467],[121.1784,23.1469],[121.1795,23.1446],[121.1775,23.1437],[121.1783,23.1408],[121.1802,23.1379],[121.1859,23.1381],[121.1871,23.1367],[121.1793,23.1272],[121.1772,23.1266],[121.1753,23.1225],[121.1799,23.1192],[121.187,23.1119],[121.1919,23.1011],[121.1949,23.09],[121.1951,23.0865],[121.1967,23.0813],[121.1986,23.0784],[121.2005,23.0732],[121.2012,23.068],[121.2005,23.0618],[121.1994,23.0591],[121.1946,23.0519],[121.1876,23.0446],[121.1805,23.0378],[121.1794,23.0349],[121.18,23.033],[121.1826,23.0311],[121.1839,23.0286],[121.1897,23.0285],[121.1905,23.03],[121.1942,23.031],[121.195,23.0298],[121.2008,23.0288],[121.2056,23.0305],[121.2072,23.028],[121.2147,23.0272],[121.2177,23.0263],[121.2223,23.0268],[121.2256,23.0263],[121.2276,23.0329],[121.2299,23.0337],[121.2322,23.0362],[121.2339,23.0404],[121.2351,23.0415],[121.2375,23.047],[121.2401,23.0515],[121.2417,23.0556],[121.2463,23.0644],[121.2484,23.0728],[121.2509,23.0768],[121.2518,23.0768],[121.2536,23.0803],[121.2537,23.0855],[121.2546,23.0885],[121.2565,23.0921],[121.2582,23.0927],[121.262,23.1004],[121.2644,23.1039],[121.2674,23.1093],[121.2673,23.1141],[121.2642,23.1154],[121.2645,23.117],[121.2595,23.1211],[121.2578,23.126],[121.2491,23.1315],[121.2483,23.1296],[121.2425,23.128],[121.2385,23.1287],[121.2346,23.1334],[121.2331,23.1368],[121.231,23.1392],[121.2248,23.1399],[121.2213,23.1416],[121.2146,23.1439],[121.2121,23.1442]]]},"properties":{"TOWNCODE":"10014060","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"池上鄉"},"id":"10014060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1222,22.9811],[121.1131,22.9843],[121.1108,22.9867],[121.1087,22.991],[121.1049,22.9906],[121.0908,22.9937],[121.0853,22.9952],[121.0792,22.996],[121.0749,22.9958],[121.0698,22.994],[121.0617,22.9935],[121.0578,22.9923],[121.0561,22.9931],[121.053,22.9922],[121.0495,22.9904],[121.0469,22.9882],[121.0443,22.9879],[121.0416,22.9888],[121.0358,22.9892],[121.0311,22.9865],[121.0267,22.9858],[121.0168,22.9888],[121.0129,22.9911],[121.0097,22.9897],[121.0006,22.9898],[120.9966,22.9857],[120.995,22.9857],[120.9867,22.9918],[120.9845,22.9911],[120.9809,22.9921],[120.9788,22.9934],[120.9729,22.9953],[120.9689,22.9917],[120.9654,22.9872],[120.964,22.9801],[120.9621,22.9785],[120.9609,22.9751],[120.961,22.9721],[120.955,22.9693],[120.9542,22.9675],[120.9524,22.967],[120.9499,22.9645],[120.9485,22.9614],[120.94,22.9615],[120.9374,22.9602],[120.9375,22.9586],[120.9331,22.9558],[120.9329,22.9521],[120.9311,22.9521],[120.9252,22.9483],[120.9219,22.9489],[120.9181,22.9486],[120.9127,22.9493],[120.9091,22.9483],[120.9074,22.9491],[120.9049,22.9467],[120.9004,22.9497],[120.8972,22.95],[120.8962,22.9531],[120.8938,22.9561],[120.8883,22.9591],[120.8859,22.957],[120.8828,22.9578],[120.8828,22.9553],[120.878,22.9556],[120.8766,22.9575],[120.8605,22.9554],[120.8598,22.9571],[120.857,22.9584],[120.8518,22.9618],[120.8487,22.9647],[120.8442,22.9652],[120.8428,22.9665],[120.8362,22.9695],[120.8302,22.9703],[120.8222,22.9646],[120.8208,22.9615],[120.8231,22.9549],[120.8248,22.9525],[120.8226,22.9482],[120.8218,22.9451],[120.8215,22.9389],[120.8219,22.935],[120.8269,22.9281],[120.8289,22.9213],[120.8317,22.919],[120.8333,22.9123],[120.8304,22.9103],[120.8285,22.9052],[120.8289,22.9036],[120.8335,22.8998],[120.8332,22.8982],[120.8348,22.8935],[120.8382,22.8899],[120.8388,22.8846],[120.8401,22.8823],[120.842,22.8812],[120.8521,22.8781],[120.8552,22.8787],[120.8597,22.8784],[120.8612,22.8761],[120.8644,22.8729],[120.8655,22.8699],[120.8644,22.867],[120.8592,22.8636],[120.8617,22.8614],[120.8691,22.8582],[120.8695,22.8569],[120.8666,22.8534],[120.8684,22.8507],[120.8653,22.8466],[120.8646,22.8431],[120.864,22.8398],[120.8653,22.8361],[120.8646,22.8322],[120.8616,22.8267],[120.8647,22.8253],[120.8668,22.8197],[120.8684,22.8171],[120.8717,22.8148],[120.8747,22.8153],[120.8773,22.8131],[120.8816,22.8145],[120.889,22.8118],[120.891,22.8117],[120.8944,22.8085],[120.8965,22.808],[120.8993,22.8047],[120.9017,22.8033],[120.9037,22.7982],[120.903,22.7969],[120.9033,22.7934],[120.9017,22.7875],[120.9042,22.7832],[120.9032,22.7805],[120.9035,22.7775],[120.9083,22.7792],[120.9114,22.7813],[120.9154,22.7802],[120.9182,22.7801],[120.9202,22.7833],[120.9231,22.7821],[120.9298,22.7855],[120.9317,22.7875],[120.93,22.7897],[120.9305,22.7913],[120.9367,22.7914],[120.9374,22.792],[120.9423,22.7926],[120.9433,22.7954],[120.943,22.7985],[120.9459,22.8002],[120.9481,22.7979],[120.9533,22.7949],[120.955,22.7964],[120.956,22.7992],[120.9576,22.8006],[120.9602,22.8009],[120.9626,22.8029],[120.9684,22.805],[120.9719,22.8073],[120.9733,22.8094],[120.9766,22.8166],[120.9794,22.8198],[120.9837,22.8233],[120.9868,22.8278],[120.9895,22.8328],[120.9927,22.8365],[120.9998,22.837],[121.0064,22.8351],[121.0094,22.8349],[121.0134,22.8336],[121.0148,22.8343],[121.0198,22.8397],[121.0222,22.8413],[121.0252,22.8407],[121.0295,22.8416],[121.034,22.8434],[121.0353,22.8447],[121.042,22.8452],[121.044,22.8459],[121.0486,22.85],[121.0507,22.8532],[121.0531,22.8542],[121.0549,22.8569],[121.061,22.8568],[121.0647,22.8591],[121.0705,22.8599],[121.0729,22.8651],[121.0737,22.8723],[121.0795,22.8747],[121.0809,22.8806],[121.0831,22.8816],[121.0849,22.8869],[121.0858,22.8909],[121.0826,22.8966],[121.0852,22.8982],[121.087,22.895],[121.0949,22.8897],[121.0987,22.8875],[121.1029,22.8866],[121.1048,22.8871],[121.1068,22.8858],[121.1166,22.8865],[121.1266,22.8852],[121.1415,22.8855],[121.149,22.8839],[121.1513,22.8817],[121.1539,22.8721],[121.1585,22.8707],[121.1614,22.8707],[121.1631,22.8685],[121.1654,22.8678],[121.1698,22.8702],[121.1729,22.8746],[121.1745,22.8787],[121.1802,22.8837],[121.1822,22.8895],[121.1841,22.8926],[121.1885,22.8952],[121.1886,22.898],[121.1909,22.902],[121.1881,22.9055],[121.1885,22.9074],[121.1874,22.9093],[121.1879,22.9114],[121.1841,22.9164],[121.186,22.9193],[121.1873,22.9226],[121.1888,22.9238],[121.1892,22.9281],[121.1942,22.9367],[121.1902,22.9389],[121.1862,22.9372],[121.1828,22.9318],[121.1808,22.9317],[121.1747,22.9365],[121.1704,22.936],[121.1624,22.9331],[121.1585,22.9298],[121.1566,22.9271],[121.1505,22.9231],[121.1465,22.9185],[121.1436,22.9129],[121.1428,22.9099],[121.1448,22.904],[121.1456,22.899],[121.1473,22.8944],[121.1472,22.892],[121.1437,22.8886],[121.1408,22.8885],[121.132,22.8921],[121.1298,22.8923],[121.1207,22.8917],[121.1145,22.8934],[121.1036,22.8939],[121.0963,22.8928],[121.0928,22.8928],[121.0886,22.8946],[121.0862,22.8969],[121.0863,22.8999],[121.0938,22.9003],[121.0937,22.9031],[121.0949,22.9049],[121.0994,22.9088],[121.104,22.9104],[121.1096,22.9116],[121.1106,22.9137],[121.1134,22.9157],[121.1155,22.922],[121.1178,22.9227],[121.1159,22.9257],[121.1146,22.9324],[121.1154,22.9348],[121.12,22.9377],[121.1211,22.9398],[121.1203,22.9418],[121.1209,22.9451],[121.1275,22.952],[121.1278,22.9557],[121.1238,22.9597],[121.1246,22.9604],[121.1221,22.9631],[121.1208,22.9691],[121.1181,22.9715],[121.1217,22.9725],[121.1281,22.9735],[121.1281,22.9773],[121.1222,22.9811]]]},"properties":{"TOWNCODE":"10014130","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"延平鄉"},"id":"10014130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5174,23.7122],[121.5144,23.713],[121.5106,23.7123],[121.5067,23.7099],[121.5057,23.7061],[121.5046,23.7046],[121.5017,23.7044],[121.4992,23.7068],[121.4951,23.7051],[121.4947,23.7035],[121.4892,23.7011],[121.486,23.701],[121.481,23.6961],[121.4785,23.6911],[121.4756,23.6869],[121.4712,23.6817],[121.4672,23.6782],[121.4639,23.6764],[121.4585,23.6757],[121.4575,23.675],[121.4518,23.6761],[121.4454,23.6782],[121.4296,23.6841],[121.4195,23.6871],[121.4139,23.6877],[121.4093,23.6889],[121.407,23.6883],[121.4037,23.689],[121.4006,23.6892],[121.3966,23.6882],[121.39,23.6884],[121.3868,23.686],[121.384,23.6847],[121.3815,23.6867],[121.3794,23.6899],[121.3751,23.6893],[121.3732,23.6862],[121.3708,23.6809],[121.3713,23.6789],[121.3706,23.6761],[121.3725,23.6705],[121.3756,23.6661],[121.3782,23.6649],[121.381,23.662],[121.3751,23.6599],[121.3728,23.6581],[121.3788,23.651],[121.3784,23.6482],[121.3799,23.6458],[121.3794,23.6431],[121.3727,23.6413],[121.3714,23.6382],[121.369,23.6353],[121.3687,23.6317],[121.3695,23.6279],[121.3679,23.6213],[121.3683,23.6162],[121.3659,23.616],[121.364,23.6112],[121.3621,23.6077],[121.3581,23.6054],[121.3605,23.6029],[121.3618,23.5986],[121.3666,23.5938],[121.3678,23.5937],[121.3746,23.589],[121.3775,23.588],[121.38,23.5899],[121.3838,23.5874],[121.3919,23.5857],[121.4016,23.5874],[121.4021,23.5857],[121.4062,23.5847],[121.4074,23.5855],[121.411,23.5851],[121.4166,23.5884],[121.4207,23.5886],[121.4253,23.5879],[121.4268,23.5889],[121.4304,23.5944],[121.4305,23.5958],[121.4344,23.597],[121.4381,23.5972],[121.4406,23.5985],[121.4439,23.5983],[121.4457,23.6023],[121.4473,23.6035],[121.4475,23.608],[121.4489,23.6088],[121.4544,23.6089],[121.4568,23.61],[121.4592,23.6125],[121.4633,23.6136],[121.4659,23.6137],[121.4673,23.6159],[121.4663,23.6196],[121.4702,23.6205],[121.4709,23.6224],[121.4744,23.6249],[121.4768,23.6308],[121.4781,23.6322],[121.478,23.6346],[121.4804,23.6383],[121.4823,23.6399],[121.4853,23.6437],[121.4888,23.6465],[121.4914,23.6479],[121.4955,23.6476],[121.5001,23.6449],[121.5037,23.644],[121.5087,23.6471],[121.51,23.651],[121.5136,23.6556],[121.5149,23.6609],[121.5159,23.663],[121.5179,23.6698],[121.5203,23.6711],[121.52,23.6732],[121.521,23.6774],[121.5241,23.6804],[121.525,23.6828],[121.5234,23.6846],[121.5219,23.6884],[121.5219,23.6905],[121.5175,23.6931],[121.5167,23.6946],[121.5196,23.6989],[121.5214,23.7003],[121.5208,23.7035],[121.5197,23.7051],[121.5212,23.7084],[121.5209,23.7105],[121.5188,23.7107],[121.5174,23.7122]]]},"properties":{"TOWNCODE":"10015070","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"光復鄉"},"id":"10015070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3581,23.6054],[121.3538,23.6043],[121.3525,23.6018],[121.3523,23.5984],[121.3541,23.595],[121.3551,23.5869],[121.3579,23.583],[121.3594,23.5821],[121.3594,23.5762],[121.3531,23.5762],[121.3513,23.5766],[121.3489,23.5712],[121.3499,23.5671],[121.3524,23.5658],[121.3548,23.5675],[121.3565,23.5674],[121.3587,23.5688],[121.3602,23.5683],[121.3617,23.5702],[121.3642,23.5699],[121.3683,23.5644],[121.3716,23.5624],[121.3744,23.5572],[121.3756,23.5538],[121.3749,23.5522],[121.3764,23.5482],[121.3738,23.5434],[121.3751,23.5382],[121.374,23.5365],[121.3703,23.5354],[121.3692,23.5321],[121.3699,23.5304],[121.3681,23.5263],[121.3688,23.5229],[121.366,23.5209],[121.3646,23.5249],[121.3627,23.5264],[121.3565,23.5264],[121.3532,23.5268],[121.3488,23.5258],[121.3466,23.5185],[121.3473,23.515],[121.3471,23.5122],[121.3458,23.5109],[121.3471,23.5036],[121.347,23.4998],[121.3458,23.4961],[121.3455,23.4909],[121.3422,23.4887],[121.3372,23.4904],[121.333,23.4876],[121.3321,23.4817],[121.3295,23.4776],[121.3278,23.4759],[121.3272,23.4729],[121.326,23.4716],[121.3252,23.4673],[121.3253,23.4672],[121.3272,23.4634],[121.3313,23.4623],[121.3319,23.4604],[121.3366,23.4594],[121.3378,23.4586],[121.3435,23.4572],[121.3448,23.4556],[121.3447,23.4529],[121.3504,23.4431],[121.356,23.44],[121.3551,23.439],[121.3625,23.4351],[121.3659,23.4429],[121.3675,23.4451],[121.3721,23.4551],[121.3764,23.4588],[121.3795,23.4626],[121.3831,23.4697],[121.3847,23.4704],[121.3886,23.4748],[121.3914,23.4762],[121.3971,23.4806],[121.4014,23.4847],[121.4041,23.4854],[121.4098,23.4945],[121.4111,23.4958],[121.4169,23.4952],[121.4183,23.4936],[121.4181,23.4905],[121.4164,23.4877],[121.4146,23.4827],[121.4146,23.4806],[121.4158,23.4788],[121.4184,23.4777],[121.4222,23.4775],[121.4246,23.4788],[121.4263,23.4767],[121.4283,23.4777],[121.4309,23.4826],[121.4332,23.481],[121.4382,23.4759],[121.4409,23.4748],[121.439,23.4722],[121.4347,23.4717],[121.4345,23.4689],[121.4389,23.4667],[121.4411,23.4617],[121.4459,23.4592],[121.4435,23.4542],[121.4441,23.4519],[121.4458,23.4518],[121.4496,23.4534],[121.4524,23.4538],[121.4578,23.4529],[121.4621,23.4543],[121.4634,23.457],[121.4635,23.4596],[121.4662,23.467],[121.4664,23.4705],[121.465,23.4729],[121.4645,23.4758],[121.4667,23.4795],[121.4712,23.4839],[121.4737,23.4875],[121.4793,23.487],[121.4828,23.4831],[121.4867,23.4853],[121.4855,23.4876],[121.4849,23.4927],[121.4872,23.4954],[121.4869,23.4998],[121.4875,23.5021],[121.4894,23.5049],[121.4873,23.509],[121.4885,23.514],[121.4864,23.5144],[121.485,23.5165],[121.4852,23.5187],[121.4874,23.5261],[121.4892,23.5274],[121.4901,23.5352],[121.4925,23.542],[121.4891,23.5447],[121.4859,23.544],[121.4828,23.5451],[121.48,23.5426],[121.4773,23.5412],[121.474,23.5417],[121.4712,23.5434],[121.4661,23.5432],[121.4633,23.5426],[121.4605,23.5439],[121.4596,23.5454],[121.4526,23.5427],[121.4504,23.5446],[121.4465,23.5445],[121.4441,23.546],[121.4432,23.5479],[121.4398,23.5474],[121.4374,23.5481],[121.4319,23.5479],[121.4286,23.5501],[121.4291,23.5533],[121.4273,23.5554],[121.4282,23.5581],[121.4278,23.5597],[121.4234,23.5601],[121.4215,23.5609],[121.4211,23.5638],[121.4231,23.5671],[121.4251,23.5688],[121.428,23.57],[121.4293,23.5732],[121.4253,23.5769],[121.4235,23.5772],[121.4245,23.5827],[121.4264,23.5844],[121.4253,23.5879],[121.4207,23.5886],[121.4166,23.5884],[121.411,23.5851],[121.4074,23.5855],[121.4062,23.5847],[121.4021,23.5857],[121.4016,23.5874],[121.3919,23.5857],[121.3838,23.5874],[121.38,23.5899],[121.3775,23.588],[121.3746,23.589],[121.3678,23.5937],[121.3666,23.5938],[121.3618,23.5986],[121.3605,23.6029],[121.3581,23.6054]]]},"properties":{"TOWNCODE":"10015090","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"瑞穗鄉"},"id":"10015090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3771,23.2835],[121.3683,23.2824],[121.3632,23.2824],[121.3602,23.2837],[121.3579,23.282],[121.356,23.2821],[121.3541,23.2836],[121.3519,23.2825],[121.3507,23.2807],[121.3478,23.2789],[121.3461,23.282],[121.3427,23.2799],[121.34,23.2822],[121.3413,23.2862],[121.339,23.2894],[121.3384,23.2922],[121.335,23.2922],[121.3358,23.2972],[121.3312,23.2996],[121.3292,23.2966],[121.3249,23.2928],[121.3249,23.2897],[121.3238,23.2863],[121.3211,23.2831],[121.3168,23.2799],[121.3135,23.2764],[121.3099,23.2757],[121.3076,23.2776],[121.2999,23.2777],[121.2948,23.2729],[121.2928,23.2722],[121.2911,23.2691],[121.2846,23.2645],[121.2823,23.2618],[121.2809,23.2613],[121.2772,23.2579],[121.2773,23.2546],[121.2742,23.2505],[121.2734,23.2453],[121.2715,23.2388],[121.2671,23.2302],[121.2672,23.2217],[121.2641,23.2168],[121.2564,23.2061],[121.2524,23.2089],[121.2534,23.2052],[121.2523,23.2023],[121.2483,23.2015],[121.2485,23.1999],[121.251,23.1978],[121.2466,23.1917],[121.2449,23.1878],[121.2401,23.1828],[121.2417,23.1795],[121.2407,23.1768],[121.2389,23.1763],[121.235,23.1728],[121.2343,23.1707],[121.2293,23.1668],[121.2259,23.166],[121.2229,23.1643],[121.2239,23.1624],[121.2262,23.1624],[121.2274,23.1601],[121.2252,23.1578],[121.2224,23.1575],[121.2208,23.1563],[121.2215,23.1539],[121.2233,23.1535],[121.2201,23.1499],[121.2187,23.1503],[121.2143,23.1486],[121.2138,23.1458],[121.2121,23.1442],[121.2146,23.1439],[121.2213,23.1416],[121.2248,23.1399],[121.231,23.1392],[121.2331,23.1368],[121.2346,23.1334],[121.2385,23.1287],[121.2425,23.128],[121.2483,23.1296],[121.2491,23.1315],[121.2578,23.126],[121.2595,23.1211],[121.2645,23.117],[121.2642,23.1154],[121.2673,23.1141],[121.2674,23.1093],[121.2644,23.1039],[121.2694,23.1021],[121.271,23.1009],[121.2723,23.0979],[121.2745,23.0984],[121.2782,23.1007],[121.2809,23.104],[121.283,23.1038],[121.2844,23.1066],[121.2873,23.1067],[121.2914,23.1094],[121.2978,23.1099],[121.3,23.1093],[121.3047,23.1113],[121.3124,23.1109],[121.3158,23.1097],[121.3196,23.1136],[121.3219,23.117],[121.3229,23.1234],[121.3218,23.1276],[121.3222,23.1315],[121.3205,23.1361],[121.3204,23.1381],[121.3221,23.1396],[121.3244,23.1463],[121.3244,23.149],[121.3272,23.1521],[121.3238,23.1551],[121.3223,23.1551],[121.322,23.1577],[121.3174,23.1645],[121.3187,23.1683],[121.3219,23.1694],[121.3222,23.1732],[121.324,23.175],[121.324,23.1787],[121.3284,23.1793],[121.3349,23.1779],[121.3353,23.1813],[121.338,23.1858],[121.3376,23.1886],[121.3398,23.1939],[121.3422,23.1959],[121.3432,23.1985],[121.3438,23.2044],[121.3453,23.2083],[121.3469,23.2092],[121.3457,23.2134],[121.3466,23.2172],[121.3501,23.218],[121.3516,23.2202],[121.3533,23.22],[121.3559,23.2239],[121.3545,23.2253],[121.3545,23.2278],[121.3526,23.2302],[121.3534,23.2333],[121.3569,23.2372],[121.3578,23.2406],[121.3598,23.2424],[121.3616,23.2467],[121.3589,23.2497],[121.3594,23.2527],[121.3619,23.2542],[121.3631,23.2571],[121.3659,23.258],[121.3662,23.2593],[121.3712,23.2633],[121.3716,23.2668],[121.3738,23.269],[121.3779,23.2696],[121.3785,23.2731],[121.3783,23.2775],[121.3769,23.2815],[121.3771,23.2835]]]},"properties":{"TOWNCODE":"10015100","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"富里鄉"},"id":"10015100"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.5411,23.496],[119.5374,23.4981],[119.535,23.4959],[119.5299,23.496],[119.5254,23.4927],[119.5208,23.4923],[119.5209,23.4905],[119.5171,23.4865],[119.5141,23.487],[119.5123,23.4913],[119.5095,23.4907],[119.5098,23.4883],[119.5089,23.4864],[119.511,23.4831],[119.5143,23.4836],[119.515,23.4847],[119.5186,23.4857],[119.52,23.4854],[119.5247,23.4866],[119.5286,23.4866],[119.535,23.4908],[119.5397,23.4931],[119.5437,23.4937],[119.5435,23.495],[119.5411,23.496]]],[[[119.5205,23.515],[119.5201,23.5124],[119.5184,23.5122],[119.5172,23.5147],[119.5143,23.5098],[119.5166,23.5089],[119.5197,23.5088],[119.522,23.51],[119.5218,23.5145],[119.5205,23.515]]],[[[119.5873,23.5718],[119.5857,23.5732],[119.5853,23.5784],[119.5827,23.5798],[119.5826,23.5833],[119.586,23.5864],[119.5857,23.589],[119.5833,23.5907],[119.5841,23.5943],[119.5821,23.5939],[119.5818,23.5901],[119.5801,23.5896],[119.577,23.5861],[119.571,23.5849],[119.5699,23.5853],[119.5674,23.5849],[119.5645,23.5858],[119.562,23.5853],[119.5619,23.5838],[119.5667,23.5776],[119.5673,23.5758],[119.5663,23.5734],[119.5599,23.5704],[119.5601,23.5645],[119.5571,23.5636],[119.5579,23.5613],[119.5621,23.5625],[119.567,23.5627],[119.5703,23.5666],[119.572,23.5657],[119.5743,23.568],[119.5795,23.5634],[119.5768,23.5605],[119.5771,23.5587],[119.5751,23.5554],[119.5714,23.5529],[119.5694,23.5532],[119.5667,23.5555],[119.5627,23.5563],[119.5619,23.5548],[119.5627,23.55],[119.5656,23.549],[119.5665,23.5504],[119.5697,23.551],[119.5686,23.5484],[119.5723,23.5491],[119.573,23.5462],[119.5815,23.5497],[119.5839,23.5484],[119.589,23.5514],[119.5924,23.5525],[119.5931,23.5504],[119.5959,23.5497],[119.5997,23.55],[119.6024,23.5478],[119.6001,23.5454],[119.6004,23.5434],[119.6031,23.5403],[119.6006,23.5402],[119.5994,23.5384],[119.5961,23.5392],[119.5949,23.5369],[119.5972,23.5328],[119.5995,23.5309],[119.5967,23.5287],[119.5959,23.5265],[119.5935,23.5272],[119.5908,23.5307],[119.5894,23.5311],[119.5864,23.5291],[119.5844,23.5319],[119.5828,23.5327],[119.5807,23.5319],[119.5801,23.5257],[119.5803,23.5237],[119.5786,23.522],[119.574,23.52],[119.5731,23.5234],[119.5717,23.5243],[119.5723,23.5273],[119.5705,23.5318],[119.568,23.5311],[119.5661,23.5316],[119.5646,23.5298],[119.5608,23.5308],[119.5598,23.5284],[119.5605,23.5265],[119.5574,23.5267],[119.5547,23.5293],[119.5545,23.5313],[119.557,23.5333],[119.5563,23.5354],[119.5568,23.538],[119.5498,23.5407],[119.5508,23.5438],[119.5509,23.5478],[119.5471,23.5524],[119.5445,23.546],[119.5425,23.5455],[119.5414,23.5431],[119.5413,23.5387],[119.5433,23.5378],[119.5477,23.5395],[119.5495,23.5389],[119.5499,23.536],[119.5482,23.5342],[119.5519,23.5332],[119.5544,23.5299],[119.5535,23.5283],[119.5571,23.5234],[119.5603,23.5239],[119.5635,23.5263],[119.5679,23.5256],[119.5725,23.5221],[119.574,23.5179],[119.5736,23.5164],[119.5707,23.5129],[119.5708,23.5105],[119.572,23.5085],[119.5754,23.5073],[119.5782,23.5093],[119.5859,23.5098],[119.5918,23.5129],[119.5987,23.5118],[119.6025,23.5091],[119.6045,23.5093],[119.6063,23.5078],[119.608,23.509],[119.6079,23.5128],[119.6056,23.5166],[119.6116,23.519],[119.6118,23.5217],[119.6063,23.5224],[119.6045,23.5251],[119.605,23.5277],[119.6071,23.5298],[119.6092,23.53],[119.6096,23.5321],[119.6117,23.5341],[119.6133,23.5373],[119.616,23.5389],[119.6182,23.5389],[119.621,23.5377],[119.6215,23.542],[119.6245,23.5449],[119.6288,23.5475],[119.6313,23.5478],[119.6317,23.5461],[119.6353,23.5471],[119.6347,23.5511],[119.6339,23.5521],[119.627,23.5552],[119.6222,23.5558],[119.6234,23.5596],[119.6205,23.5598],[119.6198,23.5578],[119.6159,23.5576],[119.6127,23.5596],[119.6093,23.5607],[119.6113,23.5671],[119.6111,23.5756],[119.6117,23.58],[119.6074,23.5813],[119.606,23.5832],[119.6062,23.5852],[119.6062,23.5853],[119.6006,23.5847],[119.5992,23.5821],[119.5993,23.577],[119.5978,23.5749],[119.5971,23.572],[119.5973,23.569],[119.5939,23.5707],[119.5943,23.5745],[119.5909,23.5743],[119.5892,23.5718],[119.5873,23.5718]]]]},"properties":{"TOWNCODE":"10016010","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"馬公市"},"id":"10016010"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.5708,23.6177],[119.5698,23.6215],[119.5652,23.6191],[119.5669,23.6178],[119.5708,23.6177]]],[[[119.6344,23.6515],[119.6316,23.6502],[119.6317,23.6456],[119.6361,23.6477],[119.6369,23.6505],[119.6344,23.6515]]],[[[119.6661,23.6616],[119.6658,23.6667],[119.6672,23.6683],[119.6637,23.6697],[119.6636,23.6664],[119.6606,23.6628],[119.6581,23.6628],[119.6593,23.6589],[119.6643,23.6588],[119.6661,23.6616]]],[[[119.5562,23.6766],[119.5543,23.6747],[119.5568,23.674],[119.5562,23.6766]]],[[[119.6126,23.606],[119.6099,23.6105],[119.6137,23.614],[119.6132,23.6203],[119.6087,23.6212],[119.6059,23.621],[119.6046,23.6254],[119.6023,23.6285],[119.6037,23.6308],[119.6062,23.6324],[119.6095,23.6326],[119.6102,23.6336],[119.6072,23.6367],[119.6025,23.6336],[119.5992,23.6363],[119.5974,23.6396],[119.5976,23.6412],[119.6017,23.6425],[119.6007,23.6445],[119.6011,23.6479],[119.6036,23.6495],[119.6085,23.6489],[119.6102,23.6481],[119.612,23.6501],[119.6124,23.6526],[119.61,23.6542],[119.6065,23.6588],[119.6083,23.6629],[119.6067,23.6629],[119.6029,23.6645],[119.6036,23.6689],[119.5996,23.6717],[119.5993,23.6739],[119.5966,23.6744],[119.5949,23.6719],[119.5918,23.6716],[119.5876,23.6728],[119.5855,23.676],[119.5825,23.6775],[119.5787,23.6762],[119.577,23.674],[119.5738,23.6732],[119.57,23.6711],[119.5682,23.6716],[119.565,23.6708],[119.5606,23.6707],[119.5567,23.6687],[119.5552,23.6686],[119.5528,23.6658],[119.5523,23.6635],[119.5508,23.6627],[119.5522,23.6595],[119.554,23.6575],[119.5449,23.6466],[119.545,23.6465],[119.5532,23.6562],[119.5586,23.6556],[119.5623,23.6526],[119.5665,23.6567],[119.5676,23.6601],[119.5723,23.6626],[119.5778,23.6625],[119.5816,23.6609],[119.5807,23.6576],[119.5833,23.6554],[119.5824,23.6526],[119.5861,23.6499],[119.5887,23.6469],[119.5891,23.6443],[119.5938,23.6416],[119.5944,23.6384],[119.5958,23.6355],[119.5957,23.6335],[119.5943,23.6319],[119.5907,23.6296],[119.5913,23.628],[119.5891,23.6252],[119.5894,23.6223],[119.593,23.6246],[119.5955,23.6247],[119.6009,23.6227],[119.6022,23.6242],[119.6046,23.625],[119.6054,23.6201],[119.6027,23.6174],[119.5996,23.6169],[119.5975,23.6156],[119.6013,23.6126],[119.6043,23.6091],[119.6096,23.6104],[119.6123,23.606],[119.6126,23.606]]],[[[119.668,23.6828],[119.6654,23.681],[119.667,23.6764],[119.6693,23.677],[119.6679,23.6794],[119.668,23.6828]]],[[[119.5521,23.7208],[119.5541,23.7182],[119.5556,23.7138],[119.5533,23.7112],[119.5564,23.7096],[119.5586,23.711],[119.557,23.7135],[119.5577,23.7161],[119.557,23.7207],[119.5521,23.7208]]],[[[119.6191,23.7406],[119.6204,23.743],[119.6238,23.7436],[119.6226,23.7478],[119.6204,23.7498],[119.617,23.7515],[119.6152,23.7515],[119.6116,23.7539],[119.6125,23.7558],[119.6117,23.7577],[119.6082,23.7542],[119.6057,23.7526],[119.6074,23.7524],[119.6076,23.7536],[119.6074,23.7524],[119.6052,23.7496],[119.6041,23.7456],[119.6023,23.7438],[119.5973,23.7418],[119.5958,23.7377],[119.5984,23.7363],[119.6006,23.734],[119.602,23.7302],[119.6013,23.7268],[119.603,23.7256],[119.6033,23.7317],[119.6048,23.7327],[119.6064,23.7368],[119.6105,23.7396],[119.6115,23.7416],[119.6138,23.7403],[119.6163,23.7419],[119.6191,23.7406]]],[[[119.6025,23.7673],[119.6074,23.7706],[119.6072,23.7734],[119.606,23.7757],[119.606,23.7746],[119.6059,23.7744],[119.606,23.7746],[119.6059,23.7744],[119.603,23.7709],[119.5999,23.7696],[119.5989,23.7658],[119.5965,23.762],[119.5969,23.7585],[119.5994,23.76],[119.6024,23.7671],[119.6025,23.7673]]],[[[119.6113,23.7791],[119.6112,23.7801],[119.6112,23.78],[119.6112,23.7799],[119.6112,23.78],[119.6112,23.7799],[119.6108,23.7778],[119.6113,23.7791],[119.6112,23.7788],[119.6113,23.7791]]],[[[119.6072,23.7818],[119.6071,23.7819],[119.6071,23.7818],[119.6072,23.7818],[119.6071,23.7818],[119.607,23.7818],[119.6077,23.7797],[119.6077,23.7818],[119.6073,23.7819],[119.6072,23.7818]]],[[[119.6071,23.7819],[119.6069,23.7823],[119.6068,23.7823],[119.6066,23.782],[119.607,23.7818],[119.6071,23.7819]]],[[[119.6077,23.7818],[119.6068,23.7823],[119.6069,23.7823],[119.6073,23.7819],[119.6077,23.7818]]]]},"properties":{"TOWNCODE":"10016030","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"白沙鄉"},"id":"10016030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.5449,23.6466],[119.5401,23.6402],[119.5357,23.6387],[119.5319,23.6389],[119.5277,23.6405],[119.5253,23.6422],[119.5226,23.6423],[119.5198,23.644],[119.5197,23.6479],[119.5211,23.6482],[119.5241,23.651],[119.5246,23.6546],[119.5238,23.6558],[119.52,23.6556],[119.5179,23.6546],[119.5143,23.6556],[119.5135,23.6544],[119.5143,23.6519],[119.5168,23.6526],[119.5183,23.6499],[119.5153,23.6498],[119.512,23.6484],[119.5116,23.6461],[119.5099,23.6436],[119.5097,23.6415],[119.5068,23.6356],[119.5049,23.6362],[119.5034,23.6345],[119.5022,23.631],[119.5025,23.6278],[119.5043,23.6257],[119.5041,23.6238],[119.5011,23.6222],[119.4995,23.6198],[119.5018,23.6169],[119.5038,23.6165],[119.5087,23.6132],[119.5082,23.6107],[119.5057,23.6104],[119.5022,23.6011],[119.5041,23.5997],[119.5042,23.597],[119.5001,23.5955],[119.4975,23.5968],[119.4978,23.6008],[119.493,23.6005],[119.4915,23.5983],[119.4942,23.5971],[119.4903,23.5954],[119.4957,23.5933],[119.5002,23.5921],[119.5035,23.589],[119.5046,23.586],[119.5033,23.5834],[119.5029,23.5784],[119.5012,23.5769],[119.5003,23.5746],[119.4988,23.5747],[119.4929,23.5701],[119.4889,23.57],[119.4884,23.571],[119.4834,23.5754],[119.4817,23.575],[119.4773,23.5685],[119.4696,23.5654],[119.4673,23.5614],[119.4679,23.5605],[119.4719,23.5593],[119.4742,23.5601],[119.4765,23.5598],[119.479,23.5618],[119.4796,23.5641],[119.4831,23.5643],[119.4896,23.5626],[119.4913,23.5634],[119.4922,23.5662],[119.494,23.5675],[119.4979,23.5682],[119.5017,23.5667],[119.5051,23.5665],[119.511,23.5642],[119.5151,23.5641],[119.518,23.567],[119.5147,23.5685],[119.5132,23.5705],[119.5147,23.5748],[119.5125,23.5756],[119.5133,23.5773],[119.512,23.5795],[119.512,23.5819],[119.5158,23.5829],[119.5163,23.5855],[119.5145,23.5876],[119.5125,23.5921],[119.515,23.5947],[119.5193,23.5943],[119.5231,23.6015],[119.5216,23.6079],[119.5203,23.6094],[119.5218,23.6146],[119.5195,23.6187],[119.5211,23.6209],[119.5177,23.6268],[119.5182,23.6287],[119.5217,23.6313],[119.5245,23.6301],[119.5303,23.6302],[119.5319,23.6323],[119.5374,23.6341],[119.5404,23.6344],[119.5406,23.6366],[119.5427,23.6378],[119.5429,23.6399],[119.5407,23.6406],[119.545,23.6465],[119.5449,23.6466]]]},"properties":{"TOWNCODE":"10016040","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"西嶼鄉"},"id":"10016040"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.6215,23.2526],[119.6138,23.2536],[119.6121,23.2522],[119.6088,23.2515],[119.6087,23.2489],[119.612,23.2456],[119.6173,23.2438],[119.6193,23.2454],[119.6216,23.2446],[119.6207,23.2497],[119.6215,23.2526]]],[[[119.6774,23.2642],[119.6753,23.2629],[119.6713,23.2633],[119.6668,23.2615],[119.6655,23.2579],[119.6679,23.2555],[119.6674,23.2531],[119.6653,23.2513],[119.6695,23.2476],[119.6708,23.2458],[119.6732,23.2477],[119.6724,23.2506],[119.6746,23.2538],[119.6782,23.2565],[119.6781,23.2597],[119.6795,23.2629],[119.6774,23.2642]]],[[[119.6609,23.2644],[119.6575,23.2633],[119.6573,23.2606],[119.6601,23.2602],[119.6617,23.2638],[119.6609,23.2644]]],[[[119.5198,23.2646],[119.5184,23.2652],[119.514,23.2622],[119.5142,23.2597],[119.5116,23.2555],[119.5147,23.2557],[119.5176,23.2576],[119.519,23.2602],[119.5213,23.2612],[119.5219,23.2643],[119.5198,23.2646]]],[[[119.5067,23.2726],[119.5034,23.2725],[119.5036,23.2701],[119.505,23.2682],[119.5109,23.2671],[119.511,23.2707],[119.5098,23.2724],[119.5067,23.2726]]],[[[119.5018,23.2763],[119.5018,23.2764],[119.5017,23.2764],[119.5018,23.2763],[119.5018,23.2764],[119.5018,23.2763]]],[[[119.335,23.3202],[119.3352,23.3177],[119.3368,23.3171],[119.3375,23.3215],[119.3356,23.3225],[119.335,23.3202]]],[[[119.3228,23.3246],[119.3227,23.3246],[119.3228,23.3246],[119.3227,23.3246],[119.3227,23.3241],[119.3228,23.3246]]],[[[119.3227,23.3241],[119.3205,23.3263],[119.3187,23.325],[119.3186,23.3249],[119.3187,23.325],[119.3186,23.3249],[119.3193,23.3238],[119.3227,23.3241]]],[[[119.5424,23.367],[119.5418,23.3703],[119.5402,23.3732],[119.5363,23.374],[119.5328,23.3723],[119.5298,23.3716],[119.5281,23.3729],[119.5268,23.371],[119.5276,23.3687],[119.5253,23.3666],[119.5228,23.3659],[119.5195,23.3667],[119.5186,23.364],[119.5263,23.3587],[119.5257,23.3624],[119.528,23.3646],[119.5317,23.3659],[119.5323,23.3669],[119.5377,23.3655],[119.5424,23.367]]],[[[119.5145,23.3841],[119.5127,23.3841],[119.5127,23.381],[119.5154,23.3821],[119.5145,23.3841]]],[[[119.5141,23.3713],[119.5084,23.3714],[119.5103,23.3745],[119.5083,23.3769],[119.509,23.3787],[119.5072,23.3882],[119.508,23.3909],[119.5066,23.3928],[119.5025,23.3918],[119.5016,23.3891],[119.4975,23.3906],[119.4973,23.3941],[119.4955,23.3944],[119.495,23.397],[119.491,23.397],[119.4905,23.3936],[119.493,23.392],[119.4931,23.3893],[119.4956,23.388],[119.4951,23.3846],[119.4922,23.3823],[119.4917,23.3792],[119.4937,23.3782],[119.4935,23.3751],[119.4949,23.3727],[119.4933,23.3707],[119.4946,23.3654],[119.49,23.3614],[119.4892,23.359],[119.4867,23.3567],[119.4878,23.3547],[119.4906,23.3531],[119.4924,23.354],[119.4969,23.3547],[119.4993,23.3542],[119.5024,23.3557],[119.5046,23.3555],[119.5074,23.3539],[119.5138,23.3535],[119.5095,23.3564],[119.5081,23.359],[119.5076,23.3647],[119.5097,23.3663],[119.5163,23.3678],[119.5153,23.3718],[119.5166,23.3736],[119.5146,23.375],[119.5141,23.3713]]],[[[119.3221,23.3992],[119.3247,23.3994],[119.3277,23.4009],[119.3276,23.403],[119.3307,23.4049],[119.3286,23.4072],[119.3249,23.4069],[119.3251,23.4083],[119.3217,23.4109],[119.3188,23.4113],[119.3187,23.4077],[119.3171,23.4042],[119.3145,23.403],[119.3147,23.3999],[119.3198,23.398],[119.3221,23.3992]]]]},"properties":{"TOWNCODE":"10016050","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"望安鄉"},"id":"10016050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.4383,23.2015],[119.443,23.2006],[119.4434,23.2047],[119.4422,23.2071],[119.4432,23.2084],[119.4438,23.2145],[119.4466,23.2171],[119.4476,23.2204],[119.4398,23.2214],[119.4378,23.2208],[119.4327,23.2205],[119.4237,23.219],[119.4197,23.2174],[119.4147,23.2173],[119.413,23.2142],[119.4116,23.2161],[119.4097,23.2153],[119.411,23.2122],[119.4125,23.2115],[119.4207,23.2031],[119.4208,23.1994],[119.4185,23.1957],[119.4217,23.1961],[119.4218,23.192],[119.4238,23.1916],[119.4277,23.1896],[119.4304,23.1867],[119.4318,23.1899],[119.4291,23.1935],[119.4299,23.1968],[119.433,23.1979],[119.4358,23.2018],[119.4382,23.2015],[119.4383,23.2015],[119.4382,23.2015],[119.4383,23.2015]]]},"properties":{"TOWNCODE":"10016060","COUNTYCODE":"10016","COUNTYNAME":"澎湖縣","TOWNNAME":"七美鄉"},"id":"10016060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.75,25.1097],[121.7479,25.109],[121.7455,25.1059],[121.7421,25.1069],[121.7392,25.1066],[121.739,25.1114],[121.7376,25.1134],[121.7319,25.1135],[121.7305,25.1131],[121.7299,25.1115],[121.727,25.1096],[121.7258,25.1075],[121.7241,25.1025],[121.7196,25.099],[121.7235,25.0964],[121.7269,25.0957],[121.7292,25.0927],[121.7291,25.0914],[121.7255,25.089],[121.7256,25.0853],[121.7266,25.0829],[121.724,25.0806],[121.7236,25.0768],[121.7251,25.0746],[121.726,25.0701],[121.7281,25.0667],[121.7279,25.0622],[121.7293,25.0607],[121.7282,25.055],[121.7301,25.0534],[121.7317,25.0531],[121.7378,25.0547],[121.7397,25.0531],[121.7459,25.053],[121.7476,25.0537],[121.7511,25.0573],[121.7555,25.0582],[121.7567,25.0593],[121.7593,25.0595],[121.7625,25.057],[121.7641,25.0575],[121.7649,25.0597],[121.77,25.0635],[121.772,25.0635],[121.773,25.0668],[121.7757,25.0701],[121.7715,25.0759],[121.7684,25.0785],[121.7616,25.0784],[121.7598,25.0815],[121.7591,25.0845],[121.7598,25.0901],[121.7584,25.0937],[121.7594,25.0962],[121.7599,25.1006],[121.7568,25.1018],[121.7581,25.1036],[121.7575,25.1065],[121.7558,25.1086],[121.7539,25.1087],[121.7528,25.1069],[121.7507,25.1079],[121.75,25.1097]]]},"properties":{"TOWNCODE":"10017030","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"暖暖區"},"id":"10017030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5438,25.0449],[121.5369,25.0447],[121.5329,25.0455],[121.5327,25.0336],[121.5272,25.0342],[121.5243,25.0354],[121.5225,25.0322],[121.5217,25.028],[121.5259,25.0226],[121.5359,25.0133],[121.5371,25.0113],[121.5378,25.0086],[121.541,25.0081],[121.5465,25.0084],[121.5489,25.0098],[121.5524,25.0089],[121.5553,25.0116],[121.5579,25.012],[121.561,25.0102],[121.5629,25.0081],[121.5659,25.0081],[121.5636,25.0113],[121.5633,25.0134],[121.56,25.0175],[121.5526,25.0244],[121.5564,25.0278],[121.5574,25.0294],[121.5577,25.0452],[121.5534,25.0444],[121.5472,25.0452],[121.5438,25.0449]]]},"properties":{"TOWNCODE":"63000030","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"大安區"},"id":"63000030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5973,25.0144],[121.5951,25.0155],[121.5929,25.0145],[121.5879,25.0134],[121.5798,25.0125],[121.578,25.0139],[121.5721,25.0133],[121.5718,25.0118],[121.569,25.0095],[121.5659,25.0081],[121.5629,25.0081],[121.561,25.0102],[121.5579,25.012],[121.5553,25.0116],[121.5524,25.0089],[121.5489,25.0098],[121.5465,25.0084],[121.541,25.0081],[121.5378,25.0086],[121.5371,25.0113],[121.5318,25.0087],[121.5339,25.0036],[121.5316,25.0012],[121.5305,24.9978],[121.5314,24.9954],[121.5317,24.9905],[121.5337,24.9924],[121.535,24.9951],[121.5371,24.9923],[121.5368,24.9887],[121.5392,24.9877],[121.544,24.9883],[121.5448,24.9868],[121.5442,24.9846],[121.5474,24.9833],[121.5509,24.9854],[121.5538,24.9852],[121.5531,24.9813],[121.5537,24.9773],[121.5552,24.9763],[121.5561,24.9733],[121.5575,24.9723],[121.5585,24.9683],[121.5612,24.9647],[121.5653,24.9641],[121.571,24.9644],[121.5728,24.964],[121.5745,24.9668],[121.5786,24.9666],[121.582,24.9648],[121.5845,24.9646],[121.5857,24.9632],[121.5888,24.9634],[121.5912,24.9646],[121.5934,24.9642],[121.5947,24.9617],[121.5969,24.9606],[121.5985,24.9613],[121.602,24.9611],[121.6058,24.9631],[121.6092,24.964],[121.6138,24.9665],[121.6171,24.9675],[121.6198,24.9674],[121.62,24.9693],[121.616,24.9718],[121.6144,24.9735],[121.6114,24.9746],[121.6051,24.9744],[121.6001,24.977],[121.5993,24.9787],[121.6007,24.9803],[121.5998,24.9863],[121.6019,24.988],[121.602,24.9904],[121.5991,24.9916],[121.5981,24.9945],[121.6005,24.9984],[121.6005,25.0011],[121.5971,25.0046],[121.5959,25.0044],[121.5959,25.0095],[121.5973,25.0144]]]},"properties":{"TOWNCODE":"63000080","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"文山區"},"id":"63000080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.286,22.6317],[120.2852,22.6347],[120.2838,22.6338],[120.2774,22.6243],[120.2771,22.6227],[120.2788,22.6203],[120.2902,22.6149],[120.2903,22.6205],[120.2899,22.6234],[120.286,22.6317]]]},"properties":{"TOWNCODE":"64000010","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鹽埕區"},"id":"64000010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3168,22.6343],[120.314,22.6365],[120.3095,22.6369],[120.3068,22.6364],[120.2995,22.6369],[120.2971,22.6361],[120.2999,22.6286],[120.2976,22.6278],[120.2981,22.6263],[120.3015,22.6274],[120.3009,22.6232],[120.3022,22.6199],[120.3121,22.6233],[120.3109,22.6264],[120.3142,22.6276],[120.3132,22.6306],[120.3179,22.6303],[120.3168,22.6343]]]},"properties":{"TOWNCODE":"64000060","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"新興區"},"id":"64000060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3022,22.6199],[120.3009,22.6232],[120.3015,22.6274],[120.2981,22.6263],[120.2976,22.6278],[120.2999,22.6286],[120.2971,22.6361],[120.2886,22.6333],[120.286,22.6317],[120.2899,22.6234],[120.2903,22.6205],[120.295,22.621],[120.2962,22.618],[120.3022,22.6199]]]},"properties":{"TOWNCODE":"64000070","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"前金區"},"id":"64000070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.327,22.6124],[120.3251,22.6119],[120.3253,22.6149],[120.3226,22.6156],[120.3182,22.6154],[120.3177,22.6183],[120.3052,22.6141],[120.3051,22.6125],[120.2966,22.6095],[120.2959,22.6077],[120.2889,22.611],[120.2813,22.6143],[120.2776,22.6111],[120.2807,22.6083],[120.2915,22.5909],[120.2976,22.5818],[120.3018,22.5773],[120.3054,22.5719],[120.3078,22.5696],[120.3171,22.5591],[120.3182,22.5616],[120.3238,22.5651],[120.324,22.5669],[120.3261,22.5686],[120.3282,22.5689],[120.3317,22.571],[120.333,22.5733],[120.3372,22.5742],[120.3394,22.5817],[120.3393,22.5845],[120.3385,22.5869],[120.3354,22.5906],[120.3341,22.5862],[120.33,22.5867],[120.3278,22.5855],[120.3241,22.585],[120.3233,22.589],[120.3206,22.5913],[120.3223,22.592],[120.3229,22.5964],[120.3298,22.601],[120.3304,22.6003],[120.3383,22.6055],[120.3375,22.6102],[120.3326,22.61],[120.3327,22.6124],[120.327,22.6124]]]},"properties":{"TOWNCODE":"64000090","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"前鎮區"},"id":"64000090"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.9597,24.8449],[121.9598,24.847],[121.9581,24.8495],[121.9562,24.8507],[121.9495,24.8518],[121.9475,24.8513],[121.9433,24.8446],[121.9417,24.8443],[121.9361,24.847],[121.9342,24.8456],[121.9383,24.8424],[121.9402,24.8386],[121.9457,24.8355],[121.948,24.8353],[121.9527,24.8365],[121.9571,24.8368],[121.9615,24.8353],[121.9629,24.8359],[121.9651,24.839],[121.9649,24.8405],[121.9603,24.843],[121.9597,24.8449]]],[[[121.966,24.9831],[121.9628,24.9878],[121.9596,24.9883],[121.958,24.9873],[121.9557,24.9883],[121.9502,24.9883],[121.9481,24.9867],[121.9446,24.9882],[121.9429,24.9863],[121.9385,24.9848],[121.9375,24.983],[121.9344,24.9831],[121.9336,24.9809],[121.9304,24.981],[121.9286,24.9797],[121.924,24.9793],[121.9209,24.9797],[121.9192,24.9787],[121.9162,24.9795],[121.912,24.978],[121.91,24.9748],[121.9068,24.9756],[121.9054,24.9734],[121.9026,24.9742],[121.9001,24.9716],[121.8994,24.9693],[121.8971,24.967],[121.8918,24.9651],[121.8896,24.9648],[121.8885,24.9632],[121.886,24.9642],[121.8824,24.9642],[121.8763,24.9616],[121.8733,24.9616],[121.8715,24.9607],[121.8657,24.9622],[121.8636,24.9621],[121.8612,24.9637],[121.8581,24.9632],[121.8517,24.9599],[121.8469,24.9603],[121.8454,24.9581],[121.8435,24.957],[121.8414,24.9543],[121.8418,24.9514],[121.839,24.9446],[121.8398,24.9422],[121.8424,24.9394],[121.8466,24.9379],[121.8491,24.9303],[121.8539,24.9278],[121.8538,24.9253],[121.8521,24.9237],[121.8455,24.9193],[121.8434,24.9154],[121.8395,24.9127],[121.8379,24.9099],[121.8319,24.9049],[121.828,24.9054],[121.8224,24.9046],[121.8183,24.9027],[121.8117,24.9065],[121.8105,24.9036],[121.8077,24.9032],[121.806,24.902],[121.8022,24.901],[121.7964,24.9012],[121.7934,24.8998],[121.792,24.8999],[121.7923,24.8956],[121.7898,24.8933],[121.7859,24.8926],[121.7858,24.8908],[121.7817,24.8895],[121.7822,24.8792],[121.7848,24.8764],[121.7832,24.8742],[121.7789,24.8713],[121.7752,24.8668],[121.7755,24.8651],[121.771,24.8649],[121.7692,24.8659],[121.7659,24.8623],[121.7644,24.8599],[121.7604,24.8568],[121.7536,24.8561],[121.7508,24.8545],[121.748,24.855],[121.7474,24.8537],[121.7521,24.8515],[121.7544,24.8519],[121.7577,24.8506],[121.7615,24.8513],[121.7625,24.8524],[121.7655,24.8521],[121.7693,24.8557],[121.7728,24.8566],[121.7767,24.8562],[121.775,24.8538],[121.7746,24.8509],[121.7766,24.849],[121.7789,24.8447],[121.7844,24.8419],[121.7897,24.8365],[121.7902,24.8337],[121.7964,24.83],[121.7978,24.8274],[121.8009,24.826],[121.806,24.8264],[121.8082,24.8257],[121.812,24.8273],[121.8131,24.8302],[121.8172,24.8306],[121.8188,24.8314],[121.8204,24.829],[121.8197,24.8269],[121.817,24.8239],[121.8143,24.819],[121.8142,24.8176],[121.8164,24.8133],[121.8158,24.8102],[121.8166,24.8077],[121.8203,24.8072],[121.8224,24.8201],[121.8243,24.829],[121.8274,24.8397],[121.8292,24.8468],[121.8306,24.8505],[121.8427,24.8762],[121.8481,24.8843],[121.8508,24.8864],[121.8514,24.8901],[121.8541,24.8918],[121.8605,24.8945],[121.8639,24.8984],[121.8659,24.902],[121.8718,24.9049],[121.8725,24.9062],[121.8796,24.9134],[121.8821,24.9147],[121.8854,24.9189],[121.8854,24.9232],[121.8869,24.925],[121.8869,24.9292],[121.8879,24.9351],[121.8891,24.937],[121.8931,24.939],[121.8949,24.9407],[121.8973,24.9409],[121.9009,24.9399],[121.9048,24.942],[121.9041,24.9437],[121.9054,24.9466],[121.9113,24.9507],[121.9163,24.9519],[121.9206,24.9558],[121.92,24.9584],[121.9218,24.9608],[121.9224,24.9632],[121.9256,24.9686],[121.9281,24.9694],[121.9315,24.9718],[121.9381,24.9737],[121.9412,24.9733],[121.9443,24.9768],[121.9486,24.9789],[121.9545,24.98],[121.9583,24.9826],[121.9622,24.9818],[121.966,24.9831]]],[[[123.5532,25.7248],[123.5498,25.7259],[123.5453,25.7246],[123.5453,25.7225],[123.5529,25.7203],[123.5557,25.7209],[123.5547,25.7236],[123.5532,25.7248]]],[[[123.5448,25.7292],[123.544,25.7293],[123.5414,25.7338],[123.5385,25.7315],[123.5415,25.7272],[123.5415,25.7257],[123.5447,25.7262],[123.5448,25.7292]]],[[[123.4906,25.7406],[123.4905,25.7405],[123.4906,25.7405],[123.4906,25.7406]]],[[[123.4837,25.7406],[123.4893,25.7403],[123.494,25.7423],[123.4938,25.7442],[123.4896,25.7482],[123.4865,25.7496],[123.4805,25.7501],[123.4776,25.7518],[123.4732,25.7513],[123.4702,25.7504],[123.4651,25.748],[123.4595,25.7438],[123.4579,25.7408],[123.4583,25.7376],[123.4595,25.736],[123.4622,25.7348],[123.4659,25.7358],[123.4734,25.7385],[123.477,25.7412],[123.4837,25.7406]]],[[[124.5564,25.9218],[124.5565,25.9216],[124.5565,25.9217],[124.5564,25.9218],[124.5565,25.9218],[124.5564,25.9218]]],[[[123.6869,25.9253],[123.6835,25.9286],[123.6804,25.9288],[123.6767,25.9251],[123.6762,25.9232],[123.6784,25.9205],[123.6814,25.9193],[123.685,25.9195],[123.6877,25.9208],[123.6886,25.9224],[123.6869,25.9253]]]]},"properties":{"TOWNCODE":"10002040","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"頭城鎮"},"id":"10002040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7958,24.6013],[121.7936,24.5992],[121.7895,24.6012],[121.7866,24.6013],[121.7864,24.6032],[121.7827,24.6062],[121.7753,24.6113],[121.767,24.614],[121.7654,24.6161],[121.7568,24.619],[121.7542,24.6163],[121.7513,24.6168],[121.7504,24.6108],[121.7474,24.6079],[121.7458,24.6098],[121.7478,24.6128],[121.7457,24.6174],[121.7456,24.6195],[121.743,24.619],[121.7378,24.6162],[121.7363,24.6198],[121.7344,24.6214],[121.7279,24.6207],[121.7245,24.6182],[121.7255,24.615],[121.7254,24.6112],[121.7238,24.6084],[121.7274,24.6028],[121.7318,24.5995],[121.7316,24.5982],[121.7329,24.5943],[121.7349,24.5916],[121.7369,24.5916],[121.7401,24.5894],[121.7435,24.5885],[121.7481,24.5846],[121.7523,24.5822],[121.7562,24.5813],[121.7589,24.5817],[121.7608,24.5766],[121.7602,24.5741],[121.7555,24.5736],[121.7545,24.5722],[121.7519,24.5723],[121.7493,24.5695],[121.7477,24.5657],[121.7436,24.5678],[121.7359,24.5661],[121.7307,24.5704],[121.7266,24.5728],[121.7259,24.5757],[121.7235,24.5774],[121.7224,24.5751],[121.719,24.5722],[121.7151,24.5731],[121.715,24.5741],[121.71,24.5764],[121.7047,24.581],[121.7017,24.5793],[121.6988,24.5793],[121.6964,24.5774],[121.6949,24.5774],[121.6888,24.5733],[121.688,24.5703],[121.6853,24.5668],[121.6844,24.564],[121.68,24.5611],[121.6755,24.5616],[121.6731,24.561],[121.6668,24.5618],[121.6665,24.5577],[121.6685,24.557],[121.6674,24.5528],[121.6659,24.552],[121.6653,24.5493],[121.666,24.546],[121.6647,24.5427],[121.6642,24.5382],[121.6634,24.5372],[121.6636,24.534],[121.6627,24.529],[121.6612,24.5248],[121.6594,24.5236],[121.6581,24.5205],[121.6576,24.5138],[121.6568,24.5112],[121.6538,24.5091],[121.6476,24.5033],[121.6395,24.5032],[121.6352,24.5003],[121.6339,24.4987],[121.6309,24.498],[121.6303,24.4953],[121.6286,24.4917],[121.6273,24.4912],[121.6262,24.4881],[121.624,24.4864],[121.6249,24.482],[121.6216,24.478],[121.6212,24.4744],[121.6197,24.4729],[121.6207,24.4715],[121.6215,24.4677],[121.6188,24.4669],[121.6176,24.4653],[121.6177,24.4627],[121.6148,24.4618],[121.6131,24.4634],[121.6095,24.4643],[121.6064,24.4639],[121.6016,24.4643],[121.5969,24.4653],[121.5923,24.4669],[121.5885,24.4706],[121.5867,24.47],[121.5853,24.4676],[121.5851,24.4646],[121.5873,24.4618],[121.5863,24.4577],[121.5834,24.4565],[121.5816,24.4535],[121.5771,24.4549],[121.5738,24.4595],[121.569,24.4586],[121.5644,24.4593],[121.5582,24.4593],[121.5551,24.4616],[121.5482,24.4623],[121.5452,24.4635],[121.535,24.4609],[121.5306,24.4612],[121.522,24.459],[121.5198,24.4574],[121.515,24.4581],[121.5126,24.4573],[121.5075,24.4574],[121.5051,24.4587],[121.501,24.4578],[121.4963,24.4584],[121.4928,24.4561],[121.4894,24.4552],[121.4842,24.4531],[121.4818,24.4506],[121.4777,24.4438],[121.4749,24.4422],[121.4707,24.441],[121.4685,24.4366],[121.4628,24.4325],[121.4588,24.4291],[121.4589,24.4234],[121.4581,24.4202],[121.4581,24.4143],[121.4536,24.4121],[121.4503,24.4099],[121.4472,24.4088],[121.4461,24.4066],[121.4434,24.4042],[121.4418,24.4008],[121.4436,24.398],[121.4429,24.3958],[121.4388,24.3922],[121.4384,24.3853],[121.4369,24.3829],[121.4384,24.3819],[121.4408,24.3778],[121.4429,24.3732],[121.448,24.3748],[121.4487,24.3715],[121.452,24.3647],[121.4543,24.3636],[121.461,24.358],[121.4637,24.3569],[121.4654,24.3553],[121.473,24.3527],[121.4758,24.3513],[121.4783,24.352],[121.4814,24.3489],[121.4854,24.3485],[121.4876,24.3459],[121.4904,24.3444],[121.4922,24.3421],[121.4981,24.3392],[121.4998,24.3395],[121.5037,24.3427],[121.5073,24.3433],[121.5099,24.3411],[121.5136,24.3408],[121.5153,24.3418],[121.518,24.341],[121.5204,24.3426],[121.5253,24.3424],[121.5281,24.3389],[121.5309,24.3386],[121.533,24.3371],[121.5366,24.3371],[121.5405,24.3359],[121.5442,24.3378],[121.5465,24.3373],[121.5507,24.3342],[121.5561,24.3312],[121.5583,24.3249],[121.5601,24.3226],[121.5635,24.3221],[121.5666,24.3191],[121.5696,24.3179],[121.5758,24.3197],[121.5785,24.3181],[121.5819,24.3179],[121.5844,24.3166],[121.5873,24.3162],[121.5894,24.3138],[121.5936,24.3164],[121.5972,24.3163],[121.6012,24.3147],[121.6051,24.3107],[121.607,24.313],[121.6051,24.3154],[121.6045,24.3184],[121.6012,24.3204],[121.6014,24.3231],[121.5966,24.3281],[121.5957,24.3316],[121.5968,24.3334],[121.5994,24.3334],[121.6005,24.3311],[121.6039,24.329],[121.6066,24.3303],[121.6065,24.3327],[121.6075,24.3351],[121.6126,24.3358],[121.6152,24.3333],[121.6186,24.3346],[121.6183,24.3363],[121.6161,24.3374],[121.6165,24.3406],[121.6186,24.3453],[121.6205,24.3451],[121.6229,24.3394],[121.6275,24.3411],[121.6281,24.3386],[121.6266,24.3363],[121.6289,24.3335],[121.6319,24.3342],[121.6332,24.3357],[121.633,24.3396],[121.6313,24.3433],[121.6318,24.3445],[121.6358,24.3453],[121.6351,24.3484],[121.6332,24.3492],[121.63,24.3484],[121.6268,24.3495],[121.6271,24.3536],[121.6212,24.358],[121.6214,24.3598],[121.6236,24.3619],[121.6204,24.3628],[121.6217,24.3666],[121.6267,24.3694],[121.6309,24.3706],[121.6309,24.3661],[121.6343,24.3666],[121.6348,24.364],[121.6384,24.3622],[121.6403,24.3596],[121.6401,24.3577],[121.6421,24.3563],[121.6436,24.3538],[121.6462,24.3522],[121.6487,24.3495],[121.6507,24.3509],[121.6501,24.3546],[121.6483,24.3563],[121.648,24.3582],[121.6511,24.3596],[121.6536,24.3563],[121.6533,24.3529],[121.6566,24.3533],[121.6596,24.3511],[121.6613,24.3529],[121.6634,24.3524],[121.6638,24.3494],[121.6675,24.3462],[121.6678,24.3446],[121.6701,24.3428],[121.6733,24.3438],[121.6741,24.3423],[121.6735,24.3398],[121.6743,24.3383],[121.6768,24.3375],[121.684,24.3408],[121.6867,24.3394],[121.6873,24.3346],[121.6897,24.3336],[121.6936,24.3349],[121.6973,24.3343],[121.7047,24.3298],[121.7133,24.3269],[121.723,24.3255],[121.7279,24.326],[121.735,24.3231],[121.74,24.3236],[121.7447,24.3229],[121.7481,24.3211],[121.7556,24.3161],[121.7598,24.314],[121.7699,24.3131],[121.7727,24.3136],[121.7741,24.3153],[121.774,24.3196],[121.7729,24.3249],[121.7714,24.3289],[121.7709,24.3326],[121.7716,24.3376],[121.7736,24.3437],[121.778,24.3523],[121.7786,24.356],[121.7823,24.3616],[121.7837,24.3665],[121.787,24.3725],[121.7885,24.3881],[121.7885,24.3933],[121.789,24.3975],[121.7903,24.4028],[121.7911,24.4082],[121.7939,24.4163],[121.7987,24.428],[121.8005,24.4314],[121.7953,24.4329],[121.7937,24.4354],[121.7915,24.4369],[121.7906,24.4398],[121.7879,24.4412],[121.7814,24.4526],[121.7792,24.455],[121.7812,24.4579],[121.7844,24.4593],[121.7872,24.4589],[121.7907,24.4618],[121.7976,24.4636],[121.8037,24.4656],[121.8072,24.4681],[121.8076,24.4696],[121.8143,24.4719],[121.8167,24.4765],[121.8201,24.48],[121.8203,24.4835],[121.8192,24.4916],[121.8229,24.4926],[121.8259,24.4968],[121.8254,24.4997],[121.8282,24.506],[121.8295,24.5079],[121.829,24.5145],[121.8296,24.516],[121.8355,24.5227],[121.8379,24.5278],[121.8408,24.5304],[121.8465,24.5313],[121.848,24.5335],[121.849,24.5371],[121.8451,24.5396],[121.8438,24.5426],[121.8395,24.5433],[121.8373,24.5476],[121.8347,24.5511],[121.8315,24.5526],[121.8263,24.5524],[121.8235,24.5512],[121.8186,24.5534],[121.8146,24.5591],[121.8141,24.5684],[121.8147,24.5721],[121.8128,24.5746],[121.813,24.5764],[121.8148,24.5783],[121.8147,24.5807],[121.8127,24.5826],[121.811,24.5871],[121.8074,24.5895],[121.8068,24.5929],[121.8038,24.5937],[121.8,24.5957],[121.7984,24.5995],[121.7958,24.6013]]]},"properties":{"TOWNCODE":"10002120","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"南澳鄉"},"id":"10002120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9926,24.8648],[120.9898,24.8619],[120.9859,24.8636],[120.9828,24.8629],[120.9795,24.8656],[120.9791,24.8679],[120.9764,24.8698],[120.9741,24.8735],[120.9695,24.8748],[120.9641,24.8796],[120.9566,24.8805],[120.9539,24.8815],[120.951,24.8814],[120.9467,24.8802],[120.9465,24.8787],[120.9438,24.8747],[120.943,24.8722],[120.9398,24.8678],[120.933,24.8613],[120.9274,24.859],[120.9269,24.8554],[120.9252,24.8548],[120.9313,24.8526],[120.9336,24.8528],[120.9403,24.8501],[120.9426,24.8474],[120.9439,24.8447],[120.9448,24.841],[120.9473,24.8399],[120.9548,24.8346],[120.9569,24.8336],[120.9628,24.8325],[120.9672,24.8327],[120.9737,24.8302],[120.9783,24.8297],[120.9812,24.8312],[120.9854,24.8294],[120.9871,24.8262],[120.991,24.824],[121.0004,24.8221],[121.0026,24.8199],[121.0046,24.8192],[121.0082,24.8163],[121.0152,24.8085],[121.0177,24.8077],[121.0212,24.802],[121.0304,24.8004],[121.0333,24.8003],[121.0389,24.7983],[121.0422,24.796],[121.0479,24.7942],[121.0533,24.7905],[121.0579,24.7894],[121.0615,24.7865],[121.0633,24.786],[121.0653,24.7839],[121.0666,24.7857],[121.0636,24.7896],[121.0608,24.7909],[121.0605,24.794],[121.0583,24.796],[121.0586,24.7982],[121.0605,24.8],[121.0621,24.8029],[121.0598,24.8069],[121.0566,24.8083],[121.0534,24.8118],[121.0522,24.8144],[121.0587,24.8148],[121.0556,24.8161],[121.0542,24.8194],[121.05,24.82],[121.041,24.822],[121.0364,24.8276],[121.033,24.8276],[121.0274,24.8317],[121.0267,24.8337],[121.0276,24.8411],[121.0242,24.8422],[121.0229,24.8467],[121.0212,24.8496],[121.018,24.8504],[121.0156,24.8499],[121.0136,24.8507],[121.0115,24.8542],[121.0076,24.8551],[121.0029,24.857],[120.9941,24.8617],[120.9926,24.8648]]]},"properties":{"TOWNCODE":"10004010","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"竹北市"},"id":"10004010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0462,24.9424],[121.0421,24.9441],[121.0405,24.9433],[121.0382,24.9464],[121.0306,24.9439],[121.0294,24.9452],[121.0264,24.9422],[121.0259,24.9405],[121.0223,24.9414],[121.0193,24.9404],[121.0126,24.9432],[121.012,24.9448],[121.0096,24.9442],[121.0072,24.9462],[121.0044,24.9434],[121.0025,24.9399],[120.9982,24.9408],[120.9939,24.939],[120.9918,24.935],[120.9898,24.9361],[120.9875,24.939],[120.982,24.94],[120.9697,24.9285],[120.9663,24.9218],[120.9645,24.9158],[120.9589,24.9029],[120.9579,24.9013],[120.9526,24.8954],[120.9517,24.8907],[120.9473,24.8838],[120.9467,24.8802],[120.951,24.8814],[120.9539,24.8815],[120.9566,24.8805],[120.9641,24.8796],[120.9695,24.8748],[120.9741,24.8735],[120.9764,24.8698],[120.9791,24.8679],[120.9795,24.8656],[120.9828,24.8629],[120.9859,24.8636],[120.9898,24.8619],[120.9926,24.8648],[120.9988,24.871],[120.9991,24.8721],[121.0036,24.876],[121.0067,24.8797],[121.0082,24.8804],[121.0149,24.8857],[121.0155,24.8868],[121.0191,24.8887],[121.0205,24.8949],[121.0203,24.8973],[121.0215,24.901],[121.023,24.9029],[121.0255,24.9117],[121.0267,24.9128],[121.0284,24.9177],[121.0314,24.9187],[121.0358,24.9267],[121.0379,24.9287],[121.043,24.9361],[121.0445,24.9412],[121.0462,24.9424]]]},"properties":{"TOWNCODE":"10004060","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"新豐鄉"},"id":"10004060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7484,24.4047],[120.7461,24.4052],[120.7435,24.4075],[120.741,24.4079],[120.7381,24.4072],[120.7326,24.4094],[120.7284,24.4096],[120.727,24.4127],[120.723,24.4167],[120.7211,24.4211],[120.7183,24.422],[120.7163,24.4216],[120.7166,24.4251],[120.7149,24.4287],[120.7126,24.4299],[120.7128,24.4317],[120.7115,24.434],[120.707,24.4365],[120.7024,24.4365],[120.6993,24.4378],[120.6979,24.4396],[120.6938,24.4397],[120.6931,24.4412],[120.6902,24.4428],[120.6874,24.4435],[120.6844,24.4457],[120.684,24.4483],[120.6801,24.4517],[120.671,24.4555],[120.6675,24.4558],[120.6652,24.4534],[120.6603,24.45],[120.6587,24.4508],[120.6607,24.4532],[120.6573,24.4556],[120.6593,24.4588],[120.6584,24.4604],[120.6553,24.4618],[120.6528,24.4621],[120.6492,24.4635],[120.6454,24.4643],[120.6438,24.4626],[120.6403,24.4607],[120.6396,24.4567],[120.6378,24.4542],[120.6352,24.4525],[120.6314,24.4477],[120.628,24.4458],[120.6254,24.443],[120.6219,24.4403],[120.6261,24.4392],[120.6288,24.4378],[120.6319,24.4326],[120.6397,24.4278],[120.6402,24.4242],[120.6432,24.4218],[120.6428,24.4181],[120.6433,24.4153],[120.6452,24.4146],[120.6461,24.4122],[120.6483,24.4112],[120.6487,24.4095],[120.6518,24.4083],[120.6582,24.4066],[120.6657,24.4003],[120.6673,24.3966],[120.671,24.3911],[120.6724,24.3913],[120.6759,24.3884],[120.6786,24.3871],[120.6774,24.384],[120.6862,24.3785],[120.6886,24.3749],[120.6898,24.3745],[120.6923,24.3675],[120.6983,24.3648],[120.7002,24.3631],[120.7038,24.3617],[120.7075,24.3617],[120.7073,24.3579],[120.7183,24.3558],[120.7243,24.3541],[120.7271,24.3629],[120.7297,24.3646],[120.7288,24.3704],[120.7299,24.3734],[120.7287,24.3752],[120.7291,24.3772],[120.7327,24.3795],[120.7331,24.3829],[120.7375,24.3877],[120.741,24.3932],[120.7427,24.3943],[120.7453,24.3985],[120.7475,24.4005],[120.7484,24.4047]]]},"properties":{"TOWNCODE":"10005020","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"苑裡鎮"},"id":"10005020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6657,24.4875],[120.6651,24.4838],[120.6618,24.4838],[120.6585,24.4773],[120.6527,24.4707],[120.6485,24.4675],[120.6454,24.4643],[120.6492,24.4635],[120.6528,24.4621],[120.6553,24.4618],[120.6584,24.4604],[120.6593,24.4588],[120.6573,24.4556],[120.6607,24.4532],[120.6587,24.4508],[120.6603,24.45],[120.6652,24.4534],[120.6675,24.4558],[120.671,24.4555],[120.6801,24.4517],[120.684,24.4483],[120.6844,24.4457],[120.6874,24.4435],[120.6902,24.4428],[120.6931,24.4412],[120.6938,24.4397],[120.6979,24.4396],[120.6993,24.4378],[120.7024,24.4365],[120.707,24.4365],[120.7115,24.434],[120.7128,24.4317],[120.7126,24.4299],[120.7149,24.4287],[120.7166,24.4251],[120.7163,24.4216],[120.7183,24.422],[120.7211,24.4211],[120.723,24.4167],[120.727,24.4127],[120.7284,24.4096],[120.7326,24.4094],[120.7381,24.4072],[120.741,24.4079],[120.7435,24.4075],[120.7461,24.4052],[120.7484,24.4047],[120.7508,24.4074],[120.7514,24.4097],[120.7494,24.4116],[120.7496,24.4134],[120.7482,24.4147],[120.748,24.4192],[120.7518,24.4223],[120.752,24.4259],[120.7513,24.4284],[120.753,24.438],[120.7547,24.4407],[120.7553,24.4448],[120.7545,24.4478],[120.7559,24.4494],[120.7543,24.4524],[120.7542,24.4593],[120.7516,24.4637],[120.7512,24.4661],[120.7546,24.4721],[120.756,24.4725],[120.7598,24.4789],[120.7615,24.4795],[120.7627,24.4822],[120.7618,24.4833],[120.7633,24.4872],[120.7624,24.4891],[120.7592,24.4916],[120.757,24.4916],[120.7552,24.4954],[120.7564,24.4978],[120.7581,24.4987],[120.7582,24.5014],[120.7608,24.5033],[120.7612,24.5064],[120.7581,24.5046],[120.7557,24.5059],[120.7502,24.5075],[120.7494,24.5128],[120.7501,24.5142],[120.7493,24.5176],[120.7465,24.5173],[120.744,24.5205],[120.7454,24.5238],[120.7427,24.5248],[120.7415,24.5291],[120.7401,24.5297],[120.7386,24.533],[120.7397,24.5361],[120.7379,24.5383],[120.7344,24.5382],[120.735,24.5429],[120.7343,24.5463],[120.7321,24.5467],[120.7319,24.549],[120.7297,24.5518],[120.7262,24.5524],[120.7245,24.5538],[120.7272,24.558],[120.727,24.56],[120.722,24.5653],[120.7198,24.5667],[120.7192,24.5714],[120.7184,24.5729],[120.7131,24.5716],[120.7117,24.5735],[120.7072,24.5735],[120.7045,24.5729],[120.702,24.569],[120.7012,24.5615],[120.6982,24.5585],[120.6969,24.5558],[120.6958,24.5512],[120.6934,24.5489],[120.691,24.539],[120.6883,24.5356],[120.6881,24.5305],[120.6847,24.5214],[120.6776,24.5145],[120.6743,24.5096],[120.6713,24.5021],[120.6684,24.4998],[120.6676,24.4965],[120.6678,24.4934],[120.6653,24.4898],[120.6657,24.4875]]]},"properties":{"TOWNCODE":"10005030","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"通霄鎮"},"id":"10005030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9343,24.7131],[120.9287,24.7153],[120.925,24.7154],[120.9231,24.7146],[120.9196,24.717],[120.9178,24.7162],[120.9136,24.7174],[120.9161,24.7206],[120.9162,24.7218],[120.9138,24.7241],[120.9138,24.7276],[120.9125,24.7315],[120.9084,24.7367],[120.9086,24.7405],[120.9061,24.7408],[120.9014,24.7363],[120.8971,24.7333],[120.8908,24.7318],[120.8873,24.7339],[120.8847,24.7328],[120.8832,24.7344],[120.881,24.7333],[120.8745,24.7383],[120.8704,24.7333],[120.864,24.7262],[120.8613,24.7217],[120.8577,24.7103],[120.8577,24.7067],[120.8562,24.7025],[120.8516,24.6994],[120.8461,24.6945],[120.8404,24.6879],[120.8326,24.6824],[120.8299,24.6799],[120.8276,24.6768],[120.8244,24.6736],[120.8321,24.6715],[120.8374,24.6674],[120.8402,24.6657],[120.8421,24.6641],[120.8464,24.6623],[120.8521,24.6625],[120.8579,24.6651],[120.8653,24.6662],[120.8675,24.665],[120.8672,24.6611],[120.8679,24.6558],[120.8699,24.6522],[120.8713,24.6519],[120.8753,24.6529],[120.8747,24.6491],[120.8769,24.6479],[120.8762,24.6489],[120.8764,24.6537],[120.8785,24.662],[120.8797,24.6651],[120.8803,24.669],[120.8798,24.6722],[120.8817,24.6768],[120.8803,24.6797],[120.8826,24.6836],[120.885,24.6852],[120.8879,24.686],[120.8875,24.6879],[120.8907,24.6889],[120.8922,24.6909],[120.887,24.6933],[120.8841,24.693],[120.885,24.6952],[120.8882,24.698],[120.8868,24.6997],[120.8844,24.6998],[120.8866,24.7027],[120.8912,24.7031],[120.8933,24.704],[120.9006,24.704],[120.9053,24.7026],[120.9106,24.7032],[120.9156,24.7049],[120.9215,24.7036],[120.9245,24.7049],[120.9321,24.7118],[120.9343,24.7131]]]},"properties":{"TOWNCODE":"10005040","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"竹南鎮"},"id":"10005040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8402,24.6657],[120.8374,24.6674],[120.8321,24.6715],[120.8244,24.6736],[120.8208,24.6728],[120.8094,24.6712],[120.8028,24.6691],[120.7886,24.667],[120.7822,24.6645],[120.7764,24.6609],[120.7713,24.6555],[120.7692,24.6538],[120.7678,24.6504],[120.7636,24.6491],[120.7608,24.6431],[120.7577,24.6415],[120.7571,24.6401],[120.7564,24.6325],[120.754,24.6312],[120.7524,24.6274],[120.7489,24.626],[120.7458,24.6217],[120.7382,24.6209],[120.735,24.6174],[120.7327,24.6133],[120.73,24.6108],[120.7238,24.6082],[120.7203,24.6042],[120.7158,24.601],[120.7135,24.5949],[120.7098,24.591],[120.7081,24.5825],[120.7039,24.5752],[120.7045,24.5729],[120.7072,24.5735],[120.7117,24.5735],[120.7131,24.5716],[120.7184,24.5729],[120.7192,24.5714],[120.7198,24.5667],[120.722,24.5653],[120.727,24.56],[120.7289,24.562],[120.7292,24.5639],[120.7323,24.5682],[120.7344,24.5684],[120.7388,24.571],[120.7394,24.5728],[120.7423,24.5758],[120.7445,24.5772],[120.7447,24.579],[120.7479,24.5789],[120.7528,24.5812],[120.755,24.5798],[120.7583,24.5797],[120.7603,24.5809],[120.764,24.5797],[120.7691,24.5814],[120.7712,24.5779],[120.7711,24.5757],[120.7739,24.5741],[120.7758,24.5705],[120.7784,24.5693],[120.7802,24.5732],[120.7799,24.578],[120.7809,24.5797],[120.7804,24.5819],[120.7846,24.5878],[120.7871,24.5875],[120.7922,24.5891],[120.7951,24.588],[120.7966,24.589],[120.7993,24.5882],[120.801,24.5917],[120.8034,24.5938],[120.8071,24.599],[120.817,24.5976],[120.8239,24.5974],[120.832,24.5913],[120.8372,24.5904],[120.8437,24.5865],[120.8447,24.5876],[120.8447,24.5909],[120.8432,24.5932],[120.8403,24.5958],[120.8352,24.5989],[120.8338,24.6009],[120.8401,24.6013],[120.8398,24.6033],[120.8365,24.6045],[120.8348,24.6037],[120.8321,24.6071],[120.8351,24.6125],[120.8343,24.6148],[120.8323,24.6156],[120.8293,24.6232],[120.829,24.6255],[120.8262,24.6251],[120.8232,24.6237],[120.8206,24.6246],[120.8204,24.6276],[120.819,24.6305],[120.817,24.6293],[120.8161,24.6254],[120.8134,24.6268],[120.8147,24.6294],[120.8197,24.6369],[120.819,24.6396],[120.8226,24.6411],[120.8257,24.6439],[120.8277,24.6477],[120.8286,24.6478],[120.8312,24.6517],[120.8318,24.6542],[120.8347,24.6561],[120.8389,24.6623],[120.8402,24.6657]]]},"properties":{"TOWNCODE":"10005060","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"後龍鎮"},"id":"10005060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4774,24.1025],[120.4738,24.103],[120.4721,24.105],[120.4673,24.1075],[120.4631,24.1159],[120.4567,24.12],[120.4565,24.1221],[120.4526,24.1264],[120.4439,24.1266],[120.442,24.1254],[120.4354,24.1241],[120.4329,24.1249],[120.4296,24.124],[120.3984,24.1237],[120.3973,24.1211],[120.3968,24.1175],[120.3825,24.0984],[120.3822,24.097],[120.3863,24.097],[120.3858,24.0929],[120.3849,24.0919],[120.3842,24.0877],[120.3754,24.083],[120.3708,24.0817],[120.3634,24.0809],[120.3612,24.0763],[120.3592,24.0743],[120.3548,24.0725],[120.3502,24.0714],[120.3453,24.0668],[120.3421,24.0601],[120.3397,24.0597],[120.3417,24.0566],[120.3424,24.0538],[120.357,24.0558],[120.3665,24.0567],[120.3792,24.0575],[120.3967,24.0578],[120.4053,24.0576],[120.4108,24.0599],[120.4163,24.057],[120.4188,24.0567],[120.4189,24.0548],[120.4216,24.0533],[120.4244,24.0555],[120.4289,24.0555],[120.4315,24.0508],[120.4337,24.0481],[120.4371,24.0466],[120.4423,24.0423],[120.4433,24.0446],[120.4401,24.0459],[120.4414,24.0487],[120.4396,24.0492],[120.4385,24.0537],[120.4406,24.053],[120.4432,24.0536],[120.4479,24.0537],[120.4526,24.0523],[120.464,24.0521],[120.4672,24.0518],[120.4683,24.05],[120.4719,24.0482],[120.4776,24.0471],[120.4797,24.0478],[120.4803,24.0533],[120.4797,24.054],[120.4785,24.057],[120.4817,24.0573],[120.4817,24.0685],[120.4795,24.0709],[120.4822,24.0722],[120.4895,24.0747],[120.4909,24.0743],[120.4928,24.0772],[120.4901,24.079],[120.4884,24.082],[120.4893,24.0839],[120.4896,24.0876],[120.4913,24.0889],[120.4886,24.0908],[120.4885,24.0944],[120.4867,24.0954],[120.4858,24.0979],[120.4844,24.099],[120.4804,24.0988],[120.4774,24.1025]]]},"properties":{"TOWNCODE":"10007020","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"鹿港鎮"},"id":"10007020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4797,24.054],[120.4803,24.0533],[120.4797,24.0478],[120.4776,24.0471],[120.4719,24.0482],[120.4683,24.05],[120.4672,24.0518],[120.464,24.0521],[120.4526,24.0523],[120.4479,24.0537],[120.4432,24.0536],[120.4406,24.053],[120.4385,24.0537],[120.4396,24.0492],[120.4414,24.0487],[120.4401,24.0459],[120.4433,24.0446],[120.4423,24.0423],[120.4371,24.0466],[120.4337,24.0481],[120.4315,24.0508],[120.4289,24.0555],[120.4244,24.0555],[120.4216,24.0533],[120.4189,24.0548],[120.4188,24.0567],[120.4163,24.057],[120.4108,24.0599],[120.4053,24.0576],[120.3967,24.0578],[120.3792,24.0575],[120.3665,24.0567],[120.357,24.0558],[120.3424,24.0538],[120.3418,24.0479],[120.3582,24.0423],[120.3741,24.0377],[120.3759,24.0331],[120.3787,24.0281],[120.3816,24.0265],[120.3819,24.0254],[120.3856,24.0199],[120.3855,24.0173],[120.3876,24.016],[120.3883,24.0108],[120.3906,24.0103],[120.3897,24.0077],[120.3941,24.0056],[120.3955,24.0043],[120.3992,24.0028],[120.4017,24.0033],[120.4052,24.0021],[120.4063,23.9996],[120.4088,23.9987],[120.4126,23.9964],[120.4118,23.9979],[120.4186,23.9967],[120.4249,23.9937],[120.4264,24.005],[120.429,24.0048],[120.4299,24.0088],[120.4269,24.0112],[120.4278,24.0137],[120.4351,24.0193],[120.4354,24.0229],[120.4419,24.0241],[120.4437,24.0254],[120.4449,24.0234],[120.4473,24.0236],[120.4491,24.0212],[120.4521,24.021],[120.4519,24.0191],[120.4561,24.0165],[120.4591,24.0165],[120.4593,24.0147],[120.4615,24.0129],[120.4662,24.0126],[120.4725,24.0131],[120.4731,24.0124],[120.4776,24.0119],[120.4801,24.0123],[120.4826,24.0109],[120.4865,24.011],[120.4919,24.0094],[120.4946,24.0059],[120.4953,24.0073],[120.4939,24.0097],[120.4974,24.0109],[120.4942,24.0122],[120.4947,24.0164],[120.4895,24.0207],[120.4827,24.0245],[120.4805,24.0266],[120.4839,24.0279],[120.4901,24.0281],[120.4912,24.0291],[120.4873,24.0339],[120.4854,24.0352],[120.4829,24.0402],[120.4839,24.041],[120.4839,24.0439],[120.4892,24.0443],[120.489,24.047],[120.4837,24.0467],[120.4821,24.0493],[120.4816,24.0541],[120.4797,24.054]]]},"properties":{"TOWNCODE":"10007060","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"福興鄉"},"id":"10007060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2427,23.7444],[120.2407,23.7469],[120.2394,23.751],[120.2338,23.7563],[120.2293,23.7573],[120.2265,23.7587],[120.2239,23.762],[120.2201,23.7629],[120.2162,23.7631],[120.2124,23.7621],[120.2085,23.762],[120.2053,23.7606],[120.2012,23.7567],[120.1776,23.7565],[120.1678,23.757],[120.1668,23.7556],[120.1658,23.7419],[120.1558,23.7194],[120.1562,23.7155],[120.1527,23.7131],[120.149,23.7082],[120.1469,23.7067],[120.1464,23.7031],[120.1472,23.7019],[120.1455,23.6989],[120.1464,23.6963],[120.1454,23.6919],[120.141,23.6875],[120.1482,23.693],[120.155,23.6971],[120.1611,23.6997],[120.17,23.7017],[120.1766,23.7016],[120.1809,23.7023],[120.1831,23.7017],[120.1865,23.6993],[120.1852,23.6966],[120.1821,23.6927],[120.1799,23.6887],[120.1794,23.6859],[120.1779,23.6846],[120.1784,23.6824],[120.1833,23.677],[120.188,23.6731],[120.1914,23.6692],[120.1936,23.6688],[120.2044,23.661],[120.2113,23.6599],[120.2146,23.6584],[120.2184,23.658],[120.2199,23.6646],[120.2224,23.6714],[120.2204,23.6739],[120.2217,23.6793],[120.2284,23.679],[120.2294,23.685],[120.2306,23.6877],[120.2318,23.6927],[120.2334,23.6962],[120.2302,23.6977],[120.2297,23.6992],[120.2248,23.7023],[120.2274,23.7036],[120.229,23.7101],[120.2314,23.7106],[120.2333,23.7174],[120.2374,23.717],[120.2379,23.7194],[120.2401,23.7191],[120.2409,23.723],[120.2429,23.7251],[120.2414,23.7308],[120.2414,23.7335],[120.2375,23.739],[120.2396,23.742],[120.2427,23.7444]]]},"properties":{"TOWNCODE":"10009160","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"臺西鄉"},"id":"10009160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.141,23.6875],[120.1392,23.6842],[120.1352,23.6671],[120.1323,23.6609],[120.1303,23.6577],[120.1276,23.6522],[120.1255,23.6457],[120.124,23.6432],[120.1181,23.6394],[120.115,23.6362],[120.1144,23.6344],[120.1151,23.6314],[120.1183,23.6266],[120.1235,23.6218],[120.1285,23.6219],[120.1312,23.6244],[120.1325,23.6272],[120.1344,23.6342],[120.1371,23.6362],[120.1383,23.6318],[120.1372,23.6246],[120.1372,23.6206],[120.1428,23.6207],[120.1455,23.62],[120.1474,23.6231],[120.1554,23.6279],[120.1555,23.6322],[120.1574,23.633],[120.1596,23.6363],[120.1672,23.6352],[120.1651,23.6286],[120.1727,23.6263],[120.1769,23.6274],[120.1794,23.6274],[120.1776,23.622],[120.1804,23.6224],[120.1853,23.6219],[120.1963,23.6191],[120.2018,23.6166],[120.1995,23.6106],[120.203,23.6086],[120.2031,23.6048],[120.2008,23.6037],[120.1991,23.5946],[120.2033,23.5913],[120.2097,23.5903],[120.2095,23.5872],[120.2146,23.5869],[120.2151,23.59],[120.2184,23.6001],[120.2253,23.6026],[120.2268,23.6037],[120.2289,23.6085],[120.2329,23.6085],[120.2366,23.6109],[120.2439,23.617],[120.2474,23.6181],[120.2507,23.6223],[120.2518,23.625],[120.2516,23.6287],[120.2531,23.6304],[120.2533,23.633],[120.2589,23.6336],[120.2654,23.6313],[120.2674,23.6302],[120.2728,23.6299],[120.273,23.6344],[120.2818,23.6339],[120.2821,23.6376],[120.2796,23.6382],[120.2803,23.6405],[120.2806,23.648],[120.2775,23.6477],[120.2784,23.653],[120.2757,23.6528],[120.2752,23.6594],[120.2746,23.6606],[120.2773,23.6653],[120.2776,23.6717],[120.272,23.6725],[120.2703,23.6712],[120.2662,23.6654],[120.2625,23.6634],[120.2596,23.6611],[120.257,23.657],[120.2554,23.6566],[120.2488,23.6581],[120.2411,23.6539],[120.2373,23.6537],[120.2261,23.6583],[120.2184,23.658],[120.2146,23.6584],[120.2113,23.6599],[120.2044,23.661],[120.1936,23.6688],[120.1914,23.6692],[120.188,23.6731],[120.1833,23.677],[120.1784,23.6824],[120.1779,23.6846],[120.1794,23.6859],[120.1799,23.6887],[120.1821,23.6927],[120.1852,23.6966],[120.1865,23.6993],[120.1831,23.7017],[120.1809,23.7023],[120.1766,23.7016],[120.17,23.7017],[120.1611,23.6997],[120.155,23.6971],[120.1482,23.693],[120.141,23.6875]]]},"properties":{"TOWNCODE":"10009180","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"四湖鄉"},"id":"10009180"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.0811,23.5241],[120.0776,23.5222],[120.0761,23.5223],[120.0733,23.5207],[120.071,23.5182],[120.0689,23.5178],[120.0669,23.5153],[120.0638,23.515],[120.0621,23.5123],[120.0601,23.5119],[120.0578,23.5095],[120.0527,23.5074],[120.0521,23.5056],[120.049,23.5044],[120.0403,23.4989],[120.0376,23.4962],[120.0352,23.4956],[120.0302,23.4922],[120.0277,23.4916],[120.025,23.489],[120.0239,23.4892],[120.0215,23.4869],[120.0161,23.4842],[120.0125,23.4805],[120.0102,23.4795],[120.0042,23.4742],[120.0003,23.4729],[119.9985,23.4683],[119.9969,23.4658],[120.0003,23.463],[120.0045,23.4603],[120.0081,23.452],[120.012,23.4484],[120.0139,23.4451],[120.0155,23.4438],[120.0142,23.4418],[120.0157,23.44],[120.0173,23.4406],[120.019,23.4364],[120.0203,23.4357],[120.0221,23.4382],[120.0208,23.4394],[120.0199,23.4436],[120.016,23.4481],[120.0141,23.4531],[120.0127,23.4538],[120.0107,23.458],[120.0076,23.4611],[120.0096,23.4649],[120.0127,23.4669],[120.0143,23.4688],[120.0167,23.468],[120.0139,23.46],[120.0154,23.4589],[120.0197,23.4588],[120.0247,23.4607],[120.0246,23.464],[120.0235,23.4654],[120.0252,23.469],[120.0229,23.4709],[120.0259,23.473],[120.0248,23.4752],[120.0273,23.476],[120.0269,23.4775],[120.0298,23.4796],[120.033,23.4796],[120.035,23.4774],[120.0368,23.4826],[120.0376,23.4788],[120.04,23.4799],[120.044,23.4843],[120.045,23.4937],[120.0468,23.4946],[120.0486,23.492],[120.0455,23.4875],[120.0456,23.4842],[120.042,23.4795],[120.0423,23.4775],[120.0465,23.4777],[120.048,23.4793],[120.0518,23.4811],[120.0525,23.4841],[120.0543,23.4881],[120.057,23.4856],[120.0558,23.4843],[120.0583,23.4827],[120.0564,23.4811],[120.0539,23.481],[120.0549,23.4788],[120.0588,23.4789],[120.0626,23.4809],[120.0624,23.4827],[120.0639,23.4847],[120.0641,23.4876],[120.0628,23.4895],[120.0561,23.4902],[120.056,23.4912],[120.0653,23.4919],[120.0693,23.4913],[120.0703,23.4939],[120.0692,23.4967],[120.0662,23.4961],[120.0665,23.4986],[120.07,23.4987],[120.071,23.4973],[120.073,23.4991],[120.0681,23.4998],[120.0686,23.5022],[120.0711,23.5032],[120.0722,23.502],[120.0751,23.503],[120.0766,23.5073],[120.0793,23.509],[120.0827,23.5092],[120.083,23.5111],[120.0868,23.5122],[120.0892,23.5115],[120.0915,23.5121],[120.0936,23.5106],[120.0958,23.5106],[120.0947,23.514],[120.0952,23.5155],[120.0935,23.5179],[120.0908,23.5203],[120.0886,23.5203],[120.0859,23.5228],[120.0811,23.5241]]],[[[120.0994,23.5417],[120.0969,23.5395],[120.0941,23.5352],[120.0926,23.534],[120.0911,23.5308],[120.0911,23.5278],[120.0929,23.5278],[120.0935,23.5256],[120.0952,23.5242],[120.0965,23.5214],[120.099,23.5232],[120.0982,23.5243],[120.0988,23.5284],[120.0999,23.5295],[120.1036,23.5292],[120.1073,23.5275],[120.1103,23.5281],[120.1086,23.532],[120.1041,23.5323],[120.1069,23.5344],[120.1023,23.5402],[120.0994,23.5417]]],[[[120.1324,23.5467],[120.1304,23.5482],[120.1295,23.5441],[120.1264,23.5445],[120.1274,23.5381],[120.1267,23.5321],[120.1273,23.5301],[120.1296,23.5309],[120.1292,23.5325],[120.1323,23.5345],[120.1338,23.5365],[120.1342,23.5391],[120.1359,23.5407],[120.1367,23.5434],[120.1347,23.5437],[120.1345,23.5459],[120.1324,23.5467]]],[[[120.1323,23.5632],[120.129,23.5639],[120.1245,23.5629],[120.1236,23.5596],[120.1202,23.5565],[120.1153,23.5566],[120.1147,23.5557],[120.1114,23.5554],[120.1112,23.5539],[120.1074,23.5508],[120.1051,23.548],[120.1037,23.5438],[120.1055,23.5427],[120.1056,23.5406],[120.1081,23.5396],[120.1096,23.5426],[120.1094,23.545],[120.1122,23.5464],[120.1154,23.546],[120.1151,23.548],[120.1168,23.5495],[120.1198,23.5499],[120.1211,23.5524],[120.1225,23.5524],[120.1225,23.5555],[120.1254,23.5588],[120.1277,23.5573],[120.1278,23.5533],[120.1317,23.5572],[120.1308,23.5583],[120.1307,23.5621],[120.1323,23.5632]]],[[[120.1304,23.569],[120.1325,23.5737],[120.1321,23.5764],[120.1304,23.5768],[120.1284,23.5739],[120.1304,23.569]]],[[[120.2146,23.5869],[120.2095,23.5872],[120.2097,23.5903],[120.2033,23.5913],[120.1991,23.5946],[120.2008,23.6037],[120.2031,23.6048],[120.203,23.6086],[120.1995,23.6106],[120.2018,23.6166],[120.1963,23.6191],[120.1853,23.6219],[120.1804,23.6224],[120.1776,23.622],[120.1794,23.6274],[120.1769,23.6274],[120.1727,23.6263],[120.1651,23.6286],[120.1672,23.6352],[120.1596,23.6363],[120.1574,23.633],[120.1555,23.6322],[120.1554,23.6279],[120.1474,23.6231],[120.1455,23.62],[120.1428,23.6207],[120.1372,23.6206],[120.1335,23.6194],[120.133,23.6157],[120.14,23.6141],[120.1403,23.6087],[120.1394,23.5996],[120.1404,23.5975],[120.1446,23.5982],[120.1447,23.5951],[120.1414,23.5914],[120.1407,23.5838],[120.1409,23.579],[120.1406,23.5733],[120.1433,23.5721],[120.1431,23.5676],[120.1408,23.5623],[120.1378,23.5613],[120.1399,23.5591],[120.1404,23.5543],[120.1396,23.5502],[120.1405,23.5491],[120.1413,23.545],[120.1456,23.5391],[120.1486,23.5369],[120.1491,23.5336],[120.1503,23.5319],[120.1455,23.5265],[120.1464,23.5239],[120.1458,23.5208],[120.1493,23.5189],[120.1523,23.5182],[120.1581,23.5159],[120.1646,23.5158],[120.1666,23.5172],[120.1724,23.5147],[120.1796,23.5104],[120.1825,23.5098],[120.1846,23.5196],[120.1869,23.5229],[120.1897,23.5256],[120.1908,23.529],[120.1942,23.5291],[120.199,23.5278],[120.2005,23.5303],[120.2005,23.5423],[120.203,23.5426],[120.2033,23.5471],[120.1978,23.5457],[120.199,23.5511],[120.1986,23.5538],[120.2008,23.555],[120.2035,23.5594],[120.206,23.5666],[120.2052,23.5682],[120.2017,23.569],[120.1986,23.5714],[120.2002,23.575],[120.1991,23.5771],[120.2027,23.5793],[120.2084,23.5786],[120.2109,23.58],[120.2118,23.5823],[120.215,23.583],[120.2146,23.5869]]]]},"properties":{"TOWNCODE":"10009190","COUNTYCODE":"10009","COUNTYNAME":"雲林縣","TOWNNAME":"口湖鄉"},"id":"10009190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2358,23.4076],[120.2341,23.4096],[120.2359,23.4118],[120.2376,23.4162],[120.2358,23.4174],[120.2374,23.4199],[120.2366,23.421],[120.2373,23.4235],[120.2354,23.4241],[120.2322,23.4208],[120.2286,23.4192],[120.2247,23.422],[120.2231,23.4201],[120.2187,23.423],[120.2179,23.427],[120.2193,23.4288],[120.2196,23.4342],[120.2212,23.437],[120.2204,23.4419],[120.2179,23.4406],[120.2131,23.4432],[120.2117,23.4457],[120.2093,23.4463],[120.2082,23.4481],[120.2076,23.4515],[120.2062,23.4529],[120.1943,23.4485],[120.1974,23.447],[120.2015,23.4438],[120.2042,23.4431],[120.2067,23.4415],[120.2071,23.4398],[120.205,23.4373],[120.2076,23.433],[120.2063,23.4273],[120.2069,23.4235],[120.2044,23.4222],[120.2038,23.4207],[120.201,23.4207],[120.1996,23.4185],[120.1939,23.4218],[120.193,23.4193],[120.1903,23.4155],[120.1891,23.4186],[120.1882,23.4231],[120.1849,23.4206],[120.1816,23.4208],[120.1774,23.4182],[120.1757,23.4162],[120.1739,23.4107],[120.1716,23.4119],[120.1699,23.4091],[120.1712,23.4078],[120.1661,23.4048],[120.1625,23.4042],[120.16,23.4054],[120.1605,23.4016],[120.1616,23.3981],[120.1617,23.3947],[120.1635,23.3929],[120.1607,23.3888],[120.1578,23.3858],[120.1584,23.3812],[120.1564,23.3798],[120.1552,23.3847],[120.152,23.3886],[120.1507,23.3884],[120.1481,23.3855],[120.1395,23.3853],[120.1376,23.3847],[120.1317,23.3848],[120.1319,23.3763],[120.1309,23.3704],[120.1294,23.3688],[120.128,23.3636],[120.1227,23.3543],[120.1219,23.3515],[120.1199,23.3483],[120.1184,23.3436],[120.1181,23.3402],[120.1325,23.3297],[120.1377,23.3273],[120.1471,23.3211],[120.1486,23.3196],[120.1485,23.3146],[120.1499,23.3131],[120.1545,23.3129],[120.1557,23.3103],[120.1608,23.3106],[120.1626,23.31],[120.1633,23.3111],[120.1663,23.31],[120.1683,23.3101],[120.1711,23.3119],[120.1714,23.3148],[120.1726,23.3171],[120.1769,23.3189],[120.18,23.3217],[120.1807,23.3258],[120.1785,23.3296],[120.1803,23.3346],[120.1788,23.339],[120.1759,23.3415],[120.1824,23.3482],[120.1902,23.3626],[120.1966,23.3652],[120.1993,23.3694],[120.2,23.3715],[120.203,23.3751],[120.2048,23.3758],[120.2075,23.38],[120.2115,23.3811],[120.2179,23.379],[120.2195,23.3779],[120.2213,23.3807],[120.2242,23.3819],[120.2273,23.3817],[120.2309,23.3867],[120.2267,23.3894],[120.2273,23.3941],[120.2291,23.3963],[120.2301,23.3989],[120.2318,23.4002],[120.2362,23.4018],[120.2311,23.4042],[120.233,23.4061],[120.2358,23.4076]]]},"properties":{"TOWNCODE":"10010030","COUNTYCODE":"10010","COUNTYNAME":"嘉義縣","TOWNNAME":"布袋鎮"},"id":"10010030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4931,22.492],[120.4905,22.4937],[120.4885,22.4986],[120.4799,22.5005],[120.477,22.4987],[120.4767,22.4954],[120.4741,22.4933],[120.4703,22.4914],[120.4686,22.4894],[120.4656,22.4838],[120.4616,22.4791],[120.4551,22.475],[120.4503,22.4725],[120.4459,22.4715],[120.4451,22.4695],[120.4429,22.4679],[120.4397,22.4669],[120.435,22.4646],[120.436,22.4595],[120.4385,22.4594],[120.4397,22.4568],[120.4446,22.4522],[120.4471,22.4493],[120.4545,22.4431],[120.4585,22.4394],[120.4727,22.4312],[120.4806,22.4269],[120.4843,22.4337],[120.4875,22.4362],[120.4917,22.4343],[120.4963,22.4364],[120.4984,22.444],[120.5017,22.4483],[120.4998,22.4515],[120.4996,22.4553],[120.4971,22.4557],[120.4995,22.4602],[120.5017,22.4605],[120.502,22.4654],[120.5005,22.4699],[120.5013,22.4738],[120.4986,22.4757],[120.4913,22.4746],[120.4903,22.4727],[120.4875,22.4722],[120.4876,22.4772],[120.4872,22.4806],[120.4891,22.4837],[120.4894,22.4882],[120.4911,22.4883],[120.4931,22.492]]]},"properties":{"TOWNCODE":"10013030","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"東港鎮"},"id":"10013030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6091,22.4452],[120.6062,22.446],[120.6012,22.4465],[120.5976,22.4477],[120.5851,22.4531],[120.5808,22.4544],[120.5788,22.4566],[120.5766,22.4577],[120.5738,22.4531],[120.5729,22.4483],[120.5716,22.4485],[120.5701,22.4435],[120.5708,22.4409],[120.5691,22.4384],[120.5691,22.4335],[120.5669,22.4295],[120.5684,22.4267],[120.5762,22.4146],[120.5719,22.4125],[120.5674,22.4109],[120.5648,22.4092],[120.5656,22.4072],[120.5658,22.4017],[120.5637,22.3996],[120.56,22.4012],[120.5535,22.4009],[120.5516,22.3971],[120.5487,22.3974],[120.5402,22.3972],[120.5496,22.3924],[120.5604,22.3861],[120.5708,22.3794],[120.5712,22.378],[120.5764,22.3752],[120.5801,22.3723],[120.5856,22.3694],[120.5894,22.3664],[120.5943,22.3598],[120.5989,22.3557],[120.6007,22.3514],[120.6051,22.3427],[120.6054,22.3407],[120.6108,22.3428],[120.6121,22.3458],[120.6181,22.3505],[120.624,22.3524],[120.6251,22.3536],[120.6311,22.3545],[120.6349,22.3566],[120.6402,22.3552],[120.6391,22.359],[120.6339,22.3593],[120.6291,22.3584],[120.6268,22.3592],[120.6247,22.3624],[120.6214,22.3618],[120.6202,22.3635],[120.6201,22.3659],[120.6179,22.3706],[120.6207,22.369],[120.6231,22.3693],[120.6201,22.3734],[120.6194,22.3763],[120.6182,22.3767],[120.6183,22.3853],[120.616,22.3866],[120.6176,22.3882],[120.6169,22.3895],[120.6188,22.3914],[120.6231,22.3912],[120.6244,22.3939],[120.6273,22.3942],[120.6308,22.3954],[120.6329,22.3931],[120.6356,22.3934],[120.6353,22.3951],[120.6331,22.3969],[120.6333,22.3986],[120.6309,22.3992],[120.6288,22.4011],[120.6295,22.4023],[120.6257,22.4032],[120.6249,22.4074],[120.6284,22.4097],[120.6321,22.4144],[120.6283,22.4174],[120.6278,22.4222],[120.6233,22.4215],[120.6241,22.4255],[120.6297,22.4277],[120.6309,22.4318],[120.633,22.4342],[120.6326,22.4358],[120.6274,22.4382],[120.624,22.4392],[120.6201,22.4396],[120.6174,22.4417],[120.6122,22.4445],[120.6091,22.4452]]]},"properties":{"TOWNCODE":"10013160","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"枋寮鄉"},"id":"10013160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4844,22.5267],[120.4782,22.531],[120.4783,22.5348],[120.4759,22.5347],[120.4756,22.5317],[120.4743,22.5311],[120.473,22.536],[120.4795,22.5366],[120.4789,22.54],[120.4812,22.5559],[120.4777,22.5563],[120.478,22.5608],[120.4698,22.558],[120.4712,22.5604],[120.4655,22.5601],[120.4632,22.5593],[120.458,22.5596],[120.4537,22.558],[120.449,22.5575],[120.4407,22.5576],[120.439,22.555],[120.4366,22.5476],[120.4311,22.5445],[120.4275,22.5343],[120.4251,22.5285],[120.4245,22.5238],[120.4229,22.5188],[120.423,22.511],[120.4243,22.5034],[120.4257,22.4986],[120.4242,22.482],[120.424,22.4775],[120.4244,22.4687],[120.4331,22.4684],[120.435,22.4646],[120.4397,22.4669],[120.4429,22.4679],[120.4451,22.4695],[120.4459,22.4715],[120.4503,22.4725],[120.4551,22.475],[120.4616,22.4791],[120.4656,22.4838],[120.4686,22.4894],[120.4682,22.493],[120.4666,22.4964],[120.4673,22.4998],[120.4655,22.5058],[120.4676,22.5106],[120.4717,22.5168],[120.4766,22.5203],[120.481,22.5219],[120.4809,22.5244],[120.4844,22.5267]]]},"properties":{"TOWNCODE":"10013170","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"新園鄉"},"id":"10013170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5428,22.4679],[120.5363,22.4685],[120.5362,22.4671],[120.5288,22.4642],[120.5289,22.461],[120.5203,22.4603],[120.5134,22.459],[120.5089,22.4587],[120.5082,22.4605],[120.5045,22.4601],[120.5017,22.4605],[120.4995,22.4602],[120.4971,22.4557],[120.4996,22.4553],[120.4998,22.4515],[120.5017,22.4483],[120.4984,22.444],[120.4963,22.4364],[120.4917,22.4343],[120.4875,22.4362],[120.4843,22.4337],[120.4806,22.4269],[120.4921,22.4216],[120.5055,22.4144],[120.5085,22.4122],[120.5103,22.4119],[120.5124,22.4174],[120.5135,22.4191],[120.5201,22.4241],[120.5233,22.4273],[120.5251,22.4301],[120.5259,22.4409],[120.5272,22.4435],[120.5244,22.4449],[120.5259,22.449],[120.5273,22.4496],[120.5328,22.4495],[120.5352,22.4523],[120.5386,22.4588],[120.5395,22.4615],[120.5415,22.4631],[120.54,22.465],[120.5428,22.4679]]]},"properties":{"TOWNCODE":"10013190","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"林邊鄉"},"id":"10013190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.736,22.1183],[120.7321,22.1181],[120.7284,22.1161],[120.7239,22.1159],[120.7215,22.1132],[120.7158,22.1114],[120.7154,22.1126],[120.7176,22.1158],[120.7185,22.1215],[120.7175,22.1234],[120.7151,22.1248],[120.7085,22.1323],[120.7061,22.1371],[120.7038,22.1427],[120.7003,22.1426],[120.698,22.1424],[120.6976,22.1405],[120.6985,22.1368],[120.7015,22.1342],[120.7023,22.1298],[120.7044,22.1273],[120.7066,22.126],[120.7091,22.1228],[120.7095,22.1194],[120.7104,22.118],[120.7097,22.1159],[120.7118,22.1146],[120.7131,22.1115],[120.7125,22.1083],[120.7152,22.1065],[120.7159,22.1048],[120.7161,22.1005],[120.7156,22.0969],[120.7169,22.0933],[120.7145,22.0908],[120.713,22.0909],[120.7056,22.0871],[120.7024,22.0867],[120.7007,22.0855],[120.6993,22.0825],[120.7006,22.0801],[120.7033,22.0783],[120.7057,22.0707],[120.7048,22.0679],[120.706,22.0609],[120.7045,22.056],[120.7,22.0561],[120.6976,22.055],[120.6944,22.0483],[120.6964,22.0431],[120.6954,22.0416],[120.6895,22.036],[120.6876,22.0335],[120.6863,22.0305],[120.6852,22.0239],[120.6889,22.0156],[120.6909,22.013],[120.6923,22.0096],[120.6943,22.0102],[120.6984,22.0099],[120.697,22.0141],[120.6931,22.02],[120.6922,22.0234],[120.6908,22.0257],[120.6908,22.0318],[120.6933,22.0359],[120.6952,22.0341],[120.6995,22.0337],[120.7016,22.0353],[120.7036,22.0397],[120.7057,22.0408],[120.7057,22.0441],[120.7099,22.046],[120.7126,22.0495],[120.7188,22.0501],[120.7191,22.0532],[120.7221,22.0542],[120.7242,22.0528],[120.7271,22.0538],[120.7275,22.0519],[120.7309,22.0514],[120.7341,22.0523],[120.7388,22.0477],[120.7437,22.0482],[120.7476,22.0503],[120.7485,22.0525],[120.7504,22.0545],[120.7501,22.0577],[120.7531,22.0606],[120.7535,22.0627],[120.7599,22.0609],[120.7641,22.0619],[120.7698,22.0597],[120.7731,22.0598],[120.7703,22.0566],[120.7725,22.0549],[120.7766,22.055],[120.7775,22.0532],[120.7805,22.0527],[120.7845,22.0504],[120.7861,22.0526],[120.786,22.0547],[120.7877,22.0586],[120.7903,22.0613],[120.7906,22.0628],[120.7946,22.0681],[120.7954,22.0695],[120.7941,22.075],[120.7949,22.0761],[120.7949,22.0796],[120.7938,22.0816],[120.7937,22.0847],[120.7957,22.0863],[120.793,22.0919],[120.7936,22.096],[120.7928,22.1002],[120.7911,22.0999],[120.7898,22.1017],[120.7863,22.1032],[120.7804,22.1038],[120.7797,22.1059],[120.7775,22.1058],[120.7711,22.1088],[120.7684,22.1086],[120.7602,22.1121],[120.7562,22.1128],[120.7539,22.1079],[120.7509,22.1049],[120.749,22.102],[120.7482,22.0991],[120.7453,22.0974],[120.7413,22.0995],[120.7395,22.0995],[120.7368,22.1039],[120.7382,22.1086],[120.7383,22.1115],[120.7365,22.1155],[120.7361,22.1183],[120.736,22.1183]]]},"properties":{"TOWNCODE":"10013230","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"車城鄉"},"id":"10013230"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.897,22.1441],[120.8931,22.1417],[120.887,22.1411],[120.8847,22.1388],[120.8782,22.1403],[120.8756,22.142],[120.8735,22.142],[120.8732,22.1444],[120.8698,22.1448],[120.8693,22.1408],[120.8661,22.1406],[120.8651,22.1418],[120.86,22.1429],[120.858,22.1446],[120.8517,22.1453],[120.8488,22.143],[120.8509,22.1392],[120.8531,22.1375],[120.855,22.1344],[120.856,22.1279],[120.8542,22.1257],[120.8552,22.1232],[120.8535,22.1205],[120.8489,22.1162],[120.8447,22.1152],[120.8428,22.1141],[120.8418,22.1116],[120.8379,22.1086],[120.833,22.107],[120.8283,22.1032],[120.8273,22.1002],[120.8272,22.0975],[120.826,22.0943],[120.8233,22.09],[120.8186,22.0899],[120.8165,22.0871],[120.8169,22.0851],[120.8206,22.0817],[120.8222,22.0769],[120.8195,22.0764],[120.8176,22.075],[120.818,22.0722],[120.817,22.069],[120.8155,22.0683],[120.8145,22.0644],[120.8097,22.06],[120.8065,22.0593],[120.8039,22.0609],[120.8017,22.0607],[120.797,22.0645],[120.7946,22.0681],[120.7906,22.0628],[120.7903,22.0613],[120.7877,22.0586],[120.786,22.0547],[120.7861,22.0526],[120.7845,22.0504],[120.7842,22.0481],[120.7863,22.0465],[120.789,22.0461],[120.792,22.042],[120.7919,22.0389],[120.7934,22.0375],[120.7895,22.0321],[120.7856,22.0295],[120.7854,22.0255],[120.7842,22.0246],[120.7816,22.0256],[120.7785,22.025],[120.7766,22.0238],[120.7743,22.0249],[120.7726,22.024],[120.7737,22.0201],[120.7769,22.017],[120.7777,22.0141],[120.781,22.0146],[120.7831,22.0113],[120.7853,22.0096],[120.7859,22.005],[120.7856,22.0004],[120.7867,21.9984],[120.7824,21.996],[120.781,21.9919],[120.7789,21.9898],[120.7763,21.99],[120.7733,21.9862],[120.771,21.986],[120.7701,21.9845],[120.7708,21.9794],[120.7757,21.9792],[120.7811,21.9803],[120.7838,21.9798],[120.7881,21.9808],[120.7903,21.9797],[120.7932,21.9822],[120.7974,21.9816],[120.8016,21.9803],[120.8051,21.98],[120.8115,21.9813],[120.8138,21.9801],[120.8176,21.9763],[120.8185,21.9739],[120.8243,21.9749],[120.8279,21.9704],[120.8307,21.9712],[120.834,21.9707],[120.8384,21.9754],[120.8393,21.9752],[120.8423,21.9783],[120.8442,21.9793],[120.8443,21.9809],[120.8461,21.9862],[120.8485,21.9882],[120.8516,21.989],[120.8558,21.989],[120.8616,21.9908],[120.8673,21.995],[120.8758,21.9988],[120.879,22.0044],[120.8793,22.0057],[120.8782,22.0107],[120.8837,22.0132],[120.8871,22.0165],[120.8871,22.0204],[120.8884,22.0226],[120.8892,22.0258],[120.8966,22.0309],[120.9011,22.0332],[120.8951,22.0467],[120.8939,22.0484],[120.8937,22.0536],[120.8942,22.056],[120.8939,22.0615],[120.893,22.0693],[120.8932,22.0748],[120.894,22.0809],[120.8937,22.0834],[120.8941,22.0886],[120.8974,22.0924],[120.8985,22.0946],[120.8983,22.0983],[120.8989,22.1014],[120.9019,22.1056],[120.8981,22.1068],[120.8926,22.1098],[120.8886,22.1191],[120.8875,22.1227],[120.8867,22.1297],[120.8879,22.1333],[120.8911,22.1346],[120.8966,22.1408],[120.897,22.1441]]]},"properties":{"TOWNCODE":"10013240","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"滿州鄉"},"id":"10013240"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6402,22.3552],[120.6349,22.3566],[120.6311,22.3545],[120.6251,22.3536],[120.624,22.3524],[120.6181,22.3505],[120.6121,22.3458],[120.6108,22.3428],[120.6054,22.3407],[120.6104,22.3361],[120.6208,22.3281],[120.6305,22.3192],[120.6362,22.3128],[120.6376,22.309],[120.6404,22.3058],[120.6427,22.3016],[120.6431,22.2926],[120.6427,22.2911],[120.6441,22.2876],[120.648,22.2801],[120.6489,22.2755],[120.6521,22.2682],[120.6521,22.2657],[120.6509,22.2632],[120.6493,22.2559],[120.6504,22.2518],[120.6528,22.251],[120.6579,22.2471],[120.6579,22.2429],[120.6643,22.2392],[120.6658,22.2395],[120.6678,22.2364],[120.6705,22.2351],[120.6719,22.2334],[120.6734,22.2299],[120.6722,22.227],[120.674,22.2232],[120.6768,22.2227],[120.6784,22.2185],[120.6804,22.2168],[120.6849,22.2103],[120.6858,22.2032],[120.6846,22.2013],[120.6839,22.1974],[120.6855,22.1925],[120.689,22.188],[120.69,22.1836],[120.6911,22.1814],[120.6916,22.1776],[120.6911,22.1751],[120.6938,22.1725],[120.694,22.1674],[120.6955,22.1665],[120.696,22.1597],[120.6946,22.1574],[120.6961,22.1542],[120.6982,22.1524],[120.6995,22.1501],[120.6998,22.1469],[120.698,22.1439],[120.698,22.1424],[120.7003,22.1426],[120.7014,22.1459],[120.7005,22.1543],[120.6995,22.1555],[120.7003,22.1579],[120.6989,22.1585],[120.6985,22.1617],[120.6972,22.1645],[120.6964,22.1687],[120.6947,22.1716],[120.6954,22.175],[120.6928,22.1814],[120.6946,22.1834],[120.6939,22.1864],[120.6964,22.1898],[120.6959,22.193],[120.6971,22.1936],[120.6953,22.1977],[120.6996,22.2023],[120.7008,22.1999],[120.7042,22.1993],[120.7051,22.2013],[120.7035,22.2037],[120.7063,22.2051],[120.7068,22.2064],[120.7145,22.2076],[120.7172,22.2074],[120.7116,22.2122],[120.7068,22.2132],[120.7047,22.2113],[120.6959,22.21],[120.6928,22.2067],[120.6902,22.2072],[120.6871,22.2112],[120.6849,22.213],[120.6827,22.216],[120.6789,22.2191],[120.6776,22.2224],[120.6783,22.2243],[120.676,22.2259],[120.6768,22.2281],[120.6744,22.2306],[120.6724,22.2348],[120.6699,22.2381],[120.6713,22.2394],[120.6707,22.2439],[120.6654,22.2504],[120.6654,22.2516],[120.6628,22.2561],[120.661,22.2581],[120.6638,22.2589],[120.669,22.2617],[120.6724,22.2605],[120.6723,22.2634],[120.6661,22.2645],[120.6643,22.2631],[120.662,22.2634],[120.6622,22.266],[120.6598,22.2667],[120.6565,22.2659],[120.6533,22.266],[120.6529,22.269],[120.6506,22.2729],[120.6484,22.2812],[120.646,22.2852],[120.6448,22.2894],[120.6455,22.2909],[120.6448,22.305],[120.6482,22.3083],[120.6484,22.3098],[120.6461,22.3107],[120.6414,22.3091],[120.6394,22.3117],[120.6363,22.3178],[120.6364,22.3216],[120.6337,22.3255],[120.6334,22.329],[120.6304,22.3349],[120.6289,22.3399],[120.6303,22.3409],[120.6274,22.3436],[120.6253,22.3437],[120.625,22.3456],[120.6287,22.3478],[120.6307,22.3483],[120.6358,22.3514],[120.6414,22.3519],[120.6402,22.3552]]]},"properties":{"TOWNCODE":"10013250","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"枋山鄉"},"id":"10013250"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.897,22.1441],[120.8951,22.1462],[120.8926,22.1503],[120.894,22.1557],[120.8934,22.1604],[120.8921,22.1624],[120.8938,22.1684],[120.8942,22.1726],[120.8932,22.1787],[120.8919,22.1841],[120.8907,22.1953],[120.8935,22.1979],[120.8964,22.2034],[120.8958,22.2089],[120.8942,22.2166],[120.8947,22.2237],[120.8969,22.2288],[120.8989,22.2298],[120.8989,22.2338],[120.8963,22.2464],[120.8919,22.2454],[120.8914,22.2443],[120.8859,22.242],[120.884,22.2406],[120.8805,22.2346],[120.8795,22.2352],[120.8715,22.233],[120.8707,22.2313],[120.8687,22.2313],[120.8664,22.2298],[120.8672,22.2265],[120.8667,22.2251],[120.8678,22.2208],[120.8662,22.2203],[120.8652,22.218],[120.8671,22.216],[120.8669,22.2125],[120.8659,22.2111],[120.8636,22.2112],[120.861,22.2097],[120.8581,22.2111],[120.854,22.2107],[120.8501,22.2116],[120.8485,22.2132],[120.8434,22.2136],[120.838,22.2135],[120.8337,22.2111],[120.8324,22.2114],[120.829,22.209],[120.8257,22.2087],[120.8241,22.2069],[120.8219,22.2076],[120.8181,22.2073],[120.8151,22.2079],[120.8135,22.2047],[120.8114,22.2037],[120.8078,22.2041],[120.8018,22.2029],[120.7994,22.201],[120.7968,22.1977],[120.7928,22.1977],[120.7906,22.196],[120.7865,22.1961],[120.7839,22.1955],[120.782,22.1941],[120.7803,22.1943],[120.7777,22.1914],[120.7735,22.1897],[120.7693,22.1868],[120.7677,22.1844],[120.7614,22.1808],[120.7587,22.1782],[120.7551,22.1766],[120.7509,22.1779],[120.7449,22.1772],[120.7425,22.1756],[120.7384,22.175],[120.7367,22.1763],[120.7326,22.1746],[120.735,22.1675],[120.7331,22.1641],[120.7344,22.1592],[120.7374,22.1565],[120.7372,22.1523],[120.7382,22.1509],[120.7382,22.1483],[120.7372,22.1473],[120.7372,22.1444],[120.7363,22.1417],[120.7374,22.1396],[120.7355,22.1349],[120.735,22.13],[120.7366,22.1205],[120.736,22.1183],[120.7361,22.1183],[120.7365,22.1155],[120.7383,22.1115],[120.7382,22.1086],[120.7368,22.1039],[120.7395,22.0995],[120.7413,22.0995],[120.7453,22.0974],[120.7482,22.0991],[120.749,22.102],[120.7509,22.1049],[120.7539,22.1079],[120.7562,22.1128],[120.7602,22.1121],[120.7684,22.1086],[120.7711,22.1088],[120.7775,22.1058],[120.7797,22.1059],[120.7804,22.1038],[120.7863,22.1032],[120.7898,22.1017],[120.7911,22.0999],[120.7928,22.1002],[120.7936,22.096],[120.793,22.0919],[120.7957,22.0863],[120.7937,22.0847],[120.7938,22.0816],[120.7949,22.0796],[120.7949,22.0761],[120.7941,22.075],[120.7954,22.0695],[120.7946,22.0681],[120.797,22.0645],[120.8017,22.0607],[120.8039,22.0609],[120.8065,22.0593],[120.8097,22.06],[120.8145,22.0644],[120.8155,22.0683],[120.817,22.069],[120.818,22.0722],[120.8176,22.075],[120.8195,22.0764],[120.8222,22.0769],[120.8206,22.0817],[120.8169,22.0851],[120.8165,22.0871],[120.8186,22.0899],[120.8233,22.09],[120.826,22.0943],[120.8272,22.0975],[120.8273,22.1002],[120.8283,22.1032],[120.833,22.107],[120.8379,22.1086],[120.8418,22.1116],[120.8428,22.1141],[120.8447,22.1152],[120.8489,22.1162],[120.8535,22.1205],[120.8552,22.1232],[120.8542,22.1257],[120.856,22.1279],[120.855,22.1344],[120.8531,22.1375],[120.8509,22.1392],[120.8488,22.143],[120.8517,22.1453],[120.858,22.1446],[120.86,22.1429],[120.8651,22.1418],[120.8661,22.1406],[120.8693,22.1408],[120.8698,22.1448],[120.8732,22.1444],[120.8735,22.142],[120.8756,22.142],[120.8782,22.1403],[120.8847,22.1388],[120.887,22.1411],[120.8931,22.1417],[120.897,22.1441]]]},"properties":{"TOWNCODE":"10013330","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"牡丹鄉"},"id":"10013330"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1936,22.819],[121.1906,22.8192],[121.1861,22.8177],[121.1837,22.8156],[121.1828,22.8113],[121.1831,22.8058],[121.1811,22.8038],[121.1773,22.803],[121.1748,22.8011],[121.1698,22.7994],[121.163,22.7949],[121.1613,22.7932],[121.162,22.7901],[121.1606,22.7884],[121.1579,22.7881],[121.1559,22.7898],[121.1528,22.7911],[121.1489,22.7907],[121.1455,22.7925],[121.1412,22.7914],[121.1375,22.7963],[121.1325,22.8086],[121.1271,22.8098],[121.1241,22.8122],[121.1229,22.811],[121.1186,22.8124],[121.115,22.8106],[121.1162,22.8085],[121.1146,22.807],[121.115,22.803],[121.1128,22.8028],[121.1117,22.7998],[121.1128,22.7983],[121.1122,22.7956],[121.1089,22.7948],[121.1067,22.7935],[121.1007,22.7878],[121.1038,22.7847],[121.1097,22.7797],[121.1068,22.7764],[121.1012,22.7764],[121.0989,22.7745],[121.0958,22.7751],[121.0922,22.7748],[121.0883,22.7754],[121.0844,22.7746],[121.0777,22.7748],[121.0756,22.7726],[121.0668,22.7692],[121.0614,22.7683],[121.0592,22.7691],[121.051,22.7649],[121.048,22.7639],[121.0442,22.7614],[121.0455,22.7603],[121.0495,22.7598],[121.0496,22.7574],[121.0534,22.7541],[121.0545,22.7491],[121.0568,22.7471],[121.0563,22.7414],[121.0518,22.7366],[121.0491,22.7396],[121.0465,22.737],[121.0474,22.7351],[121.0429,22.7309],[121.0428,22.7259],[121.0436,22.7241],[121.0406,22.724],[121.0383,22.722],[121.039,22.7209],[121.0377,22.7165],[121.035,22.714],[121.0319,22.7127],[121.0271,22.7122],[121.0335,22.7051],[121.035,22.7017],[121.0399,22.7018],[121.0466,22.7009],[121.0501,22.6996],[121.053,22.6965],[121.0551,22.6951],[121.0604,22.6899],[121.0655,22.6835],[121.0708,22.6886],[121.0731,22.6918],[121.0774,22.6956],[121.0812,22.6981],[121.0934,22.7038],[121.0963,22.7047],[121.1018,22.7054],[121.1069,22.7079],[121.1134,22.7119],[121.1183,22.7144],[121.1237,22.7162],[121.1281,22.7194],[121.1374,22.7296],[121.1396,22.7313],[121.1419,22.7319],[121.1451,22.7344],[121.1479,22.7382],[121.1519,22.742],[121.1566,22.7472],[121.1609,22.7497],[121.166,22.7512],[121.1738,22.7561],[121.177,22.7601],[121.1787,22.7646],[121.1803,22.7713],[121.1803,22.7783],[121.1814,22.7829],[121.1859,22.7889],[121.1879,22.7907],[121.1927,22.7899],[121.1949,22.7903],[121.1978,22.793],[121.1987,22.795],[121.201,22.7962],[121.2009,22.7988],[121.1999,22.8005],[121.1998,22.8033],[121.1988,22.8067],[121.1971,22.8098],[121.1972,22.8141],[121.1965,22.8162],[121.1936,22.819]]]},"properties":{"TOWNCODE":"10014010","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"臺東市"},"id":"10014010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1654,22.8678],[121.1631,22.8685],[121.1614,22.8707],[121.1585,22.8707],[121.1539,22.8721],[121.1513,22.8817],[121.149,22.8839],[121.1415,22.8855],[121.1266,22.8852],[121.1166,22.8865],[121.1068,22.8858],[121.1048,22.8871],[121.1029,22.8866],[121.0987,22.8875],[121.0949,22.8897],[121.087,22.895],[121.0852,22.8982],[121.0826,22.8966],[121.0858,22.8909],[121.0849,22.8869],[121.0831,22.8816],[121.0809,22.8806],[121.0795,22.8747],[121.0737,22.8723],[121.0729,22.8651],[121.0705,22.8599],[121.0647,22.8591],[121.061,22.8568],[121.0549,22.8569],[121.0531,22.8542],[121.0507,22.8532],[121.0486,22.85],[121.044,22.8459],[121.042,22.8452],[121.0353,22.8447],[121.034,22.8434],[121.0295,22.8416],[121.0252,22.8407],[121.0222,22.8413],[121.0198,22.8397],[121.0148,22.8343],[121.0134,22.8336],[121.0094,22.8349],[121.0064,22.8351],[120.9998,22.837],[120.9927,22.8365],[120.9895,22.8328],[120.9868,22.8278],[120.9837,22.8233],[120.9794,22.8198],[120.9766,22.8166],[120.9733,22.8094],[120.9719,22.8073],[120.9684,22.805],[120.9626,22.8029],[120.9602,22.8009],[120.9576,22.8006],[120.956,22.7992],[120.955,22.7964],[120.9533,22.7949],[120.9481,22.7979],[120.9459,22.8002],[120.943,22.7985],[120.9433,22.7954],[120.9423,22.7926],[120.9374,22.792],[120.9367,22.7914],[120.9305,22.7913],[120.93,22.7897],[120.9317,22.7875],[120.9298,22.7855],[120.9231,22.7821],[120.9202,22.7833],[120.9182,22.7801],[120.9154,22.7802],[120.9114,22.7813],[120.9083,22.7792],[120.9035,22.7775],[120.9032,22.7738],[120.9013,22.7723],[120.9005,22.7698],[120.8931,22.7663],[120.8934,22.7637],[120.8949,22.7623],[120.8945,22.7591],[120.8956,22.7557],[120.8941,22.7516],[120.8954,22.7482],[120.8942,22.7442],[120.8955,22.7421],[120.8947,22.7376],[120.8924,22.7356],[120.8924,22.7329],[120.891,22.7287],[120.8883,22.7267],[120.8874,22.7227],[120.8835,22.7171],[120.8792,22.7161],[120.8755,22.7172],[120.8724,22.717],[120.8691,22.7159],[120.8672,22.7169],[120.8614,22.7167],[120.8586,22.7136],[120.8551,22.7175],[120.8526,22.7169],[120.8487,22.717],[120.8442,22.7106],[120.8424,22.7096],[120.8431,22.7075],[120.8402,22.7067],[120.8397,22.704],[120.838,22.7018],[120.8383,22.6989],[120.8372,22.6973],[120.835,22.6966],[120.8276,22.6974],[120.8261,22.6959],[120.8199,22.6956],[120.819,22.6948],[120.8191,22.691],[120.8133,22.6921],[120.8108,22.6916],[120.8093,22.6884],[120.808,22.6892],[120.7977,22.6891],[120.7949,22.6909],[120.7919,22.6916],[120.7891,22.6933],[120.7867,22.6927],[120.7894,22.6869],[120.7895,22.6832],[120.7916,22.6792],[120.7886,22.6759],[120.7863,22.6722],[120.7914,22.6692],[120.7964,22.6678],[120.8013,22.6675],[120.8026,22.6651],[120.8101,22.6628],[120.8121,22.664],[120.8158,22.6631],[120.8174,22.6639],[120.8212,22.6637],[120.8217,22.6607],[120.8231,22.6587],[120.8277,22.6579],[120.8305,22.6557],[120.8356,22.6551],[120.8386,22.6568],[120.8417,22.6574],[120.8444,22.6563],[120.8457,22.6574],[120.8487,22.6552],[120.8493,22.6575],[120.8526,22.6581],[120.8525,22.6626],[120.854,22.6641],[120.8568,22.6648],[120.8593,22.6625],[120.8615,22.6631],[120.8654,22.661],[120.8653,22.6585],[120.8692,22.6581],[120.8699,22.6556],[120.8715,22.6541],[120.8746,22.6552],[120.8795,22.6538],[120.8817,22.6503],[120.8851,22.6488],[120.8866,22.6494],[120.888,22.6522],[120.8899,22.6514],[120.8944,22.6522],[120.8952,22.6533],[120.8996,22.6529],[120.9031,22.6513],[120.904,22.6532],[120.906,22.6533],[120.9105,22.652],[120.9134,22.6534],[120.9154,22.6513],[120.9176,22.6513],[120.9188,22.6527],[120.9227,22.6534],[120.9245,22.6571],[120.927,22.6565],[120.9339,22.658],[120.9368,22.6595],[120.9387,22.6594],[120.9406,22.6614],[120.9452,22.6635],[120.9457,22.6658],[120.9484,22.6668],[120.9529,22.6697],[120.9551,22.6686],[120.9577,22.6726],[120.9617,22.6724],[120.965,22.6733],[120.967,22.6746],[120.9758,22.6776],[120.9777,22.679],[120.9814,22.6787],[120.981,22.6812],[120.9857,22.6821],[120.988,22.6807],[120.9905,22.6824],[120.9914,22.6856],[120.9929,22.6871],[120.9924,22.6925],[120.9957,22.6922],[120.9976,22.6935],[121.0023,22.6928],[121.0043,22.6941],[121.005,22.6959],[121.0069,22.6959],[121.0093,22.6938],[121.0112,22.6949],[121.0144,22.6954],[121.0184,22.6933],[121.0218,22.694],[121.0295,22.6975],[121.0321,22.6993],[121.0399,22.7018],[121.035,22.7017],[121.0335,22.7051],[121.0271,22.7122],[121.0319,22.7127],[121.035,22.714],[121.0377,22.7165],[121.039,22.7209],[121.0383,22.722],[121.0406,22.724],[121.0436,22.7241],[121.0428,22.7259],[121.0429,22.7309],[121.0474,22.7351],[121.0465,22.737],[121.0491,22.7396],[121.0518,22.7366],[121.0563,22.7414],[121.0568,22.7471],[121.0545,22.7491],[121.0534,22.7541],[121.0496,22.7574],[121.0495,22.7598],[121.0455,22.7603],[121.0442,22.7614],[121.048,22.7639],[121.051,22.7649],[121.0592,22.7691],[121.0614,22.7683],[121.0668,22.7692],[121.0756,22.7726],[121.0777,22.7748],[121.0844,22.7746],[121.0883,22.7754],[121.0922,22.7748],[121.0958,22.7751],[121.0989,22.7745],[121.1012,22.7764],[121.1068,22.7764],[121.1097,22.7797],[121.1038,22.7847],[121.1007,22.7878],[121.1067,22.7935],[121.1089,22.7948],[121.1122,22.7956],[121.1128,22.7983],[121.1117,22.7998],[121.1128,22.8028],[121.115,22.803],[121.1146,22.807],[121.1162,22.8085],[121.115,22.8106],[121.1186,22.8124],[121.1229,22.811],[121.1241,22.8122],[121.1271,22.8098],[121.1325,22.8086],[121.1375,22.7963],[121.1412,22.7914],[121.1455,22.7925],[121.1489,22.7907],[121.1528,22.7911],[121.1559,22.7898],[121.1579,22.7881],[121.1606,22.7884],[121.162,22.7901],[121.1613,22.7932],[121.163,22.7949],[121.1698,22.7994],[121.1748,22.8011],[121.1773,22.803],[121.1811,22.8038],[121.1831,22.8058],[121.1828,22.8113],[121.1837,22.8156],[121.1861,22.8177],[121.1906,22.8192],[121.1936,22.819],[121.1932,22.8215],[121.1918,22.8229],[121.1924,22.8254],[121.1874,22.8294],[121.1864,22.8343],[121.1888,22.8379],[121.1901,22.8441],[121.1896,22.8469],[121.192,22.8504],[121.1897,22.8526],[121.1839,22.8536],[121.178,22.8517],[121.1756,22.8561],[121.1732,22.8547],[121.1728,22.8533],[121.1695,22.8529],[121.1671,22.8555],[121.1656,22.8556],[121.1619,22.8577],[121.1649,22.8627],[121.1654,22.8678]]]},"properties":{"TOWNCODE":"10014040","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"卑南鄉"},"id":"10014040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3158,23.1097],[121.3124,23.1109],[121.3047,23.1113],[121.3,23.1093],[121.2978,23.1099],[121.2914,23.1094],[121.2873,23.1067],[121.2844,23.1066],[121.283,23.1038],[121.2809,23.104],[121.2782,23.1007],[121.2745,23.0984],[121.2723,23.0979],[121.271,23.1009],[121.2694,23.1021],[121.2644,23.1039],[121.262,23.1004],[121.2582,23.0927],[121.2565,23.0921],[121.2546,23.0885],[121.2537,23.0855],[121.2536,23.0803],[121.2518,23.0768],[121.2509,23.0768],[121.2484,23.0728],[121.2463,23.0644],[121.2417,23.0556],[121.2401,23.0515],[121.2375,23.047],[121.2351,23.0415],[121.2339,23.0404],[121.2322,23.0362],[121.2299,23.0337],[121.2276,23.0329],[121.2256,23.0263],[121.221,23.0204],[121.2222,23.0184],[121.2221,23.0145],[121.2209,23.0122],[121.2181,23.0124],[121.2159,23.0093],[121.216,23.005],[121.2175,23],[121.218,22.9953],[121.2168,22.9918],[121.217,22.9893],[121.2186,22.9884],[121.2195,22.9862],[121.2184,22.985],[121.2194,22.9811],[121.2188,22.9779],[121.2145,22.9738],[121.2116,22.9685],[121.2121,22.9675],[121.2109,22.9636],[121.2114,22.9618],[121.2092,22.9608],[121.2063,22.9564],[121.2043,22.9521],[121.2038,22.9491],[121.2015,22.9476],[121.1994,22.9451],[121.197,22.9389],[121.1942,22.9367],[121.1892,22.9281],[121.1888,22.9238],[121.1873,22.9226],[121.186,22.9193],[121.1841,22.9164],[121.1879,22.9114],[121.1874,22.9093],[121.1885,22.9074],[121.1881,22.9055],[121.1909,22.902],[121.1886,22.898],[121.1885,22.8952],[121.1841,22.8926],[121.1822,22.8895],[121.1802,22.8837],[121.1745,22.8787],[121.1729,22.8746],[121.1698,22.8702],[121.1654,22.8678],[121.1649,22.8627],[121.1619,22.8577],[121.1656,22.8556],[121.1671,22.8555],[121.1695,22.8529],[121.1728,22.8533],[121.1732,22.8547],[121.1756,22.8561],[121.178,22.8517],[121.1839,22.8536],[121.1897,22.8526],[121.192,22.8504],[121.1979,22.8547],[121.1988,22.8567],[121.2014,22.8571],[121.209,22.8631],[121.2109,22.8631],[121.2175,22.8649],[121.2201,22.8649],[121.2247,22.8672],[121.2321,22.8641],[121.2334,22.8645],[121.2362,22.868],[121.2351,22.8695],[121.2362,22.8738],[121.2399,22.8796],[121.2471,22.8813],[121.2498,22.8846],[121.2525,22.889],[121.2556,22.8952],[121.2592,22.8983],[121.2599,22.9014],[121.2624,22.9067],[121.2694,22.9119],[121.2728,22.9178],[121.2749,22.9249],[121.2789,22.9314],[121.2788,22.9343],[121.2798,22.9393],[121.2817,22.9452],[121.2843,22.9496],[121.2865,22.9507],[121.2874,22.9528],[121.2895,22.9536],[121.2914,22.9555],[121.2952,22.9546],[121.296,22.9567],[121.2997,22.9598],[121.3083,22.9708],[121.3094,22.9712],[121.3111,22.9744],[121.3046,22.976],[121.3004,22.9785],[121.2988,22.9828],[121.2996,22.9841],[121.3034,22.9859],[121.3055,22.9878],[121.3084,22.9919],[121.3017,22.9915],[121.297,22.9868],[121.2967,22.9886],[121.298,22.9909],[121.2988,22.9952],[121.3039,22.9993],[121.307,23.0011],[121.3048,23.0092],[121.3026,23.0116],[121.3032,23.0131],[121.3024,23.0157],[121.303,23.0196],[121.3056,23.0232],[121.3083,23.0245],[121.3087,23.0273],[121.3116,23.0305],[121.3134,23.0316],[121.3122,23.036],[121.3125,23.0378],[121.3099,23.0436],[121.3137,23.0475],[121.3135,23.0485],[121.3169,23.0511],[121.3162,23.0531],[121.3186,23.0597],[121.3177,23.0635],[121.3139,23.065],[121.3131,23.0669],[121.3134,23.0703],[121.3158,23.074],[121.3156,23.0784],[121.314,23.0822],[121.3164,23.0862],[121.3162,23.0887],[121.3177,23.0896],[121.317,23.0949],[121.3147,23.1],[121.3141,23.106],[121.3158,23.1097]]]},"properties":{"TOWNCODE":"10014070","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"東河鄉"},"id":"10014070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5582,23.9983],[121.5521,24],[121.5551,23.9973],[121.5503,23.9932],[121.5466,23.9915],[121.5428,23.9905],[121.5413,23.9924],[121.5368,23.9915],[121.5351,23.9902],[121.532,23.9899],[121.5278,23.9921],[121.5259,23.9911],[121.5228,23.9882],[121.5207,23.9852],[121.5201,23.9832],[121.5201,23.9786],[121.5218,23.9784],[121.5249,23.9766],[121.5288,23.9751],[121.5312,23.9715],[121.5312,23.9701],[121.5287,23.9654],[121.5237,23.9609],[121.5217,23.9578],[121.5193,23.9553],[121.5193,23.9515],[121.5185,23.95],[121.5141,23.9482],[121.5195,23.9457],[121.5275,23.9375],[121.533,23.9333],[121.536,23.9286],[121.5376,23.9277],[121.5456,23.926],[121.5485,23.9261],[121.5535,23.9244],[121.5547,23.9232],[121.5615,23.9194],[121.5695,23.9159],[121.5777,23.9135],[121.5836,23.9121],[121.5899,23.9093],[121.5928,23.9114],[121.5969,23.9174],[121.5998,23.9226],[121.6032,23.9298],[121.6043,23.9338],[121.6097,23.9442],[121.6069,23.9526],[121.6079,23.9602],[121.6096,23.9631],[121.6076,23.963],[121.5997,23.9648],[121.5978,23.966],[121.5883,23.9741],[121.5927,23.9768],[121.598,23.9872],[121.5935,23.9897],[121.591,23.9897],[121.585,23.9917],[121.5832,23.9898],[121.5764,23.9925],[121.5582,23.9983]]]},"properties":{"TOWNCODE":"10015050","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"吉安鄉"},"id":"10015050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6097,23.9442],[121.6043,23.9338],[121.6032,23.9298],[121.5998,23.9226],[121.5969,23.9174],[121.5928,23.9114],[121.5899,23.9093],[121.5836,23.9121],[121.5777,23.9135],[121.5695,23.9159],[121.5615,23.9194],[121.5547,23.9232],[121.5535,23.9244],[121.5485,23.9261],[121.5456,23.926],[121.5376,23.9277],[121.536,23.9286],[121.533,23.9333],[121.5275,23.9375],[121.5195,23.9457],[121.5141,23.9482],[121.5091,23.9474],[121.507,23.9448],[121.5085,23.9406],[121.5054,23.9383],[121.5053,23.935],[121.5062,23.9304],[121.5052,23.9288],[121.5036,23.9237],[121.5022,23.9227],[121.5011,23.9184],[121.5037,23.9132],[121.5049,23.9049],[121.5039,23.9038],[121.5035,23.8984],[121.5004,23.8919],[121.4981,23.8885],[121.4983,23.8859],[121.4947,23.8842],[121.4905,23.8797],[121.4842,23.8783],[121.482,23.8774],[121.4785,23.8739],[121.4771,23.8703],[121.4748,23.8673],[121.466,23.8633],[121.4622,23.8564],[121.4597,23.8535],[121.4557,23.853],[121.4523,23.8515],[121.4478,23.8478],[121.4506,23.8447],[121.4472,23.842],[121.4502,23.8374],[121.4507,23.8349],[121.4533,23.8311],[121.4532,23.8275],[121.4522,23.8238],[121.4493,23.8213],[121.4421,23.8212],[121.4409,23.8183],[121.4511,23.8125],[121.4571,23.8102],[121.4588,23.8085],[121.4616,23.808],[121.4764,23.8074],[121.482,23.807],[121.4886,23.807],[121.4968,23.8078],[121.5084,23.8104],[121.5196,23.8158],[121.525,23.8172],[121.5266,23.8162],[121.5253,23.8077],[121.5236,23.8041],[121.5202,23.8006],[121.5185,23.7965],[121.5186,23.793],[121.5198,23.7897],[121.5198,23.7866],[121.5159,23.7846],[121.5111,23.7831],[121.5076,23.7811],[121.5,23.7782],[121.4976,23.7762],[121.4961,23.7732],[121.4978,23.7704],[121.4978,23.768],[121.5003,23.7668],[121.5059,23.7656],[121.5062,23.7643],[121.5121,23.7633],[121.5145,23.7599],[121.518,23.7592],[121.5165,23.7577],[121.5172,23.7538],[121.5165,23.7484],[121.5186,23.7484],[121.5196,23.7407],[121.5209,23.7366],[121.5241,23.7334],[121.5241,23.732],[121.5266,23.7313],[121.5279,23.7321],[121.5317,23.7321],[121.5331,23.7333],[121.5382,23.7327],[121.5412,23.7344],[121.5454,23.7398],[121.5459,23.742],[121.5498,23.7416],[121.5534,23.7441],[121.5554,23.7438],[121.5587,23.7484],[121.563,23.7482],[121.5676,23.7463],[121.5698,23.7495],[121.5705,23.7523],[121.5725,23.7566],[121.5731,23.7623],[121.5713,23.7657],[121.5708,23.7768],[121.5708,23.7824],[121.5714,23.7883],[121.5721,23.7912],[121.5724,23.7979],[121.5746,23.8063],[121.5765,23.8109],[121.5813,23.816],[121.5834,23.8198],[121.5852,23.8259],[121.5854,23.8285],[121.5874,23.8311],[121.5896,23.8374],[121.5919,23.8406],[121.5939,23.8446],[121.5949,23.8485],[121.596,23.8504],[121.5971,23.8549],[121.5982,23.857],[121.5996,23.8637],[121.5998,23.8676],[121.6016,23.8735],[121.6027,23.8806],[121.6041,23.8874],[121.6057,23.8994],[121.6049,23.9039],[121.605,23.9094],[121.6066,23.9183],[121.6092,23.9237],[121.61,23.9304],[121.6119,23.9333],[121.6097,23.9442]]]},"properties":{"TOWNCODE":"10015060","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"壽豐鄉"},"id":"10015060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7741,24.3153],[121.7727,24.3136],[121.7699,24.3131],[121.7598,24.314],[121.7556,24.3161],[121.7481,24.3211],[121.7447,24.3229],[121.74,24.3236],[121.735,24.3231],[121.7279,24.326],[121.723,24.3255],[121.7133,24.3269],[121.7047,24.3298],[121.6973,24.3343],[121.6936,24.3349],[121.6897,24.3336],[121.6873,24.3346],[121.6867,24.3394],[121.684,24.3408],[121.6768,24.3375],[121.6743,24.3383],[121.6735,24.3398],[121.6741,24.3423],[121.6733,24.3438],[121.6701,24.3428],[121.6678,24.3446],[121.6675,24.3462],[121.6638,24.3494],[121.6634,24.3524],[121.6613,24.3529],[121.6596,24.3511],[121.6566,24.3533],[121.6533,24.3529],[121.6536,24.3563],[121.6511,24.3596],[121.648,24.3582],[121.6483,24.3563],[121.6501,24.3546],[121.6507,24.3509],[121.6487,24.3495],[121.6462,24.3522],[121.6436,24.3538],[121.6421,24.3563],[121.6401,24.3577],[121.6403,24.3596],[121.6384,24.3622],[121.6348,24.364],[121.6343,24.3666],[121.6309,24.3661],[121.6309,24.3706],[121.6267,24.3694],[121.6217,24.3666],[121.6204,24.3628],[121.6236,24.3619],[121.6214,24.3598],[121.6212,24.358],[121.6271,24.3536],[121.6268,24.3495],[121.63,24.3484],[121.6332,24.3492],[121.6351,24.3484],[121.6358,24.3453],[121.6318,24.3445],[121.6313,24.3433],[121.633,24.3396],[121.6332,24.3357],[121.6319,24.3342],[121.6289,24.3335],[121.6266,24.3363],[121.6281,24.3386],[121.6275,24.3411],[121.6229,24.3394],[121.6205,24.3451],[121.6186,24.3453],[121.6165,24.3406],[121.6161,24.3374],[121.6183,24.3363],[121.6186,24.3346],[121.6152,24.3333],[121.6126,24.3358],[121.6075,24.3351],[121.6065,24.3327],[121.6066,24.3303],[121.6039,24.329],[121.6005,24.3311],[121.5994,24.3334],[121.5968,24.3334],[121.5957,24.3316],[121.5966,24.3281],[121.6014,24.3231],[121.6012,24.3204],[121.6045,24.3184],[121.6051,24.3154],[121.607,24.313],[121.6051,24.3107],[121.6012,24.3147],[121.5972,24.3163],[121.5936,24.3164],[121.5894,24.3138],[121.5873,24.3162],[121.5844,24.3166],[121.5819,24.3179],[121.5785,24.3181],[121.5758,24.3197],[121.5696,24.3179],[121.5666,24.3191],[121.5635,24.3221],[121.5601,24.3226],[121.5583,24.3249],[121.5561,24.3312],[121.5507,24.3342],[121.5465,24.3373],[121.5442,24.3378],[121.5405,24.3359],[121.5366,24.3371],[121.533,24.3371],[121.5309,24.3386],[121.5281,24.3389],[121.5253,24.3424],[121.5204,24.3426],[121.518,24.341],[121.5153,24.3418],[121.5136,24.3408],[121.5099,24.3411],[121.5073,24.3433],[121.5037,24.3427],[121.4998,24.3395],[121.4981,24.3392],[121.4922,24.3421],[121.4904,24.3444],[121.4876,24.3459],[121.4854,24.3485],[121.4814,24.3489],[121.4783,24.352],[121.4758,24.3513],[121.473,24.3527],[121.4654,24.3553],[121.4637,24.3569],[121.461,24.358],[121.4543,24.3636],[121.452,24.3647],[121.4487,24.3628],[121.4473,24.3595],[121.4416,24.3586],[121.4399,24.3545],[121.4378,24.3521],[121.4358,24.3463],[121.4378,24.3423],[121.4345,24.3387],[121.4325,24.3296],[121.4345,24.3256],[121.4348,24.322],[121.4316,24.3205],[121.4285,24.3174],[121.4261,24.314],[121.4232,24.3082],[121.4202,24.3076],[121.4167,24.3092],[121.412,24.3073],[121.4054,24.3083],[121.4046,24.3023],[121.403,24.2962],[121.4007,24.2944],[121.397,24.2902],[121.3966,24.2887],[121.3935,24.2882],[121.3909,24.2897],[121.3898,24.2875],[121.3866,24.2841],[121.382,24.2814],[121.3805,24.2798],[121.3822,24.2762],[121.3831,24.2684],[121.3855,24.2644],[121.3852,24.2605],[121.3858,24.2586],[121.3851,24.2551],[121.3802,24.2533],[121.3766,24.253],[121.3731,24.2541],[121.3699,24.2525],[121.367,24.2522],[121.3643,24.2471],[121.3607,24.2439],[121.358,24.2437],[121.3562,24.2446],[121.3525,24.2432],[121.3532,24.2401],[121.353,24.2364],[121.3522,24.2343],[121.349,24.2316],[121.3486,24.2304],[121.343,24.2236],[121.3433,24.2221],[121.3494,24.2104],[121.3483,24.2073],[121.3492,24.2045],[121.3497,24.2002],[121.349,24.1995],[121.3451,24.2],[121.3403,24.1985],[121.3358,24.1991],[121.3307,24.1978],[121.329,24.1967],[121.3258,24.1962],[121.3244,24.195],[121.3231,24.1921],[121.32,24.1914],[121.3154,24.1849],[121.3106,24.183],[121.3071,24.1803],[121.2986,24.18],[121.2968,24.1785],[121.2922,24.1771],[121.2881,24.1777],[121.2862,24.176],[121.2877,24.1733],[121.2883,24.1667],[121.2879,24.1617],[121.2883,24.1576],[121.2854,24.1571],[121.282,24.1582],[121.2803,24.1579],[121.2809,24.1546],[121.2835,24.1537],[121.2847,24.1523],[121.2842,24.1458],[121.282,24.1394],[121.2814,24.1359],[121.2913,24.1333],[121.2959,24.1324],[121.3012,24.1278],[121.3044,24.1239],[121.308,24.1224],[121.3135,24.1189],[121.3159,24.1164],[121.3193,24.1166],[121.325,24.1161],[121.3285,24.1144],[121.3282,24.1116],[121.3269,24.1103],[121.3258,24.1027],[121.3223,24.0995],[121.3191,24.0954],[121.3192,24.0928],[121.3211,24.0889],[121.3233,24.0865],[121.3231,24.0849],[121.3177,24.0795],[121.3141,24.0776],[121.3118,24.0755],[121.3081,24.0732],[121.3061,24.0695],[121.3023,24.0663],[121.301,24.0635],[121.2989,24.0616],[121.2955,24.0638],[121.2934,24.0616],[121.2903,24.0601],[121.2891,24.0587],[121.2865,24.058],[121.2848,24.0553],[121.2833,24.0545],[121.2826,24.0513],[121.285,24.0486],[121.2856,24.0452],[121.2857,24.0395],[121.2824,24.0347],[121.2819,24.0321],[121.2804,24.031],[121.2787,24.0268],[121.2768,24.0249],[121.2764,24.0204],[121.2736,24.0149],[121.2719,24.0133],[121.2696,24.0082],[121.2694,24.0063],[121.2671,24.0026],[121.2657,24.0014],[121.2639,23.9977],[121.261,23.9941],[121.2599,23.9905],[121.2609,23.9884],[121.2616,23.9812],[121.2651,23.9753],[121.2737,23.9752],[121.275,23.9722],[121.2756,23.9684],[121.2778,23.9652],[121.2759,23.9626],[121.2751,23.9597],[121.2758,23.9565],[121.2747,23.9514],[121.2718,23.9482],[121.2743,23.9457],[121.274,23.942],[121.2721,23.9382],[121.2737,23.9366],[121.2747,23.9301],[121.2735,23.9281],[121.2746,23.9265],[121.279,23.9259],[121.2843,23.9233],[121.2938,23.9249],[121.2951,23.9256],[121.3016,23.9226],[121.3097,23.9198],[121.3121,23.9208],[121.3145,23.9204],[121.3167,23.9172],[121.3205,23.9176],[121.3208,23.9158],[121.326,23.9167],[121.3299,23.9156],[121.3311,23.9139],[121.3301,23.9101],[121.3302,23.907],[121.3341,23.9054],[121.3373,23.9029],[121.3367,23.8984],[121.3408,23.8984],[121.3458,23.8969],[121.3472,23.8927],[121.3498,23.8904],[121.3541,23.8885],[121.3501,23.8867],[121.3517,23.8848],[121.3542,23.8847],[121.357,23.8814],[121.3579,23.8786],[121.3604,23.8772],[121.3601,23.8754],[121.3613,23.8727],[121.3589,23.8693],[121.36,23.8674],[121.3597,23.8656],[121.3639,23.862],[121.3648,23.8596],[121.3682,23.8576],[121.3715,23.8532],[121.3728,23.8532],[121.3764,23.8499],[121.3775,23.8448],[121.3811,23.8422],[121.3846,23.8418],[121.3881,23.839],[121.3933,23.8389],[121.4006,23.8374],[121.4027,23.8393],[121.4055,23.8457],[121.4076,23.8459],[121.4101,23.8435],[121.4121,23.8431],[121.4143,23.845],[121.4182,23.8442],[121.4222,23.8421],[121.4251,23.8373],[121.4285,23.8291],[121.4323,23.8249],[121.4409,23.8183],[121.4421,23.8212],[121.4493,23.8213],[121.4522,23.8238],[121.4532,23.8275],[121.4533,23.8311],[121.4507,23.8349],[121.4502,23.8374],[121.4472,23.842],[121.4506,23.8447],[121.4478,23.8478],[121.4523,23.8515],[121.4557,23.853],[121.4597,23.8535],[121.4622,23.8564],[121.466,23.8633],[121.4748,23.8673],[121.4771,23.8703],[121.4785,23.8739],[121.482,23.8774],[121.4842,23.8783],[121.4905,23.8797],[121.4947,23.8842],[121.4983,23.8859],[121.4981,23.8885],[121.5004,23.8919],[121.5035,23.8984],[121.5039,23.9038],[121.5049,23.9049],[121.5037,23.9132],[121.5011,23.9184],[121.5022,23.9227],[121.5036,23.9237],[121.5052,23.9288],[121.5062,23.9304],[121.5053,23.935],[121.5054,23.9383],[121.5085,23.9406],[121.507,23.9448],[121.5091,23.9474],[121.5141,23.9482],[121.5185,23.95],[121.5193,23.9515],[121.5193,23.9553],[121.5217,23.9578],[121.5237,23.9609],[121.5287,23.9654],[121.5312,23.9701],[121.5312,23.9715],[121.5288,23.9751],[121.5249,23.9766],[121.5218,23.9784],[121.5201,23.9786],[121.5201,23.9832],[121.5207,23.9852],[121.5228,23.9882],[121.5259,23.9911],[121.5278,23.9921],[121.532,23.9899],[121.5351,23.9902],[121.5368,23.9915],[121.5413,23.9924],[121.5428,23.9905],[121.5466,23.9915],[121.5503,23.9932],[121.5551,23.9973],[121.5521,24],[121.5582,23.9983],[121.5577,24.0042],[121.5613,24.0055],[121.5623,24.0072],[121.5659,24.0084],[121.5674,24.005],[121.5691,24.0072],[121.5701,24.0104],[121.5718,24.0079],[121.5738,24.0084],[121.5754,24.0108],[121.5798,24.019],[121.5822,24.0222],[121.5851,24.0239],[121.5867,24.0293],[121.5882,24.0294],[121.5892,24.0361],[121.5885,24.0402],[121.5862,24.0398],[121.5836,24.0425],[121.5886,24.0476],[121.5918,24.0482],[121.5934,24.0458],[121.6006,24.0547],[121.6072,24.065],[121.6096,24.0808],[121.6137,24.0933],[121.6138,24.0979],[121.6131,24.0994],[121.6106,24.0993],[121.6084,24.1012],[121.6151,24.1044],[121.618,24.1067],[121.6303,24.1152],[121.64,24.1222],[121.6341,24.1369],[121.6336,24.1411],[121.6417,24.1334],[121.6443,24.1331],[121.6464,24.1313],[121.6494,24.1305],[121.6533,24.1283],[121.6565,24.1241],[121.6601,24.1295],[121.6624,24.1319],[121.6638,24.1345],[121.6651,24.1404],[121.6647,24.1437],[121.6642,24.1554],[121.6607,24.1617],[121.6591,24.1664],[121.6585,24.1706],[121.6587,24.1791],[121.6598,24.1844],[121.6622,24.1902],[121.6633,24.1941],[121.6664,24.1982],[121.6696,24.2009],[121.6722,24.2058],[121.6739,24.2076],[121.6778,24.2089],[121.6837,24.2121],[121.6849,24.2122],[121.6905,24.2169],[121.6989,24.222],[121.7013,24.2227],[121.7061,24.2256],[121.7093,24.2326],[121.7112,24.236],[121.716,24.2421],[121.7192,24.2438],[121.724,24.244],[121.7283,24.2457],[121.7301,24.2478],[121.7356,24.2528],[121.7392,24.2569],[121.7439,24.2607],[121.7462,24.2711],[121.747,24.2765],[121.7485,24.2808],[121.7512,24.2854],[121.7536,24.2882],[121.7614,24.2959],[121.7695,24.3027],[121.773,24.3088],[121.7741,24.3153]]]},"properties":{"TOWNCODE":"10015110","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"秀林鄉"},"id":"10015110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3311,22.7551],[120.3275,22.7549],[120.3251,22.7562],[120.3248,22.7536],[120.3261,22.7523],[120.3253,22.7493],[120.3265,22.7482],[120.3231,22.7444],[120.3258,22.7417],[120.323,22.7396],[120.3246,22.7362],[120.3231,22.7344],[120.317,22.7355],[120.3159,22.737],[120.3123,22.7355],[120.3085,22.7364],[120.3115,22.7309],[120.3102,22.7298],[120.3057,22.7293],[120.3038,22.7304],[120.3013,22.729],[120.2987,22.7318],[120.2965,22.7284],[120.2952,22.7294],[120.2958,22.7314],[120.2923,22.7352],[120.2928,22.7364],[120.2857,22.7377],[120.285,22.7357],[120.2776,22.7379],[120.2752,22.7317],[120.2709,22.7305],[120.2693,22.7317],[120.266,22.7299],[120.2633,22.7277],[120.2563,22.7185],[120.2568,22.7124],[120.2581,22.7103],[120.2616,22.7015],[120.2622,22.6978],[120.2616,22.6967],[120.2581,22.6956],[120.2581,22.6936],[120.2634,22.6967],[120.2631,22.7003],[120.2656,22.7034],[120.2664,22.7062],[120.2713,22.7049],[120.2925,22.7051],[120.2968,22.7095],[120.2999,22.707],[120.2949,22.7054],[120.2963,22.7042],[120.2977,22.7007],[120.3025,22.7008],[120.3041,22.6975],[120.3081,22.6952],[120.3119,22.6994],[120.3149,22.6959],[120.3215,22.7019],[120.3235,22.7056],[120.3285,22.704],[120.3259,22.7082],[120.3268,22.7098],[120.3295,22.7109],[120.3282,22.7136],[120.3244,22.7179],[120.3289,22.7192],[120.3301,22.7181],[120.3331,22.72],[120.3321,22.7215],[120.3347,22.7225],[120.3376,22.7212],[120.3346,22.7234],[120.3343,22.7256],[120.3372,22.7284],[120.3404,22.7302],[120.3388,22.7351],[120.3401,22.7386],[120.3375,22.7388],[120.3372,22.7401],[120.3406,22.7436],[120.3372,22.7457],[120.3357,22.7455],[120.3361,22.749],[120.3348,22.7494],[120.3344,22.7524],[120.3318,22.7529],[120.3311,22.7551]]]},"properties":{"TOWNCODE":"64000040","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"楠梓區"},"id":"64000040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3778,22.6377],[120.3778,22.6378],[120.3751,22.6438],[120.3746,22.6475],[120.3722,22.6466],[120.3709,22.6482],[120.369,22.6464],[120.365,22.6445],[120.3598,22.6476],[120.3583,22.6422],[120.3527,22.6474],[120.3504,22.6478],[120.3472,22.6473],[120.3485,22.6466],[120.3459,22.6417],[120.3491,22.6401],[120.3502,22.6388],[120.3452,22.6371],[120.3447,22.6338],[120.3431,22.6309],[120.3417,22.6299],[120.3428,22.6281],[120.3456,22.6266],[120.3448,22.625],[120.34,22.6243],[120.3382,22.6206],[120.3407,22.6191],[120.3372,22.6163],[120.3349,22.6161],[120.3345,22.6185],[120.3279,22.6177],[120.3268,22.6166],[120.327,22.6124],[120.3327,22.6124],[120.3326,22.61],[120.3375,22.6102],[120.3383,22.6055],[120.3304,22.6003],[120.3298,22.601],[120.3229,22.5964],[120.3223,22.592],[120.3206,22.5913],[120.3233,22.589],[120.3241,22.585],[120.3278,22.5855],[120.33,22.5867],[120.3341,22.5862],[120.3354,22.5906],[120.3385,22.5869],[120.3393,22.5845],[120.3427,22.5835],[120.3486,22.5847],[120.3498,22.5855],[120.3605,22.5848],[120.3633,22.5851],[120.3648,22.5866],[120.369,22.5868],[120.3702,22.5879],[120.3691,22.5891],[120.3702,22.5911],[120.3684,22.5934],[120.3716,22.5978],[120.3711,22.6024],[120.3729,22.6065],[120.3747,22.6063],[120.3773,22.608],[120.3776,22.6109],[120.3798,22.6172],[120.3782,22.6212],[120.3784,22.6227],[120.3845,22.6247],[120.3876,22.6262],[120.3861,22.6295],[120.3837,22.6287],[120.3808,22.6317],[120.3778,22.6377]]]},"properties":{"TOWNCODE":"64000120","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鳳山區"},"id":"64000120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4353,22.6288],[120.4359,22.6308],[120.4354,22.6338],[120.4353,22.6403],[120.4362,22.6482],[120.4361,22.6517],[120.4303,22.6496],[120.4269,22.6494],[120.4233,22.6476],[120.4217,22.6459],[120.4186,22.6452],[120.416,22.643],[120.4102,22.6432],[120.4064,22.644],[120.4014,22.643],[120.3985,22.6445],[120.3957,22.6446],[120.3926,22.6432],[120.3901,22.6436],[120.3884,22.6423],[120.3845,22.642],[120.3813,22.6393],[120.3778,22.6378],[120.3778,22.6377],[120.3808,22.6317],[120.3837,22.6287],[120.3861,22.6295],[120.3876,22.6262],[120.3845,22.6247],[120.3784,22.6227],[120.3782,22.6212],[120.3798,22.6172],[120.3776,22.6109],[120.3773,22.608],[120.3747,22.6063],[120.3729,22.6065],[120.3711,22.6024],[120.3716,22.5978],[120.3684,22.5934],[120.3702,22.5911],[120.3691,22.5891],[120.3702,22.5879],[120.3735,22.5854],[120.373,22.5831],[120.3778,22.5818],[120.3792,22.5827],[120.3814,22.5799],[120.3858,22.5764],[120.3864,22.5731],[120.385,22.5713],[120.3861,22.5692],[120.389,22.5686],[120.3894,22.5669],[120.3913,22.5651],[120.3951,22.5635],[120.3939,22.5593],[120.3966,22.5534],[120.3973,22.5509],[120.3989,22.5492],[120.3959,22.5429],[120.3945,22.542],[120.3925,22.5374],[120.3971,22.5379],[120.3995,22.5376],[120.4032,22.5355],[120.4031,22.5339],[120.4073,22.5338],[120.4096,22.5328],[120.4137,22.5326],[120.4185,22.534],[120.4275,22.5343],[120.4311,22.5445],[120.4366,22.5476],[120.439,22.555],[120.4407,22.5576],[120.4426,22.5618],[120.4442,22.569],[120.446,22.5815],[120.4471,22.587],[120.4468,22.5934],[120.4455,22.5996],[120.4427,22.6034],[120.439,22.6058],[120.4374,22.6075],[120.4346,22.6134],[120.4336,22.6182],[120.4335,22.6235],[120.4353,22.6288]]]},"properties":{"TOWNCODE":"64000140","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"大寮區"},"id":"64000140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4543,22.7718],[120.4507,22.7728],[120.4442,22.7725],[120.442,22.7734],[120.4386,22.7729],[120.4323,22.7743],[120.4312,22.7741],[120.4285,22.7778],[120.4266,22.7773],[120.4245,22.7749],[120.4208,22.774],[120.4189,22.7745],[120.4176,22.7704],[120.4165,22.7697],[120.4163,22.7665],[120.4173,22.7643],[120.4151,22.7626],[120.4119,22.7581],[120.4116,22.751],[120.4105,22.7488],[120.4117,22.7471],[120.4106,22.7441],[120.4061,22.7403],[120.4055,22.739],[120.3996,22.738],[120.3973,22.7353],[120.3998,22.7357],[120.4016,22.7333],[120.4,22.7262],[120.4033,22.7248],[120.4014,22.719],[120.3994,22.7151],[120.3999,22.7119],[120.3982,22.7106],[120.3984,22.709],[120.3945,22.7048],[120.3935,22.7031],[120.3961,22.7024],[120.3969,22.7005],[120.3954,22.6977],[120.3925,22.6947],[120.3934,22.692],[120.391,22.689],[120.3898,22.6853],[120.3941,22.6837],[120.3965,22.6814],[120.3955,22.6788],[120.3985,22.6731],[120.4004,22.6683],[120.4026,22.6664],[120.4028,22.6596],[120.4016,22.658],[120.4016,22.6554],[120.3996,22.6522],[120.4012,22.6496],[120.4017,22.647],[120.4005,22.6453],[120.4014,22.643],[120.4064,22.644],[120.4102,22.6432],[120.416,22.643],[120.4186,22.6452],[120.4217,22.6459],[120.4233,22.6476],[120.4269,22.6494],[120.4303,22.6496],[120.4361,22.6517],[120.4359,22.6588],[120.4368,22.6655],[120.4378,22.6668],[120.4402,22.6741],[120.4396,22.6783],[120.4426,22.6846],[120.447,22.6877],[120.4481,22.6894],[120.451,22.6974],[120.4512,22.6999],[120.4528,22.7041],[120.4558,22.7186],[120.456,22.731],[120.4548,22.7403],[120.4546,22.7477],[120.4537,22.7567],[120.4537,22.7603],[120.4544,22.7644],[120.4538,22.7675],[120.4543,22.7718]]]},"properties":{"TOWNCODE":"64000150","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"大樹區"},"id":"64000150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4119,22.7581],[120.4102,22.7587],[120.4092,22.7614],[120.4078,22.762],[120.4049,22.7665],[120.4013,22.7659],[120.398,22.7617],[120.3934,22.7619],[120.3916,22.7646],[120.3886,22.7621],[120.387,22.7632],[120.3836,22.7631],[120.3834,22.7605],[120.3803,22.7587],[120.3781,22.7559],[120.3744,22.7551],[120.3741,22.7519],[120.372,22.7534],[120.3678,22.7498],[120.3667,22.7515],[120.3615,22.7512],[120.3572,22.7518],[120.3546,22.7529],[120.3485,22.7516],[120.3445,22.7558],[120.3405,22.7526],[120.3413,22.7499],[120.3391,22.7474],[120.3361,22.749],[120.3357,22.7455],[120.3372,22.7457],[120.3406,22.7436],[120.3372,22.7401],[120.3375,22.7388],[120.3401,22.7386],[120.3388,22.7351],[120.3404,22.7302],[120.3372,22.7284],[120.3343,22.7256],[120.3346,22.7234],[120.3376,22.7212],[120.339,22.7176],[120.3414,22.7164],[120.346,22.7172],[120.349,22.7165],[120.3521,22.717],[120.3581,22.7157],[120.3603,22.7144],[120.3645,22.7091],[120.3666,22.7113],[120.3682,22.7114],[120.3723,22.7154],[120.372,22.7173],[120.3737,22.7219],[120.3728,22.7263],[120.3785,22.7289],[120.3782,22.733],[120.3807,22.7359],[120.3854,22.7378],[120.3884,22.7419],[120.3909,22.7419],[120.3936,22.7374],[120.3927,22.7359],[120.3959,22.7349],[120.3973,22.7353],[120.3996,22.738],[120.4055,22.739],[120.4061,22.7403],[120.4106,22.7441],[120.4117,22.7471],[120.4105,22.7488],[120.4116,22.751],[120.4119,22.7581]]]},"properties":{"TOWNCODE":"64000160","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"大社區"},"id":"64000160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3973,22.7353],[120.3959,22.7349],[120.3927,22.7359],[120.3936,22.7374],[120.3909,22.7419],[120.3884,22.7419],[120.3854,22.7378],[120.3807,22.7359],[120.3782,22.733],[120.3785,22.7289],[120.3728,22.7263],[120.3737,22.7219],[120.372,22.7173],[120.3723,22.7154],[120.3682,22.7114],[120.3666,22.7113],[120.3645,22.7091],[120.3603,22.7144],[120.3581,22.7157],[120.3521,22.717],[120.349,22.7165],[120.346,22.7172],[120.3414,22.7164],[120.339,22.7176],[120.3376,22.7212],[120.3347,22.7225],[120.3321,22.7215],[120.3331,22.72],[120.3301,22.7181],[120.3289,22.7192],[120.3244,22.7179],[120.3282,22.7136],[120.3295,22.7109],[120.3268,22.7098],[120.3259,22.7082],[120.3285,22.704],[120.3235,22.7056],[120.3215,22.7019],[120.3149,22.6959],[120.3162,22.6935],[120.3228,22.6882],[120.3243,22.6838],[120.3221,22.6818],[120.3236,22.6802],[120.3266,22.6798],[120.3279,22.676],[120.3268,22.6739],[120.3281,22.6716],[120.3302,22.6725],[120.3321,22.672],[120.3382,22.6733],[120.3395,22.6721],[120.341,22.673],[120.3468,22.67],[120.3484,22.67],[120.3544,22.6732],[120.3565,22.6712],[120.3569,22.6696],[120.3627,22.6696],[120.3655,22.6718],[120.3737,22.6824],[120.3763,22.6849],[120.3794,22.6863],[120.3793,22.689],[120.3812,22.6892],[120.3864,22.6931],[120.39,22.6966],[120.3925,22.6947],[120.3954,22.6977],[120.3969,22.7005],[120.3961,22.7024],[120.3935,22.7031],[120.3945,22.7048],[120.3984,22.709],[120.3982,22.7106],[120.3999,22.7119],[120.3994,22.7151],[120.4014,22.719],[120.4033,22.7248],[120.4,22.7262],[120.4016,22.7333],[120.3998,22.7357],[120.3973,22.7353]]]},"properties":{"TOWNCODE":"64000170","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"仁武區"},"id":"64000170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3925,22.6947],[120.39,22.6966],[120.3864,22.6931],[120.3812,22.6892],[120.3793,22.689],[120.3794,22.6863],[120.3763,22.6849],[120.3737,22.6824],[120.3655,22.6718],[120.3627,22.6696],[120.3569,22.6696],[120.3565,22.6712],[120.3544,22.6732],[120.3484,22.67],[120.3468,22.67],[120.341,22.673],[120.3395,22.6721],[120.3395,22.671],[120.3336,22.6662],[120.3358,22.6596],[120.3308,22.6602],[120.337,22.6524],[120.3455,22.6462],[120.3472,22.6473],[120.3504,22.6478],[120.3527,22.6474],[120.3583,22.6422],[120.3598,22.6476],[120.365,22.6445],[120.369,22.6464],[120.3709,22.6482],[120.3722,22.6466],[120.3746,22.6475],[120.3751,22.6438],[120.3778,22.6378],[120.3778,22.6377],[120.3778,22.6378],[120.3813,22.6393],[120.3845,22.642],[120.3884,22.6423],[120.3901,22.6436],[120.3926,22.6432],[120.3957,22.6446],[120.3985,22.6445],[120.4014,22.643],[120.4005,22.6453],[120.4017,22.647],[120.4012,22.6496],[120.3996,22.6522],[120.4016,22.6554],[120.4016,22.658],[120.4028,22.6596],[120.4026,22.6664],[120.4004,22.6683],[120.3985,22.6731],[120.3955,22.6788],[120.3965,22.6814],[120.3941,22.6837],[120.3898,22.6853],[120.391,22.689],[120.3934,22.692],[120.3925,22.6947]]]},"properties":{"TOWNCODE":"64000180","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鳥松區"},"id":"64000180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3508,22.8254],[120.3483,22.8277],[120.3445,22.8281],[120.3479,22.8315],[120.3472,22.833],[120.3464,22.8391],[120.3441,22.8422],[120.3411,22.8371],[120.3395,22.8363],[120.3366,22.8367],[120.3348,22.8353],[120.3296,22.8355],[120.3294,22.8368],[120.3259,22.8393],[120.3253,22.8386],[120.3214,22.8394],[120.3196,22.8414],[120.3174,22.8363],[120.3129,22.837],[120.3085,22.837],[120.3071,22.8347],[120.3032,22.8371],[120.3004,22.8371],[120.2995,22.839],[120.2964,22.84],[120.294,22.8396],[120.292,22.8363],[120.2915,22.833],[120.2926,22.8325],[120.2952,22.829],[120.2941,22.8276],[120.2915,22.8268],[120.2872,22.824],[120.2842,22.8237],[120.2835,22.8188],[120.2814,22.8184],[120.2791,22.8168],[120.2745,22.8167],[120.2704,22.8205],[120.2668,22.8204],[120.2681,22.8223],[120.2651,22.8231],[120.2581,22.824],[120.2547,22.825],[120.2554,22.8235],[120.2532,22.821],[120.2532,22.8181],[120.2552,22.8173],[120.2565,22.814],[120.2542,22.8104],[120.253,22.8099],[120.255,22.8066],[120.259,22.8092],[120.2629,22.8027],[120.261,22.7995],[120.2615,22.797],[120.2565,22.7954],[120.2565,22.794],[120.2542,22.7931],[120.2544,22.7912],[120.2523,22.7893],[120.2539,22.7865],[120.2557,22.7804],[120.2551,22.7788],[120.2595,22.7789],[120.2621,22.7757],[120.2584,22.7725],[120.2588,22.7702],[120.2631,22.7701],[120.2638,22.769],[120.2669,22.7708],[120.2671,22.7676],[120.2691,22.7677],[120.2696,22.7707],[120.2744,22.7692],[120.2748,22.7671],[120.2768,22.7681],[120.2806,22.7658],[120.2845,22.7687],[120.2856,22.7713],[120.2898,22.7702],[120.2921,22.773],[120.2945,22.7709],[120.296,22.776],[120.2991,22.776],[120.3003,22.7777],[120.3039,22.7768],[120.3061,22.7728],[120.3092,22.7744],[120.3136,22.7708],[120.3148,22.7709],[120.3153,22.7742],[120.3174,22.7753],[120.3158,22.7787],[120.3166,22.7817],[120.3164,22.786],[120.3142,22.7888],[120.3136,22.7925],[120.3149,22.795],[120.3173,22.7947],[120.3189,22.7961],[120.3203,22.8012],[120.322,22.8002],[120.3242,22.8027],[120.3239,22.805],[120.3258,22.8052],[120.3272,22.8004],[120.3288,22.8045],[120.3321,22.8049],[120.3344,22.8077],[120.3403,22.8102],[120.3432,22.8084],[120.3446,22.8126],[120.3476,22.8117],[120.35,22.814],[120.3501,22.8173],[120.3484,22.8188],[120.3472,22.8217],[120.3473,22.8237],[120.3508,22.8254]]]},"properties":{"TOWNCODE":"64000190","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"岡山區"},"id":"64000190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3148,22.7709],[120.3136,22.7708],[120.3092,22.7744],[120.3061,22.7728],[120.3039,22.7768],[120.3003,22.7777],[120.2991,22.776],[120.296,22.776],[120.2945,22.7709],[120.2921,22.773],[120.2898,22.7702],[120.2856,22.7713],[120.2845,22.7687],[120.2806,22.7658],[120.2768,22.7681],[120.2748,22.7671],[120.2753,22.7651],[120.2743,22.7632],[120.2759,22.7612],[120.2762,22.7573],[120.2756,22.7548],[120.2739,22.7537],[120.2742,22.7506],[120.2718,22.7491],[120.2712,22.7447],[120.2694,22.7423],[120.2646,22.7413],[120.2663,22.7386],[120.263,22.7356],[120.2655,22.7345],[120.2665,22.7312],[120.266,22.7299],[120.2693,22.7317],[120.2709,22.7305],[120.2752,22.7317],[120.2776,22.7379],[120.285,22.7357],[120.2857,22.7377],[120.2928,22.7364],[120.2923,22.7352],[120.2958,22.7314],[120.2952,22.7294],[120.2965,22.7284],[120.2987,22.7318],[120.3013,22.729],[120.3038,22.7304],[120.3057,22.7293],[120.3102,22.7298],[120.3115,22.7309],[120.3085,22.7364],[120.3123,22.7355],[120.3159,22.737],[120.317,22.7355],[120.3231,22.7344],[120.3246,22.7362],[120.323,22.7396],[120.3258,22.7417],[120.3231,22.7444],[120.3265,22.7482],[120.3253,22.7493],[120.3261,22.7523],[120.3248,22.7536],[120.3251,22.7562],[120.3275,22.7549],[120.3311,22.7551],[120.3337,22.7566],[120.3376,22.7577],[120.3351,22.7603],[120.3347,22.7628],[120.3326,22.7666],[120.3327,22.7684],[120.3299,22.7745],[120.3233,22.7686],[120.3189,22.7693],[120.3165,22.769],[120.3148,22.7709]]]},"properties":{"TOWNCODE":"64000200","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"橋頭區"},"id":"64000200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.418,22.8085],[120.416,22.8107],[120.4132,22.8106],[120.4099,22.8131],[120.4096,22.8157],[120.4037,22.8154],[120.4021,22.8161],[120.3981,22.8159],[120.3959,22.8142],[120.3956,22.8174],[120.3939,22.8173],[120.3865,22.8195],[120.3841,22.8206],[120.3831,22.8187],[120.381,22.8197],[120.3804,22.8215],[120.3779,22.8241],[120.3749,22.8254],[120.3722,22.825],[120.3666,22.8261],[120.365,22.8284],[120.3629,22.8255],[120.3601,22.8272],[120.3582,22.8312],[120.3566,22.8303],[120.3538,22.8303],[120.3503,22.8268],[120.3508,22.8254],[120.3473,22.8237],[120.3472,22.8217],[120.3484,22.8188],[120.3501,22.8173],[120.35,22.814],[120.3476,22.8117],[120.3446,22.8126],[120.3432,22.8084],[120.3403,22.8102],[120.3344,22.8077],[120.3321,22.8049],[120.3288,22.8045],[120.3272,22.8004],[120.3258,22.8052],[120.3239,22.805],[120.3242,22.8027],[120.322,22.8002],[120.3203,22.8012],[120.3189,22.7961],[120.3173,22.7947],[120.3149,22.795],[120.3136,22.7925],[120.3142,22.7888],[120.3164,22.786],[120.3166,22.7817],[120.3158,22.7787],[120.3174,22.7753],[120.3153,22.7742],[120.3148,22.7709],[120.3165,22.769],[120.3189,22.7693],[120.3233,22.7686],[120.3299,22.7745],[120.3327,22.7684],[120.3326,22.7666],[120.3347,22.7628],[120.3351,22.7603],[120.3376,22.7577],[120.3337,22.7566],[120.3311,22.7551],[120.3318,22.7529],[120.3344,22.7524],[120.3348,22.7494],[120.3361,22.749],[120.3391,22.7474],[120.3413,22.7499],[120.3405,22.7526],[120.3445,22.7558],[120.3485,22.7516],[120.3546,22.7529],[120.3572,22.7518],[120.3615,22.7512],[120.3667,22.7515],[120.3678,22.7498],[120.372,22.7534],[120.3741,22.7519],[120.3744,22.7551],[120.3781,22.7559],[120.3803,22.7587],[120.3834,22.7605],[120.3836,22.7631],[120.387,22.7632],[120.3886,22.7621],[120.3916,22.7646],[120.3934,22.7619],[120.398,22.7617],[120.4013,22.7659],[120.4049,22.7665],[120.4078,22.762],[120.4092,22.7614],[120.4102,22.7587],[120.4119,22.7581],[120.4151,22.7626],[120.4173,22.7643],[120.4163,22.7665],[120.4165,22.7697],[120.4176,22.7704],[120.4189,22.7745],[120.4208,22.774],[120.4245,22.7749],[120.4266,22.7773],[120.4285,22.7778],[120.428,22.7787],[120.4299,22.7814],[120.4318,22.7864],[120.4303,22.7868],[120.4292,22.789],[120.4268,22.7912],[120.4235,22.7923],[120.4219,22.7938],[120.4229,22.7971],[120.4203,22.8],[120.4198,22.803],[120.417,22.8046],[120.4156,22.8067],[120.418,22.8085]]]},"properties":{"TOWNCODE":"64000210","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"燕巢區"},"id":"64000210"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4087,22.9123],[120.4063,22.9147],[120.4053,22.9182],[120.4011,22.9185],[120.399,22.9223],[120.3955,22.9227],[120.3922,22.9223],[120.3887,22.9207],[120.3869,22.9183],[120.383,22.92],[120.3804,22.9186],[120.3775,22.9182],[120.3768,22.9149],[120.3738,22.9142],[120.3717,22.9108],[120.3731,22.9095],[120.3723,22.9079],[120.369,22.9057],[120.3663,22.9051],[120.366,22.9022],[120.3634,22.9023],[120.3596,22.9015],[120.3592,22.9002],[120.3611,22.8979],[120.3556,22.8939],[120.3531,22.8913],[120.3511,22.8882],[120.3493,22.886],[120.349,22.8839],[120.3515,22.8822],[120.3539,22.884],[120.3522,22.8858],[120.353,22.8871],[120.3563,22.8867],[120.3561,22.883],[120.3575,22.8805],[120.3553,22.8801],[120.3548,22.8781],[120.3569,22.8742],[120.355,22.8711],[120.3529,22.8698],[120.3503,22.8669],[120.3497,22.8643],[120.3468,22.8586],[120.3455,22.854],[120.3441,22.8512],[120.3446,22.8466],[120.3441,22.8422],[120.3464,22.8391],[120.3472,22.833],[120.3479,22.8315],[120.3445,22.8281],[120.3483,22.8277],[120.3508,22.8254],[120.3503,22.8268],[120.3538,22.8303],[120.3566,22.8303],[120.3582,22.8312],[120.3601,22.8272],[120.3629,22.8255],[120.365,22.8284],[120.3666,22.8261],[120.3722,22.825],[120.3749,22.8254],[120.3779,22.8241],[120.3804,22.8215],[120.381,22.8197],[120.3831,22.8187],[120.3841,22.8206],[120.3865,22.8195],[120.3939,22.8173],[120.3956,22.8174],[120.3959,22.8142],[120.3981,22.8159],[120.4021,22.8161],[120.4037,22.8154],[120.4096,22.8157],[120.4099,22.8131],[120.4132,22.8106],[120.416,22.8107],[120.418,22.8085],[120.4212,22.8115],[120.4218,22.8163],[120.4239,22.8191],[120.4263,22.8191],[120.4274,22.8225],[120.427,22.8247],[120.4305,22.8258],[120.4338,22.8319],[120.4366,22.8351],[120.4394,22.8367],[120.4399,22.838],[120.4438,22.8398],[120.4448,22.8426],[120.4467,22.8436],[120.4475,22.8462],[120.4496,22.8475],[120.4468,22.8513],[120.4452,22.8544],[120.4451,22.8575],[120.443,22.8626],[120.444,22.8646],[120.4462,22.8664],[120.443,22.8683],[120.4433,22.8697],[120.4471,22.8723],[120.4485,22.8743],[120.4466,22.875],[120.4451,22.8778],[120.4432,22.8789],[120.4426,22.8821],[120.443,22.8856],[120.4414,22.8867],[120.4391,22.8856],[120.4328,22.8869],[120.4327,22.891],[120.43,22.8945],[120.4244,22.8928],[120.4221,22.8935],[120.4236,22.8963],[120.4235,22.8998],[120.4217,22.8993],[120.4217,22.9034],[120.417,22.905],[120.4173,22.9085],[120.4158,22.9101],[120.4136,22.9077],[120.4077,22.9107],[120.4087,22.9123]]]},"properties":{"TOWNCODE":"64000220","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"田寮區"},"id":"64000220"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3165,22.8984],[120.3142,22.8998],[120.3091,22.9006],[120.3034,22.9004],[120.2998,22.9009],[120.2949,22.9025],[120.2848,22.9047],[120.2797,22.9049],[120.2778,22.904],[120.2778,22.9019],[120.2793,22.8983],[120.2782,22.8962],[120.2784,22.8948],[120.2808,22.8937],[120.2867,22.8932],[120.288,22.8921],[120.2881,22.8899],[120.2893,22.8879],[120.2925,22.8862],[120.2923,22.8822],[120.3045,22.8812],[120.3041,22.8782],[120.3052,22.8742],[120.3045,22.8716],[120.3042,22.8663],[120.3059,22.8653],[120.3068,22.8612],[120.3047,22.8573],[120.306,22.8544],[120.3043,22.8518],[120.2989,22.849],[120.2974,22.8436],[120.2938,22.8423],[120.294,22.8396],[120.2964,22.84],[120.2995,22.839],[120.3004,22.8371],[120.3032,22.8371],[120.3071,22.8347],[120.3085,22.837],[120.3129,22.837],[120.3174,22.8363],[120.3196,22.8414],[120.3214,22.8394],[120.3253,22.8386],[120.3259,22.8393],[120.3294,22.8368],[120.3296,22.8355],[120.3348,22.8353],[120.3366,22.8367],[120.3395,22.8363],[120.3411,22.8371],[120.3441,22.8422],[120.3446,22.8466],[120.3441,22.8512],[120.3455,22.854],[120.3468,22.8586],[120.3497,22.8643],[120.3503,22.8669],[120.3529,22.8698],[120.355,22.8711],[120.3569,22.8742],[120.3548,22.8781],[120.3553,22.8801],[120.3575,22.8805],[120.3561,22.883],[120.3563,22.8867],[120.353,22.8871],[120.3522,22.8858],[120.3539,22.884],[120.3515,22.8822],[120.349,22.8839],[120.3493,22.886],[120.3511,22.8882],[120.3488,22.8906],[120.3451,22.8894],[120.3323,22.8893],[120.3309,22.8905],[120.3278,22.897],[120.3249,22.9005],[120.3209,22.8956],[120.3192,22.8951],[120.3165,22.8984]]]},"properties":{"TOWNCODE":"64000230","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"阿蓮區"},"id":"64000230"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2698,22.8967],[120.2605,22.9018],[120.2579,22.9017],[120.2569,22.899],[120.2588,22.8969],[120.2588,22.8953],[120.2609,22.8908],[120.2596,22.8855],[120.2526,22.8844],[120.2529,22.8774],[120.2539,22.8738],[120.2486,22.8715],[120.2448,22.8719],[120.2417,22.8696],[120.2381,22.8691],[120.2368,22.8706],[120.2331,22.8682],[120.231,22.8683],[120.2262,22.8728],[120.2227,22.8723],[120.2199,22.8706],[120.2187,22.8707],[120.2167,22.8671],[120.2174,22.8658],[120.2206,22.8646],[120.2194,22.8624],[120.2188,22.8576],[120.2134,22.8512],[120.2198,22.8468],[120.2238,22.8455],[120.2267,22.8392],[120.2295,22.8404],[120.2318,22.839],[120.2362,22.84],[120.2389,22.8381],[120.2393,22.8353],[120.2407,22.8348],[120.241,22.8322],[120.2424,22.8318],[120.2433,22.8294],[120.2503,22.829],[120.255,22.8315],[120.257,22.8283],[120.2539,22.8265],[120.2547,22.825],[120.2581,22.824],[120.2651,22.8231],[120.2681,22.8223],[120.2668,22.8204],[120.2704,22.8205],[120.2745,22.8167],[120.2791,22.8168],[120.2814,22.8184],[120.2835,22.8188],[120.2842,22.8237],[120.2872,22.824],[120.2915,22.8268],[120.2941,22.8276],[120.2952,22.829],[120.2926,22.8325],[120.2915,22.833],[120.292,22.8363],[120.294,22.8396],[120.2938,22.8423],[120.2974,22.8436],[120.2989,22.849],[120.3043,22.8518],[120.306,22.8544],[120.3047,22.8573],[120.3068,22.8612],[120.3059,22.8653],[120.3042,22.8663],[120.3045,22.8716],[120.3052,22.8742],[120.3041,22.8782],[120.3045,22.8812],[120.2923,22.8822],[120.2925,22.8862],[120.2893,22.8879],[120.2881,22.8899],[120.288,22.8921],[120.2867,22.8932],[120.2808,22.8937],[120.2784,22.8948],[120.2782,22.8962],[120.2734,22.8953],[120.2698,22.8967]]]},"properties":{"TOWNCODE":"64000240","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"路竹區"},"id":"64000240"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2588,22.8953],[120.2565,22.894],[120.252,22.8951],[120.2476,22.8982],[120.2429,22.9035],[120.2367,22.905],[120.2331,22.9054],[120.2315,22.9092],[120.2317,22.9154],[120.228,22.9169],[120.2259,22.9156],[120.2226,22.9113],[120.2203,22.9096],[120.2161,22.9099],[120.2117,22.912],[120.2081,22.9152],[120.2045,22.9147],[120.2023,22.9154],[120.1947,22.9203],[120.1921,22.9212],[120.1877,22.9202],[120.1898,22.9183],[120.1904,22.9137],[120.1924,22.9108],[120.1989,22.9078],[120.1998,22.9011],[120.1977,22.9008],[120.1969,22.8985],[120.1978,22.8938],[120.2001,22.8889],[120.2033,22.8878],[120.2042,22.8926],[120.2072,22.8935],[120.2096,22.8912],[120.2107,22.8885],[120.2097,22.8856],[120.2067,22.8839],[120.2094,22.8823],[120.2112,22.8826],[120.2183,22.8814],[120.2186,22.8714],[120.2199,22.8706],[120.2227,22.8723],[120.2262,22.8728],[120.231,22.8683],[120.2331,22.8682],[120.2368,22.8706],[120.2381,22.8691],[120.2417,22.8696],[120.2448,22.8719],[120.2486,22.8715],[120.2539,22.8738],[120.2529,22.8774],[120.2526,22.8844],[120.2596,22.8855],[120.2609,22.8908],[120.2588,22.8953]]]},"properties":{"TOWNCODE":"64000250","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"湖內區"},"id":"64000250"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5203,22.9801],[120.5193,22.9782],[120.5148,22.9772],[120.5111,22.975],[120.5096,22.97],[120.5101,22.9677],[120.5086,22.964],[120.5099,22.9622],[120.5094,22.9606],[120.5108,22.9585],[120.505,22.9536],[120.5035,22.9515],[120.5018,22.9516],[120.4992,22.9492],[120.4992,22.9435],[120.4979,22.9404],[120.4979,22.9369],[120.4942,22.9318],[120.4922,22.9317],[120.4907,22.933],[120.4869,22.9334],[120.4838,22.9396],[120.4817,22.9358],[120.4811,22.9326],[120.4817,22.9298],[120.4833,22.9284],[120.4829,22.9255],[120.4797,22.9238],[120.4813,22.9223],[120.482,22.9201],[120.4798,22.9146],[120.4769,22.9127],[120.4748,22.9096],[120.4692,22.8986],[120.4699,22.8942],[120.4669,22.8915],[120.4643,22.8935],[120.4598,22.8892],[120.4533,22.888],[120.4519,22.8868],[120.4463,22.8873],[120.443,22.8856],[120.4426,22.8821],[120.4432,22.8789],[120.4451,22.8778],[120.4466,22.875],[120.4485,22.8743],[120.4471,22.8723],[120.4433,22.8697],[120.443,22.8683],[120.4462,22.8664],[120.444,22.8646],[120.443,22.8626],[120.4451,22.8575],[120.4452,22.8544],[120.4468,22.8513],[120.4496,22.8475],[120.4475,22.8462],[120.4467,22.8436],[120.4448,22.8426],[120.4438,22.8398],[120.4399,22.838],[120.4394,22.8367],[120.4366,22.8351],[120.4338,22.8319],[120.4305,22.8258],[120.427,22.8247],[120.4274,22.8225],[120.4263,22.8191],[120.4239,22.8191],[120.4218,22.8163],[120.4212,22.8115],[120.418,22.8085],[120.4156,22.8067],[120.417,22.8046],[120.4198,22.803],[120.4203,22.8],[120.4229,22.7971],[120.4219,22.7938],[120.4235,22.7923],[120.4268,22.7912],[120.4292,22.789],[120.4303,22.7868],[120.4318,22.7864],[120.4299,22.7814],[120.428,22.7787],[120.4285,22.7778],[120.4312,22.7741],[120.4323,22.7743],[120.4386,22.7729],[120.442,22.7734],[120.4442,22.7725],[120.4507,22.7728],[120.4543,22.7718],[120.4557,22.7745],[120.4559,22.7798],[120.4574,22.7854],[120.46,22.7906],[120.4613,22.7944],[120.4641,22.8006],[120.4651,22.8075],[120.4655,22.8128],[120.4674,22.8155],[120.4675,22.8224],[120.4692,22.825],[120.4687,22.8306],[120.4722,22.8339],[120.474,22.8368],[120.4762,22.8382],[120.4823,22.8359],[120.4878,22.8358],[120.4908,22.8353],[120.494,22.8368],[120.4965,22.8324],[120.4993,22.8313],[120.5053,22.8315],[120.5075,22.8346],[120.5078,22.8421],[120.5104,22.842],[120.5142,22.8434],[120.5184,22.8438],[120.5196,22.8589],[120.5179,22.8594],[120.5165,22.8625],[120.5112,22.8624],[120.506,22.8639],[120.5031,22.8633],[120.5002,22.8637],[120.4989,22.8649],[120.4953,22.8651],[120.4959,22.8673],[120.4983,22.8711],[120.5023,22.8718],[120.5035,22.8741],[120.5029,22.8762],[120.5032,22.8806],[120.5053,22.8833],[120.5056,22.886],[120.5077,22.8869],[120.5072,22.8911],[120.5086,22.8949],[120.5052,22.8986],[120.5056,22.9013],[120.5076,22.9039],[120.51,22.9056],[120.5106,22.9072],[120.5133,22.9092],[120.5156,22.9098],[120.5165,22.9113],[120.5166,22.9114],[120.5166,22.913],[120.5144,22.9156],[120.5165,22.9168],[120.5168,22.9184],[120.5195,22.9219],[120.5206,22.925],[120.5228,22.9271],[120.5239,22.9297],[120.5192,22.9375],[120.5211,22.9423],[120.5193,22.9452],[120.5196,22.9499],[120.5215,22.9515],[120.5242,22.9523],[120.5222,22.9606],[120.5247,22.9669],[120.5273,22.969],[120.5292,22.9736],[120.5288,22.9757],[120.5269,22.9777],[120.5247,22.9787],[120.5222,22.978],[120.5203,22.9801]]]},"properties":{"TOWNCODE":"64000300","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"旗山區"},"id":"64000300"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6237,22.978],[120.62,22.979],[120.6138,22.9788],[120.6093,22.9795],[120.6086,22.9809],[120.6055,22.9833],[120.6022,22.9801],[120.6009,22.9772],[120.6003,22.9737],[120.5963,22.9731],[120.5926,22.9735],[120.5899,22.975],[120.5844,22.9707],[120.5831,22.9706],[120.5774,22.9651],[120.5744,22.9606],[120.5736,22.9577],[120.5762,22.9549],[120.5761,22.9506],[120.5744,22.9498],[120.5752,22.9473],[120.5723,22.9427],[120.5697,22.9411],[120.5655,22.9399],[120.5614,22.9411],[120.5598,22.9409],[120.5561,22.9424],[120.5537,22.941],[120.5519,22.941],[120.5498,22.9376],[120.5477,22.9356],[120.5434,22.9345],[120.5399,22.9317],[120.5368,22.9278],[120.5372,22.9262],[120.5357,22.9248],[120.5322,22.9247],[120.5303,22.9224],[120.5284,22.9218],[120.5273,22.9193],[120.527,22.9162],[120.5246,22.9154],[120.5229,22.9135],[120.5204,22.9135],[120.5166,22.9114],[120.5165,22.9113],[120.5156,22.9098],[120.5133,22.9092],[120.5106,22.9072],[120.51,22.9056],[120.5076,22.9039],[120.5056,22.9013],[120.5052,22.8986],[120.5086,22.8949],[120.5072,22.8911],[120.5077,22.8869],[120.5056,22.886],[120.5053,22.8833],[120.5032,22.8806],[120.5029,22.8762],[120.5035,22.8741],[120.5023,22.8718],[120.4983,22.8711],[120.4959,22.8673],[120.4953,22.8651],[120.4989,22.8649],[120.5002,22.8637],[120.5031,22.8633],[120.506,22.8639],[120.5112,22.8624],[120.5165,22.8625],[120.5179,22.8594],[120.5196,22.8589],[120.5184,22.8438],[120.5142,22.8434],[120.5104,22.842],[120.5078,22.8421],[120.5075,22.8346],[120.5053,22.8315],[120.51,22.8285],[120.5157,22.8316],[120.5199,22.8314],[120.5201,22.8324],[120.5235,22.8329],[120.5243,22.832],[120.5275,22.8322],[120.531,22.8308],[120.534,22.8306],[120.5382,22.8292],[120.5441,22.8298],[120.548,22.8284],[120.5533,22.8284],[120.5576,22.8321],[120.5615,22.8338],[120.5667,22.8383],[120.5696,22.8432],[120.5748,22.8482],[120.5853,22.8563],[120.5952,22.8636],[120.5956,22.8652],[120.5923,22.8741],[120.5939,22.8791],[120.593,22.8807],[120.5951,22.882],[120.5969,22.8848],[120.5961,22.8875],[120.5975,22.8891],[120.596,22.8926],[120.5971,22.8957],[120.5959,22.8968],[120.5971,22.901],[120.5991,22.9026],[120.6004,22.9052],[120.5969,22.9072],[120.5979,22.9087],[120.6003,22.9093],[120.6021,22.9122],[120.6021,22.9142],[120.6036,22.9164],[120.6033,22.9218],[120.6081,22.9226],[120.6104,22.9202],[120.6133,22.9203],[120.6162,22.9234],[120.6173,22.9295],[120.6167,22.931],[120.6188,22.9345],[120.622,22.9374],[120.6212,22.9397],[120.6229,22.9416],[120.6257,22.943],[120.6264,22.9446],[120.6258,22.9494],[120.624,22.951],[120.6261,22.9558],[120.6271,22.9614],[120.6265,22.9635],[120.628,22.9684],[120.6279,22.973],[120.6257,22.9764],[120.6237,22.978]]]},"properties":{"TOWNCODE":"64000310","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"美濃區"},"id":"64000310"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6708,22.9827],[120.6735,22.9859],[120.6781,22.989],[120.6845,22.9914],[120.6884,22.9918],[120.6915,22.9941],[120.6937,22.9976],[120.6876,22.999],[120.6863,22.9997],[120.6813,23.0001],[120.6749,23.0033],[120.6773,23.005],[120.6796,23.0078],[120.6826,23.0093],[120.6847,23.0128],[120.6897,23.018],[120.6915,23.0188],[120.698,23.025],[120.6997,23.0283],[120.6996,23.0304],[120.7012,23.0365],[120.7029,23.0394],[120.7134,23.044],[120.7144,23.0473],[120.7164,23.0511],[120.719,23.0521],[120.7205,23.0547],[120.7228,23.0552],[120.7241,23.0585],[120.7209,23.0605],[120.7176,23.0633],[120.7163,23.0662],[120.7137,23.0684],[120.7122,23.0723],[120.7089,23.0732],[120.7094,23.0779],[120.7089,23.0828],[120.7064,23.0875],[120.7065,23.0888],[120.7089,23.0912],[120.7098,23.0943],[120.7093,23.0982],[120.7136,23.1005],[120.7165,23.1013],[120.7207,23.1007],[120.7266,23.0978],[120.7292,23.0982],[120.734,23.102],[120.7373,23.104],[120.7416,23.1093],[120.7422,23.1114],[120.7446,23.1145],[120.7446,23.1178],[120.741,23.1174],[120.7368,23.1184],[120.735,23.1202],[120.7315,23.1208],[120.7277,23.1188],[120.7216,23.1196],[120.7163,23.1183],[120.7135,23.116],[120.7103,23.1155],[120.7071,23.1165],[120.7051,23.1183],[120.7011,23.1245],[120.697,23.1272],[120.6939,23.1311],[120.6922,23.1345],[120.6881,23.1345],[120.6833,23.1372],[120.6798,23.1407],[120.6768,23.1337],[120.6755,23.1292],[120.6769,23.129],[120.6802,23.1264],[120.682,23.1215],[120.6881,23.112],[120.6909,23.1113],[120.695,23.1085],[120.6954,23.1064],[120.6935,23.102],[120.6869,23.0939],[120.6843,23.0924],[120.6832,23.0935],[120.6797,23.0945],[120.6766,23.0983],[120.6763,23.1001],[120.6737,23.1038],[120.6735,23.1058],[120.675,23.1082],[120.6722,23.1129],[120.6667,23.1173],[120.6658,23.1194],[120.6625,23.1182],[120.6593,23.1163],[120.6562,23.1134],[120.6556,23.1091],[120.6521,23.1043],[120.6498,23.1002],[120.6513,23.0971],[120.6483,23.0914],[120.6455,23.0923],[120.6434,23.0915],[120.6369,23.0877],[120.6395,23.0827],[120.6399,23.0789],[120.6379,23.0753],[120.6344,23.0722],[120.6314,23.0713],[120.629,23.0681],[120.6243,23.0654],[120.6264,23.0628],[120.6247,23.059],[120.623,23.0533],[120.6242,23.0506],[120.6246,23.0477],[120.6222,23.0478],[120.6195,23.0444],[120.6166,23.0428],[120.6144,23.0402],[120.6121,23.0397],[120.6103,23.0373],[120.6081,23.0363],[120.6086,23.0312],[120.6125,23.0298],[120.6178,23.0242],[120.6198,23.0235],[120.6217,23.0187],[120.6201,23.0146],[120.6201,23.0122],[120.6212,23.0096],[120.6217,23.005],[120.6189,23.0011],[120.6184,22.9981],[120.6197,22.9945],[120.6202,22.9903],[120.6195,22.9889],[120.621,22.986],[120.6216,22.9827],[120.6237,22.978],[120.6257,22.9764],[120.6279,22.973],[120.628,22.9684],[120.6265,22.9635],[120.6271,22.9614],[120.6261,22.9558],[120.624,22.951],[120.6258,22.9494],[120.6264,22.9446],[120.6257,22.943],[120.6229,22.9416],[120.6212,22.9397],[120.622,22.9374],[120.6188,22.9345],[120.6167,22.931],[120.6173,22.9295],[120.6162,22.9234],[120.6133,22.9203],[120.6104,22.9202],[120.6081,22.9226],[120.6033,22.9218],[120.6036,22.9164],[120.6021,22.9142],[120.6021,22.9122],[120.6003,22.9093],[120.5979,22.9087],[120.5969,22.9072],[120.6004,22.9052],[120.5991,22.9026],[120.5971,22.901],[120.5959,22.8968],[120.5971,22.8957],[120.596,22.8926],[120.5975,22.8891],[120.5961,22.8875],[120.5969,22.8848],[120.5951,22.882],[120.593,22.8807],[120.5939,22.8791],[120.5923,22.8741],[120.5956,22.8652],[120.5952,22.8636],[120.5983,22.8671],[120.6054,22.873],[120.6141,22.8765],[120.6174,22.8767],[120.6212,22.8757],[120.6273,22.8789],[120.6349,22.8809],[120.6366,22.8821],[120.6402,22.883],[120.645,22.8852],[120.6465,22.8838],[120.6477,22.8796],[120.6491,22.877],[120.6499,22.8853],[120.6519,22.8888],[120.6581,22.896],[120.6595,22.9],[120.6626,22.9048],[120.6643,22.9088],[120.6681,22.9134],[120.6705,22.9183],[120.6695,22.923],[120.6705,22.9267],[120.6701,22.9293],[120.6717,22.934],[120.6713,22.9352],[120.6711,22.9424],[120.6727,22.9458],[120.6706,22.9483],[120.6684,22.954],[120.6657,22.9571],[120.666,22.9612],[120.663,22.9674],[120.6651,22.9722],[120.6695,22.9791],[120.6708,22.9827]]]},"properties":{"TOWNCODE":"64000320","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"六龜區"},"id":"64000320"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6514,23.2085],[120.6488,23.2087],[120.6461,23.207],[120.6433,23.2033],[120.6431,23.2011],[120.6408,23.1984],[120.6389,23.1932],[120.6366,23.1904],[120.6384,23.1857],[120.6404,23.1832],[120.6374,23.1806],[120.6374,23.1783],[120.6362,23.1751],[120.6298,23.1745],[120.6294,23.1733],[120.6311,23.1704],[120.6268,23.1679],[120.6252,23.1678],[120.6231,23.164],[120.6208,23.1628],[120.6165,23.1631],[120.615,23.1595],[120.6135,23.1593],[120.6112,23.156],[120.612,23.152],[120.6076,23.1483],[120.6055,23.1485],[120.6055,23.1463],[120.6038,23.1449],[120.6011,23.1442],[120.599,23.1411],[120.5975,23.1374],[120.5952,23.1345],[120.5948,23.1318],[120.5905,23.1272],[120.5884,23.1234],[120.5889,23.1201],[120.5882,23.1143],[120.5869,23.1122],[120.5831,23.1079],[120.5825,23.106],[120.5803,23.104],[120.5773,23.0996],[120.5756,23.0956],[120.5741,23.0949],[120.5748,23.0914],[120.5731,23.0898],[120.5671,23.082],[120.5634,23.08],[120.5627,23.0784],[120.56,23.0769],[120.5586,23.075],[120.5591,23.0734],[120.5546,23.0689],[120.5465,23.0655],[120.5454,23.0639],[120.5427,23.0635],[120.5414,23.0622],[120.5432,23.0603],[120.5448,23.0561],[120.5446,23.0526],[120.5452,23.0506],[120.5468,23.0496],[120.5467,23.0426],[120.5503,23.0427],[120.5544,23.0389],[120.5556,23.0385],[120.5589,23.0429],[120.5625,23.0444],[120.5641,23.0437],[120.5693,23.0438],[120.57,23.0445],[120.5741,23.0443],[120.5767,23.0449],[120.5782,23.0464],[120.5781,23.0482],[120.581,23.0502],[120.5831,23.0508],[120.586,23.0533],[120.5875,23.0528],[120.5897,23.0498],[120.5947,23.0478],[120.6009,23.0419],[120.6003,23.0392],[120.6017,23.0375],[120.6064,23.0371],[120.6081,23.0363],[120.6103,23.0373],[120.6121,23.0397],[120.6144,23.0402],[120.6166,23.0428],[120.6195,23.0444],[120.6222,23.0478],[120.6246,23.0477],[120.6242,23.0506],[120.623,23.0533],[120.6247,23.059],[120.6264,23.0628],[120.6243,23.0654],[120.629,23.0681],[120.6314,23.0713],[120.6344,23.0722],[120.6379,23.0753],[120.6399,23.0789],[120.6395,23.0827],[120.6369,23.0877],[120.6434,23.0915],[120.6455,23.0923],[120.6483,23.0914],[120.6513,23.0971],[120.6498,23.1002],[120.6521,23.1043],[120.6556,23.1091],[120.6562,23.1134],[120.6593,23.1163],[120.6625,23.1182],[120.6658,23.1194],[120.6709,23.125],[120.6736,23.1264],[120.6755,23.1292],[120.6768,23.1337],[120.6798,23.1407],[120.6798,23.1432],[120.6824,23.1494],[120.6831,23.1525],[120.6851,23.1551],[120.6851,23.1588],[120.6861,23.1632],[120.6873,23.1661],[120.6888,23.1676],[120.6913,23.1719],[120.6895,23.1763],[120.687,23.1765],[120.6842,23.1787],[120.6808,23.1831],[120.6813,23.1883],[120.681,23.1911],[120.6826,23.1947],[120.6801,23.1965],[120.6776,23.1967],[120.6735,23.1985],[120.6679,23.1986],[120.6652,23.1998],[120.6581,23.2007],[120.657,23.204],[120.6528,23.2081],[120.6514,23.2085]]]},"properties":{"TOWNCODE":"64000330","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"甲仙區"},"id":"64000330"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6081,23.0363],[120.6064,23.0371],[120.6017,23.0375],[120.6003,23.0392],[120.6009,23.0419],[120.5947,23.0478],[120.5897,23.0498],[120.5875,23.0528],[120.586,23.0533],[120.5831,23.0508],[120.581,23.0502],[120.5781,23.0482],[120.5782,23.0464],[120.5767,23.0449],[120.5741,23.0443],[120.57,23.0445],[120.5693,23.0438],[120.5641,23.0437],[120.5625,23.0444],[120.5589,23.0429],[120.5556,23.0385],[120.5544,23.0389],[120.5503,23.0427],[120.5467,23.0426],[120.5468,23.0496],[120.5452,23.0506],[120.5446,23.0526],[120.5448,23.0561],[120.5432,23.0603],[120.5414,23.0622],[120.538,23.0607],[120.5381,23.0595],[120.5351,23.0574],[120.5316,23.0567],[120.5265,23.053],[120.523,23.0496],[120.5237,23.0477],[120.5222,23.0456],[120.5196,23.0449],[120.5159,23.0414],[120.5139,23.0387],[120.5104,23.0355],[120.509,23.0351],[120.5037,23.0286],[120.5021,23.0276],[120.5053,23.0245],[120.5069,23.0244],[120.5087,23.0219],[120.5142,23.0186],[120.5173,23.0183],[120.5207,23.0191],[120.5239,23.021],[120.5265,23.0234],[120.5318,23.0265],[120.5335,23.0281],[120.5362,23.026],[120.5373,23.0242],[120.5369,23.0214],[120.5354,23.0177],[120.5355,23.0154],[120.5344,23.0129],[120.5312,23.0105],[120.5295,23.0057],[120.5298,23.0011],[120.526,22.9987],[120.5273,22.9962],[120.5253,22.9932],[120.5244,22.9899],[120.5223,22.9887],[120.5226,22.9862],[120.5204,22.9825],[120.5203,22.9801],[120.5222,22.978],[120.5247,22.9787],[120.5269,22.9777],[120.5288,22.9757],[120.5292,22.9736],[120.5273,22.969],[120.5247,22.9669],[120.5222,22.9606],[120.5242,22.9523],[120.5215,22.9515],[120.5196,22.9499],[120.5193,22.9452],[120.5211,22.9423],[120.5192,22.9375],[120.5239,22.9297],[120.5228,22.9271],[120.5206,22.925],[120.5195,22.9219],[120.5168,22.9184],[120.5165,22.9168],[120.5144,22.9156],[120.5166,22.913],[120.5166,22.9114],[120.5165,22.9113],[120.5166,22.9114],[120.5204,22.9135],[120.5229,22.9135],[120.5246,22.9154],[120.527,22.9162],[120.5273,22.9193],[120.5284,22.9218],[120.5303,22.9224],[120.5322,22.9247],[120.5357,22.9248],[120.5372,22.9262],[120.5368,22.9278],[120.5399,22.9317],[120.5434,22.9345],[120.5477,22.9356],[120.5498,22.9376],[120.5519,22.941],[120.5537,22.941],[120.5561,22.9424],[120.5598,22.9409],[120.5614,22.9411],[120.5655,22.9399],[120.5697,22.9411],[120.5723,22.9427],[120.5752,22.9473],[120.5744,22.9498],[120.5761,22.9506],[120.5762,22.9549],[120.5736,22.9577],[120.5744,22.9606],[120.5774,22.9651],[120.5831,22.9706],[120.5844,22.9707],[120.5899,22.975],[120.5926,22.9735],[120.5963,22.9731],[120.6003,22.9737],[120.6009,22.9772],[120.6022,22.9801],[120.6055,22.9833],[120.6086,22.9809],[120.6093,22.9795],[120.6138,22.9788],[120.62,22.979],[120.6237,22.978],[120.6216,22.9827],[120.621,22.986],[120.6195,22.9889],[120.6202,22.9903],[120.6197,22.9945],[120.6184,22.9981],[120.6189,23.0011],[120.6217,23.005],[120.6212,23.0096],[120.6201,23.0122],[120.6201,23.0146],[120.6217,23.0187],[120.6198,23.0235],[120.6178,23.0242],[120.6125,23.0298],[120.6086,23.0312],[120.6081,23.0363]]]},"properties":{"TOWNCODE":"64000340","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"杉林區"},"id":"64000340"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5203,22.9801],[120.5204,22.9825],[120.5226,22.9862],[120.5223,22.9887],[120.5244,22.9899],[120.5253,22.9932],[120.5273,22.9962],[120.526,22.9987],[120.5298,23.0011],[120.5295,23.0057],[120.5312,23.0105],[120.5344,23.0129],[120.5355,23.0154],[120.5354,23.0177],[120.5369,23.0214],[120.5373,23.0242],[120.5362,23.026],[120.5335,23.0281],[120.5318,23.0265],[120.5265,23.0234],[120.5239,23.021],[120.5207,23.0191],[120.5173,23.0183],[120.5142,23.0186],[120.5087,23.0219],[120.5069,23.0244],[120.5053,23.0245],[120.5021,23.0276],[120.4974,23.024],[120.4949,23.0233],[120.4913,23.0209],[120.487,23.019],[120.4827,23.0156],[120.4813,23.0111],[120.48,23.0036],[120.4738,23.0031],[120.4708,23.0024],[120.4672,23.0036],[120.4604,23.0034],[120.4595,23.0008],[120.4615,22.9982],[120.4591,22.9959],[120.461,22.9924],[120.4597,22.9899],[120.455,22.991],[120.4535,22.9873],[120.4532,22.9849],[120.4548,22.9826],[120.4547,22.9806],[120.4531,22.9785],[120.4496,22.9772],[120.4455,22.9794],[120.4426,22.9773],[120.4422,22.9738],[120.4383,22.966],[120.4362,22.9605],[120.4353,22.9595],[120.4329,22.9555],[120.4327,22.9526],[120.4307,22.9484],[120.4286,22.9408],[120.4261,22.9394],[120.4257,22.9358],[120.4243,22.9325],[120.422,22.9294],[120.4221,22.9276],[120.4184,22.9212],[120.4173,22.9175],[120.4162,22.9161],[120.4108,22.9144],[120.4087,22.9123],[120.4077,22.9107],[120.4136,22.9077],[120.4158,22.9101],[120.4173,22.9085],[120.417,22.905],[120.4217,22.9034],[120.4217,22.8993],[120.4235,22.8998],[120.4236,22.8963],[120.4221,22.8935],[120.4244,22.8928],[120.43,22.8945],[120.4327,22.891],[120.4328,22.8869],[120.4391,22.8856],[120.4414,22.8867],[120.443,22.8856],[120.4463,22.8873],[120.4519,22.8868],[120.4533,22.888],[120.4598,22.8892],[120.4643,22.8935],[120.4669,22.8915],[120.4699,22.8942],[120.4692,22.8986],[120.4748,22.9096],[120.4769,22.9127],[120.4798,22.9146],[120.482,22.9201],[120.4813,22.9223],[120.4797,22.9238],[120.4829,22.9255],[120.4833,22.9284],[120.4817,22.9298],[120.4811,22.9326],[120.4817,22.9358],[120.4838,22.9396],[120.4869,22.9334],[120.4907,22.933],[120.4922,22.9317],[120.4942,22.9318],[120.4979,22.9369],[120.4979,22.9404],[120.4992,22.9435],[120.4992,22.9492],[120.5018,22.9516],[120.5035,22.9515],[120.505,22.9536],[120.5108,22.9585],[120.5094,22.9606],[120.5099,22.9622],[120.5086,22.964],[120.5101,22.9677],[120.5096,22.97],[120.5111,22.975],[120.5148,22.9772],[120.5193,22.9782],[120.5203,22.9801]]]},"properties":{"TOWNCODE":"64000350","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"內門區"},"id":"64000350"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8294,22.9752],[120.8265,22.9771],[120.8217,22.9787],[120.8161,22.9798],[120.8103,22.9853],[120.8085,22.9892],[120.8065,22.9872],[120.8036,22.987],[120.8017,22.9857],[120.7988,22.9857],[120.7968,22.987],[120.7935,22.9873],[120.7915,22.9891],[120.7886,22.9895],[120.7821,22.9935],[120.7766,22.991],[120.7756,22.9882],[120.7729,22.9859],[120.7715,22.9836],[120.7679,22.9828],[120.7638,22.9835],[120.7607,22.9831],[120.7532,22.9842],[120.75,22.9842],[120.7467,22.9819],[120.7445,22.9826],[120.7429,22.9845],[120.7401,22.9852],[120.7381,22.9902],[120.7357,22.9926],[120.7313,22.9951],[120.7283,22.996],[120.7241,23.0023],[120.7198,23.0001],[120.7184,22.9977],[120.7153,22.9967],[120.7128,22.9946],[120.7116,22.9923],[120.7081,22.9904],[120.7043,22.9898],[120.702,22.9885],[120.6937,22.9818],[120.6909,22.9818],[120.6883,22.9807],[120.6871,22.9784],[120.6815,22.9784],[120.6708,22.9827],[120.6695,22.9791],[120.6651,22.9722],[120.663,22.9674],[120.666,22.9612],[120.6657,22.9571],[120.6684,22.954],[120.6706,22.9483],[120.6727,22.9458],[120.6711,22.9424],[120.6713,22.9352],[120.6717,22.934],[120.6701,22.9293],[120.6705,22.9267],[120.6695,22.923],[120.6705,22.9183],[120.6681,22.9134],[120.6643,22.9088],[120.6626,22.9048],[120.6595,22.9],[120.6581,22.896],[120.6519,22.8888],[120.6499,22.8853],[120.6491,22.877],[120.651,22.8772],[120.6532,22.8804],[120.6557,22.8817],[120.6581,22.8797],[120.6584,22.8743],[120.6597,22.87],[120.6587,22.8659],[120.6596,22.8615],[120.6609,22.8597],[120.6643,22.8588],[120.6686,22.8587],[120.6697,22.857],[120.6726,22.8564],[120.677,22.8575],[120.6789,22.8627],[120.6848,22.8638],[120.6862,22.8647],[120.6904,22.8648],[120.692,22.8685],[120.6979,22.8731],[120.702,22.8774],[120.7025,22.8792],[120.7045,22.8807],[120.7083,22.8816],[120.7098,22.8811],[120.7159,22.8808],[120.7205,22.882],[120.7248,22.8809],[120.7286,22.8778],[120.7332,22.8753],[120.7427,22.8736],[120.7462,22.8694],[120.7466,22.8678],[120.75,22.8653],[120.7539,22.8652],[120.7566,22.8622],[120.7591,22.8606],[120.7622,22.8568],[120.7642,22.849],[120.7661,22.8486],[120.7685,22.8452],[120.7699,22.8446],[120.7715,22.8419],[120.7729,22.8411],[120.7742,22.838],[120.7774,22.8357],[120.7793,22.8352],[120.7815,22.8361],[120.7858,22.8399],[120.7902,22.8401],[120.793,22.8423],[120.7917,22.8484],[120.7937,22.8522],[120.8011,22.851],[120.8026,22.8524],[120.8071,22.8549],[120.8138,22.8577],[120.8142,22.8605],[120.8163,22.8622],[120.8191,22.8623],[120.823,22.8657],[120.8261,22.8664],[120.829,22.8657],[120.833,22.8663],[120.8355,22.8645],[120.8373,22.8642],[120.8399,22.8617],[120.8417,22.8585],[120.8413,22.8568],[120.8438,22.8534],[120.8478,22.8518],[120.853,22.8576],[120.8562,22.8551],[120.857,22.853],[120.86,22.8512],[120.8594,22.8492],[120.862,22.8474],[120.8646,22.8431],[120.8653,22.8466],[120.8684,22.8507],[120.8666,22.8534],[120.8695,22.8569],[120.8691,22.8582],[120.8617,22.8614],[120.8592,22.8636],[120.8644,22.867],[120.8655,22.8699],[120.8644,22.8729],[120.8612,22.8761],[120.8597,22.8784],[120.8552,22.8787],[120.8521,22.8781],[120.842,22.8812],[120.8401,22.8823],[120.8388,22.8846],[120.8382,22.8899],[120.8348,22.8935],[120.8332,22.8982],[120.8335,22.8998],[120.8289,22.9036],[120.8285,22.9052],[120.8304,22.9103],[120.8333,22.9123],[120.8317,22.919],[120.8289,22.9213],[120.8269,22.9281],[120.8219,22.935],[120.8215,22.9389],[120.8218,22.9451],[120.8226,22.9482],[120.8248,22.9525],[120.8231,22.9549],[120.8208,22.9615],[120.8222,22.9646],[120.8302,22.9703],[120.8289,22.9735],[120.8294,22.9752]]]},"properties":{"TOWNCODE":"64000360","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"茂林區"},"id":"64000360"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.6658,23.1194],[120.6667,23.1173],[120.6722,23.1129],[120.675,23.1082],[120.6735,23.1058],[120.6737,23.1038],[120.6763,23.1001],[120.6766,23.0983],[120.6797,23.0945],[120.6832,23.0935],[120.6843,23.0924],[120.6869,23.0939],[120.6935,23.102],[120.6954,23.1064],[120.695,23.1085],[120.6909,23.1113],[120.6881,23.112],[120.682,23.1215],[120.6802,23.1264],[120.6769,23.129],[120.6755,23.1292],[120.6736,23.1264],[120.6709,23.125],[120.6658,23.1194]]],[[[121.0153,23.4354],[121.0141,23.4379],[121.0106,23.4412],[121.0107,23.4467],[121.0158,23.4509],[121.0151,23.4541],[121.0116,23.4573],[121.0081,23.4624],[121.0038,23.463],[120.9997,23.4622],[120.9836,23.467],[120.9817,23.4688],[120.9783,23.4694],[120.9765,23.469],[120.9706,23.469],[120.9685,23.4712],[120.9667,23.4717],[120.9649,23.4706],[120.9614,23.4708],[120.9575,23.4695],[120.956,23.4673],[120.9507,23.4649],[120.947,23.4638],[120.9407,23.463],[120.9366,23.4638],[120.9345,23.4615],[120.9348,23.4584],[120.9315,23.4571],[120.9283,23.4568],[120.9216,23.459],[120.9127,23.4585],[120.9085,23.4569],[120.9075,23.455],[120.9045,23.4529],[120.9024,23.4541],[120.8988,23.4511],[120.8968,23.4509],[120.8954,23.4462],[120.8926,23.4454],[120.8907,23.4424],[120.887,23.435],[120.8838,23.4363],[120.882,23.4333],[120.8756,23.4316],[120.8737,23.4298],[120.8717,23.4296],[120.8699,23.4267],[120.8662,23.4261],[120.8648,23.4241],[120.8598,23.4239],[120.8568,23.4219],[120.854,23.4232],[120.8531,23.4219],[120.8495,23.4202],[120.8493,23.412],[120.8453,23.4088],[120.8441,23.4041],[120.8424,23.4017],[120.8384,23.3982],[120.8397,23.3961],[120.8369,23.3934],[120.835,23.3874],[120.8312,23.3868],[120.8294,23.3832],[120.8294,23.3774],[120.8285,23.375],[120.8212,23.3705],[120.8159,23.3714],[120.813,23.3693],[120.8098,23.3696],[120.8085,23.3684],[120.8064,23.3705],[120.8046,23.3708],[120.8102,23.3629],[120.8133,23.3609],[120.8139,23.3597],[120.8128,23.3555],[120.8142,23.3538],[120.819,23.3507],[120.8214,23.3473],[120.8232,23.3459],[120.8233,23.3409],[120.819,23.3393],[120.8154,23.3362],[120.8121,23.3343],[120.8121,23.3328],[120.8088,23.3298],[120.8086,23.3268],[120.8073,23.3254],[120.8065,23.3216],[120.8017,23.3199],[120.7998,23.3199],[120.7976,23.3166],[120.7976,23.3132],[120.7947,23.3098],[120.7915,23.3042],[120.7878,23.3027],[120.7854,23.3005],[120.7849,23.2978],[120.7822,23.2948],[120.7786,23.2951],[120.7761,23.2907],[120.7764,23.2879],[120.7741,23.2861],[120.776,23.2817],[120.7744,23.2799],[120.7728,23.2745],[120.7709,23.2716],[120.7681,23.2695],[120.7687,23.2673],[120.7662,23.2625],[120.7649,23.2619],[120.7653,23.2588],[120.7646,23.2556],[120.7621,23.2532],[120.76,23.2491],[120.7603,23.2443],[120.7581,23.2383],[120.7543,23.2359],[120.7562,23.2323],[120.7553,23.2295],[120.753,23.2284],[120.751,23.2262],[120.7499,23.2228],[120.7471,23.2199],[120.7454,23.2192],[120.7453,23.2147],[120.7432,23.2063],[120.74,23.2014],[120.7363,23.1982],[120.7353,23.195],[120.7321,23.1922],[120.7272,23.1901],[120.7258,23.1884],[120.7242,23.1847],[120.7174,23.1816],[120.7158,23.1837],[120.7113,23.1804],[120.7098,23.1782],[120.7067,23.1767],[120.7015,23.1734],[120.6986,23.1693],[120.6958,23.1711],[120.692,23.1711],[120.6913,23.1719],[120.6888,23.1676],[120.6873,23.1661],[120.6861,23.1632],[120.6851,23.1588],[120.6851,23.1551],[120.6831,23.1525],[120.6824,23.1494],[120.6798,23.1432],[120.6798,23.1407],[120.6833,23.1372],[120.6881,23.1345],[120.6922,23.1345],[120.6939,23.1311],[120.697,23.1272],[120.7011,23.1245],[120.7051,23.1183],[120.7071,23.1165],[120.7103,23.1155],[120.7135,23.116],[120.7163,23.1183],[120.7216,23.1196],[120.7277,23.1188],[120.7315,23.1208],[120.735,23.1202],[120.7368,23.1184],[120.741,23.1174],[120.7446,23.1178],[120.7446,23.1145],[120.7422,23.1114],[120.7416,23.1093],[120.7373,23.104],[120.734,23.102],[120.7292,23.0982],[120.7266,23.0978],[120.7207,23.1007],[120.7165,23.1013],[120.7136,23.1005],[120.7093,23.0982],[120.7098,23.0943],[120.7089,23.0912],[120.7065,23.0888],[120.7064,23.0875],[120.7089,23.0828],[120.7094,23.0779],[120.7089,23.0732],[120.7122,23.0723],[120.7137,23.0684],[120.7163,23.0662],[120.7176,23.0633],[120.7209,23.0605],[120.7241,23.0585],[120.7228,23.0552],[120.7205,23.0547],[120.719,23.0521],[120.7164,23.0511],[120.7144,23.0473],[120.7134,23.044],[120.7029,23.0394],[120.7012,23.0365],[120.6996,23.0304],[120.6997,23.0283],[120.698,23.025],[120.6915,23.0188],[120.6897,23.018],[120.6847,23.0128],[120.6826,23.0093],[120.6796,23.0078],[120.6773,23.005],[120.6749,23.0033],[120.6813,23.0001],[120.6863,22.9997],[120.6876,22.999],[120.6937,22.9976],[120.6915,22.9941],[120.6884,22.9918],[120.6845,22.9914],[120.6781,22.989],[120.6735,22.9859],[120.6708,22.9827],[120.6815,22.9784],[120.6871,22.9784],[120.6883,22.9807],[120.6909,22.9818],[120.6937,22.9818],[120.702,22.9885],[120.7043,22.9898],[120.7081,22.9904],[120.7116,22.9923],[120.7128,22.9946],[120.7153,22.9967],[120.7184,22.9977],[120.7198,23.0001],[120.7241,23.0023],[120.7283,22.996],[120.7313,22.9951],[120.7357,22.9926],[120.7381,22.9902],[120.7401,22.9852],[120.7429,22.9845],[120.7445,22.9826],[120.7467,22.9819],[120.75,22.9842],[120.7532,22.9842],[120.7607,22.9831],[120.7638,22.9835],[120.7679,22.9828],[120.7715,22.9836],[120.7729,22.9859],[120.7756,22.9882],[120.7766,22.991],[120.7821,22.9935],[120.7886,22.9895],[120.7915,22.9891],[120.7935,22.9873],[120.7968,22.987],[120.7988,22.9857],[120.8017,22.9857],[120.8036,22.987],[120.8065,22.9872],[120.8085,22.9892],[120.8103,22.9853],[120.8161,22.9798],[120.8217,22.9787],[120.8265,22.9771],[120.8294,22.9752],[120.8307,22.9758],[120.8322,22.9801],[120.8412,22.984],[120.842,22.9874],[120.8414,22.9899],[120.8426,22.9914],[120.8467,22.9926],[120.8497,22.9957],[120.8521,22.9999],[120.8522,23.0024],[120.851,23.005],[120.8584,23.0051],[120.8607,23.0081],[120.8605,23.0105],[120.8619,23.0192],[120.862,23.0221],[120.8608,23.0253],[120.8613,23.0303],[120.8634,23.0323],[120.8662,23.0323],[120.872,23.0345],[120.8789,23.0344],[120.88,23.0355],[120.8814,23.0419],[120.8813,23.0442],[120.8787,23.049],[120.8745,23.0509],[120.8745,23.0524],[120.8716,23.0547],[120.8692,23.0595],[120.8731,23.0659],[120.8753,23.0685],[120.8779,23.0779],[120.8826,23.0833],[120.8836,23.0866],[120.8858,23.0896],[120.8855,23.0924],[120.8873,23.0956],[120.8892,23.1005],[120.8881,23.1042],[120.8891,23.1071],[120.8894,23.1104],[120.8868,23.1136],[120.885,23.12],[120.8881,23.1224],[120.8862,23.1271],[120.8862,23.1319],[120.8879,23.1364],[120.8858,23.1443],[120.8814,23.1462],[120.8767,23.1516],[120.8833,23.1534],[120.8865,23.1558],[120.887,23.1579],[120.8912,23.1587],[120.895,23.1607],[120.8961,23.172],[120.8983,23.1731],[120.8984,23.1763],[120.9017,23.1786],[120.9059,23.1806],[120.9091,23.1798],[120.9113,23.1828],[120.9125,23.1868],[120.9109,23.1922],[120.9064,23.1967],[120.9057,23.1996],[120.9072,23.2011],[120.9067,23.2057],[120.9076,23.2071],[120.9105,23.2081],[120.9117,23.2102],[120.912,23.217],[120.9117,23.2219],[120.9121,23.2251],[120.9116,23.2279],[120.9143,23.2325],[120.9157,23.2379],[120.9172,23.2383],[120.9194,23.241],[120.924,23.242],[120.9265,23.2446],[120.9301,23.2425],[120.9324,23.2428],[120.9379,23.245],[120.9383,23.2475],[120.9414,23.2521],[120.9464,23.2529],[120.949,23.2559],[120.9507,23.2591],[120.9536,23.2608],[120.9581,23.2652],[120.9594,23.2705],[120.9634,23.2721],[120.9661,23.2766],[120.9687,23.2779],[120.9708,23.2812],[120.9786,23.2823],[120.9861,23.2803],[120.9878,23.2808],[120.9906,23.2841],[120.994,23.2844],[120.9993,23.2869],[121.0014,23.2874],[121.0056,23.2906],[121.0085,23.2913],[121.0108,23.2928],[121.0172,23.2928],[121.0198,23.2945],[121.0238,23.2937],[121.0253,23.2957],[121.0283,23.2971],[121.0314,23.3004],[121.0319,23.3037],[121.0369,23.304],[121.042,23.3072],[121.0462,23.3085],[121.0469,23.3121],[121.0481,23.3146],[121.0472,23.32],[121.0488,23.3229],[121.0488,23.3253],[121.045,23.3278],[121.0417,23.328],[121.0394,23.3291],[121.0365,23.3335],[121.0328,23.3339],[121.0307,23.3372],[121.027,23.3376],[121.0247,23.3399],[121.0223,23.3466],[121.0224,23.3481],[121.02,23.3504],[121.0184,23.3503],[121.0177,23.3482],[121.0152,23.3463],[121.0101,23.3459],[121.0075,23.3492],[121.0076,23.352],[121.0001,23.3565],[120.9941,23.3565],[120.9871,23.3587],[120.9866,23.3627],[120.9869,23.3663],[120.9881,23.3707],[120.9912,23.3714],[120.9943,23.3764],[121.0001,23.3824],[121.0061,23.3836],[121.0079,23.3851],[121.0077,23.3867],[121.0037,23.3889],[121.0011,23.3917],[121.0032,23.3948],[121.0064,23.3966],[121.0081,23.3966],[121.0105,23.3951],[121.0155,23.3971],[121.0192,23.4015],[121.0223,23.4001],[121.0258,23.4029],[121.0283,23.4038],[121.0267,23.4058],[121.0274,23.4102],[121.0269,23.4131],[121.025,23.4143],[121.0276,23.416],[121.0294,23.4202],[121.0292,23.4228],[121.0256,23.4243],[121.0227,23.4248],[121.0211,23.4294],[121.0166,23.431],[121.0142,23.4309],[121.0129,23.4332],[121.0153,23.4354]]]]},"properties":{"TOWNCODE":"64000370","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"桃源區"},"id":"64000370"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6913,23.1719],[120.692,23.1711],[120.6958,23.1711],[120.6986,23.1693],[120.7015,23.1734],[120.7067,23.1767],[120.7098,23.1782],[120.7113,23.1804],[120.7158,23.1837],[120.7174,23.1816],[120.7242,23.1847],[120.7258,23.1884],[120.7272,23.1901],[120.7321,23.1922],[120.7353,23.195],[120.7363,23.1982],[120.74,23.2014],[120.7432,23.2063],[120.7453,23.2147],[120.7454,23.2192],[120.7471,23.2199],[120.7499,23.2228],[120.751,23.2262],[120.753,23.2284],[120.7553,23.2295],[120.7562,23.2323],[120.7543,23.2359],[120.7581,23.2383],[120.7603,23.2443],[120.76,23.2491],[120.7621,23.2532],[120.7646,23.2556],[120.7653,23.2588],[120.7649,23.2619],[120.7662,23.2625],[120.7687,23.2673],[120.7681,23.2695],[120.7709,23.2716],[120.7728,23.2745],[120.7744,23.2799],[120.776,23.2817],[120.7741,23.2861],[120.7764,23.2879],[120.7761,23.2907],[120.7786,23.2951],[120.7822,23.2948],[120.7849,23.2978],[120.7854,23.3005],[120.7878,23.3027],[120.7915,23.3042],[120.7947,23.3098],[120.7976,23.3132],[120.7976,23.3166],[120.7998,23.3199],[120.8017,23.3199],[120.8065,23.3216],[120.8073,23.3254],[120.8086,23.3268],[120.8088,23.3298],[120.8121,23.3328],[120.8121,23.3343],[120.8154,23.3362],[120.819,23.3393],[120.8233,23.3409],[120.8232,23.3459],[120.8214,23.3473],[120.819,23.3507],[120.8142,23.3538],[120.8128,23.3555],[120.8139,23.3597],[120.8133,23.3609],[120.8102,23.3629],[120.8046,23.3708],[120.8033,23.3698],[120.8047,23.3672],[120.802,23.3651],[120.7995,23.3612],[120.7974,23.3597],[120.7957,23.3567],[120.7927,23.3576],[120.7913,23.3532],[120.7885,23.3528],[120.7886,23.3486],[120.7876,23.3461],[120.7855,23.3456],[120.7832,23.3422],[120.7809,23.3422],[120.7777,23.3435],[120.7749,23.3432],[120.7733,23.3418],[120.7685,23.3439],[120.7649,23.3417],[120.7594,23.3443],[120.7575,23.3433],[120.7585,23.3409],[120.7571,23.3388],[120.7589,23.3366],[120.7568,23.3331],[120.7525,23.3312],[120.7533,23.3282],[120.7511,23.3262],[120.7501,23.324],[120.7479,23.3219],[120.7422,23.3215],[120.7404,23.3204],[120.7401,23.3178],[120.7384,23.3163],[120.7363,23.316],[120.7323,23.3139],[120.7303,23.3112],[120.7306,23.3056],[120.7213,23.3083],[120.7163,23.3076],[120.7122,23.3087],[120.7112,23.3074],[120.7071,23.305],[120.7044,23.302],[120.7028,23.2976],[120.7023,23.2941],[120.7035,23.2895],[120.6995,23.2844],[120.6935,23.2845],[120.6899,23.2853],[120.6872,23.2866],[120.6819,23.2876],[120.6802,23.2886],[120.6762,23.2886],[120.676,23.2903],[120.6737,23.2911],[120.6714,23.29],[120.6676,23.2937],[120.6654,23.2932],[120.6619,23.2949],[120.6597,23.2948],[120.6581,23.296],[120.6545,23.2914],[120.652,23.2912],[120.6488,23.2939],[120.6472,23.2974],[120.6437,23.2961],[120.642,23.2927],[120.6437,23.2893],[120.6419,23.2878],[120.6431,23.2865],[120.6441,23.2822],[120.6419,23.2785],[120.6432,23.276],[120.6406,23.2742],[120.6412,23.2715],[120.6394,23.2707],[120.6385,23.2688],[120.6406,23.2667],[120.6421,23.2613],[120.6419,23.2572],[120.6485,23.249],[120.6492,23.2467],[120.6479,23.2448],[120.6492,23.2425],[120.6492,23.2404],[120.6509,23.238],[120.6495,23.2305],[120.6496,23.2282],[120.6534,23.2245],[120.6552,23.2235],[120.6562,23.2176],[120.6538,23.2153],[120.6531,23.2118],[120.6514,23.2085],[120.6528,23.2081],[120.657,23.204],[120.6581,23.2007],[120.6652,23.1998],[120.6679,23.1986],[120.6735,23.1985],[120.6776,23.1967],[120.6801,23.1965],[120.6826,23.1947],[120.681,23.1911],[120.6813,23.1883],[120.6808,23.1831],[120.6842,23.1787],[120.687,23.1765],[120.6895,23.1763],[120.6913,23.1719]]]},"properties":{"TOWNCODE":"64000380","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"那瑪夏區"},"id":"64000380"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5124,25.0217],[121.5088,25.0212],[121.5048,25.0174],[121.5013,25.0129],[121.4973,25.01],[121.494,25.0092],[121.4949,25.0083],[121.4979,25.0091],[121.5035,25.0071],[121.5073,25.0053],[121.509,25.0035],[121.5064,25.0007],[121.5084,24.9998],[121.5126,25.0044],[121.5145,25.0038],[121.5141,25.0003],[121.515,24.9982],[121.5128,24.9943],[121.5232,24.9971],[121.5259,24.9975],[121.5266,24.9955],[121.5314,24.9954],[121.5305,24.9978],[121.5316,25.0012],[121.5339,25.0036],[121.5318,25.0087],[121.5309,25.0097],[121.5262,25.0114],[121.5216,25.0176],[121.5189,25.0198],[121.5124,25.0217]]]},"properties":{"TOWNCODE":"65000040","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"永和區"},"id":"65000040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6092,24.964],[121.6058,24.9631],[121.602,24.9611],[121.5985,24.9613],[121.5969,24.9606],[121.5947,24.9617],[121.5934,24.9642],[121.5912,24.9646],[121.5888,24.9634],[121.5857,24.9632],[121.5845,24.9646],[121.582,24.9648],[121.5786,24.9666],[121.5745,24.9668],[121.5728,24.964],[121.571,24.9644],[121.5653,24.9641],[121.5612,24.9647],[121.5585,24.9683],[121.5575,24.9723],[121.5561,24.9733],[121.5552,24.9763],[121.5537,24.9773],[121.5531,24.9813],[121.5538,24.9852],[121.5509,24.9854],[121.5474,24.9833],[121.5442,24.9846],[121.5448,24.9868],[121.544,24.9883],[121.5392,24.9877],[121.5368,24.9887],[121.5371,24.9923],[121.535,24.9951],[121.5337,24.9924],[121.5317,24.9905],[121.5295,24.9883],[121.5233,24.9839],[121.5225,24.9883],[121.5171,24.9878],[121.5156,24.9869],[121.514,24.9837],[121.5139,24.9815],[121.509,24.9765],[121.5071,24.976],[121.502,24.9699],[121.4982,24.9706],[121.4917,24.9673],[121.4898,24.9671],[121.4857,24.9648],[121.4819,24.9633],[121.4798,24.9639],[121.4718,24.9589],[121.4722,24.9561],[121.4698,24.9545],[121.4678,24.9544],[121.467,24.9516],[121.4616,24.9474],[121.4592,24.9477],[121.4575,24.9461],[121.4584,24.9433],[121.4587,24.9394],[121.4609,24.9375],[121.4598,24.9344],[121.4642,24.9332],[121.4683,24.9308],[121.4736,24.9308],[121.4762,24.9291],[121.4806,24.9288],[121.4848,24.9278],[121.4858,24.9261],[121.4858,24.9232],[121.4881,24.9224],[121.4897,24.9195],[121.492,24.9171],[121.4917,24.9149],[121.4894,24.9081],[121.4923,24.9037],[121.4897,24.9012],[121.4866,24.9005],[121.4829,24.8954],[121.4825,24.8935],[121.4805,24.8908],[121.4754,24.8862],[121.475,24.882],[121.4727,24.8794],[121.4718,24.8773],[121.4743,24.8758],[121.4793,24.8701],[121.4777,24.8655],[121.4805,24.8617],[121.4831,24.8618],[121.4853,24.863],[121.4883,24.8622],[121.4912,24.8645],[121.4949,24.8685],[121.499,24.8702],[121.502,24.873],[121.5041,24.8736],[121.5088,24.8775],[121.5183,24.8812],[121.5207,24.8833],[121.5264,24.8836],[121.5293,24.885],[121.5325,24.8876],[121.535,24.8915],[121.5399,24.8938],[121.5438,24.8902],[121.5466,24.8883],[121.5479,24.8886],[121.5511,24.8913],[121.5542,24.8917],[121.5588,24.8907],[121.5639,24.8872],[121.5646,24.8843],[121.5646,24.8771],[121.5688,24.8775],[121.5713,24.8769],[121.5733,24.8748],[121.5758,24.8751],[121.578,24.8797],[121.5769,24.8818],[121.5779,24.8832],[121.5764,24.8855],[121.5766,24.8878],[121.5783,24.891],[121.5789,24.8951],[121.5782,24.897],[121.5762,24.8988],[121.5717,24.9001],[121.5674,24.9035],[121.5718,24.9087],[121.5782,24.9087],[121.5849,24.9116],[121.5878,24.9138],[121.5904,24.9146],[121.5943,24.913],[121.5954,24.9109],[121.5971,24.9117],[121.5965,24.9187],[121.5956,24.9239],[121.5941,24.9273],[121.5965,24.9328],[121.5964,24.9349],[121.5976,24.9374],[121.5999,24.9391],[121.5979,24.9447],[121.6007,24.9457],[121.6011,24.9471],[121.6071,24.9472],[121.6064,24.9496],[121.6085,24.9522],[121.6078,24.9565],[121.6103,24.9571],[121.6106,24.9596],[121.6092,24.964]]]},"properties":{"TOWNCODE":"65000060","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"新店區"},"id":"65000060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4671,24.993],[121.4672,24.9922],[121.4634,24.9891],[121.4611,24.9891],[121.4591,24.9911],[121.4569,24.9916],[121.4562,24.9943],[121.4548,24.9956],[121.4531,24.991],[121.4497,24.9931],[121.4441,24.9911],[121.4425,24.9928],[121.4405,24.9922],[121.4401,24.9882],[121.4384,24.9865],[121.4369,24.9832],[121.4352,24.9819],[121.435,24.9788],[121.434,24.9757],[121.4288,24.9721],[121.4251,24.971],[121.4221,24.9685],[121.4127,24.966],[121.41,24.9626],[121.4105,24.9559],[121.4098,24.954],[121.4076,24.9521],[121.4087,24.9513],[121.4087,24.9465],[121.41,24.9414],[121.4135,24.9415],[121.4147,24.9395],[121.4177,24.9375],[121.4211,24.9383],[121.4256,24.9384],[121.4304,24.9392],[121.434,24.9405],[121.4367,24.9356],[121.4423,24.9376],[121.4453,24.9404],[121.4481,24.9416],[121.4517,24.9444],[121.4544,24.9444],[121.4575,24.9461],[121.4592,24.9477],[121.4616,24.9474],[121.467,24.9516],[121.4678,24.9544],[121.4698,24.9545],[121.4722,24.9561],[121.4718,24.9589],[121.4798,24.9639],[121.4788,24.9663],[121.4795,24.9677],[121.4796,24.9727],[121.4817,24.9731],[121.4791,24.9777],[121.4757,24.9793],[121.4742,24.9838],[121.4767,24.9857],[121.4796,24.9897],[121.4749,24.9922],[121.4731,24.9941],[121.4702,24.9924],[121.4687,24.9943],[121.4671,24.993]]]},"properties":{"TOWNCODE":"65000130","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"土城區"},"id":"65000130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4911,25.0948],[121.4887,25.0972],[121.4861,25.0988],[121.4811,25.1009],[121.4786,25.1014],[121.4667,25.1016],[121.4627,25.1032],[121.4607,25.0987],[121.4582,25.098],[121.4578,25.0941],[121.4558,25.0924],[121.4546,25.0879],[121.4555,25.0834],[121.4569,25.0814],[121.4633,25.0778],[121.4649,25.0779],[121.4696,25.076],[121.471,25.0735],[121.471,25.0734],[121.473,25.0727],[121.4753,25.0732],[121.4769,25.077],[121.4789,25.0781],[121.4821,25.0817],[121.484,25.0846],[121.4839,25.0885],[121.4888,25.0923],[121.4911,25.0948]]]},"properties":{"TOWNCODE":"65000140","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"蘆洲區"},"id":"65000140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.459,25.1127],[121.4554,25.1162],[121.4551,25.1188],[121.4517,25.1201],[121.4493,25.1201],[121.4458,25.1231],[121.4414,25.1232],[121.4366,25.1268],[121.4315,25.129],[121.4293,25.1287],[121.4261,25.1296],[121.4243,25.1322],[121.4212,25.1295],[121.4167,25.1301],[121.4156,25.1294],[121.416,25.1249],[121.4148,25.1229],[121.4127,25.1228],[121.4102,25.121],[121.4047,25.1226],[121.4032,25.1193],[121.401,25.118],[121.401,25.1151],[121.4001,25.1141],[121.4017,25.1104],[121.4018,25.1076],[121.4035,25.1061],[121.4041,25.1009],[121.4062,25.1023],[121.4069,25.1001],[121.4106,25.0951],[121.4093,25.0937],[121.4107,25.09],[121.408,25.0884],[121.4092,25.0861],[121.4091,25.0842],[121.4109,25.0823],[121.4087,25.0805],[121.4065,25.0828],[121.4036,25.0842],[121.4023,25.0832],[121.4037,25.0783],[121.4056,25.0764],[121.4083,25.0758],[121.4103,25.0757],[121.4145,25.0724],[121.4157,25.0705],[121.4193,25.069],[121.422,25.0693],[121.4306,25.0691],[121.4319,25.0661],[121.435,25.0666],[121.4377,25.0644],[121.4402,25.067],[121.4424,25.0674],[121.4429,25.0692],[121.4454,25.0694],[121.4457,25.0643],[121.448,25.0626],[121.4505,25.0608],[121.4535,25.063],[121.4535,25.0653],[121.4602,25.0684],[121.4626,25.0688],[121.4648,25.0675],[121.4655,25.0655],[121.4698,25.0686],[121.4697,25.0724],[121.471,25.0734],[121.471,25.0735],[121.4696,25.076],[121.4649,25.0779],[121.4633,25.0778],[121.4569,25.0814],[121.4555,25.0834],[121.4546,25.0879],[121.4558,25.0924],[121.4578,25.0941],[121.4582,25.098],[121.4607,25.0987],[121.4627,25.1032],[121.4579,25.1064],[121.4572,25.1088],[121.459,25.1127]]]},"properties":{"TOWNCODE":"65000150","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"五股區"},"id":"65000150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7771,24.9848],[121.7764,24.9853],[121.7758,24.9855],[121.7713,24.9795],[121.7672,24.9796],[121.7638,24.9807],[121.7621,24.9788],[121.7588,24.9769],[121.7558,24.9777],[121.7522,24.9771],[121.7485,24.9742],[121.7464,24.9752],[121.7441,24.9751],[121.7427,24.9795],[121.7389,24.9798],[121.7359,24.9757],[121.7342,24.9764],[121.7265,24.9747],[121.7248,24.9751],[121.7207,24.974],[121.7182,24.9749],[121.7181,24.9733],[121.7158,24.9708],[121.7138,24.9718],[121.7077,24.9727],[121.7049,24.9709],[121.7031,24.9678],[121.7006,24.9667],[121.6988,24.9647],[121.6943,24.9646],[121.6918,24.9632],[121.6887,24.9635],[121.6876,24.9627],[121.685,24.9582],[121.6833,24.9575],[121.6807,24.9546],[121.6759,24.9542],[121.6705,24.9525],[121.6668,24.9523],[121.6657,24.9502],[121.6659,24.9455],[121.6667,24.945],[121.6671,24.9397],[121.6693,24.9392],[121.6701,24.9333],[121.6701,24.9302],[121.6718,24.9282],[121.6746,24.9267],[121.6765,24.9228],[121.6732,24.9199],[121.6694,24.9178],[121.6659,24.9171],[121.6632,24.915],[121.6642,24.911],[121.666,24.9084],[121.6616,24.9051],[121.6616,24.9027],[121.6603,24.9014],[121.6505,24.8969],[121.6488,24.8952],[121.6529,24.8897],[121.6515,24.8875],[121.6516,24.8849],[121.6496,24.8805],[121.6509,24.8788],[121.6542,24.877],[121.6531,24.8703],[121.6484,24.8679],[121.647,24.8636],[121.6447,24.8607],[121.6459,24.8593],[121.6505,24.857],[121.653,24.8552],[121.655,24.8514],[121.6569,24.8497],[121.6597,24.8508],[121.6647,24.8496],[121.6654,24.8504],[121.6694,24.8481],[121.6774,24.8497],[121.6838,24.8501],[121.688,24.8498],[121.6905,24.8483],[121.692,24.845],[121.6942,24.8436],[121.7041,24.8423],[121.7075,24.8388],[121.709,24.8406],[121.7137,24.8416],[121.7153,24.844],[121.7185,24.8456],[121.7222,24.85],[121.7251,24.8507],[121.7273,24.8533],[121.7303,24.8552],[121.7326,24.8558],[121.7385,24.8552],[121.7418,24.8525],[121.7456,24.8528],[121.7474,24.8537],[121.748,24.855],[121.7508,24.8545],[121.7536,24.8561],[121.7604,24.8568],[121.7644,24.8599],[121.7659,24.8623],[121.7692,24.8659],[121.771,24.8649],[121.7755,24.8651],[121.7752,24.8668],[121.7789,24.8713],[121.7832,24.8742],[121.7848,24.8764],[121.7822,24.8792],[121.7817,24.8895],[121.7858,24.8908],[121.7859,24.8926],[121.7898,24.8933],[121.7923,24.8956],[121.792,24.8999],[121.7934,24.8998],[121.788,24.9062],[121.7862,24.9063],[121.785,24.9103],[121.7847,24.9141],[121.7818,24.9178],[121.7781,24.9196],[121.7806,24.9228],[121.7817,24.9279],[121.7852,24.9307],[121.785,24.9334],[121.786,24.9343],[121.7864,24.9374],[121.7895,24.9404],[121.7878,24.9441],[121.7911,24.9513],[121.7933,24.9537],[121.7911,24.9558],[121.7912,24.9578],[121.7901,24.9606],[121.7907,24.9644],[121.7922,24.9663],[121.7918,24.97],[121.7939,24.9731],[121.7941,24.9774],[121.7927,24.9808],[121.7927,24.9834],[121.7865,24.9831],[121.7852,24.982],[121.7815,24.982],[121.7794,24.9839],[121.7771,24.9848]]]},"properties":{"TOWNCODE":"65000200","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"坪林區"},"id":"65000200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8169,25.0421],[121.8147,25.0458],[121.8153,25.048],[121.8135,25.0518],[121.8143,25.0579],[121.8122,25.0594],[121.8099,25.0597],[121.8069,25.0581],[121.8049,25.0607],[121.8045,25.0636],[121.8057,25.0663],[121.8037,25.0676],[121.8005,25.0729],[121.7979,25.0759],[121.7951,25.0774],[121.7896,25.0761],[121.7855,25.0729],[121.7829,25.0726],[121.7808,25.0711],[121.7782,25.0713],[121.7757,25.0701],[121.773,25.0668],[121.772,25.0635],[121.77,25.0635],[121.7649,25.0597],[121.7641,25.0575],[121.7625,25.057],[121.7593,25.0595],[121.7567,25.0593],[121.7555,25.0582],[121.7511,25.0573],[121.7476,25.0537],[121.7459,25.053],[121.7397,25.0531],[121.7378,25.0547],[121.7317,25.0531],[121.7301,25.0534],[121.7245,25.0483],[121.7223,25.0482],[121.7178,25.043],[121.7166,25.0403],[121.7158,25.0363],[121.7124,25.0334],[121.707,25.0335],[121.7032,25.032],[121.7045,25.0275],[121.7011,25.0233],[121.7043,25.0182],[121.7065,25.0175],[121.7067,25.0142],[121.712,25.0096],[121.7136,25.006],[121.7177,25.0074],[121.7223,25.0075],[121.7226,25.0049],[121.721,24.9989],[121.7232,24.997],[121.7251,24.992],[121.7268,24.9892],[121.7246,24.9868],[121.7247,24.984],[121.722,24.9824],[121.7207,24.9802],[121.7173,24.9792],[121.7182,24.9749],[121.7207,24.974],[121.7248,24.9751],[121.7265,24.9747],[121.7342,24.9764],[121.7359,24.9757],[121.7389,24.9798],[121.7427,24.9795],[121.7441,24.9751],[121.7464,24.9752],[121.7485,24.9742],[121.7522,24.9771],[121.7558,24.9777],[121.7588,24.9769],[121.7621,24.9788],[121.7638,24.9807],[121.7672,24.9796],[121.7713,24.9795],[121.7758,24.9855],[121.7764,24.9853],[121.7771,24.9848],[121.7764,24.9853],[121.7758,24.9855],[121.7747,24.9883],[121.7711,24.9889],[121.7687,24.9901],[121.7673,24.9927],[121.7647,24.9935],[121.764,24.9959],[121.7689,24.9998],[121.7711,25.0003],[121.7748,25.0026],[121.7787,25.0075],[121.7801,25.0104],[121.7843,25.0136],[121.7845,25.0179],[121.7891,25.023],[121.7928,25.0236],[121.7994,25.0301],[121.8044,25.0316],[121.8067,25.0316],[121.8087,25.0349],[121.8085,25.037],[121.8103,25.0391],[121.8137,25.0413],[121.8169,25.0421]]]},"properties":{"TOWNCODE":"65000240","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"平溪區"},"id":"65000240"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5758,24.8751],[121.5733,24.8748],[121.5713,24.8769],[121.5688,24.8775],[121.5646,24.8771],[121.5646,24.8843],[121.5639,24.8872],[121.5588,24.8907],[121.5542,24.8917],[121.5511,24.8913],[121.5479,24.8886],[121.5466,24.8883],[121.5438,24.8902],[121.5399,24.8938],[121.535,24.8915],[121.5325,24.8876],[121.5293,24.885],[121.5264,24.8836],[121.5207,24.8833],[121.5183,24.8812],[121.5088,24.8775],[121.5041,24.8736],[121.502,24.873],[121.499,24.8702],[121.4949,24.8685],[121.4912,24.8645],[121.4883,24.8622],[121.4928,24.8567],[121.4927,24.8537],[121.4942,24.8517],[121.4961,24.8511],[121.4972,24.8482],[121.496,24.8415],[121.4947,24.8397],[121.4948,24.8372],[121.4935,24.8358],[121.4906,24.8346],[121.4871,24.8344],[121.4839,24.8315],[121.4836,24.8283],[121.481,24.825],[121.484,24.8197],[121.4834,24.8176],[121.4817,24.8158],[121.4786,24.8161],[121.4731,24.813],[121.4725,24.8105],[121.4691,24.8072],[121.4623,24.8057],[121.4592,24.8014],[121.4553,24.7989],[121.4563,24.7932],[121.4541,24.7918],[121.4515,24.792],[121.4504,24.7909],[121.4488,24.7882],[121.4496,24.7864],[121.446,24.7817],[121.4428,24.7806],[121.4402,24.7788],[121.4379,24.7746],[121.4348,24.7726],[121.432,24.7722],[121.4254,24.767],[121.4234,24.7631],[121.4234,24.7617],[121.4259,24.7605],[121.4256,24.7584],[121.4285,24.7535],[121.4292,24.7499],[121.4286,24.7482],[121.4303,24.7437],[121.4321,24.7421],[121.4331,24.7395],[121.4328,24.7373],[121.4354,24.7329],[121.4341,24.7304],[121.4383,24.7266],[121.441,24.7259],[121.4414,24.7235],[121.4451,24.7148],[121.4488,24.7122],[121.4501,24.7058],[121.4571,24.7031],[121.4599,24.7028],[121.4638,24.7009],[121.4665,24.6981],[121.4696,24.6961],[121.4706,24.6968],[121.4742,24.6961],[121.4748,24.6935],[121.473,24.6898],[121.4739,24.6853],[121.4754,24.6838],[121.4755,24.6807],[121.48,24.6739],[121.4847,24.6738],[121.4869,24.6752],[121.493,24.6732],[121.4967,24.6754],[121.4977,24.677],[121.5003,24.6786],[121.5049,24.6794],[121.5072,24.6823],[121.5137,24.6843],[121.5148,24.6832],[121.5238,24.6833],[121.5268,24.6851],[121.5273,24.6887],[121.5291,24.6876],[121.5333,24.6884],[121.5366,24.6883],[121.5378,24.6913],[121.5375,24.6939],[121.5389,24.6949],[121.5381,24.7003],[121.5408,24.7023],[121.5437,24.7058],[121.5469,24.7063],[121.5498,24.7057],[121.5543,24.7082],[121.5565,24.7113],[121.5581,24.7109],[121.5623,24.7128],[121.5675,24.7115],[121.571,24.7132],[121.572,24.7107],[121.5746,24.71],[121.5773,24.7149],[121.5776,24.7212],[121.5791,24.7225],[121.5832,24.7206],[121.587,24.7201],[121.5907,24.7237],[121.5976,24.7278],[121.5979,24.7292],[121.5942,24.7292],[121.595,24.7325],[121.5942,24.7355],[121.5954,24.7391],[121.5951,24.7405],[121.5919,24.7433],[121.5917,24.7451],[121.5947,24.7464],[121.5954,24.7486],[121.5946,24.7502],[121.5903,24.7512],[121.589,24.7552],[121.5908,24.7587],[121.591,24.7618],[121.594,24.7654],[121.5963,24.767],[121.5955,24.7691],[121.5976,24.7726],[121.5943,24.7792],[121.5932,24.7823],[121.5937,24.7873],[121.599,24.7877],[121.6029,24.7894],[121.6056,24.7891],[121.6096,24.7938],[121.6135,24.7932],[121.6168,24.7939],[121.6206,24.7925],[121.6235,24.7944],[121.6258,24.7953],[121.626,24.7968],[121.6248,24.8012],[121.6264,24.805],[121.626,24.8088],[121.6282,24.8079],[121.6314,24.8092],[121.6376,24.8096],[121.6388,24.8107],[121.6422,24.8104],[121.644,24.8093],[121.6461,24.8101],[121.6474,24.814],[121.6505,24.813],[121.6534,24.8112],[121.6596,24.811],[121.663,24.8126],[121.669,24.818],[121.6742,24.8141],[121.6772,24.8141],[121.6806,24.8175],[121.6837,24.817],[121.686,24.8176],[121.6875,24.8161],[121.6893,24.8172],[121.6889,24.8193],[121.6898,24.8226],[121.6877,24.8242],[121.6887,24.8261],[121.6922,24.8272],[121.6964,24.8303],[121.6969,24.8346],[121.7021,24.8345],[121.7075,24.8388],[121.7041,24.8423],[121.6942,24.8436],[121.692,24.845],[121.6905,24.8483],[121.688,24.8498],[121.6838,24.8501],[121.6774,24.8497],[121.6694,24.8481],[121.6654,24.8504],[121.6647,24.8496],[121.6597,24.8508],[121.6569,24.8497],[121.655,24.8514],[121.653,24.8552],[121.6505,24.857],[121.6459,24.8593],[121.6447,24.8607],[121.6411,24.8621],[121.6384,24.8609],[121.636,24.8578],[121.6321,24.8593],[121.6296,24.8615],[121.6258,24.8614],[121.6214,24.8632],[121.6196,24.8615],[121.6179,24.8619],[121.6155,24.8607],[121.6093,24.8631],[121.6013,24.8632],[121.5977,24.8641],[121.5955,24.8664],[121.5931,24.8661],[121.5902,24.8691],[121.5836,24.8734],[121.5777,24.8743],[121.5758,24.8751]]]},"properties":{"TOWNCODE":"65000290","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"烏來區"},"id":"65000290"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7482,24.2807],[120.7399,24.2817],[120.7218,24.2825],[120.7127,24.2836],[120.7122,24.2744],[120.71,24.2733],[120.7095,24.2708],[120.7081,24.2703],[120.7076,24.2671],[120.71,24.2654],[120.7122,24.2592],[120.7139,24.2567],[120.7114,24.2558],[120.7049,24.2561],[120.6992,24.2496],[120.6991,24.2468],[120.6969,24.2426],[120.6957,24.2391],[120.6981,24.2391],[120.6984,24.2322],[120.697,24.2316],[120.6961,24.2278],[120.697,24.2257],[120.6989,24.2244],[120.7013,24.2242],[120.7023,24.227],[120.7042,24.2298],[120.7061,24.2348],[120.7072,24.2363],[120.7118,24.2362],[120.7123,24.2312],[120.7208,24.2285],[120.7209,24.2256],[120.7225,24.2233],[120.7266,24.2206],[120.7271,24.2193],[120.7325,24.2193],[120.7363,24.2228],[120.7378,24.2249],[120.7422,24.2247],[120.7441,24.2222],[120.7468,24.2227],[120.7521,24.2214],[120.7537,24.2193],[120.7592,24.2178],[120.7606,24.2188],[120.7629,24.2174],[120.7683,24.2169],[120.7722,24.2175],[120.7694,24.2196],[120.7723,24.2223],[120.7708,24.2245],[120.7727,24.2309],[120.771,24.2344],[120.7685,24.2348],[120.7663,24.2374],[120.7677,24.2389],[120.7677,24.2419],[120.7721,24.2431],[120.7748,24.2432],[120.7735,24.2481],[120.7713,24.2498],[120.7695,24.2499],[120.7671,24.2522],[120.7689,24.2546],[120.7682,24.2583],[120.769,24.2632],[120.7698,24.2645],[120.7654,24.2671],[120.7629,24.271],[120.7642,24.2733],[120.7626,24.274],[120.7604,24.2807],[120.7558,24.2795],[120.7482,24.2807]]]},"properties":{"TOWNCODE":"66000090","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"豐原區"},"id":"66000090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7777,24.3206],[120.7721,24.3222],[120.767,24.3256],[120.7645,24.3257],[120.7595,24.3233],[120.7586,24.3185],[120.7611,24.3171],[120.7636,24.3142],[120.7649,24.3098],[120.7647,24.3064],[120.7628,24.3042],[120.7637,24.3011],[120.7653,24.2991],[120.7675,24.2985],[120.7659,24.2928],[120.7638,24.2908],[120.757,24.2891],[120.7549,24.2891],[120.7519,24.2871],[120.7495,24.2876],[120.7482,24.2865],[120.7487,24.2832],[120.7482,24.2807],[120.7558,24.2795],[120.7604,24.2807],[120.7695,24.2813],[120.7751,24.2843],[120.7792,24.2836],[120.7856,24.2836],[120.7907,24.2826],[120.7941,24.2813],[120.7981,24.2808],[120.8057,24.2806],[120.8086,24.28],[120.8106,24.2786],[120.8129,24.2735],[120.8144,24.2688],[120.8184,24.2638],[120.822,24.2533],[120.8229,24.248],[120.824,24.2454],[120.8241,24.2423],[120.8239,24.2394],[120.826,24.2279],[120.8277,24.2236],[120.8286,24.2183],[120.8303,24.2126],[120.8309,24.2041],[120.8321,24.1993],[120.8317,24.1919],[120.8311,24.1898],[120.832,24.188],[120.8322,24.1848],[120.8351,24.1797],[120.8353,24.175],[120.8373,24.1708],[120.8428,24.1636],[120.8464,24.1608],[120.8499,24.1596],[120.8581,24.1587],[120.8617,24.1615],[120.8646,24.1631],[120.8686,24.1643],[120.8684,24.1689],[120.8674,24.172],[120.8653,24.1755],[120.8669,24.1772],[120.8672,24.1795],[120.8707,24.1804],[120.8755,24.1848],[120.8772,24.1878],[120.8817,24.1987],[120.8807,24.2018],[120.8853,24.2031],[120.8878,24.2044],[120.8919,24.2032],[120.8923,24.2045],[120.8953,24.2066],[120.8979,24.2068],[120.8972,24.211],[120.8953,24.2118],[120.8978,24.217],[120.897,24.2215],[120.8975,24.2225],[120.8929,24.2243],[120.8898,24.224],[120.8871,24.2255],[120.888,24.2299],[120.8839,24.2326],[120.881,24.2353],[120.8794,24.2435],[120.8812,24.2442],[120.882,24.2477],[120.8797,24.249],[120.8791,24.2522],[120.8801,24.2538],[120.8788,24.2581],[120.8799,24.2602],[120.8785,24.2641],[120.8784,24.2661],[120.8811,24.2713],[120.8838,24.273],[120.885,24.2762],[120.8884,24.2769],[120.8881,24.279],[120.891,24.2801],[120.8956,24.2845],[120.8975,24.2843],[120.8989,24.2858],[120.8989,24.2884],[120.9051,24.2914],[120.9059,24.2926],[120.9022,24.2922],[120.8907,24.2942],[120.8761,24.295],[120.8696,24.2938],[120.8657,24.2927],[120.8572,24.2891],[120.8505,24.2885],[120.8377,24.2893],[120.8336,24.2905],[120.8318,24.2924],[120.8292,24.2938],[120.8239,24.2983],[120.82,24.3031],[120.8184,24.3063],[120.8119,24.3116],[120.8097,24.3128],[120.8074,24.3152],[120.8047,24.3161],[120.796,24.3164],[120.7927,24.3175],[120.7869,24.3184],[120.784,24.3183],[120.7777,24.3206]]]},"properties":{"TOWNCODE":"66000100","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"東勢區"},"id":"66000100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7243,24.3541],[120.7183,24.3558],[120.7171,24.3488],[120.7183,24.3475],[120.7184,24.3449],[120.717,24.3423],[120.7185,24.34],[120.7155,24.3399],[120.7146,24.3369],[120.7159,24.3356],[120.7136,24.3316],[120.707,24.3321],[120.7034,24.3329],[120.7011,24.3325],[120.7006,24.327],[120.695,24.3258],[120.69,24.3222],[120.6774,24.318],[120.6692,24.3162],[120.6641,24.3161],[120.6586,24.315],[120.6509,24.3149],[120.65,24.3093],[120.6509,24.3071],[120.6484,24.3055],[120.6463,24.2991],[120.6545,24.2938],[120.6587,24.2916],[120.6623,24.2909],[120.6831,24.2847],[120.7004,24.2846],[120.7085,24.2842],[120.7127,24.2836],[120.7218,24.2825],[120.7399,24.2817],[120.7482,24.2807],[120.7487,24.2832],[120.7482,24.2865],[120.7495,24.2876],[120.7519,24.2871],[120.7549,24.2891],[120.757,24.2891],[120.7638,24.2908],[120.7659,24.2928],[120.7675,24.2985],[120.7653,24.2991],[120.7637,24.3011],[120.7628,24.3042],[120.7647,24.3064],[120.7649,24.3098],[120.7636,24.3142],[120.7611,24.3171],[120.7586,24.3185],[120.7595,24.3233],[120.7645,24.3257],[120.7583,24.3287],[120.7532,24.3329],[120.7433,24.3405],[120.7385,24.3451],[120.7344,24.3479],[120.7301,24.352],[120.7243,24.3541]]]},"properties":{"TOWNCODE":"66000150","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"后里區"},"id":"66000150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6463,24.2991],[120.6462,24.2993],[120.6428,24.2983],[120.6411,24.296],[120.6386,24.2902],[120.6366,24.2866],[120.6362,24.2844],[120.6394,24.281],[120.6383,24.279],[120.647,24.2767],[120.6431,24.2716],[120.6413,24.265],[120.6383,24.2626],[120.6325,24.2623],[120.6307,24.2616],[120.6332,24.2593],[120.6356,24.2588],[120.6371,24.2556],[120.6378,24.2524],[120.6419,24.2481],[120.6393,24.2443],[120.644,24.2431],[120.6473,24.2464],[120.651,24.2489],[120.653,24.2513],[120.662,24.2474],[120.6629,24.2475],[120.6687,24.245],[120.6695,24.2456],[120.6752,24.2431],[120.6761,24.2401],[120.6747,24.2392],[120.6745,24.2341],[120.6768,24.2342],[120.6784,24.2375],[120.6805,24.2361],[120.6814,24.2321],[120.6853,24.2318],[120.6855,24.2341],[120.6887,24.2357],[120.6916,24.2352],[120.6898,24.2293],[120.692,24.229],[120.6929,24.2311],[120.697,24.2316],[120.6984,24.2322],[120.6981,24.2391],[120.6957,24.2391],[120.6969,24.2426],[120.6991,24.2468],[120.6992,24.2496],[120.7049,24.2561],[120.7114,24.2558],[120.7139,24.2567],[120.7122,24.2592],[120.71,24.2654],[120.7076,24.2671],[120.7081,24.2703],[120.7095,24.2708],[120.71,24.2733],[120.7122,24.2744],[120.7127,24.2836],[120.7085,24.2842],[120.7004,24.2846],[120.6831,24.2847],[120.6623,24.2909],[120.6587,24.2916],[120.6545,24.2938],[120.6463,24.2991]]]},"properties":{"TOWNCODE":"66000160","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"神岡區"},"id":"66000160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8241,24.2423],[120.8201,24.242],[120.8163,24.2467],[120.8142,24.2513],[120.8123,24.2521],[120.8069,24.2589],[120.8067,24.2604],[120.8002,24.2662],[120.7943,24.269],[120.7933,24.2701],[120.7907,24.269],[120.7933,24.2672],[120.7942,24.2634],[120.8018,24.2554],[120.8021,24.2517],[120.8032,24.2498],[120.8017,24.2481],[120.8017,24.2458],[120.7951,24.247],[120.7928,24.2482],[120.7924,24.2499],[120.7893,24.253],[120.7859,24.2543],[120.7865,24.2513],[120.7861,24.2492],[120.7829,24.2472],[120.7823,24.2491],[120.7806,24.2499],[120.7799,24.2459],[120.7772,24.2417],[120.7748,24.2432],[120.7721,24.2431],[120.7677,24.2419],[120.7677,24.2389],[120.7663,24.2374],[120.7685,24.2348],[120.771,24.2344],[120.7727,24.2309],[120.7708,24.2245],[120.7723,24.2223],[120.7694,24.2196],[120.7722,24.2175],[120.7683,24.2169],[120.7701,24.2159],[120.7733,24.2126],[120.7784,24.2119],[120.7824,24.2107],[120.7886,24.2067],[120.7938,24.2055],[120.7963,24.2039],[120.7997,24.2001],[120.8012,24.1965],[120.7995,24.1923],[120.8001,24.1881],[120.7985,24.1858],[120.7973,24.1825],[120.8001,24.1792],[120.7999,24.1741],[120.8022,24.1723],[120.8026,24.1695],[120.8021,24.1675],[120.8036,24.1667],[120.8046,24.1634],[120.8063,24.161],[120.8054,24.1557],[120.8041,24.1549],[120.8035,24.1503],[120.8104,24.1489],[120.8118,24.1453],[120.8149,24.1445],[120.8198,24.1472],[120.8215,24.1465],[120.8235,24.142],[120.8302,24.1439],[120.8339,24.1408],[120.8342,24.1368],[120.8332,24.1349],[120.8346,24.1323],[120.8342,24.1301],[120.8316,24.1273],[120.8323,24.1231],[120.8357,24.1205],[120.8377,24.1179],[120.8404,24.1202],[120.8421,24.1207],[120.8428,24.1229],[120.8451,24.1246],[120.8489,24.1239],[120.8536,24.1246],[120.8562,24.1215],[120.8572,24.1173],[120.8586,24.1162],[120.8657,24.1155],[120.8689,24.1176],[120.8723,24.1169],[120.8778,24.1097],[120.8814,24.1005],[120.8791,24.0984],[120.8782,24.0935],[120.8769,24.0914],[120.8783,24.0852],[120.8803,24.0886],[120.882,24.0884],[120.8861,24.0956],[120.89,24.0966],[120.8915,24.0982],[120.891,24.1017],[120.8941,24.1064],[120.8942,24.1107],[120.8911,24.1122],[120.8902,24.1135],[120.8919,24.1161],[120.8962,24.1165],[120.8953,24.1188],[120.8951,24.1225],[120.8939,24.1259],[120.8947,24.1292],[120.8945,24.1322],[120.8962,24.139],[120.8936,24.1406],[120.8896,24.1408],[120.8874,24.1392],[120.8847,24.139],[120.8843,24.1459],[120.883,24.1478],[120.8837,24.1496],[120.8849,24.1577],[120.8887,24.1575],[120.8922,24.1558],[120.8951,24.1568],[120.8941,24.1606],[120.894,24.1664],[120.8882,24.1669],[120.8814,24.1669],[120.8776,24.1657],[120.8686,24.1643],[120.8646,24.1631],[120.8617,24.1615],[120.8581,24.1587],[120.8499,24.1596],[120.8464,24.1608],[120.8428,24.1636],[120.8373,24.1708],[120.8353,24.175],[120.8351,24.1797],[120.8322,24.1848],[120.832,24.188],[120.8311,24.1898],[120.8317,24.1919],[120.8321,24.1993],[120.8309,24.2041],[120.8303,24.2126],[120.8286,24.2183],[120.8277,24.2236],[120.826,24.2279],[120.8239,24.2394],[120.8241,24.2423]]]},"properties":{"TOWNCODE":"66000190","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"新社區"},"id":"66000190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8241,24.2423],[120.824,24.2454],[120.8229,24.248],[120.822,24.2533],[120.8184,24.2638],[120.8144,24.2688],[120.8129,24.2735],[120.8106,24.2786],[120.8086,24.28],[120.8057,24.2806],[120.7981,24.2808],[120.7941,24.2813],[120.7907,24.2826],[120.7856,24.2836],[120.7792,24.2836],[120.7751,24.2843],[120.7695,24.2813],[120.7604,24.2807],[120.7626,24.274],[120.7642,24.2733],[120.7629,24.271],[120.7654,24.2671],[120.7698,24.2645],[120.769,24.2632],[120.7682,24.2583],[120.7689,24.2546],[120.7671,24.2522],[120.7695,24.2499],[120.7713,24.2498],[120.7735,24.2481],[120.7748,24.2432],[120.7772,24.2417],[120.7799,24.2459],[120.7806,24.2499],[120.7823,24.2491],[120.7829,24.2472],[120.7861,24.2492],[120.7865,24.2513],[120.7859,24.2543],[120.7893,24.253],[120.7924,24.2499],[120.7928,24.2482],[120.7951,24.247],[120.8017,24.2458],[120.8017,24.2481],[120.8032,24.2498],[120.8021,24.2517],[120.8018,24.2554],[120.7942,24.2634],[120.7933,24.2672],[120.7907,24.269],[120.7933,24.2701],[120.7943,24.269],[120.8002,24.2662],[120.8067,24.2604],[120.8069,24.2589],[120.8123,24.2521],[120.8142,24.2513],[120.8163,24.2467],[120.8201,24.242],[120.8241,24.2423]]]},"properties":{"TOWNCODE":"66000200","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"石岡區"},"id":"66000200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7073,24.3579],[120.7022,24.3594],[120.6924,24.3605],[120.6844,24.3623],[120.6838,24.3585],[120.6821,24.3585],[120.6559,24.3626],[120.6513,24.3584],[120.6496,24.3562],[120.6468,24.3552],[120.6455,24.3534],[120.6458,24.3508],[120.64,24.3455],[120.635,24.346],[120.6321,24.3376],[120.6292,24.3376],[120.6263,24.3367],[120.6248,24.3372],[120.6193,24.335],[120.6144,24.332],[120.6118,24.3273],[120.6114,24.3233],[120.609,24.3158],[120.6117,24.3152],[120.618,24.3156],[120.6215,24.3153],[120.6332,24.3088],[120.6442,24.3015],[120.6462,24.2993],[120.6463,24.2991],[120.6484,24.3055],[120.6509,24.3071],[120.65,24.3093],[120.6509,24.3149],[120.6586,24.315],[120.6641,24.3161],[120.6692,24.3162],[120.6774,24.318],[120.69,24.3222],[120.695,24.3258],[120.7006,24.327],[120.7011,24.3325],[120.7034,24.3329],[120.707,24.3321],[120.7136,24.3316],[120.7159,24.3356],[120.7146,24.3369],[120.7155,24.3399],[120.7185,24.34],[120.717,24.3423],[120.7184,24.3449],[120.7183,24.3475],[120.7171,24.3488],[120.7183,24.3558],[120.7073,24.3579]]]},"properties":{"TOWNCODE":"66000210","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"外埔區"},"id":"66000210"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5837,24.1742],[120.5763,24.1755],[120.5702,24.1757],[120.5709,24.1704],[120.5682,24.1707],[120.5642,24.1727],[120.5597,24.1726],[120.5574,24.1738],[120.5529,24.1709],[120.5498,24.1708],[120.5428,24.1717],[120.5417,24.1707],[120.5383,24.1726],[120.5335,24.1731],[120.5337,24.1748],[120.5261,24.176],[120.5258,24.1767],[120.5126,24.177],[120.5175,24.1653],[120.5197,24.1615],[120.5208,24.1585],[120.5242,24.1529],[120.5259,24.1485],[120.525,24.1436],[120.5234,24.1399],[120.5289,24.1324],[120.5307,24.129],[120.5335,24.1258],[120.5403,24.124],[120.5452,24.1166],[120.5496,24.1139],[120.5537,24.1128],[120.5578,24.1126],[120.5653,24.1099],[120.5731,24.1083],[120.5766,24.1096],[120.5818,24.1095],[120.5821,24.1119],[120.5843,24.1129],[120.5868,24.1178],[120.5829,24.1209],[120.5842,24.1237],[120.5883,24.1292],[120.5876,24.132],[120.5857,24.1342],[120.5863,24.1379],[120.5845,24.1393],[120.5814,24.1436],[120.5794,24.144],[120.5744,24.148],[120.5744,24.1558],[120.5774,24.1557],[120.5788,24.1597],[120.5816,24.1656],[120.5849,24.1696],[120.5844,24.1704],[120.5831,24.1727],[120.5837,24.1742]]]},"properties":{"TOWNCODE":"66000240","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大肚區"},"id":"66000240"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4369,24.3829],[121.4294,24.3831],[121.4257,24.3815],[121.4233,24.3814],[121.4196,24.3792],[121.4132,24.3798],[121.4085,24.3781],[121.4041,24.3778],[121.4019,24.3796],[121.3983,24.3778],[121.3958,24.378],[121.3932,24.3753],[121.3902,24.3753],[121.3892,24.3742],[121.3879,24.37],[121.3835,24.3677],[121.3804,24.367],[121.3774,24.3684],[121.3738,24.368],[121.3693,24.3725],[121.3693,24.3743],[121.3671,24.3787],[121.3682,24.3813],[121.3698,24.3821],[121.3688,24.3849],[121.3647,24.3892],[121.3594,24.3904],[121.3553,24.3931],[121.3524,24.3922],[121.3505,24.3928],[121.3426,24.3928],[121.3383,24.3902],[121.3372,24.3921],[121.3329,24.3959],[121.3311,24.3985],[121.3279,24.3983],[121.3261,24.4006],[121.326,24.4037],[121.325,24.4069],[121.3274,24.4127],[121.3271,24.4153],[121.3278,24.4185],[121.3274,24.4215],[121.3287,24.4274],[121.3277,24.4306],[121.3283,24.4335],[121.3256,24.4359],[121.3234,24.4388],[121.3206,24.4411],[121.3177,24.4415],[121.313,24.4368],[121.3103,24.4364],[121.3057,24.4326],[121.2976,24.4331],[121.2943,24.4324],[121.2932,24.4311],[121.2843,24.4306],[121.2785,24.4293],[121.2716,24.4298],[121.2693,24.4274],[121.2654,24.4286],[121.2608,24.4286],[121.2591,24.4309],[121.26,24.4362],[121.2589,24.438],[121.2589,24.4277],[121.2576,24.425],[121.25,24.4249],[121.2461,24.4228],[121.2436,24.4196],[121.2436,24.4166],[121.242,24.4142],[121.2434,24.4109],[121.2429,24.4094],[121.2436,24.4059],[121.2401,24.4035],[121.2381,24.4004],[121.2346,24.3971],[121.2349,24.3915],[121.2316,24.3877],[121.2321,24.384],[121.2253,24.383],[121.2185,24.3813],[121.2159,24.3795],[121.2136,24.3817],[121.2135,24.384],[121.2112,24.3884],[121.2104,24.3916],[121.2108,24.395],[121.2101,24.3963],[121.2072,24.3979],[121.2007,24.3976],[121.1971,24.3964],[121.1969,24.392],[121.193,24.3858],[121.1911,24.3839],[121.1902,24.3816],[121.1833,24.381],[121.1817,24.3789],[121.1791,24.3782],[121.1733,24.3731],[121.173,24.3707],[121.1741,24.369],[121.1726,24.3669],[121.169,24.3643],[121.1689,24.3615],[121.1665,24.3606],[121.1647,24.361],[121.1594,24.3608],[121.1555,24.359],[121.1509,24.3587],[121.1489,24.3579],[121.1443,24.3582],[121.1409,24.3596],[121.1377,24.3559],[121.1377,24.3546],[121.1356,24.3525],[121.1334,24.3516],[121.1314,24.3485],[121.1302,24.3447],[121.1281,24.3419],[121.1253,24.342],[121.1222,24.3367],[121.1214,24.3338],[121.1216,24.3307],[121.1185,24.3304],[121.1149,24.3286],[121.1085,24.331],[121.1036,24.3266],[121.1023,24.3246],[121.0982,24.3237],[121.0952,24.322],[121.094,24.3195],[121.0919,24.3186],[121.0863,24.3177],[121.0815,24.3241],[121.0791,24.323],[121.0731,24.3228],[121.0739,24.3192],[121.0698,24.3156],[121.066,24.3157],[121.0615,24.3134],[121.059,24.3129],[121.0553,24.3104],[121.055,24.3078],[121.0527,24.3047],[121.0523,24.2995],[121.0493,24.296],[121.0452,24.2953],[121.0381,24.2964],[121.0341,24.2978],[121.0313,24.3026],[121.0288,24.3052],[121.025,24.3073],[121.02,24.3092],[121.0177,24.3117],[121.0172,24.3138],[121.0145,24.3201],[121.0116,24.324],[121.0082,24.3269],[121.0047,24.332],[121.0023,24.3328],[121.0001,24.3325],[120.9976,24.3301],[120.9918,24.3296],[120.9854,24.3318],[120.982,24.3359],[120.9802,24.3346],[120.9772,24.3347],[120.973,24.3336],[120.9662,24.3335],[120.96,24.3352],[120.9571,24.3392],[120.9541,24.3386],[120.9523,24.3391],[120.9465,24.3391],[120.9449,24.3398],[120.9425,24.3391],[120.9401,24.3399],[120.9359,24.3429],[120.9328,24.3421],[120.9263,24.3386],[120.9201,24.3373],[120.9172,24.3359],[120.9167,24.3327],[120.9194,24.3251],[120.9207,24.3181],[120.9201,24.3157],[120.9201,24.3112],[120.9207,24.3082],[120.9225,24.3047],[120.9215,24.302],[120.9175,24.2995],[120.9119,24.2941],[120.9098,24.294],[120.9059,24.2926],[120.9051,24.2914],[120.8989,24.2884],[120.8989,24.2858],[120.8975,24.2843],[120.8956,24.2845],[120.891,24.2801],[120.8881,24.279],[120.8884,24.2769],[120.885,24.2762],[120.8838,24.273],[120.8811,24.2713],[120.8784,24.2661],[120.8785,24.2641],[120.8799,24.2602],[120.8788,24.2581],[120.8801,24.2538],[120.8791,24.2522],[120.8797,24.249],[120.882,24.2477],[120.8812,24.2442],[120.8794,24.2435],[120.881,24.2353],[120.8839,24.2326],[120.888,24.2299],[120.8871,24.2255],[120.8898,24.224],[120.8929,24.2243],[120.8975,24.2225],[120.897,24.2215],[120.8978,24.217],[120.8953,24.2118],[120.8972,24.211],[120.8979,24.2068],[120.8953,24.2066],[120.8923,24.2045],[120.8919,24.2032],[120.8878,24.2044],[120.8853,24.2031],[120.8807,24.2018],[120.8817,24.1987],[120.8772,24.1878],[120.8755,24.1848],[120.8707,24.1804],[120.8672,24.1795],[120.8669,24.1772],[120.8653,24.1755],[120.8674,24.172],[120.8684,24.1689],[120.8686,24.1643],[120.8776,24.1657],[120.8814,24.1669],[120.8882,24.1669],[120.894,24.1664],[120.8941,24.1606],[120.8951,24.1568],[120.8922,24.1558],[120.8887,24.1575],[120.8849,24.1577],[120.8837,24.1496],[120.883,24.1478],[120.8843,24.1459],[120.8847,24.139],[120.8874,24.1392],[120.8896,24.1408],[120.8936,24.1406],[120.8962,24.139],[120.8945,24.1322],[120.8947,24.1292],[120.8939,24.1259],[120.8951,24.1225],[120.8953,24.1188],[120.8962,24.1165],[120.9052,24.1141],[120.9073,24.1105],[120.9096,24.1092],[120.9132,24.109],[120.9149,24.1075],[120.9199,24.1074],[120.9231,24.1099],[120.9271,24.1117],[120.9319,24.1122],[120.9355,24.1157],[120.9396,24.1183],[120.9445,24.1229],[120.9484,24.1249],[120.9494,24.1275],[120.9519,24.1273],[120.957,24.1242],[120.961,24.1202],[120.971,24.1203],[120.9736,24.1196],[120.9753,24.1169],[120.9791,24.1183],[120.9836,24.1191],[120.9852,24.1202],[120.989,24.1187],[120.9919,24.1208],[120.9916,24.124],[120.9923,24.1254],[120.9996,24.1278],[121.0006,24.1325],[121.0026,24.133],[121.0045,24.1375],[121.0069,24.1411],[121.0082,24.147],[121.0158,24.1562],[121.0199,24.1589],[121.0239,24.1579],[121.0274,24.1587],[121.0298,24.1573],[121.0314,24.1526],[121.0309,24.1495],[121.0335,24.1486],[121.0357,24.1509],[121.0358,24.1532],[121.038,24.1582],[121.0429,24.1586],[121.0441,24.1597],[121.0474,24.1601],[121.0507,24.1581],[121.0527,24.1548],[121.0574,24.1587],[121.0589,24.1605],[121.0593,24.1627],[121.0614,24.1633],[121.0646,24.163],[121.0663,24.1655],[121.0699,24.1676],[121.0728,24.17],[121.075,24.17],[121.081,24.1748],[121.0849,24.1759],[121.0908,24.182],[121.0911,24.1849],[121.0941,24.188],[121.0942,24.1899],[121.0963,24.1921],[121.1043,24.196],[121.1055,24.1972],[121.1093,24.198],[121.1134,24.1968],[121.1184,24.1973],[121.1229,24.196],[121.1272,24.1968],[121.129,24.196],[121.1317,24.1969],[121.1364,24.1963],[121.1414,24.1996],[121.1429,24.2026],[121.143,24.2053],[121.1461,24.2088],[121.1481,24.2131],[121.1515,24.2129],[121.157,24.2148],[121.161,24.2152],[121.1641,24.2199],[121.1644,24.2218],[121.1667,24.2236],[121.1676,24.2254],[121.1735,24.2203],[121.1785,24.214],[121.1822,24.2121],[121.1852,24.2145],[121.1888,24.215],[121.1917,24.2167],[121.1918,24.2182],[121.1965,24.2231],[121.2016,24.2216],[121.2051,24.2221],[121.2082,24.2217],[121.2168,24.2261],[121.2188,24.2289],[121.2271,24.2256],[121.2308,24.2261],[121.2304,24.2235],[121.2353,24.2215],[121.238,24.2197],[121.2407,24.2217],[121.2442,24.2225],[121.245,24.2253],[121.2474,24.2288],[121.2512,24.238],[121.2546,24.2428],[121.2564,24.2442],[121.2609,24.2456],[121.265,24.2459],[121.2664,24.2423],[121.2684,24.2401],[121.2687,24.2383],[121.2707,24.2366],[121.274,24.2356],[121.2767,24.2356],[121.2776,24.2329],[121.2799,24.2298],[121.2832,24.231],[121.2862,24.2291],[121.2889,24.2302],[121.2941,24.2296],[121.2951,24.2322],[121.298,24.2339],[121.2989,24.2358],[121.3025,24.2363],[121.3039,24.2337],[121.3086,24.2349],[121.3126,24.2351],[121.3163,24.2345],[121.3194,24.2319],[121.3248,24.233],[121.3302,24.2312],[121.3357,24.2286],[121.3403,24.2259],[121.343,24.2236],[121.3486,24.2304],[121.349,24.2316],[121.3522,24.2343],[121.353,24.2364],[121.3532,24.2401],[121.3525,24.2432],[121.3562,24.2446],[121.358,24.2437],[121.3607,24.2439],[121.3643,24.2471],[121.367,24.2522],[121.3699,24.2525],[121.3731,24.2541],[121.3766,24.253],[121.3802,24.2533],[121.3851,24.2551],[121.3858,24.2586],[121.3852,24.2605],[121.3855,24.2644],[121.3831,24.2684],[121.3822,24.2762],[121.3805,24.2798],[121.382,24.2814],[121.3866,24.2841],[121.3898,24.2875],[121.3909,24.2897],[121.3935,24.2882],[121.3966,24.2887],[121.397,24.2902],[121.4007,24.2944],[121.403,24.2962],[121.4046,24.3023],[121.4054,24.3083],[121.412,24.3073],[121.4167,24.3092],[121.4202,24.3076],[121.4232,24.3082],[121.4261,24.314],[121.4285,24.3174],[121.4316,24.3205],[121.4348,24.322],[121.4345,24.3256],[121.4325,24.3296],[121.4345,24.3387],[121.4378,24.3423],[121.4358,24.3463],[121.4378,24.3521],[121.4399,24.3545],[121.4416,24.3586],[121.4473,24.3595],[121.4487,24.3628],[121.452,24.3647],[121.4487,24.3715],[121.448,24.3748],[121.4429,24.3732],[121.4408,24.3778],[121.4384,24.3819],[121.4369,24.3829]]]},"properties":{"TOWNCODE":"66000290","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"和平區"},"id":"66000290"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3525,23.314],[120.3522,23.3157],[120.3533,23.3192],[120.3511,23.3231],[120.3516,23.3256],[120.339,23.3237],[120.3398,23.3274],[120.3352,23.3299],[120.3345,23.3271],[120.3301,23.328],[120.3321,23.3306],[120.3298,23.3323],[120.3283,23.3284],[120.3262,23.3287],[120.326,23.3328],[120.3225,23.3338],[120.3218,23.3328],[120.3165,23.3327],[120.3142,23.3354],[120.3105,23.3331],[120.3077,23.3334],[120.3056,23.3362],[120.3053,23.3396],[120.309,23.3441],[120.305,23.3453],[120.3039,23.3428],[120.3056,23.3412],[120.3033,23.3393],[120.3024,23.3361],[120.3005,23.3362],[120.2976,23.3383],[120.2959,23.3409],[120.294,23.3385],[120.2929,23.3356],[120.297,23.3333],[120.2968,23.331],[120.2949,23.3307],[120.2898,23.3283],[120.293,23.3246],[120.2889,23.3209],[120.2845,23.3203],[120.2842,23.3185],[120.2824,23.3172],[120.2796,23.3191],[120.2772,23.3191],[120.2768,23.3209],[120.2748,23.3224],[120.272,23.3223],[120.2725,23.3192],[120.27,23.3155],[120.273,23.3155],[120.2779,23.3139],[120.2742,23.3111],[120.2767,23.3091],[120.2764,23.303],[120.273,23.3034],[120.2672,23.3012],[120.27,23.2968],[120.27,23.295],[120.2596,23.288],[120.2597,23.2857],[120.2577,23.2844],[120.2532,23.2856],[120.2527,23.2875],[120.2486,23.2853],[120.2503,23.2824],[120.2504,23.2798],[120.2532,23.2796],[120.2501,23.2759],[120.2533,23.2749],[120.2536,23.2674],[120.2585,23.2675],[120.2574,23.2655],[120.257,23.2613],[120.2557,23.2565],[120.2577,23.2562],[120.2606,23.2543],[120.2631,23.2542],[120.2671,23.2554],[120.2678,23.2573],[120.272,23.2577],[120.2721,23.2613],[120.2751,23.2609],[120.2799,23.2612],[120.2804,23.2619],[120.2819,23.2652],[120.2832,23.2699],[120.2834,23.2753],[120.2846,23.2769],[120.2894,23.2767],[120.2936,23.2833],[120.2942,23.2856],[120.2931,23.2883],[120.293,23.2939],[120.3007,23.2962],[120.3075,23.2966],[120.3123,23.2959],[120.3241,23.2961],[120.3251,23.2969],[120.3246,23.3031],[120.3268,23.3058],[120.3295,23.3063],[120.3315,23.304],[120.3325,23.3053],[120.3358,23.3071],[120.3393,23.3101],[120.3415,23.3095],[120.3435,23.3108],[120.3402,23.3159],[120.3418,23.319],[120.3461,23.3169],[120.3495,23.3143],[120.3525,23.314]]]},"properties":{"TOWNCODE":"67000010","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"新營區"},"id":"67000010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2959,23.3409],[120.297,23.3417],[120.2958,23.3574],[120.2933,23.3567],[120.2915,23.3577],[120.2878,23.3548],[120.288,23.353],[120.2862,23.3503],[120.2812,23.3482],[120.2765,23.3481],[120.2739,23.3525],[120.2705,23.3537],[120.2676,23.3535],[120.2646,23.3509],[120.2607,23.3445],[120.264,23.3451],[120.2675,23.3448],[120.2671,23.3407],[120.2564,23.3311],[120.2496,23.3291],[120.2466,23.327],[120.2444,23.3268],[120.2397,23.3276],[120.2381,23.3271],[120.2361,23.3245],[120.2345,23.3202],[120.2314,23.3165],[120.2284,23.3105],[120.2268,23.3048],[120.2209,23.296],[120.2184,23.295],[120.2144,23.2924],[120.2123,23.2917],[120.2117,23.287],[120.2123,23.2821],[120.211,23.278],[120.2097,23.2766],[120.2065,23.2762],[120.2043,23.2742],[120.1998,23.2735],[120.1984,23.2716],[120.1962,23.2722],[120.1945,23.2753],[120.1937,23.2707],[120.1918,23.2659],[120.1949,23.2637],[120.1949,23.2617],[120.1986,23.2611],[120.1992,23.2577],[120.2007,23.2586],[120.2028,23.262],[120.2051,23.2625],[120.2046,23.2589],[120.208,23.2615],[120.2077,23.2638],[120.2106,23.2648],[120.2106,23.2609],[120.2158,23.2622],[120.2168,23.2662],[120.2208,23.267],[120.2229,23.2659],[120.2191,23.2644],[120.2221,23.2611],[120.2228,23.256],[120.2294,23.252],[120.2275,23.2486],[120.2286,23.2473],[120.2314,23.2489],[120.2332,23.2489],[120.2369,23.2433],[120.243,23.2443],[120.253,23.2499],[120.2547,23.2486],[120.2632,23.2534],[120.2631,23.2542],[120.2606,23.2543],[120.2577,23.2562],[120.2557,23.2565],[120.257,23.2613],[120.2574,23.2655],[120.2585,23.2675],[120.2536,23.2674],[120.2533,23.2749],[120.2501,23.2759],[120.2532,23.2796],[120.2504,23.2798],[120.2503,23.2824],[120.2486,23.2853],[120.2527,23.2875],[120.2532,23.2856],[120.2577,23.2844],[120.2597,23.2857],[120.2596,23.288],[120.27,23.295],[120.27,23.2968],[120.2672,23.3012],[120.273,23.3034],[120.2764,23.303],[120.2767,23.3091],[120.2742,23.3111],[120.2779,23.3139],[120.273,23.3155],[120.27,23.3155],[120.2725,23.3192],[120.272,23.3223],[120.2748,23.3224],[120.2768,23.3209],[120.2772,23.3191],[120.2796,23.3191],[120.2824,23.3172],[120.2842,23.3185],[120.2845,23.3203],[120.2889,23.3209],[120.293,23.3246],[120.2898,23.3283],[120.2949,23.3307],[120.2968,23.331],[120.297,23.3333],[120.2929,23.3356],[120.294,23.3385],[120.2959,23.3409]]]},"properties":{"TOWNCODE":"67000020","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"鹽水區"},"id":"67000020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4951,23.3932],[120.4946,23.3945],[120.4902,23.3956],[120.4895,23.3941],[120.4868,23.3924],[120.4852,23.3927],[120.4834,23.3901],[120.4794,23.3876],[120.4775,23.3907],[120.4756,23.3908],[120.4762,23.3937],[120.474,23.3974],[120.4695,23.3994],[120.4675,23.4011],[120.4651,23.4007],[120.4622,23.4021],[120.4609,23.4046],[120.4592,23.4046],[120.4555,23.4067],[120.4538,23.4063],[120.4518,23.4083],[120.4445,23.411],[120.4412,23.4131],[120.4381,23.4134],[120.4346,23.4113],[120.4321,23.4107],[120.4317,23.4079],[120.4304,23.4065],[120.4219,23.407],[120.4197,23.4036],[120.4178,23.4088],[120.4158,23.4108],[120.414,23.4112],[120.4107,23.4101],[120.4081,23.4134],[120.4061,23.411],[120.4042,23.41],[120.3964,23.4073],[120.3869,23.4048],[120.387,23.4018],[120.3856,23.3983],[120.3833,23.3963],[120.3841,23.3937],[120.3874,23.3912],[120.3931,23.3912],[120.3957,23.3889],[120.3983,23.3906],[120.4002,23.389],[120.4002,23.3865],[120.3992,23.384],[120.4004,23.3828],[120.4049,23.381],[120.4047,23.3785],[120.4068,23.3715],[120.4051,23.3682],[120.3941,23.3672],[120.3883,23.3653],[120.3853,23.3627],[120.3836,23.36],[120.3802,23.3589],[120.3815,23.3564],[120.386,23.3565],[120.3882,23.3538],[120.3885,23.3523],[120.3876,23.3457],[120.3902,23.3448],[120.3942,23.3454],[120.3925,23.3411],[120.3903,23.3397],[120.3904,23.3333],[120.3922,23.3325],[120.3936,23.3354],[120.394,23.3382],[120.3933,23.3397],[120.3982,23.3398],[120.3987,23.337],[120.4016,23.3318],[120.4037,23.332],[120.4043,23.3337],[120.4027,23.337],[120.4027,23.3397],[120.4053,23.3416],[120.4072,23.3389],[120.4067,23.3365],[120.4081,23.3346],[120.4113,23.3349],[120.4131,23.3324],[120.4152,23.3323],[120.416,23.3273],[120.4188,23.3248],[120.4197,23.3255],[120.4235,23.3246],[120.4269,23.322],[120.4312,23.3207],[120.4337,23.3174],[120.4386,23.3135],[120.4412,23.3123],[120.4411,23.3097],[120.4432,23.3088],[120.4444,23.307],[120.4472,23.3062],[120.448,23.3039],[120.4463,23.3006],[120.449,23.3002],[120.4511,23.2968],[120.4526,23.2988],[120.4546,23.2983],[120.4574,23.3003],[120.4607,23.3005],[120.4664,23.3],[120.4684,23.2976],[120.4719,23.2966],[120.4742,23.2984],[120.4773,23.2981],[120.4814,23.2934],[120.486,23.2936],[120.4889,23.2964],[120.4905,23.2988],[120.4921,23.2995],[120.4955,23.2994],[120.4976,23.2979],[120.5029,23.2976],[120.5079,23.2945],[120.5076,23.2931],[120.5037,23.2909],[120.5089,23.2899],[120.512,23.2919],[120.5156,23.2918],[120.5182,23.2903],[120.5174,23.2873],[120.522,23.2874],[120.5224,23.2891],[120.5258,23.292],[120.5263,23.2958],[120.524,23.302],[120.5232,23.3094],[120.5234,23.313],[120.5273,23.3146],[120.5316,23.3181],[120.5319,23.3212],[120.5338,23.322],[120.536,23.3243],[120.5369,23.3264],[120.54,23.3278],[120.537,23.333],[120.5337,23.3365],[120.5267,23.3394],[120.5245,23.3383],[120.5231,23.3407],[120.5208,23.3419],[120.517,23.3425],[120.5155,23.3438],[120.5104,23.3441],[120.5077,23.343],[120.5044,23.3467],[120.5047,23.3493],[120.5036,23.3512],[120.5047,23.3547],[120.5057,23.3554],[120.5081,23.3528],[120.5122,23.3554],[120.5124,23.36],[120.5112,23.3605],[120.5105,23.3644],[120.5082,23.3649],[120.5046,23.369],[120.5026,23.3695],[120.5018,23.3678],[120.4995,23.368],[120.4961,23.37],[120.4943,23.3695],[120.4914,23.3725],[120.4884,23.3731],[120.4861,23.3702],[120.4839,23.3696],[120.4829,23.3723],[120.4836,23.3775],[120.4854,23.3803],[120.4914,23.3826],[120.4933,23.3838],[120.4972,23.3845],[120.4992,23.3879],[120.4972,23.3892],[120.4976,23.391],[120.4951,23.3932]]]},"properties":{"TOWNCODE":"67000030","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"白河區"},"id":"67000030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3903,23.3397],[120.3925,23.3411],[120.3942,23.3454],[120.3902,23.3448],[120.3876,23.3457],[120.3885,23.3523],[120.3882,23.3538],[120.386,23.3565],[120.3815,23.3564],[120.3802,23.3589],[120.3836,23.36],[120.3853,23.3627],[120.3883,23.3653],[120.3941,23.3672],[120.4051,23.3682],[120.4068,23.3715],[120.4047,23.3785],[120.4049,23.381],[120.4004,23.3828],[120.3992,23.384],[120.4002,23.3865],[120.4002,23.389],[120.3983,23.3906],[120.3957,23.3889],[120.3931,23.3912],[120.3874,23.3912],[120.3841,23.3937],[120.3833,23.3963],[120.3856,23.3983],[120.387,23.4018],[120.3869,23.4048],[120.381,23.4034],[120.3719,23.4033],[120.3598,23.4027],[120.3558,23.4017],[120.3494,23.4013],[120.3463,23.4004],[120.343,23.3982],[120.3429,23.3965],[120.3333,23.3858],[120.3288,23.3852],[120.3284,23.3861],[120.3218,23.3835],[120.3178,23.3884],[120.3148,23.3885],[120.311,23.3856],[120.3105,23.3821],[120.3109,23.3754],[120.308,23.3749],[120.3035,23.3759],[120.2998,23.3755],[120.2929,23.3754],[120.2895,23.3709],[120.2855,23.3666],[120.2846,23.3635],[120.2837,23.3618],[120.2838,23.3587],[120.2861,23.354],[120.2862,23.3503],[120.288,23.353],[120.2878,23.3548],[120.2915,23.3577],[120.2933,23.3567],[120.2958,23.3574],[120.297,23.3417],[120.2959,23.3409],[120.2976,23.3383],[120.3005,23.3362],[120.3024,23.3361],[120.3033,23.3393],[120.3056,23.3412],[120.3039,23.3428],[120.305,23.3453],[120.309,23.3441],[120.3053,23.3396],[120.3056,23.3362],[120.3077,23.3334],[120.3105,23.3331],[120.3142,23.3354],[120.3165,23.3327],[120.3218,23.3328],[120.3225,23.3338],[120.326,23.3328],[120.3262,23.3287],[120.3283,23.3284],[120.3298,23.3323],[120.3321,23.3306],[120.3301,23.328],[120.3345,23.3271],[120.3352,23.3299],[120.3398,23.3274],[120.339,23.3237],[120.3516,23.3256],[120.3511,23.3231],[120.3533,23.3192],[120.3522,23.3157],[120.3525,23.314],[120.3537,23.3154],[120.3562,23.316],[120.3582,23.3175],[120.3594,23.3215],[120.359,23.3234],[120.3618,23.3248],[120.3639,23.3225],[120.3684,23.3212],[120.3685,23.3181],[120.3714,23.3158],[120.3728,23.3211],[120.3695,23.3256],[120.3719,23.3267],[120.3752,23.3266],[120.3773,23.3257],[120.3817,23.3257],[120.3831,23.3271],[120.3796,23.3303],[120.3786,23.3338],[120.3851,23.3317],[120.3847,23.3372],[120.3855,23.3388],[120.3877,23.3399],[120.3903,23.3397]]]},"properties":{"TOWNCODE":"67000050","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"後壁區"},"id":"67000050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2899,23.2022],[120.2903,23.2034],[120.2793,23.2024],[120.2691,23.2017],[120.27,23.2027],[120.2673,23.2044],[120.2663,23.2035],[120.2601,23.2023],[120.2574,23.2013],[120.2529,23.2042],[120.2499,23.2046],[120.2475,23.2063],[120.2463,23.2133],[120.2421,23.213],[120.2406,23.2162],[120.2366,23.2161],[120.2335,23.2233],[120.2266,23.2277],[120.224,23.2306],[120.2208,23.2314],[120.2186,23.2293],[120.2161,23.2244],[120.2156,23.2212],[120.2124,23.2192],[120.2095,23.2154],[120.2074,23.2143],[120.2045,23.215],[120.1999,23.2138],[120.2003,23.2117],[120.1925,23.2108],[120.192,23.2096],[120.1918,23.2074],[120.1938,23.2072],[120.1944,23.2034],[120.1977,23.2041],[120.1993,23.1999],[120.1968,23.1967],[120.2021,23.1949],[120.2076,23.1937],[120.2071,23.1877],[120.2129,23.1855],[120.2149,23.1854],[120.2157,23.1837],[120.2155,23.1781],[120.2149,23.1749],[120.2159,23.1674],[120.2129,23.1674],[120.2113,23.1664],[120.2145,23.1602],[120.2194,23.1543],[120.2234,23.1507],[120.2283,23.1449],[120.234,23.1399],[120.2397,23.1369],[120.2416,23.1372],[120.2416,23.1307],[120.2463,23.1317],[120.2515,23.1342],[120.2549,23.135],[120.2599,23.1379],[120.2628,23.1419],[120.2612,23.1448],[120.2606,23.1537],[120.2634,23.1541],[120.2643,23.1585],[120.2636,23.1606],[120.265,23.165],[120.2653,23.168],[120.2676,23.1716],[120.2705,23.1714],[120.2739,23.1731],[120.28,23.1748],[120.2898,23.1761],[120.2905,23.185],[120.2912,23.1882],[120.2892,23.1892],[120.2875,23.1913],[120.2885,23.1979],[120.2878,23.1999],[120.2899,23.2022]]]},"properties":{"TOWNCODE":"67000070","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"麻豆區"},"id":"67000070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2994,23.2625],[120.2974,23.2649],[120.2954,23.2643],[120.2945,23.2619],[120.2891,23.2622],[120.2876,23.2601],[120.284,23.2601],[120.2804,23.2619],[120.2799,23.2612],[120.2751,23.2609],[120.2721,23.2613],[120.272,23.2577],[120.2678,23.2573],[120.2671,23.2554],[120.2631,23.2542],[120.2632,23.2534],[120.2547,23.2486],[120.253,23.2499],[120.243,23.2443],[120.2369,23.2433],[120.2332,23.2489],[120.2314,23.2489],[120.2286,23.2473],[120.232,23.2417],[120.2281,23.2381],[120.2252,23.2364],[120.2219,23.2362],[120.2201,23.2328],[120.2208,23.2314],[120.224,23.2306],[120.2266,23.2277],[120.2335,23.2233],[120.2366,23.2161],[120.2406,23.2162],[120.2421,23.213],[120.2463,23.2133],[120.2475,23.2063],[120.2499,23.2046],[120.2529,23.2042],[120.2574,23.2013],[120.2601,23.2023],[120.2663,23.2035],[120.2673,23.2044],[120.27,23.2027],[120.2691,23.2017],[120.2793,23.2024],[120.2903,23.2034],[120.2899,23.2022],[120.2929,23.2026],[120.2927,23.2052],[120.2896,23.2083],[120.2879,23.2108],[120.2888,23.2141],[120.287,23.2164],[120.2904,23.2189],[120.2904,23.2206],[120.2932,23.2233],[120.2902,23.2266],[120.2905,23.2284],[120.2861,23.2289],[120.2844,23.2307],[120.2878,23.2315],[120.2876,23.2352],[120.2883,23.2394],[120.2938,23.2436],[120.294,23.2449],[120.2991,23.248],[120.2977,23.2506],[120.2969,23.2554],[120.2999,23.258],[120.2994,23.2625]]]},"properties":{"TOWNCODE":"67000080","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"下營區"},"id":"67000080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.424,23.2454],[120.4235,23.2416],[120.422,23.2391],[120.4198,23.239],[120.417,23.2372],[120.4147,23.2367],[120.412,23.235],[120.4104,23.2353],[120.4083,23.2339],[120.4043,23.2341],[120.4019,23.2324],[120.4014,23.2305],[120.3982,23.2305],[120.3958,23.2317],[120.3946,23.2341],[120.3907,23.236],[120.3875,23.2352],[120.3831,23.2375],[120.3808,23.2368],[120.3758,23.2401],[120.3719,23.2407],[120.3692,23.2403],[120.3659,23.2382],[120.3658,23.2363],[120.3618,23.235],[120.3624,23.2382],[120.3581,23.2422],[120.3547,23.242],[120.3525,23.2427],[120.3514,23.2454],[120.3519,23.2481],[120.3515,23.2515],[120.3496,23.2542],[120.3469,23.2565],[120.3447,23.2565],[120.3423,23.2549],[120.3392,23.2568],[120.3354,23.2634],[120.333,23.2633],[120.3312,23.2584],[120.3298,23.2608],[120.326,23.2605],[120.3259,23.2623],[120.3239,23.2635],[120.3225,23.2611],[120.3211,23.2629],[120.3185,23.2633],[120.3179,23.2618],[120.3148,23.2591],[120.3101,23.26],[120.3089,23.2634],[120.305,23.2638],[120.3033,23.2629],[120.2994,23.2625],[120.2999,23.258],[120.2969,23.2554],[120.2977,23.2506],[120.2991,23.248],[120.294,23.2449],[120.2938,23.2436],[120.2883,23.2394],[120.2876,23.2352],[120.2878,23.2315],[120.2844,23.2307],[120.2861,23.2289],[120.2905,23.2284],[120.2902,23.2266],[120.2932,23.2233],[120.2955,23.2244],[120.3004,23.2242],[120.3033,23.2257],[120.3095,23.2261],[120.3131,23.2284],[120.3199,23.229],[120.3219,23.2279],[120.3277,23.2285],[120.3279,23.2266],[120.3306,23.227],[120.3331,23.2261],[120.3335,23.2219],[120.3395,23.2226],[120.341,23.2208],[120.3444,23.22],[120.343,23.2144],[120.3461,23.2146],[120.3501,23.2138],[120.3495,23.2169],[120.3531,23.2158],[120.3559,23.2162],[120.3593,23.2128],[120.3624,23.2146],[120.3707,23.2155],[120.3706,23.2088],[120.372,23.2043],[120.374,23.2047],[120.3766,23.2006],[120.3785,23.1992],[120.3811,23.1959],[120.3891,23.2022],[120.389,23.2034],[120.3921,23.2049],[120.3928,23.2064],[120.3995,23.2064],[120.4036,23.2068],[120.4094,23.2058],[120.4117,23.2049],[120.4134,23.2067],[120.4152,23.2049],[120.4182,23.2037],[120.4208,23.2011],[120.4231,23.2013],[120.4246,23.1988],[120.4266,23.2012],[120.43,23.2007],[120.4331,23.2013],[120.437,23.2003],[120.4404,23.1987],[120.4422,23.1993],[120.444,23.1978],[120.4466,23.1995],[120.4496,23.1995],[120.452,23.197],[120.4535,23.1967],[120.4553,23.1943],[120.4581,23.1923],[120.4603,23.1945],[120.4613,23.1982],[120.4632,23.1997],[120.4642,23.204],[120.4684,23.2116],[120.4682,23.2129],[120.4703,23.2143],[120.4709,23.2172],[120.4744,23.2204],[120.475,23.222],[120.4771,23.223],[120.4759,23.2245],[120.468,23.2253],[120.466,23.2271],[120.4632,23.2281],[120.4606,23.228],[120.4551,23.2313],[120.4517,23.2304],[120.4503,23.2319],[120.4476,23.2306],[120.4461,23.2277],[120.4433,23.2303],[120.4439,23.2345],[120.44,23.2373],[120.4327,23.2363],[120.4328,23.239],[120.424,23.2454]]]},"properties":{"TOWNCODE":"67000090","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"六甲區"},"id":"67000090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.43,23.2007],[120.4266,23.2012],[120.4246,23.1988],[120.4231,23.2013],[120.4208,23.2011],[120.4182,23.2037],[120.4152,23.2049],[120.4134,23.2067],[120.4117,23.2049],[120.4094,23.2058],[120.4036,23.2068],[120.3995,23.2064],[120.3928,23.2064],[120.3921,23.2049],[120.389,23.2034],[120.3891,23.2022],[120.3811,23.1959],[120.3785,23.1992],[120.3766,23.2006],[120.374,23.2047],[120.372,23.2043],[120.3706,23.2088],[120.3707,23.2155],[120.3624,23.2146],[120.3593,23.2128],[120.3559,23.2162],[120.3531,23.2158],[120.3495,23.2169],[120.3501,23.2138],[120.3461,23.2146],[120.343,23.2144],[120.3444,23.22],[120.341,23.2208],[120.3395,23.2226],[120.3335,23.2219],[120.3331,23.2261],[120.3306,23.227],[120.3279,23.2266],[120.3277,23.2285],[120.3219,23.2279],[120.3199,23.229],[120.3131,23.2284],[120.3095,23.2261],[120.3033,23.2257],[120.3004,23.2242],[120.2955,23.2244],[120.2932,23.2233],[120.2904,23.2206],[120.2904,23.2189],[120.287,23.2164],[120.2888,23.2141],[120.2879,23.2108],[120.2896,23.2083],[120.2927,23.2052],[120.2929,23.2026],[120.2899,23.2022],[120.2878,23.1999],[120.2885,23.1979],[120.2875,23.1913],[120.2892,23.1892],[120.2912,23.1882],[120.2905,23.185],[120.2898,23.1761],[120.2991,23.1764],[120.3063,23.1751],[120.3088,23.1725],[120.3202,23.1685],[120.3303,23.1608],[120.3438,23.1529],[120.3459,23.151],[120.3495,23.1506],[120.3527,23.1514],[120.3551,23.1552],[120.3577,23.1543],[120.3621,23.1579],[120.3619,23.1604],[120.3648,23.161],[120.3663,23.1634],[120.3691,23.1637],[120.372,23.1652],[120.378,23.1638],[120.382,23.1647],[120.3868,23.1649],[120.3915,23.1634],[120.3943,23.1663],[120.3986,23.1679],[120.3957,23.1695],[120.3967,23.1726],[120.3982,23.1739],[120.4005,23.1731],[120.4025,23.176],[120.4086,23.1749],[120.4097,23.1776],[120.4121,23.179],[120.4149,23.1784],[120.4178,23.1847],[120.4197,23.1868],[120.4226,23.1937],[120.4256,23.196],[120.4257,23.1975],[120.43,23.2007]]]},"properties":{"TOWNCODE":"67000100","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"官田區"},"id":"67000100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4581,23.1923],[120.4553,23.1943],[120.4535,23.1967],[120.452,23.197],[120.4496,23.1995],[120.4466,23.1995],[120.444,23.1978],[120.4422,23.1993],[120.4404,23.1987],[120.437,23.2003],[120.4331,23.2013],[120.43,23.2007],[120.4257,23.1975],[120.4256,23.196],[120.4226,23.1937],[120.4197,23.1868],[120.4178,23.1847],[120.4149,23.1784],[120.4121,23.179],[120.4097,23.1776],[120.4086,23.1749],[120.4025,23.176],[120.4005,23.1731],[120.3982,23.1739],[120.3967,23.1726],[120.3957,23.1695],[120.3986,23.1679],[120.3943,23.1663],[120.3915,23.1634],[120.3868,23.1649],[120.382,23.1647],[120.378,23.1638],[120.372,23.1652],[120.3691,23.1637],[120.3663,23.1634],[120.3648,23.161],[120.3619,23.1604],[120.3621,23.1579],[120.3577,23.1543],[120.3551,23.1552],[120.3527,23.1514],[120.3495,23.1506],[120.3459,23.151],[120.3463,23.149],[120.3446,23.1421],[120.3431,23.1404],[120.3393,23.1377],[120.3394,23.1328],[120.3413,23.127],[120.3434,23.123],[120.3475,23.1171],[120.3502,23.1141],[120.357,23.1086],[120.3588,23.1075],[120.3682,23.1002],[120.3721,23.1001],[120.3764,23.1015],[120.3845,23.1024],[120.3871,23.1058],[120.3918,23.1059],[120.3926,23.1065],[120.3999,23.109],[120.4005,23.1121],[120.4026,23.1157],[120.4059,23.1153],[120.409,23.114],[120.4121,23.1111],[120.4176,23.112],[120.4194,23.1088],[120.4176,23.1063],[120.4183,23.1046],[120.4199,23.1048],[120.4234,23.1083],[120.4275,23.1107],[120.4301,23.1137],[120.4308,23.1162],[120.4358,23.1206],[120.4368,23.1232],[120.4353,23.126],[120.4364,23.1322],[120.4348,23.1344],[120.4311,23.1373],[120.4322,23.1389],[120.4352,23.1473],[120.4352,23.1501],[120.4338,23.1516],[120.4337,23.1539],[120.4365,23.1562],[120.4366,23.1579],[120.4388,23.1598],[120.4389,23.1629],[120.443,23.1642],[120.4438,23.1656],[120.4433,23.1683],[120.4475,23.1739],[120.449,23.178],[120.4516,23.181],[120.4529,23.1849],[120.4541,23.1854],[120.4569,23.19],[120.4581,23.1923]]]},"properties":{"TOWNCODE":"67000110","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"大內區"},"id":"67000110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.192,23.2096],[120.1894,23.21],[120.1884,23.208],[120.1851,23.2068],[120.1849,23.2106],[120.1771,23.2133],[120.1783,23.2085],[120.1761,23.2039],[120.1744,23.1968],[120.1714,23.1928],[120.1708,23.1874],[120.1685,23.1843],[120.1616,23.1836],[120.1606,23.1852],[120.1558,23.1877],[120.1523,23.1879],[120.1513,23.1869],[120.1503,23.1842],[120.1519,23.1826],[120.1531,23.1794],[120.1473,23.1799],[120.1472,23.1733],[120.1449,23.1682],[120.1449,23.1669],[120.15,23.1658],[120.1533,23.1639],[120.1536,23.1579],[120.1566,23.1581],[120.1588,23.1572],[120.1581,23.1521],[120.1554,23.149],[120.1537,23.1436],[120.1542,23.1385],[120.1553,23.1348],[120.149,23.1345],[120.1489,23.1272],[120.152,23.1266],[120.1518,23.1226],[120.1574,23.1242],[120.1591,23.1238],[120.1623,23.1214],[120.1614,23.1204],[120.161,23.1163],[120.1684,23.1172],[120.1675,23.1229],[120.1692,23.1231],[120.1713,23.1215],[120.1746,23.122],[120.1739,23.1365],[120.1799,23.1367],[120.1804,23.1407],[120.184,23.1411],[120.1899,23.1449],[120.1877,23.1484],[120.196,23.1514],[120.1925,23.1598],[120.2048,23.1633],[120.2101,23.1607],[120.2112,23.1595],[120.2145,23.1602],[120.2113,23.1664],[120.2129,23.1674],[120.2159,23.1674],[120.2149,23.1749],[120.2155,23.1781],[120.2157,23.1837],[120.2149,23.1854],[120.2129,23.1855],[120.2071,23.1877],[120.2076,23.1937],[120.2021,23.1949],[120.1968,23.1967],[120.1993,23.1999],[120.1977,23.2041],[120.1944,23.2034],[120.1938,23.2072],[120.1918,23.2074],[120.192,23.2096]]]},"properties":{"TOWNCODE":"67000120","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"佳里區"},"id":"67000120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2123,23.2917],[120.2086,23.2913],[120.2045,23.2918],[120.1996,23.2943],[120.1915,23.3004],[120.1884,23.3012],[120.1862,23.2981],[120.1861,23.2954],[120.189,23.2929],[120.1896,23.2911],[120.1879,23.29],[120.1841,23.2903],[120.183,23.2879],[120.1802,23.2868],[120.1836,23.2842],[120.1831,23.2817],[120.1789,23.2826],[120.1764,23.2816],[120.1701,23.2807],[120.1668,23.2777],[120.1616,23.2833],[120.1592,23.2848],[120.1572,23.2882],[120.1557,23.289],[120.1525,23.2869],[120.1504,23.2876],[120.1478,23.2924],[120.1457,23.2938],[120.1441,23.2934],[120.1445,23.2892],[120.1463,23.2853],[120.1502,23.2822],[120.1497,23.28],[120.1503,23.2761],[120.1498,23.2751],[120.1524,23.2676],[120.1503,23.2654],[120.1479,23.2604],[120.1435,23.2624],[120.1416,23.2625],[120.1394,23.2611],[120.1341,23.2561],[120.1362,23.2516],[120.1398,23.2502],[120.1396,23.2468],[120.1426,23.2447],[120.1425,23.2426],[120.1411,23.2392],[120.1386,23.2393],[120.1382,23.2361],[120.1354,23.2295],[120.1356,23.229],[120.1429,23.2333],[120.1523,23.2357],[120.1588,23.238],[120.1608,23.2381],[120.1634,23.2369],[120.1684,23.2329],[120.1692,23.2293],[120.1705,23.2271],[120.1731,23.2258],[120.1749,23.2233],[120.1758,23.2176],[120.1771,23.2133],[120.1849,23.2106],[120.1851,23.2068],[120.1884,23.208],[120.1894,23.21],[120.192,23.2096],[120.1925,23.2108],[120.2003,23.2117],[120.1999,23.2138],[120.2045,23.215],[120.2074,23.2143],[120.2095,23.2154],[120.2124,23.2192],[120.2156,23.2212],[120.2161,23.2244],[120.2186,23.2293],[120.2208,23.2314],[120.2201,23.2328],[120.2219,23.2362],[120.2252,23.2364],[120.2281,23.2381],[120.232,23.2417],[120.2286,23.2473],[120.2275,23.2486],[120.2294,23.252],[120.2228,23.256],[120.2221,23.2611],[120.2191,23.2644],[120.2229,23.2659],[120.2208,23.267],[120.2168,23.2662],[120.2158,23.2622],[120.2106,23.2609],[120.2106,23.2648],[120.2077,23.2638],[120.208,23.2615],[120.2046,23.2589],[120.2051,23.2625],[120.2028,23.262],[120.2007,23.2586],[120.1992,23.2577],[120.1986,23.2611],[120.1949,23.2617],[120.1949,23.2637],[120.1918,23.2659],[120.1937,23.2707],[120.1945,23.2753],[120.1962,23.2722],[120.1984,23.2716],[120.1998,23.2735],[120.2043,23.2742],[120.2065,23.2762],[120.2097,23.2766],[120.211,23.278],[120.2123,23.2821],[120.2117,23.287],[120.2123,23.2917]]]},"properties":{"TOWNCODE":"67000130","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"學甲區"},"id":"67000130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2145,23.1602],[120.2112,23.1595],[120.2101,23.1607],[120.2048,23.1633],[120.1925,23.1598],[120.196,23.1514],[120.1877,23.1484],[120.1899,23.1449],[120.184,23.1411],[120.1804,23.1407],[120.1799,23.1367],[120.1739,23.1365],[120.1746,23.122],[120.1713,23.1215],[120.1757,23.1177],[120.1781,23.1112],[120.1727,23.1033],[120.1736,23.0997],[120.176,23.099],[120.1755,23.0904],[120.1744,23.0851],[120.1727,23.0836],[120.175,23.0811],[120.1764,23.0807],[120.1764,23.0783],[120.1817,23.0776],[120.1874,23.0831],[120.1981,23.0936],[120.201,23.0986],[120.2028,23.0997],[120.2028,23.1072],[120.2081,23.1108],[120.209,23.1108],[120.2188,23.117],[120.2211,23.1192],[120.229,23.1254],[120.2346,23.1285],[120.2361,23.1284],[120.2416,23.1307],[120.2416,23.1372],[120.2397,23.1369],[120.234,23.1399],[120.2283,23.1449],[120.2234,23.1507],[120.2194,23.1543],[120.2145,23.1602]]]},"properties":{"TOWNCODE":"67000140","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"西港區"},"id":"67000140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3584,23.0716],[120.3564,23.0732],[120.3573,23.0753],[120.3557,23.0773],[120.3544,23.0767],[120.3533,23.0727],[120.3515,23.0757],[120.3511,23.0806],[120.3488,23.0794],[120.346,23.0807],[120.3421,23.0812],[120.3405,23.0835],[120.3361,23.0819],[120.3349,23.0805],[120.3361,23.078],[120.3393,23.0751],[120.3384,23.0733],[120.3351,23.0703],[120.3371,23.0686],[120.331,23.0618],[120.3247,23.0595],[120.3216,23.0613],[120.3162,23.058],[120.3137,23.0587],[120.3122,23.0574],[120.3074,23.0563],[120.3042,23.0535],[120.3019,23.0552],[120.3017,23.0598],[120.2977,23.0593],[120.2939,23.0581],[120.2957,23.0531],[120.2926,23.0543],[120.29,23.0537],[120.2872,23.0562],[120.284,23.0564],[120.2807,23.0552],[120.2779,23.0564],[120.278,23.0555],[120.2868,23.0476],[120.2847,23.044],[120.2826,23.043],[120.2818,23.0409],[120.2824,23.0379],[120.2848,23.0369],[120.289,23.0321],[120.2874,23.0297],[120.2841,23.0281],[120.2831,23.0255],[120.284,23.0196],[120.2866,23.018],[120.2899,23.0173],[120.2925,23.0158],[120.2958,23.0138],[120.2988,23.0107],[120.3028,23.0103],[120.3036,23.0115],[120.3096,23.0117],[120.3121,23.0131],[120.3155,23.0106],[120.3194,23.0108],[120.3251,23.0092],[120.3287,23.0099],[120.3333,23.0017],[120.3326,22.9993],[120.3332,22.9966],[120.3348,22.9941],[120.3366,22.9941],[120.3415,22.9922],[120.34,22.9897],[120.3439,22.9888],[120.3469,22.9913],[120.3509,22.9957],[120.3519,23.0002],[120.353,23.0003],[120.3576,23.0042],[120.3611,23.0048],[120.3645,23.0022],[120.3691,23.0041],[120.3768,23.0059],[120.3826,23.0047],[120.3826,23.0065],[120.3841,23.0083],[120.3865,23.0086],[120.3895,23.0078],[120.3898,23.0053],[120.3911,23.0048],[120.3927,23.0076],[120.3925,23.0092],[120.3867,23.0117],[120.3871,23.0145],[120.3889,23.0169],[120.389,23.0199],[120.3861,23.0212],[120.3805,23.0193],[120.3797,23.0213],[120.3755,23.0205],[120.3738,23.0259],[120.3739,23.0285],[120.3752,23.0316],[120.3785,23.0345],[120.3768,23.0394],[120.3765,23.0462],[120.3748,23.0474],[120.3736,23.053],[120.3704,23.0529],[120.3698,23.0564],[120.3676,23.056],[120.3673,23.0584],[120.3622,23.0608],[120.3643,23.0621],[120.3628,23.0643],[120.3598,23.0641],[120.3591,23.0661],[120.3613,23.07],[120.3583,23.0702],[120.3584,23.0716]]]},"properties":{"TOWNCODE":"67000180","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"新化區"},"id":"67000180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3329,23.1066],[120.3296,23.1061],[120.325,23.1063],[120.324,23.1073],[120.321,23.1072],[120.3136,23.11],[120.3092,23.1106],[120.3043,23.1078],[120.302,23.1076],[120.2985,23.1056],[120.2959,23.1071],[120.2956,23.1093],[120.2936,23.11],[120.2919,23.1083],[120.2895,23.1074],[120.288,23.111],[120.2868,23.1094],[120.2835,23.1071],[120.2811,23.1062],[120.2817,23.1098],[120.2794,23.11],[120.2777,23.1114],[120.275,23.1111],[120.2722,23.1088],[120.2715,23.1058],[120.265,23.1072],[120.2623,23.1052],[120.2586,23.1061],[120.2566,23.1052],[120.2558,23.108],[120.2518,23.1066],[120.2517,23.1046],[120.2486,23.1042],[120.2439,23.1026],[120.2446,23.1009],[120.2485,23.0995],[120.2489,23.0974],[120.2473,23.0941],[120.2471,23.0921],[120.2485,23.0884],[120.2485,23.0863],[120.2465,23.0827],[120.2478,23.082],[120.2478,23.0782],[120.2428,23.0795],[120.2421,23.0786],[120.2423,23.0675],[120.2411,23.0666],[120.2469,23.0656],[120.248,23.0676],[120.2518,23.0659],[120.2527,23.0613],[120.2552,23.0617],[120.257,23.0597],[120.2598,23.0596],[120.2608,23.0615],[120.2645,23.0618],[120.2679,23.0609],[120.2704,23.0594],[120.277,23.0597],[120.2779,23.0564],[120.2807,23.0552],[120.284,23.0564],[120.2872,23.0562],[120.29,23.0537],[120.2926,23.0543],[120.2957,23.0531],[120.2939,23.0581],[120.2977,23.0593],[120.3017,23.0598],[120.3019,23.0552],[120.3042,23.0535],[120.3074,23.0563],[120.3122,23.0574],[120.3137,23.0587],[120.3162,23.058],[120.3216,23.0613],[120.3247,23.0595],[120.331,23.0618],[120.3371,23.0686],[120.3351,23.0703],[120.3384,23.0733],[120.3393,23.0751],[120.3361,23.078],[120.3349,23.0805],[120.3361,23.0819],[120.3405,23.0835],[120.3441,23.084],[120.3434,23.0885],[120.3425,23.0906],[120.3358,23.0991],[120.3352,23.102],[120.3329,23.1066]]]},"properties":{"TOWNCODE":"67000200","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"新市區"},"id":"67000200"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2558,23.108],[120.2603,23.109],[120.2644,23.1131],[120.2657,23.1163],[120.2673,23.1165],[120.2692,23.1218],[120.2661,23.1214],[120.2647,23.1254],[120.2629,23.1245],[120.261,23.13],[120.2595,23.1317],[120.2559,23.1312],[120.2549,23.135],[120.2515,23.1342],[120.2463,23.1317],[120.2416,23.1307],[120.2361,23.1284],[120.2346,23.1285],[120.229,23.1254],[120.2211,23.1192],[120.2188,23.117],[120.209,23.1108],[120.2081,23.1108],[120.2028,23.1072],[120.2028,23.0997],[120.201,23.0986],[120.1981,23.0936],[120.1874,23.0831],[120.1925,23.0816],[120.1993,23.0788],[120.2027,23.0783],[120.2072,23.0785],[120.2055,23.0766],[120.1996,23.0718],[120.2021,23.068],[120.2056,23.0701],[120.2067,23.0686],[120.209,23.0685],[120.2138,23.0701],[120.2137,23.0732],[120.217,23.0743],[120.2206,23.0739],[120.221,23.0753],[120.2234,23.0758],[120.2243,23.0729],[120.2283,23.0713],[120.2318,23.0708],[120.2351,23.0696],[120.2379,23.0669],[120.2411,23.0666],[120.2423,23.0675],[120.2421,23.0786],[120.2428,23.0795],[120.2478,23.0782],[120.2478,23.082],[120.2465,23.0827],[120.2485,23.0863],[120.2485,23.0884],[120.2471,23.0921],[120.2473,23.0941],[120.2489,23.0974],[120.2485,23.0995],[120.2446,23.1009],[120.2439,23.1026],[120.2486,23.1042],[120.2517,23.1046],[120.2518,23.1066],[120.2558,23.108]]]},"properties":{"TOWNCODE":"67000210","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"安定區"},"id":"67000210"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5273,23.1163],[120.5218,23.1184],[120.5186,23.1213],[120.5109,23.1236],[120.5081,23.1253],[120.5056,23.1208],[120.5046,23.1179],[120.5011,23.1182],[120.499,23.1196],[120.4993,23.1216],[120.4955,23.1239],[120.4908,23.1231],[120.4879,23.1237],[120.4854,23.1287],[120.4874,23.1307],[120.485,23.1342],[120.487,23.138],[120.4857,23.1409],[120.4819,23.1428],[120.4798,23.1398],[120.4755,23.1402],[120.4728,23.1392],[120.4708,23.1417],[120.4751,23.1482],[120.4745,23.1517],[120.4763,23.1554],[120.4739,23.1569],[120.4749,23.1624],[120.4727,23.1663],[120.4702,23.1655],[120.4686,23.169],[120.4658,23.1717],[120.4644,23.1751],[120.4628,23.1766],[120.4612,23.1745],[120.4603,23.1796],[120.4615,23.1843],[120.461,23.1872],[120.4569,23.19],[120.4541,23.1854],[120.4529,23.1849],[120.4516,23.181],[120.449,23.178],[120.4475,23.1739],[120.4433,23.1683],[120.4438,23.1656],[120.443,23.1642],[120.4389,23.1629],[120.4388,23.1598],[120.4366,23.1579],[120.4365,23.1562],[120.4337,23.1539],[120.4338,23.1516],[120.4352,23.1501],[120.4352,23.1473],[120.4322,23.1389],[120.4311,23.1373],[120.4348,23.1344],[120.4364,23.1322],[120.4353,23.126],[120.4368,23.1232],[120.4358,23.1206],[120.4308,23.1162],[120.4301,23.1137],[120.4275,23.1107],[120.4234,23.1083],[120.4199,23.1048],[120.4183,23.1046],[120.4184,23.1022],[120.4141,23.0994],[120.4141,23.0974],[120.4105,23.0918],[120.4063,23.0869],[120.4104,23.0812],[120.4111,23.079],[120.415,23.0717],[120.4149,23.07],[120.4188,23.0703],[120.4203,23.0696],[120.4238,23.0698],[120.4251,23.0651],[120.4265,23.0628],[120.4286,23.0644],[120.4283,23.0659],[120.4323,23.0661],[120.4355,23.0634],[120.4405,23.0645],[120.4412,23.067],[120.4431,23.067],[120.4439,23.0725],[120.4424,23.0742],[120.4426,23.0767],[120.4454,23.0765],[120.4463,23.0786],[120.4487,23.0798],[120.4528,23.0785],[120.4551,23.0806],[120.4566,23.0845],[120.4592,23.0849],[120.4623,23.0812],[120.4614,23.0799],[120.4626,23.0752],[120.4647,23.0754],[120.4667,23.0721],[120.4689,23.0735],[120.4716,23.074],[120.4754,23.0738],[120.4767,23.0727],[120.4792,23.073],[120.4793,23.0766],[120.4814,23.0802],[120.4798,23.0824],[120.4777,23.083],[120.481,23.0895],[120.4827,23.0909],[120.485,23.0911],[120.4862,23.0885],[120.4903,23.0874],[120.4926,23.0882],[120.4963,23.0881],[120.4976,23.0889],[120.5,23.0874],[120.5016,23.0887],[120.5041,23.0891],[120.5078,23.0916],[120.5117,23.0918],[120.5129,23.0939],[120.516,23.096],[120.5178,23.1013],[120.5201,23.1044],[120.5205,23.1066],[120.5228,23.1097],[120.5244,23.1102],[120.5249,23.1125],[120.5273,23.1163]]]},"properties":{"TOWNCODE":"67000230","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"玉井區"},"id":"67000230"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5194,23.2395],[120.5176,23.239],[120.5123,23.2353],[120.5114,23.2337],[120.5086,23.232],[120.5028,23.2296],[120.4992,23.2248],[120.4931,23.2208],[120.491,23.2222],[120.4876,23.2223],[120.4863,23.2207],[120.4815,23.2201],[120.4771,23.223],[120.475,23.222],[120.4744,23.2204],[120.4709,23.2172],[120.4703,23.2143],[120.4682,23.2129],[120.4684,23.2116],[120.4642,23.204],[120.4632,23.1997],[120.4613,23.1982],[120.4603,23.1945],[120.4581,23.1923],[120.4569,23.19],[120.461,23.1872],[120.4615,23.1843],[120.4603,23.1796],[120.4612,23.1745],[120.4628,23.1766],[120.4644,23.1751],[120.4658,23.1717],[120.4686,23.169],[120.4702,23.1655],[120.4727,23.1663],[120.4749,23.1624],[120.4739,23.1569],[120.4763,23.1554],[120.4745,23.1517],[120.4751,23.1482],[120.4708,23.1417],[120.4728,23.1392],[120.4755,23.1402],[120.4798,23.1398],[120.4819,23.1428],[120.4857,23.1409],[120.487,23.138],[120.485,23.1342],[120.4874,23.1307],[120.4854,23.1287],[120.4879,23.1237],[120.4908,23.1231],[120.4955,23.1239],[120.4993,23.1216],[120.499,23.1196],[120.5011,23.1182],[120.5046,23.1179],[120.5056,23.1208],[120.5081,23.1253],[120.5109,23.1236],[120.5186,23.1213],[120.5218,23.1184],[120.5273,23.1163],[120.5296,23.1191],[120.533,23.1186],[120.5337,23.1162],[120.5368,23.1152],[120.5397,23.1197],[120.5448,23.1174],[120.5466,23.1173],[120.5488,23.1189],[120.5493,23.1233],[120.5488,23.1285],[120.5504,23.1318],[120.5501,23.1337],[120.5479,23.1361],[120.547,23.1395],[120.5438,23.1408],[120.5432,23.1437],[120.5462,23.1457],[120.5467,23.1474],[120.5494,23.1512],[120.552,23.1524],[120.5525,23.154],[120.5547,23.1557],[120.5573,23.1599],[120.5588,23.1663],[120.5609,23.17],[120.5642,23.1732],[120.5663,23.1767],[120.568,23.1807],[120.5674,23.1828],[120.5688,23.186],[120.5718,23.1899],[120.5732,23.1909],[120.5742,23.1946],[120.5744,23.1992],[120.5761,23.2014],[120.5782,23.2027],[120.5779,23.2073],[120.5771,23.2088],[120.5782,23.2148],[120.5747,23.2178],[120.571,23.2182],[120.5653,23.221],[120.5609,23.2173],[120.5581,23.2168],[120.555,23.2175],[120.5527,23.2201],[120.5505,23.2207],[120.5489,23.2235],[120.544,23.2266],[120.5396,23.2277],[120.5358,23.2293],[120.5318,23.2298],[120.5312,23.2318],[120.5296,23.2326],[120.5257,23.2315],[120.5194,23.2395]]]},"properties":{"TOWNCODE":"67000240","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"楠西區"},"id":"67000240"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6534,23.2245],[120.6519,23.224],[120.6482,23.2255],[120.6468,23.2271],[120.6443,23.2253],[120.6424,23.2257],[120.6389,23.228],[120.6333,23.2286],[120.6311,23.2295],[120.6282,23.2294],[120.625,23.2273],[120.6181,23.2255],[120.6168,23.2235],[120.6129,23.224],[120.6097,23.2227],[120.6065,23.2258],[120.6029,23.226],[120.5972,23.229],[120.5959,23.2365],[120.594,23.2392],[120.5923,23.2397],[120.5917,23.2361],[120.5902,23.2343],[120.5899,23.2314],[120.5886,23.2295],[120.5867,23.2243],[120.5801,23.2195],[120.5782,23.2148],[120.5771,23.2088],[120.5779,23.2073],[120.5782,23.2027],[120.5761,23.2014],[120.5744,23.1992],[120.5742,23.1946],[120.5732,23.1909],[120.5718,23.1899],[120.5688,23.186],[120.5674,23.1828],[120.568,23.1807],[120.5663,23.1767],[120.5642,23.1732],[120.5609,23.17],[120.5588,23.1663],[120.5573,23.1599],[120.5547,23.1557],[120.5525,23.154],[120.552,23.1524],[120.5494,23.1512],[120.5467,23.1474],[120.5462,23.1457],[120.5432,23.1437],[120.5438,23.1408],[120.547,23.1395],[120.5479,23.1361],[120.5501,23.1337],[120.5504,23.1318],[120.5488,23.1285],[120.5493,23.1233],[120.5488,23.1189],[120.5466,23.1173],[120.5448,23.1174],[120.5397,23.1197],[120.5368,23.1152],[120.5337,23.1162],[120.533,23.1186],[120.5296,23.1191],[120.5273,23.1163],[120.5249,23.1125],[120.5244,23.1102],[120.5228,23.1097],[120.5205,23.1066],[120.5201,23.1044],[120.5178,23.1013],[120.516,23.096],[120.5129,23.0939],[120.5117,23.0918],[120.5078,23.0916],[120.5041,23.0891],[120.5016,23.0887],[120.5,23.0874],[120.4976,23.0889],[120.4963,23.0881],[120.4926,23.0882],[120.4903,23.0874],[120.4862,23.0885],[120.485,23.0911],[120.4827,23.0909],[120.481,23.0895],[120.4777,23.083],[120.4798,23.0824],[120.4814,23.0802],[120.4793,23.0766],[120.4792,23.073],[120.4767,23.0727],[120.4754,23.0738],[120.4716,23.074],[120.4689,23.0735],[120.4667,23.0721],[120.4647,23.0754],[120.4626,23.0752],[120.4614,23.0799],[120.4623,23.0812],[120.4592,23.0849],[120.4566,23.0845],[120.4551,23.0806],[120.4528,23.0785],[120.4487,23.0798],[120.4463,23.0786],[120.4454,23.0765],[120.4426,23.0767],[120.4424,23.0742],[120.4439,23.0725],[120.4431,23.067],[120.4412,23.067],[120.4405,23.0645],[120.4355,23.0634],[120.4353,23.0622],[120.4322,23.0599],[120.4329,23.0562],[120.4314,23.0515],[120.4333,23.049],[120.4332,23.0469],[120.4349,23.0451],[120.4373,23.0463],[120.4385,23.0452],[120.437,23.0423],[120.4396,23.0318],[120.4371,23.0292],[120.4384,23.0268],[120.439,23.0232],[120.4403,23.0221],[120.4455,23.0219],[120.4466,23.0202],[120.447,23.0167],[120.4463,23.0147],[120.4465,23.0108],[120.4492,23.0107],[120.4519,23.0086],[120.4531,23.0112],[120.456,23.0109],[120.4582,23.0058],[120.4604,23.0034],[120.4672,23.0036],[120.4708,23.0024],[120.4738,23.0031],[120.48,23.0036],[120.4813,23.0111],[120.4827,23.0156],[120.487,23.019],[120.4913,23.0209],[120.4949,23.0233],[120.4974,23.024],[120.5021,23.0276],[120.5037,23.0286],[120.509,23.0351],[120.5104,23.0355],[120.5139,23.0387],[120.5159,23.0414],[120.5196,23.0449],[120.5222,23.0456],[120.5237,23.0477],[120.523,23.0496],[120.5265,23.053],[120.5316,23.0567],[120.5351,23.0574],[120.5381,23.0595],[120.538,23.0607],[120.5414,23.0622],[120.5427,23.0635],[120.5454,23.0639],[120.5465,23.0655],[120.5546,23.0689],[120.5591,23.0734],[120.5586,23.075],[120.56,23.0769],[120.5627,23.0784],[120.5634,23.08],[120.5671,23.082],[120.5731,23.0898],[120.5748,23.0914],[120.5741,23.0949],[120.5756,23.0956],[120.5773,23.0996],[120.5803,23.104],[120.5825,23.106],[120.5831,23.1079],[120.5869,23.1122],[120.5882,23.1143],[120.5889,23.1201],[120.5884,23.1234],[120.5905,23.1272],[120.5948,23.1318],[120.5952,23.1345],[120.5975,23.1374],[120.599,23.1411],[120.6011,23.1442],[120.6038,23.1449],[120.6055,23.1463],[120.6055,23.1485],[120.6076,23.1483],[120.612,23.152],[120.6112,23.156],[120.6135,23.1593],[120.615,23.1595],[120.6165,23.1631],[120.6208,23.1628],[120.6231,23.164],[120.6252,23.1678],[120.6268,23.1679],[120.6311,23.1704],[120.6294,23.1733],[120.6298,23.1745],[120.6362,23.1751],[120.6374,23.1783],[120.6374,23.1806],[120.6404,23.1832],[120.6384,23.1857],[120.6366,23.1904],[120.6389,23.1932],[120.6408,23.1984],[120.6431,23.2011],[120.6433,23.2033],[120.6461,23.207],[120.6488,23.2087],[120.6514,23.2085],[120.6531,23.2118],[120.6538,23.2153],[120.6562,23.2176],[120.6552,23.2235],[120.6534,23.2245]]]},"properties":{"TOWNCODE":"67000250","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"南化區"},"id":"67000250"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4355,23.0634],[120.4323,23.0661],[120.4283,23.0659],[120.4286,23.0644],[120.4265,23.0628],[120.4251,23.0651],[120.4238,23.0698],[120.4203,23.0696],[120.4188,23.0703],[120.4149,23.07],[120.415,23.0717],[120.4111,23.079],[120.4104,23.0812],[120.4063,23.0869],[120.4034,23.0846],[120.4012,23.0812],[120.3984,23.0797],[120.3884,23.0791],[120.3888,23.077],[120.3824,23.0773],[120.3797,23.0787],[120.3788,23.0807],[120.3768,23.0809],[120.3761,23.0791],[120.3705,23.0791],[120.3694,23.0774],[120.371,23.0756],[120.3638,23.0725],[120.3595,23.0727],[120.3584,23.0716],[120.3583,23.0702],[120.3613,23.07],[120.3591,23.0661],[120.3598,23.0641],[120.3628,23.0643],[120.3643,23.0621],[120.3622,23.0608],[120.3673,23.0584],[120.3676,23.056],[120.3698,23.0564],[120.3704,23.0529],[120.3736,23.053],[120.3748,23.0474],[120.3765,23.0462],[120.3768,23.0394],[120.3785,23.0345],[120.3752,23.0316],[120.3739,23.0285],[120.3738,23.0259],[120.3755,23.0205],[120.3797,23.0213],[120.3805,23.0193],[120.3861,23.0212],[120.389,23.0199],[120.3889,23.0169],[120.3871,23.0145],[120.3867,23.0117],[120.3925,23.0092],[120.3927,23.0076],[120.3942,23.0061],[120.398,22.9992],[120.398,22.9972],[120.4,22.9961],[120.4023,22.9963],[120.4033,22.9928],[120.408,22.9886],[120.4062,22.9834],[120.4064,22.9818],[120.4051,22.9737],[120.4069,22.9725],[120.411,22.9714],[120.4111,22.9691],[120.4159,22.9688],[120.4176,22.968],[120.4211,22.9686],[120.4225,22.9675],[120.4255,22.9675],[120.4265,22.9662],[120.429,22.9655],[120.4312,22.9631],[120.433,22.9597],[120.4353,22.9595],[120.4362,22.9605],[120.4383,22.966],[120.4422,22.9738],[120.4426,22.9773],[120.4455,22.9794],[120.4496,22.9772],[120.4531,22.9785],[120.4547,22.9806],[120.4548,22.9826],[120.4532,22.9849],[120.4535,22.9873],[120.455,22.991],[120.4597,22.9899],[120.461,22.9924],[120.4591,22.9959],[120.4615,22.9982],[120.4595,23.0008],[120.4604,23.0034],[120.4582,23.0058],[120.456,23.0109],[120.4531,23.0112],[120.4519,23.0086],[120.4492,23.0107],[120.4465,23.0108],[120.4463,23.0147],[120.447,23.0167],[120.4466,23.0202],[120.4455,23.0219],[120.4403,23.0221],[120.439,23.0232],[120.4384,23.0268],[120.4371,23.0292],[120.4396,23.0318],[120.437,23.0423],[120.4385,23.0452],[120.4373,23.0463],[120.4349,23.0451],[120.4332,23.0469],[120.4333,23.049],[120.4314,23.0515],[120.4329,23.0562],[120.4322,23.0599],[120.4353,23.0622],[120.4355,23.0634]]]},"properties":{"TOWNCODE":"67000260","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"左鎮區"},"id":"67000260"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.217,22.9606],[120.2166,22.9606],[120.2166,22.9452],[120.216,22.9449],[120.2012,22.9449],[120.1987,22.9378],[120.2019,22.9383],[120.2024,22.9373],[120.2005,22.9346],[120.1981,22.9296],[120.1954,22.9292],[120.1938,22.9275],[120.1938,22.9233],[120.1921,22.9212],[120.1947,22.9203],[120.2023,22.9154],[120.2045,22.9147],[120.2081,22.9152],[120.2117,22.912],[120.2161,22.9099],[120.2203,22.9096],[120.2226,22.9113],[120.2259,22.9156],[120.228,22.9169],[120.2317,22.9154],[120.2315,22.9092],[120.2331,22.9054],[120.2367,22.905],[120.2429,22.9035],[120.2476,22.8982],[120.252,22.8951],[120.2565,22.894],[120.2588,22.8953],[120.2588,22.8969],[120.2569,22.899],[120.2579,22.9017],[120.2605,22.9018],[120.2698,22.8967],[120.2686,22.9004],[120.2701,22.9017],[120.2685,22.9063],[120.2632,22.9125],[120.2615,22.916],[120.2635,22.9187],[120.264,22.922],[120.2653,22.9257],[120.2665,22.9258],[120.2681,22.9331],[120.2665,22.9341],[120.2674,22.9388],[120.2693,22.9391],[120.2738,22.9379],[120.2752,22.9409],[120.2728,22.9414],[120.2696,22.9435],[120.2704,22.9563],[120.2709,22.9602],[120.2717,22.9727],[120.2725,22.9807],[120.2727,22.9868],[120.2734,22.9937],[120.2683,22.9934],[120.2672,22.9965],[120.2514,22.9921],[120.2478,22.9907],[120.2491,22.9865],[120.2493,22.9799],[120.249,22.977],[120.2477,22.9758],[120.2433,22.9774],[120.2432,22.9786],[120.2389,22.9801],[120.2379,22.9745],[120.2383,22.9694],[120.2376,22.9638],[120.2378,22.9611],[120.2274,22.9594],[120.2265,22.9613],[120.2211,22.962],[120.2203,22.9607],[120.217,22.9606]]]},"properties":{"TOWNCODE":"67000270","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"仁德區"},"id":"67000270"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2958,23.0138],[120.2925,23.0158],[120.2914,23.0127],[120.2853,23.0127],[120.2832,23.014],[120.2818,23.0105],[120.275,23.0111],[120.2734,22.9937],[120.2727,22.9868],[120.2725,22.9807],[120.2717,22.9727],[120.2709,22.9602],[120.2704,22.9563],[120.2696,22.9435],[120.2728,22.9414],[120.2752,22.9409],[120.2738,22.9379],[120.2693,22.9391],[120.2674,22.9388],[120.2665,22.9341],[120.2681,22.9331],[120.2665,22.9258],[120.2653,22.9257],[120.264,22.922],[120.2635,22.9187],[120.2615,22.916],[120.2632,22.9125],[120.2685,22.9063],[120.2701,22.9017],[120.2686,22.9004],[120.2698,22.8967],[120.2734,22.8953],[120.2782,22.8962],[120.2793,22.8983],[120.2778,22.9019],[120.2778,22.904],[120.2797,22.9049],[120.2848,22.9047],[120.2949,22.9025],[120.2998,22.9009],[120.3034,22.9004],[120.3091,22.9006],[120.3142,22.8998],[120.3165,22.8984],[120.3191,22.9025],[120.3216,22.8996],[120.3229,22.9015],[120.3223,22.905],[120.3239,22.9061],[120.3258,22.9052],[120.3271,22.9076],[120.3247,22.9099],[120.3214,22.9117],[120.3222,22.9135],[120.3211,22.9152],[120.3216,22.9195],[120.3212,22.9226],[120.323,22.9254],[120.3228,22.9302],[120.3243,22.9314],[120.3254,22.9344],[120.3267,22.9352],[120.3261,22.9384],[120.3266,22.9432],[120.3256,22.9457],[120.323,22.9484],[120.3196,22.9537],[120.3153,22.9586],[120.3124,22.96],[120.3139,22.9626],[120.3152,22.9682],[120.3111,22.9684],[120.3101,22.9716],[120.311,22.9731],[120.3097,22.9758],[120.3058,22.979],[120.3037,22.98],[120.2974,22.9798],[120.2963,22.9827],[120.2975,22.9846],[120.2986,22.9912],[120.3004,22.9949],[120.2996,23.0003],[120.2961,23.0043],[120.2952,23.0081],[120.2958,23.0138]]]},"properties":{"TOWNCODE":"67000280","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"歸仁區"},"id":"67000280"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.353,23.0003],[120.3519,23.0002],[120.3509,22.9957],[120.3469,22.9913],[120.3439,22.9888],[120.34,22.9897],[120.3415,22.9922],[120.3366,22.9941],[120.3348,22.9941],[120.3332,22.9966],[120.3326,22.9993],[120.3333,23.0017],[120.3287,23.0099],[120.3251,23.0092],[120.3194,23.0108],[120.3155,23.0106],[120.3121,23.0131],[120.3096,23.0117],[120.3036,23.0115],[120.3028,23.0103],[120.2988,23.0107],[120.2958,23.0138],[120.2952,23.0081],[120.2961,23.0043],[120.2996,23.0003],[120.3004,22.9949],[120.2986,22.9912],[120.2975,22.9846],[120.2963,22.9827],[120.2974,22.9798],[120.3037,22.98],[120.3058,22.979],[120.3097,22.9758],[120.311,22.9731],[120.3101,22.9716],[120.3111,22.9684],[120.3152,22.9682],[120.3139,22.9626],[120.3124,22.96],[120.3153,22.9586],[120.3196,22.9537],[120.323,22.9484],[120.3256,22.9457],[120.3266,22.9432],[120.3261,22.9384],[120.3267,22.9352],[120.3254,22.9344],[120.3243,22.9314],[120.3228,22.9302],[120.323,22.9254],[120.3212,22.9226],[120.3216,22.9195],[120.3211,22.9152],[120.3222,22.9135],[120.3214,22.9117],[120.3247,22.9099],[120.3271,22.9076],[120.3258,22.9052],[120.3239,22.9061],[120.3223,22.905],[120.3229,22.9015],[120.3216,22.8996],[120.3191,22.9025],[120.3165,22.8984],[120.3192,22.8951],[120.3209,22.8956],[120.3249,22.9005],[120.3278,22.897],[120.3309,22.8905],[120.3323,22.8893],[120.3451,22.8894],[120.3488,22.8906],[120.3511,22.8882],[120.3531,22.8913],[120.3556,22.8939],[120.3611,22.8979],[120.3592,22.9002],[120.3596,22.9015],[120.3634,22.9023],[120.366,22.9022],[120.3663,22.9051],[120.369,22.9057],[120.3723,22.9079],[120.3731,22.9095],[120.3717,22.9108],[120.3693,22.9087],[120.3695,22.907],[120.3677,22.9061],[120.3656,22.9077],[120.3621,22.9055],[120.3595,22.9058],[120.3569,22.9108],[120.3553,22.9126],[120.3551,22.9152],[120.3523,22.9169],[120.3527,22.9218],[120.3552,22.9239],[120.3547,22.9261],[120.3529,22.9267],[120.3502,22.9296],[120.3491,22.9362],[120.3505,22.9396],[120.3493,22.9422],[120.3488,22.9482],[120.3472,22.9531],[120.3473,22.9543],[120.3515,22.9575],[120.3531,22.9599],[120.3521,22.9628],[120.3556,22.9652],[120.3575,22.9673],[120.3613,22.9654],[120.3635,22.9653],[120.3657,22.9626],[120.3699,22.9603],[120.3706,22.9705],[120.3662,22.9709],[120.3693,22.9733],[120.371,22.9773],[120.3694,22.9801],[120.3733,22.9831],[120.3672,22.9848],[120.3639,22.9809],[120.3623,22.9833],[120.363,22.986],[120.3612,22.9883],[120.3573,22.9891],[120.3563,22.9921],[120.357,22.9939],[120.353,22.9969],[120.353,23.0003]]]},"properties":{"TOWNCODE":"67000290","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"關廟區"},"id":"67000290"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3927,23.0076],[120.3911,23.0048],[120.3898,23.0053],[120.3895,23.0078],[120.3865,23.0086],[120.3841,23.0083],[120.3826,23.0065],[120.3826,23.0047],[120.3768,23.0059],[120.3691,23.0041],[120.3645,23.0022],[120.3611,23.0048],[120.3576,23.0042],[120.353,23.0003],[120.353,22.9969],[120.357,22.9939],[120.3563,22.9921],[120.3573,22.9891],[120.3612,22.9883],[120.363,22.986],[120.3623,22.9833],[120.3639,22.9809],[120.3672,22.9848],[120.3733,22.9831],[120.3694,22.9801],[120.371,22.9773],[120.3693,22.9733],[120.3662,22.9709],[120.3706,22.9705],[120.3699,22.9603],[120.3657,22.9626],[120.3635,22.9653],[120.3613,22.9654],[120.3575,22.9673],[120.3556,22.9652],[120.3521,22.9628],[120.3531,22.9599],[120.3515,22.9575],[120.3473,22.9543],[120.3472,22.9531],[120.3488,22.9482],[120.3493,22.9422],[120.3505,22.9396],[120.3491,22.9362],[120.3502,22.9296],[120.3529,22.9267],[120.3547,22.9261],[120.3552,22.9239],[120.3527,22.9218],[120.3523,22.9169],[120.3551,22.9152],[120.3553,22.9126],[120.3569,22.9108],[120.3595,22.9058],[120.3621,22.9055],[120.3656,22.9077],[120.3677,22.9061],[120.3695,22.907],[120.3693,22.9087],[120.3717,22.9108],[120.3738,22.9142],[120.3768,22.9149],[120.3775,22.9182],[120.3804,22.9186],[120.383,22.92],[120.3869,22.9183],[120.3887,22.9207],[120.3922,22.9223],[120.3955,22.9227],[120.399,22.9223],[120.4011,22.9185],[120.4053,22.9182],[120.4063,22.9147],[120.4087,22.9123],[120.4108,22.9144],[120.4162,22.9161],[120.4173,22.9175],[120.4184,22.9212],[120.4221,22.9276],[120.422,22.9294],[120.4243,22.9325],[120.4257,22.9358],[120.4261,22.9394],[120.4286,22.9408],[120.4307,22.9484],[120.4327,22.9526],[120.4329,22.9555],[120.4353,22.9595],[120.433,22.9597],[120.4312,22.9631],[120.429,22.9655],[120.4265,22.9662],[120.4255,22.9675],[120.4225,22.9675],[120.4211,22.9686],[120.4176,22.968],[120.4159,22.9688],[120.4111,22.9691],[120.411,22.9714],[120.4069,22.9725],[120.4051,22.9737],[120.4064,22.9818],[120.4062,22.9834],[120.408,22.9886],[120.4033,22.9928],[120.4023,22.9963],[120.4,22.9961],[120.398,22.9972],[120.398,22.9992],[120.3942,23.0061],[120.3927,23.0076]]]},"properties":{"TOWNCODE":"67000300","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"龍崎區"},"id":"67000300"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2779,23.0564],[120.277,23.0597],[120.2704,23.0594],[120.2679,23.0609],[120.2645,23.0618],[120.2608,23.0615],[120.2598,23.0596],[120.257,23.0597],[120.2552,23.0617],[120.2527,23.0613],[120.2518,23.0659],[120.248,23.0676],[120.2469,23.0656],[120.2449,23.0576],[120.2434,23.0563],[120.241,23.0518],[120.2389,23.0502],[120.2348,23.0493],[120.2291,23.0458],[120.2253,23.0421],[120.2233,23.0379],[120.2233,23.0365],[120.2206,23.0316],[120.2202,23.0296],[120.216,23.0255],[120.2094,23.0229],[120.2124,23.0211],[120.2147,23.0187],[120.2175,23.0183],[120.222,23.0194],[120.2241,23.0164],[120.2249,23.0126],[120.2264,23.0112],[120.2293,23.0103],[120.2303,23.0061],[120.2285,23.0018],[120.2327,23.0009],[120.233,22.9985],[120.2331,22.9985],[120.24,22.9985],[120.2399,22.9933],[120.2427,22.9933],[120.2453,22.9924],[120.2492,22.9925],[120.2478,22.9907],[120.2514,22.9921],[120.2672,22.9965],[120.2683,22.9934],[120.2734,22.9937],[120.275,23.0111],[120.2818,23.0105],[120.2832,23.014],[120.2853,23.0127],[120.2914,23.0127],[120.2925,23.0158],[120.2899,23.0173],[120.2866,23.018],[120.284,23.0196],[120.2831,23.0255],[120.2841,23.0281],[120.2874,23.0297],[120.289,23.0321],[120.2848,23.0369],[120.2824,23.0379],[120.2818,23.0409],[120.2826,23.043],[120.2847,23.044],[120.2868,23.0476],[120.278,23.0555],[120.2779,23.0564]]]},"properties":{"TOWNCODE":"67000310","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"永康區"},"id":"67000310"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2331,22.9985],[120.233,22.9985],[120.2327,23.0009],[120.2285,23.0018],[120.2303,23.0061],[120.2293,23.0103],[120.2264,23.0112],[120.2249,23.0126],[120.2241,23.0164],[120.222,23.0194],[120.2175,23.0183],[120.2147,23.0187],[120.2124,23.0211],[120.2094,23.0229],[120.2033,23.0229],[120.1938,23.0202],[120.1897,23.0183],[120.185,23.0152],[120.1821,23.0124],[120.1763,23.0088],[120.1732,23.0075],[120.174,23.0061],[120.1828,23.0053],[120.1879,23.0075],[120.1923,23.0053],[120.1953,23.0018],[120.2056,22.9982],[120.2108,22.9973],[120.2123,22.9975],[120.2131,23.0016],[120.2206,23.0007],[120.2258,23.0004],[120.233,22.9985],[120.2331,22.9985]]]},"properties":{"TOWNCODE":"67000340","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"北區"},"id":"67000340"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3589,22.5007],[120.3599,22.5011],[120.3643,22.4982],[120.3733,22.4912],[120.3795,22.4876],[120.3849,22.4849],[120.3869,22.4831],[120.3937,22.479],[120.3957,22.477],[120.4009,22.4749],[120.4019,22.4739],[120.4092,22.4711],[120.4139,22.4705],[120.4208,22.4685],[120.4244,22.4687],[120.424,22.4775],[120.4242,22.482],[120.4257,22.4986],[120.4243,22.5034],[120.423,22.511],[120.4229,22.5188],[120.4245,22.5238],[120.4251,22.5285],[120.4275,22.5343],[120.4185,22.534],[120.4137,22.5326],[120.4096,22.5328],[120.4073,22.5338],[120.4031,22.5339],[120.4032,22.5355],[120.3995,22.5376],[120.3971,22.5379],[120.3925,22.5374],[120.3896,22.5356],[120.3867,22.5351],[120.3858,22.5327],[120.3819,22.5305],[120.3793,22.5277],[120.3742,22.5268],[120.3716,22.5245],[120.3713,22.5228],[120.3667,22.5188],[120.3667,22.517],[120.3611,22.5096],[120.3603,22.5076],[120.3589,22.5007]]]},"properties":{"TOWNCODE":"64000130","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"林園區"},"id":"64000130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2199,22.8706],[120.2186,22.8714],[120.2183,22.8814],[120.2112,22.8826],[120.2094,22.8823],[120.2067,22.8839],[120.2097,22.8856],[120.2107,22.8885],[120.2096,22.8912],[120.2072,22.8935],[120.2042,22.8926],[120.2033,22.8878],[120.2001,22.8889],[120.1978,22.8938],[120.1969,22.8985],[120.1977,22.9008],[120.1998,22.9011],[120.1989,22.9078],[120.1924,22.9108],[120.1904,22.9137],[120.1898,22.9183],[120.1877,22.9202],[120.1814,22.9164],[120.1769,22.9124],[120.1747,22.9117],[120.1747,22.91],[120.1765,22.9061],[120.1801,22.8956],[120.1821,22.8919],[120.1895,22.8749],[120.1928,22.8648],[120.1904,22.8641],[120.1897,22.8607],[120.1933,22.8593],[120.1924,22.8577],[120.1953,22.8502],[120.1982,22.8516],[120.2016,22.8546],[120.2071,22.8549],[120.2134,22.8512],[120.2188,22.8576],[120.2194,22.8624],[120.2206,22.8646],[120.2174,22.8658],[120.2167,22.8671],[120.2187,22.8707],[120.2199,22.8706]]]},"properties":{"TOWNCODE":"64000260","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"茄萣區"},"id":"64000260"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2547,22.825],[120.2539,22.8265],[120.257,22.8283],[120.255,22.8315],[120.2503,22.829],[120.2433,22.8294],[120.2424,22.8318],[120.241,22.8322],[120.2407,22.8348],[120.2393,22.8353],[120.2389,22.8381],[120.2362,22.84],[120.2318,22.839],[120.2295,22.8404],[120.2267,22.8392],[120.2238,22.8455],[120.2198,22.8468],[120.2134,22.8512],[120.2071,22.8549],[120.2016,22.8546],[120.1982,22.8516],[120.1953,22.8502],[120.1929,22.8484],[120.1966,22.8447],[120.1991,22.8434],[120.2005,22.8385],[120.2052,22.8252],[120.2073,22.8228],[120.206,22.8202],[120.1905,22.8153],[120.1902,22.8136],[120.1933,22.8074],[120.1979,22.8053],[120.2124,22.8076],[120.2155,22.8035],[120.2196,22.8045],[120.223,22.8027],[120.2281,22.8018],[120.2312,22.8023],[120.2398,22.7961],[120.2444,22.7953],[120.2445,22.7979],[120.2498,22.7973],[120.2527,22.7957],[120.2565,22.7954],[120.2615,22.797],[120.261,22.7995],[120.2629,22.8027],[120.259,22.8092],[120.255,22.8066],[120.253,22.8099],[120.2542,22.8104],[120.2565,22.814],[120.2552,22.8173],[120.2532,22.8181],[120.2532,22.821],[120.2554,22.8235],[120.2547,22.825]]]},"properties":{"TOWNCODE":"64000270","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"永安區"},"id":"64000270"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2565,22.7954],[120.2527,22.7957],[120.2498,22.7973],[120.2445,22.7979],[120.2444,22.7953],[120.2398,22.7961],[120.2312,22.8023],[120.2281,22.8018],[120.223,22.8027],[120.2196,22.8045],[120.2155,22.8035],[120.2157,22.8022],[120.2189,22.7955],[120.2206,22.7905],[120.2229,22.7855],[120.2291,22.7733],[120.2306,22.769],[120.2324,22.7661],[120.2324,22.7625],[120.2313,22.7609],[120.2346,22.7599],[120.2393,22.7515],[120.2432,22.7439],[120.2448,22.7456],[120.243,22.7471],[120.2468,22.7542],[120.2492,22.7542],[120.2506,22.7568],[120.2497,22.7597],[120.2509,22.7605],[120.2506,22.7639],[120.252,22.7646],[120.2548,22.7694],[120.2588,22.7702],[120.2584,22.7725],[120.2621,22.7757],[120.2595,22.7789],[120.2551,22.7788],[120.2557,22.7804],[120.2539,22.7865],[120.2523,22.7893],[120.2544,22.7912],[120.2542,22.7931],[120.2565,22.794],[120.2565,22.7954]]]},"properties":{"TOWNCODE":"64000280","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"彌陀區"},"id":"64000280"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2748,22.7671],[120.2744,22.7692],[120.2696,22.7707],[120.2691,22.7677],[120.2671,22.7676],[120.2669,22.7708],[120.2638,22.769],[120.2631,22.7701],[120.2588,22.7702],[120.2548,22.7694],[120.252,22.7646],[120.2506,22.7639],[120.2509,22.7605],[120.2497,22.7597],[120.2506,22.7568],[120.2492,22.7542],[120.2468,22.7542],[120.243,22.7471],[120.2448,22.7456],[120.2432,22.7439],[120.2455,22.7387],[120.2453,22.7377],[120.2503,22.7279],[120.2494,22.7261],[120.2499,22.7242],[120.2536,22.7232],[120.2554,22.7189],[120.2563,22.7185],[120.2633,22.7277],[120.266,22.7299],[120.2665,22.7312],[120.2655,22.7345],[120.263,22.7356],[120.2663,22.7386],[120.2646,22.7413],[120.2694,22.7423],[120.2712,22.7447],[120.2718,22.7491],[120.2742,22.7506],[120.2739,22.7537],[120.2756,22.7548],[120.2762,22.7573],[120.2759,22.7612],[120.2743,22.7632],[120.2753,22.7651],[120.2748,22.7671]]]},"properties":{"TOWNCODE":"64000290","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"梓官區"},"id":"64000290"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5217,25.1791],[121.5195,25.1824],[121.5153,25.1834],[121.512,25.1852],[121.5098,25.1876],[121.5076,25.1876],[121.5065,25.1901],[121.5033,25.1907],[121.5027,25.1926],[121.5006,25.1929],[121.4953,25.1911],[121.4946,25.1932],[121.4906,25.1965],[121.4856,25.1972],[121.4857,25.1991],[121.489,25.2005],[121.489,25.2023],[121.4854,25.2049],[121.4863,25.2074],[121.485,25.2083],[121.487,25.2115],[121.489,25.2109],[121.4928,25.212],[121.4985,25.2159],[121.4962,25.2206],[121.5003,25.2216],[121.5015,25.2239],[121.4963,25.2266],[121.4977,25.2294],[121.4965,25.2305],[121.4922,25.232],[121.4896,25.2318],[121.4835,25.2345],[121.4786,25.236],[121.475,25.2378],[121.4708,25.2389],[121.4636,25.2391],[121.4574,25.2412],[121.457,25.2431],[121.4548,25.244],[121.4499,25.2442],[121.4459,25.2419],[121.4454,25.238],[121.4434,25.2342],[121.4435,25.2325],[121.4413,25.229],[121.4373,25.2197],[121.4371,25.2175],[121.4309,25.2159],[121.4287,25.2123],[121.4247,25.2079],[121.4189,25.1993],[121.4177,25.1944],[121.4187,25.1915],[121.4167,25.1915],[121.4142,25.1901],[121.41,25.1907],[121.4048,25.1898],[121.4043,25.1831],[121.4164,25.1807],[121.4188,25.1774],[121.4174,25.1755],[121.4234,25.1719],[121.433,25.1678],[121.441,25.1626],[121.4477,25.1564],[121.4501,25.1533],[121.4525,25.1472],[121.4546,25.1385],[121.457,25.126],[121.4588,25.1229],[121.4643,25.124],[121.4643,25.1273],[121.4656,25.1316],[121.4694,25.136],[121.472,25.1377],[121.4726,25.1393],[121.4765,25.1429],[121.4769,25.1441],[121.4816,25.1479],[121.4839,25.1508],[121.4866,25.1508],[121.4929,25.1609],[121.4989,25.1652],[121.4998,25.1679],[121.5019,25.1695],[121.5026,25.1733],[121.5047,25.1733],[121.5071,25.1712],[121.5104,25.1694],[121.5139,25.171],[121.5196,25.1692],[121.5226,25.1747],[121.5217,25.1791]]]},"properties":{"TOWNCODE":"65000100","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"淡水區"},"id":"65000100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.9226,25.1223],[121.9241,25.124],[121.9268,25.1288],[121.924,25.1301],[121.9212,25.1285],[121.9158,25.1268],[121.9147,25.1242],[121.9113,25.1235],[121.9045,25.1243],[121.9044,25.1233],[121.9008,25.1208],[121.8971,25.1197],[121.8946,25.1202],[121.8898,25.1199],[121.8888,25.1223],[121.8863,25.1225],[121.883,25.124],[121.88,25.1231],[121.8774,25.125],[121.8725,25.1253],[121.8714,25.1238],[121.8695,25.1251],[121.8685,25.1231],[121.865,25.1231],[121.8641,25.1242],[121.8561,25.1248],[121.8491,25.1272],[121.8403,25.1282],[121.8353,25.1282],[121.8337,25.127],[121.8319,25.1278],[121.8288,25.1277],[121.8296,25.1244],[121.8254,25.1217],[121.8225,25.1214],[121.8195,25.1251],[121.8199,25.1295],[121.8217,25.1305],[121.8266,25.136],[121.8227,25.1363],[121.8174,25.1341],[121.8154,25.1348],[121.8104,25.1331],[121.8068,25.1356],[121.8035,25.1362],[121.8025,25.1343],[121.8051,25.1317],[121.8053,25.1291],[121.8038,25.1272],[121.805,25.1252],[121.8023,25.1218],[121.7972,25.1254],[121.7946,25.1264],[121.7942,25.1233],[121.7971,25.1213],[121.7988,25.1185],[121.7977,25.1143],[121.7948,25.1126],[121.7902,25.1122],[121.7861,25.118],[121.7839,25.1168],[121.7795,25.1175],[121.7734,25.1203],[121.7715,25.1184],[121.7694,25.1146],[121.7667,25.1125],[121.763,25.1134],[121.7594,25.1126],[121.7575,25.1109],[121.7549,25.1104],[121.7518,25.111],[121.75,25.1097],[121.7507,25.1079],[121.7528,25.1069],[121.7539,25.1087],[121.7558,25.1086],[121.7575,25.1065],[121.7581,25.1036],[121.7568,25.1018],[121.7599,25.1006],[121.7594,25.0962],[121.7584,25.0937],[121.7598,25.0901],[121.7591,25.0845],[121.7598,25.0815],[121.7616,25.0784],[121.7684,25.0785],[121.7715,25.0759],[121.7757,25.0701],[121.7782,25.0713],[121.7808,25.0711],[121.7829,25.0726],[121.7855,25.0729],[121.7896,25.0761],[121.7951,25.0774],[121.7979,25.0759],[121.8005,25.0729],[121.8037,25.0676],[121.8057,25.0663],[121.8045,25.0636],[121.8049,25.0607],[121.8069,25.0581],[121.8099,25.0597],[121.8122,25.0594],[121.8143,25.0579],[121.8135,25.0518],[121.8153,25.048],[121.8147,25.0458],[121.8169,25.0421],[121.8201,25.0433],[121.8213,25.0456],[121.8233,25.046],[121.8248,25.0449],[121.8274,25.0455],[121.8302,25.0452],[121.8319,25.0441],[121.834,25.0444],[121.8348,25.0475],[121.8339,25.0502],[121.8304,25.0561],[121.8305,25.0621],[121.8296,25.0648],[121.8324,25.0691],[121.8324,25.0717],[121.8362,25.0739],[121.8393,25.0766],[121.8407,25.0806],[121.8432,25.0827],[121.8454,25.087],[121.8476,25.0894],[121.8513,25.089],[121.8532,25.0949],[121.8559,25.0961],[121.862,25.0965],[121.867,25.0941],[121.8722,25.0937],[121.8755,25.0946],[121.8787,25.0951],[121.8818,25.0979],[121.8872,25.1003],[121.8928,25.1006],[121.8957,25.1012],[121.8974,25.1035],[121.8947,25.1085],[121.895,25.11],[121.8973,25.1124],[121.9037,25.1163],[121.9063,25.1174],[121.9084,25.1167],[121.9196,25.1205],[121.9226,25.1223]]]},"properties":{"TOWNCODE":"65000120","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"瑞芳區"},"id":"65000120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4018,25.1076],[121.4022,25.1047],[121.4018,25.0979],[121.404,25.0955],[121.4031,25.0933],[121.4008,25.0919],[121.401,25.0875],[121.3975,25.0838],[121.3985,25.081],[121.3949,25.0822],[121.3926,25.0821],[121.3927,25.0864],[121.3945,25.0882],[121.3964,25.0875],[121.3969,25.0932],[121.3954,25.1002],[121.3917,25.1007],[121.3895,25.1064],[121.387,25.1092],[121.3851,25.1096],[121.3859,25.1149],[121.3832,25.1149],[121.3769,25.1198],[121.3743,25.1231],[121.3689,25.1321],[121.3671,25.1339],[121.3658,25.1397],[121.3645,25.1379],[121.3599,25.1347],[121.3554,25.1331],[121.3534,25.1316],[121.3469,25.1299],[121.345,25.1284],[121.3411,25.1286],[121.3386,25.127],[121.3269,25.1242],[121.3235,25.1243],[121.3201,25.1234],[121.3165,25.1241],[121.3135,25.1235],[121.3104,25.1238],[121.3096,25.1259],[121.3046,25.1261],[121.3041,25.1242],[121.3006,25.1252],[121.2966,25.1231],[121.2926,25.1191],[121.2877,25.1179],[121.2834,25.1178],[121.2839,25.1124],[121.2827,25.1096],[121.2852,25.1086],[121.2871,25.1068],[121.2902,25.1069],[121.2916,25.1026],[121.2955,25.103],[121.2983,25.1045],[121.3015,25.1011],[121.3015,25.0981],[121.3031,25.0967],[121.3107,25.0965],[121.3176,25.0932],[121.3208,25.0926],[121.325,25.0926],[121.3278,25.0912],[121.33,25.0884],[121.3328,25.0866],[121.3363,25.0853],[121.3383,25.0837],[121.3438,25.0842],[121.3466,25.0836],[121.3491,25.0812],[121.345,25.0797],[121.344,25.0775],[121.3445,25.0751],[121.3407,25.0756],[121.3409,25.0735],[121.3428,25.0728],[121.3485,25.074],[121.3489,25.0718],[121.3478,25.0698],[121.3523,25.0688],[121.3551,25.0671],[121.3549,25.0654],[121.3585,25.0649],[121.3673,25.0651],[121.3752,25.0661],[121.3801,25.0651],[121.3827,25.066],[121.3825,25.07],[121.3863,25.0729],[121.3888,25.069],[121.3911,25.0692],[121.3961,25.0732],[121.397,25.0707],[121.3955,25.0687],[121.3976,25.0656],[121.3999,25.0655],[121.4002,25.0631],[121.4036,25.0636],[121.4056,25.0647],[121.4026,25.0669],[121.4062,25.0688],[121.4021,25.0714],[121.3995,25.0683],[121.3989,25.0763],[121.402,25.075],[121.4083,25.0758],[121.4056,25.0764],[121.4037,25.0783],[121.4023,25.0832],[121.4036,25.0842],[121.4065,25.0828],[121.4087,25.0805],[121.4109,25.0823],[121.4091,25.0842],[121.4092,25.0861],[121.408,25.0884],[121.4107,25.09],[121.4093,25.0937],[121.4106,25.0951],[121.4069,25.1001],[121.4062,25.1023],[121.4041,25.1009],[121.4035,25.1061],[121.4018,25.1076]]]},"properties":{"TOWNCODE":"65000170","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"林口區"},"id":"65000170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.566,25.215],[121.5627,25.222],[121.5603,25.2232],[121.5561,25.2272],[121.5556,25.2311],[121.5565,25.2338],[121.5542,25.2395],[121.5508,25.2425],[121.5526,25.2439],[121.5517,25.2453],[121.5494,25.2448],[121.5479,25.2426],[121.5459,25.2434],[121.5448,25.2454],[121.5465,25.2465],[121.5477,25.2499],[121.5464,25.2534],[121.5478,25.2547],[121.5478,25.2572],[121.5497,25.2595],[121.5504,25.2618],[121.5498,25.2637],[121.5459,25.2669],[121.5432,25.2681],[121.5414,25.2665],[121.534,25.266],[121.5309,25.264],[121.5318,25.2608],[121.5295,25.2602],[121.5241,25.2637],[121.521,25.2689],[121.5197,25.269],[121.5155,25.2744],[121.5134,25.2761],[121.5083,25.2781],[121.5077,25.2828],[121.5043,25.2815],[121.5028,25.2798],[121.4994,25.2795],[121.4949,25.2776],[121.4937,25.2763],[121.4866,25.2727],[121.4809,25.2709],[121.477,25.2663],[121.4749,25.2606],[121.4716,25.256],[121.4673,25.2533],[121.4625,25.2521],[121.4562,25.2532],[121.4527,25.2528],[121.4476,25.2467],[121.4459,25.2419],[121.4499,25.2442],[121.4548,25.244],[121.457,25.2431],[121.4574,25.2412],[121.4636,25.2391],[121.4708,25.2389],[121.475,25.2378],[121.4786,25.236],[121.4835,25.2345],[121.4896,25.2318],[121.4922,25.232],[121.4965,25.2305],[121.4977,25.2294],[121.4963,25.2266],[121.5015,25.2239],[121.5003,25.2216],[121.4962,25.2206],[121.4985,25.2159],[121.4928,25.212],[121.489,25.2109],[121.487,25.2115],[121.485,25.2083],[121.4863,25.2074],[121.4854,25.2049],[121.489,25.2023],[121.489,25.2005],[121.4857,25.1991],[121.4856,25.1972],[121.4906,25.1965],[121.4946,25.1932],[121.4953,25.1911],[121.5006,25.1929],[121.5027,25.1926],[121.5033,25.1907],[121.5065,25.1901],[121.5076,25.1876],[121.5098,25.1876],[121.512,25.1852],[121.5153,25.1834],[121.5195,25.1824],[121.5217,25.1791],[121.5258,25.1829],[121.5334,25.1836],[121.5358,25.1867],[121.5406,25.1871],[121.5428,25.1888],[121.5432,25.1937],[121.5445,25.1954],[121.549,25.1982],[121.5506,25.1971],[121.5526,25.1988],[121.5517,25.2036],[121.5531,25.2042],[121.5549,25.2083],[121.5592,25.2101],[121.5626,25.2142],[121.566,25.215]]]},"properties":{"TOWNCODE":"65000210","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"三芝區"},"id":"65000210"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4588,25.1229],[121.457,25.126],[121.4546,25.1385],[121.4525,25.1472],[121.4501,25.1533],[121.4477,25.1564],[121.441,25.1626],[121.433,25.1678],[121.4234,25.1719],[121.4174,25.1755],[121.4134,25.1705],[121.4125,25.1685],[121.4098,25.166],[121.4055,25.1604],[121.4023,25.1588],[121.3952,25.165],[121.3916,25.1677],[121.388,25.152],[121.3897,25.1477],[121.3794,25.143],[121.3754,25.142],[121.372,25.142],[121.3717,25.141],[121.3673,25.1391],[121.3658,25.1397],[121.3671,25.1339],[121.3689,25.1321],[121.3743,25.1231],[121.3769,25.1198],[121.3832,25.1149],[121.3859,25.1149],[121.3851,25.1096],[121.387,25.1092],[121.3895,25.1064],[121.3917,25.1007],[121.3954,25.1002],[121.3969,25.0932],[121.3964,25.0875],[121.3945,25.0882],[121.3927,25.0864],[121.3926,25.0821],[121.3949,25.0822],[121.3985,25.081],[121.3975,25.0838],[121.401,25.0875],[121.4008,25.0919],[121.4031,25.0933],[121.404,25.0955],[121.4018,25.0979],[121.4022,25.1047],[121.4018,25.1076],[121.4017,25.1104],[121.4001,25.1141],[121.401,25.1151],[121.401,25.118],[121.4032,25.1193],[121.4047,25.1226],[121.4102,25.121],[121.4127,25.1228],[121.4148,25.1229],[121.416,25.1249],[121.4156,25.1294],[121.4167,25.1301],[121.4212,25.1295],[121.4243,25.1322],[121.4261,25.1296],[121.4293,25.1287],[121.4315,25.129],[121.4366,25.1268],[121.4414,25.1232],[121.4458,25.1231],[121.4493,25.1201],[121.4517,25.1201],[121.4551,25.1188],[121.4554,25.1162],[121.459,25.1127],[121.4609,25.1162],[121.4588,25.1229]]]},"properties":{"TOWNCODE":"65000230","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"八里區"},"id":"65000230"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7073,24.3579],[120.7075,24.3617],[120.7038,24.3617],[120.7002,24.3631],[120.6983,24.3648],[120.6923,24.3675],[120.6898,24.3745],[120.6886,24.3749],[120.6862,24.3785],[120.6774,24.384],[120.6786,24.3871],[120.6759,24.3884],[120.6724,24.3913],[120.671,24.3911],[120.6673,24.3966],[120.6657,24.4003],[120.6582,24.4066],[120.6518,24.4083],[120.6487,24.4095],[120.6483,24.4112],[120.6461,24.4122],[120.6452,24.4146],[120.6433,24.4153],[120.6428,24.4181],[120.6432,24.4218],[120.6402,24.4242],[120.6397,24.4278],[120.6319,24.4326],[120.6288,24.4378],[120.6261,24.4392],[120.6219,24.4403],[120.6193,24.4349],[120.6152,24.4321],[120.6147,24.4287],[120.6103,24.4259],[120.6102,24.4233],[120.6076,24.4195],[120.6026,24.4156],[120.6013,24.4137],[120.5988,24.4078],[120.5971,24.4064],[120.6092,24.3994],[120.6136,24.3956],[120.6216,24.3922],[120.6241,24.3904],[120.6331,24.386],[120.6382,24.3773],[120.6355,24.3761],[120.6312,24.3772],[120.6216,24.3791],[120.6207,24.3761],[120.6143,24.3748],[120.6119,24.3657],[120.6107,24.3624],[120.6087,24.3624],[120.608,24.3582],[120.6039,24.3564],[120.6069,24.3506],[120.6106,24.3481],[120.6037,24.3471],[120.602,24.3457],[120.6028,24.3428],[120.6013,24.3407],[120.5994,24.3441],[120.5967,24.3435],[120.5937,24.3415],[120.5967,24.3354],[120.5946,24.3329],[120.594,24.3307],[120.5917,24.3293],[120.5886,24.3248],[120.5866,24.3234],[120.589,24.3201],[120.5944,24.3155],[120.5994,24.3155],[120.6016,24.315],[120.6078,24.316],[120.609,24.3158],[120.6114,24.3233],[120.6118,24.3273],[120.6144,24.332],[120.6193,24.335],[120.6248,24.3372],[120.6263,24.3367],[120.6292,24.3376],[120.6321,24.3376],[120.635,24.346],[120.64,24.3455],[120.6458,24.3508],[120.6455,24.3534],[120.6468,24.3552],[120.6496,24.3562],[120.6513,24.3584],[120.6559,24.3626],[120.6821,24.3585],[120.6838,24.3585],[120.6844,24.3623],[120.6924,24.3605],[120.7022,24.3594],[120.7073,24.3579]]]},"properties":{"TOWNCODE":"66000110","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大甲區"},"id":"66000110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5866,24.3234],[120.5886,24.3248],[120.5917,24.3293],[120.594,24.3307],[120.5946,24.3329],[120.5967,24.3354],[120.5937,24.3415],[120.5967,24.3435],[120.5994,24.3441],[120.6013,24.3407],[120.6028,24.3428],[120.602,24.3457],[120.6037,24.3471],[120.6106,24.3481],[120.6069,24.3506],[120.6039,24.3564],[120.608,24.3582],[120.6087,24.3624],[120.6107,24.3624],[120.6119,24.3657],[120.6143,24.3748],[120.6207,24.3761],[120.6216,24.3791],[120.6312,24.3772],[120.6355,24.3761],[120.6382,24.3773],[120.6331,24.386],[120.6241,24.3904],[120.6216,24.3922],[120.6136,24.3956],[120.6092,24.3994],[120.5971,24.4064],[120.594,24.4039],[120.5898,24.3992],[120.5867,24.3923],[120.5836,24.3898],[120.5751,24.379],[120.5731,24.3772],[120.5711,24.3742],[120.5704,24.3698],[120.5682,24.3661],[120.5656,24.3639],[120.5628,24.3618],[120.5612,24.359],[120.5617,24.3579],[120.5593,24.3543],[120.5593,24.3502],[120.5558,24.3477],[120.5504,24.3415],[120.5458,24.3349],[120.5428,24.3355],[120.5397,24.3349],[120.5581,24.3336],[120.5634,24.3326],[120.5707,24.3321],[120.5801,24.3319],[120.5836,24.3282],[120.584,24.3255],[120.5866,24.3234]]]},"properties":{"TOWNCODE":"66000220","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大安區"},"id":"66000220"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1626,23.31],[120.1608,23.3106],[120.1557,23.3103],[120.1545,23.3129],[120.1499,23.3131],[120.1485,23.3146],[120.1486,23.3196],[120.1471,23.3211],[120.1377,23.3273],[120.1325,23.3297],[120.1181,23.3402],[120.1173,23.3387],[120.114,23.3362],[120.111,23.3318],[120.1136,23.3223],[120.1125,23.3156],[120.1108,23.3104],[120.1068,23.3053],[120.1031,23.3045],[120.1019,23.3023],[120.0963,23.2991],[120.0943,23.295],[120.0945,23.2902],[120.0951,23.2881],[120.095,23.2804],[120.0934,23.2661],[120.0921,23.2593],[120.0894,23.2498],[120.088,23.2487],[120.0877,23.2466],[120.0831,23.2411],[120.0866,23.238],[120.0891,23.2376],[120.0886,23.2343],[120.0873,23.2317],[120.0889,23.2289],[120.0927,23.2277],[120.0958,23.2255],[120.1031,23.225],[120.1057,23.2253],[120.1079,23.2267],[120.1127,23.2266],[120.1186,23.2272],[120.1226,23.2266],[120.1272,23.2266],[120.1333,23.2277],[120.1356,23.229],[120.1354,23.2295],[120.1382,23.2361],[120.1386,23.2393],[120.1411,23.2392],[120.1425,23.2426],[120.1426,23.2447],[120.1396,23.2468],[120.1398,23.2502],[120.1362,23.2516],[120.1341,23.2561],[120.1394,23.2611],[120.1416,23.2625],[120.1435,23.2624],[120.1479,23.2604],[120.1503,23.2654],[120.1524,23.2676],[120.1498,23.2751],[120.1503,23.2761],[120.1497,23.28],[120.1502,23.2822],[120.1463,23.2853],[120.1445,23.2892],[120.1441,23.2934],[120.1457,23.2938],[120.1478,23.2924],[120.1504,23.2876],[120.1525,23.2869],[120.1557,23.289],[120.1572,23.2882],[120.1592,23.2848],[120.1616,23.2833],[120.1668,23.2777],[120.1701,23.2807],[120.1764,23.2816],[120.1789,23.2826],[120.1831,23.2817],[120.1836,23.2842],[120.1802,23.2868],[120.183,23.2879],[120.1841,23.2903],[120.1787,23.2917],[120.1759,23.294],[120.1737,23.2992],[120.1739,23.2999],[120.1711,23.3044],[120.1662,23.3085],[120.1626,23.31]]]},"properties":{"TOWNCODE":"67000170","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"北門區"},"id":"67000170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1727,23.0836],[120.171,23.0823],[120.164,23.0846],[120.1627,23.0904],[120.1575,23.0892],[120.1526,23.0914],[120.1491,23.0914],[120.1317,23.0894],[120.1263,23.0886],[120.1166,23.0883],[120.1097,23.0877],[120.101,23.085],[120.099,23.0836],[120.0919,23.0766],[120.0907,23.0733],[120.0847,23.068],[120.0794,23.0639],[120.0755,23.0604],[120.0711,23.055],[120.0701,23.0528],[120.0634,23.0456],[120.0627,23.044],[120.0677,23.041],[120.0745,23.0389],[120.0806,23.0356],[120.0871,23.0327],[120.0935,23.0292],[120.0972,23.0266],[120.104,23.0228],[120.1102,23.0189],[120.1196,23.0112],[120.1271,23.0056],[120.1347,22.9994],[120.1394,22.9974],[120.1417,22.9995],[120.1572,23.0058],[120.1595,23.0057],[120.1632,23.0047],[120.1668,23.0048],[120.1732,23.0075],[120.1763,23.0088],[120.1821,23.0124],[120.185,23.0152],[120.1897,23.0183],[120.1938,23.0202],[120.2033,23.0229],[120.2094,23.0229],[120.216,23.0255],[120.2202,23.0296],[120.2206,23.0316],[120.2233,23.0365],[120.2233,23.0379],[120.2253,23.0421],[120.2291,23.0458],[120.2348,23.0493],[120.2389,23.0502],[120.241,23.0518],[120.2434,23.0563],[120.2449,23.0576],[120.2469,23.0656],[120.2411,23.0666],[120.2379,23.0669],[120.2351,23.0696],[120.2318,23.0708],[120.2283,23.0713],[120.2243,23.0729],[120.2234,23.0758],[120.221,23.0753],[120.2206,23.0739],[120.217,23.0743],[120.2137,23.0732],[120.2138,23.0701],[120.209,23.0685],[120.2067,23.0686],[120.2056,23.0701],[120.2021,23.068],[120.1996,23.0718],[120.2055,23.0766],[120.2072,23.0785],[120.2027,23.0783],[120.1993,23.0788],[120.1925,23.0816],[120.1874,23.0831],[120.1817,23.0776],[120.1764,23.0783],[120.1764,23.0807],[120.175,23.0811],[120.1727,23.0836]]]},"properties":{"TOWNCODE":"67000350","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"安南區"},"id":"67000350"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2834,25.1178],[121.278,25.1184],[121.269,25.1199],[121.2598,25.1236],[121.2576,25.1221],[121.2531,25.1208],[121.2498,25.1214],[121.2484,25.1195],[121.2485,25.1177],[121.2524,25.1134],[121.2542,25.1016],[121.2567,25.0979],[121.2582,25.0934],[121.2628,25.0899],[121.2668,25.0824],[121.2712,25.0812],[121.2726,25.0802],[121.2732,25.0776],[121.2703,25.0735],[121.2678,25.0727],[121.2655,25.0733],[121.2642,25.0697],[121.2628,25.0694],[121.2623,25.0662],[121.2544,25.0609],[121.2519,25.0621],[121.249,25.0602],[121.2511,25.0574],[121.2482,25.0568],[121.2455,25.0554],[121.2462,25.0531],[121.2483,25.0501],[121.2444,25.0459],[121.2389,25.0443],[121.2367,25.0425],[121.2376,25.0394],[121.2343,25.0362],[121.2347,25.0325],[121.2331,25.0313],[121.2375,25.0259],[121.2392,25.0227],[121.2463,25.0139],[121.2476,25.0107],[121.2498,25.0073],[121.2542,25.0028],[121.2568,24.9958],[121.257,24.9935],[121.2598,24.9871],[121.2644,24.9897],[121.2683,24.9892],[121.2709,24.9905],[121.2749,24.9902],[121.2742,24.9925],[121.2761,24.997],[121.2791,25.0003],[121.2794,25.0023],[121.2775,25.0076],[121.2742,25.0126],[121.273,25.0175],[121.2719,25.0182],[121.2717,25.0223],[121.2751,25.0239],[121.2784,25.027],[121.2774,25.0301],[121.2843,25.0321],[121.2846,25.0297],[121.2873,25.0269],[121.2889,25.0264],[121.2932,25.0303],[121.2963,25.0324],[121.3025,25.0332],[121.301,25.0377],[121.2947,25.0485],[121.2952,25.0497],[121.3029,25.0473],[121.3075,25.0491],[121.3082,25.0511],[121.3156,25.051],[121.317,25.0521],[121.322,25.054],[121.3237,25.0575],[121.3295,25.0609],[121.3345,25.0625],[121.3396,25.0636],[121.3423,25.0652],[121.3449,25.0657],[121.3504,25.0658],[121.3549,25.0654],[121.3551,25.0671],[121.3523,25.0688],[121.3478,25.0698],[121.3489,25.0718],[121.3485,25.074],[121.3428,25.0728],[121.3409,25.0735],[121.3407,25.0756],[121.3445,25.0751],[121.344,25.0775],[121.345,25.0797],[121.3491,25.0812],[121.3466,25.0836],[121.3438,25.0842],[121.3383,25.0837],[121.3363,25.0853],[121.3328,25.0866],[121.33,25.0884],[121.3278,25.0912],[121.325,25.0926],[121.3208,25.0926],[121.3176,25.0932],[121.3107,25.0965],[121.3031,25.0967],[121.3015,25.0981],[121.3015,25.1011],[121.2983,25.1045],[121.2955,25.103],[121.2916,25.1026],[121.2902,25.1069],[121.2871,25.1068],[121.2852,25.1086],[121.2827,25.1096],[121.2839,25.1124],[121.2834,25.1178]]]},"properties":{"TOWNCODE":"68000050","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"蘆竹區"},"id":"68000050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3801,25.0651],[121.3752,25.0661],[121.3673,25.0651],[121.3585,25.0649],[121.3549,25.0654],[121.3504,25.0658],[121.3449,25.0657],[121.3423,25.0652],[121.3396,25.0636],[121.3345,25.0625],[121.3295,25.0609],[121.3237,25.0575],[121.322,25.054],[121.317,25.0521],[121.3156,25.051],[121.3082,25.0511],[121.3075,25.0491],[121.3029,25.0473],[121.2952,25.0497],[121.2947,25.0485],[121.301,25.0377],[121.3025,25.0332],[121.3043,25.0304],[121.3098,25.0316],[121.3125,25.0307],[121.3161,25.0286],[121.3173,25.0265],[121.3251,25.0261],[121.3263,25.0233],[121.325,25.0205],[121.3256,25.017],[121.33,25.0166],[121.3296,25.0132],[121.3317,25.0116],[121.3314,25.0057],[121.3322,25.0048],[121.3303,25.0018],[121.3289,24.998],[121.3261,24.9958],[121.3238,24.9955],[121.3233,24.9922],[121.3214,24.9907],[121.3213,24.9871],[121.3251,24.9819],[121.3272,24.9823],[121.3298,24.9791],[121.334,24.9787],[121.3367,24.9807],[121.341,24.9802],[121.3428,24.9823],[121.3471,24.9788],[121.3523,24.9809],[121.354,24.9778],[121.3613,24.9779],[121.3639,24.9796],[121.3689,24.9768],[121.3722,24.9798],[121.3765,24.9811],[121.379,24.9834],[121.3819,24.9839],[121.3856,24.9865],[121.3835,24.9883],[121.3843,24.9918],[121.3841,24.9957],[121.387,24.996],[121.39,24.9946],[121.3905,24.9933],[121.3943,24.9935],[121.3965,24.9956],[121.3969,24.9973],[121.4001,24.9983],[121.4033,25.0003],[121.4003,25.0041],[121.3997,25.0068],[121.3926,25.0105],[121.3913,25.012],[121.3927,25.0139],[121.3971,25.0162],[121.4017,25.0158],[121.4041,25.0172],[121.4059,25.0171],[121.4121,25.0195],[121.4107,25.021],[121.4088,25.0208],[121.4045,25.0238],[121.4038,25.0253],[121.4011,25.0267],[121.4015,25.028],[121.3983,25.0301],[121.3985,25.0346],[121.3999,25.035],[121.4013,25.0374],[121.3944,25.0401],[121.3929,25.0421],[121.3931,25.0436],[121.3985,25.0438],[121.403,25.0455],[121.4031,25.0455],[121.3998,25.045],[121.398,25.0468],[121.3993,25.0479],[121.3939,25.0494],[121.4002,25.0498],[121.4004,25.0515],[121.3975,25.0515],[121.3964,25.0525],[121.3925,25.0537],[121.3865,25.0538],[121.3883,25.0571],[121.3889,25.0607],[121.3864,25.0633],[121.3829,25.0629],[121.3801,25.0651]]]},"properties":{"TOWNCODE":"68000070","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"龜山區"},"id":"68000070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4504,24.7909],[121.4457,24.7901],[121.4417,24.7933],[121.4385,24.7951],[121.4371,24.7981],[121.438,24.8007],[121.438,24.8039],[121.437,24.8054],[121.4373,24.8082],[121.4366,24.8121],[121.4318,24.8137],[121.428,24.817],[121.4268,24.8193],[121.4253,24.82],[121.4251,24.8225],[121.4235,24.8255],[121.4168,24.8257],[121.4161,24.8287],[121.4138,24.832],[121.4156,24.8356],[121.4104,24.8386],[121.4088,24.8406],[121.4028,24.8436],[121.4007,24.8417],[121.3981,24.8417],[121.3964,24.8436],[121.3935,24.844],[121.3894,24.8422],[121.3881,24.8424],[121.385,24.8408],[121.3846,24.8381],[121.3791,24.8351],[121.3735,24.8333],[121.3727,24.8351],[121.3642,24.8381],[121.3603,24.8381],[121.3578,24.8395],[121.3549,24.844],[121.3465,24.8459],[121.3395,24.8434],[121.3358,24.8449],[121.333,24.8444],[121.332,24.84],[121.3324,24.8391],[121.3304,24.8328],[121.3312,24.8317],[121.3308,24.8287],[121.3324,24.8264],[121.3273,24.8246],[121.3271,24.822],[121.3239,24.8215],[121.322,24.8221],[121.319,24.8186],[121.32,24.8176],[121.3221,24.8112],[121.3219,24.8081],[121.3163,24.8034],[121.3114,24.8058],[121.3063,24.8096],[121.3046,24.81],[121.303,24.8086],[121.2999,24.8081],[121.2947,24.81],[121.2888,24.8139],[121.286,24.8163],[121.2834,24.8158],[121.28,24.8167],[121.2741,24.815],[121.2689,24.815],[121.2646,24.8137],[121.2659,24.8091],[121.2643,24.8055],[121.2605,24.805],[121.2573,24.8059],[121.2554,24.8075],[121.2532,24.8107],[121.2432,24.8087],[121.2454,24.807],[121.2477,24.8025],[121.2468,24.7985],[121.2479,24.7965],[121.2504,24.7957],[121.2522,24.7939],[121.2579,24.7928],[121.2605,24.793],[121.2612,24.79],[121.2588,24.7845],[121.2598,24.7822],[121.266,24.7798],[121.2678,24.78],[121.2706,24.7784],[121.2713,24.7748],[121.2731,24.7748],[121.2788,24.7707],[121.2843,24.7704],[121.2875,24.7687],[121.2925,24.7677],[121.2931,24.7654],[121.2936,24.7643],[121.2986,24.7629],[121.3003,24.7636],[121.3041,24.7574],[121.3077,24.7552],[121.3051,24.7502],[121.3052,24.7461],[121.3008,24.7414],[121.3001,24.7374],[121.2982,24.7338],[121.2987,24.7307],[121.3007,24.7297],[121.3035,24.7268],[121.3054,24.726],[121.3056,24.7241],[121.3076,24.7202],[121.3064,24.7131],[121.3032,24.7082],[121.3022,24.7042],[121.3023,24.7019],[121.2995,24.6966],[121.3006,24.6941],[121.3039,24.6929],[121.3067,24.694],[121.3132,24.6977],[121.3179,24.6981],[121.321,24.6955],[121.3231,24.6954],[121.3267,24.6935],[121.3298,24.691],[121.3359,24.6836],[121.339,24.6791],[121.3398,24.6701],[121.3391,24.6667],[121.3404,24.6664],[121.3439,24.6694],[121.3455,24.6664],[121.3485,24.6679],[121.3537,24.6647],[121.3531,24.6602],[121.3532,24.6548],[121.3522,24.6525],[121.353,24.6488],[121.3524,24.6434],[121.3556,24.6414],[121.3574,24.6376],[121.3581,24.6335],[121.3612,24.6338],[121.3658,24.6317],[121.3654,24.6283],[121.3633,24.6232],[121.3588,24.6165],[121.3595,24.6138],[121.3613,24.6123],[121.3612,24.6101],[121.3635,24.608],[121.3642,24.6055],[121.3633,24.6031],[121.3673,24.5988],[121.3715,24.5973],[121.3734,24.5934],[121.3812,24.5904],[121.3876,24.5865],[121.3917,24.5865],[121.3948,24.5875],[121.3957,24.5889],[121.403,24.5917],[121.4067,24.5971],[121.4089,24.5994],[121.4126,24.6015],[121.4158,24.6023],[121.4183,24.601],[121.4226,24.6022],[121.4276,24.6057],[121.4298,24.6113],[121.4306,24.6145],[121.4329,24.6162],[121.4335,24.6188],[121.4357,24.6213],[121.4348,24.6245],[121.4359,24.627],[121.4404,24.635],[121.4447,24.6369],[121.4456,24.6391],[121.4449,24.6427],[121.4454,24.6438],[121.4488,24.646],[121.4513,24.6517],[121.4488,24.6532],[121.4477,24.6556],[121.4477,24.6584],[121.4497,24.6623],[121.4539,24.6644],[121.455,24.6679],[121.4598,24.6733],[121.4611,24.6727],[121.4671,24.6724],[121.4692,24.6718],[121.4722,24.6731],[121.48,24.6739],[121.4755,24.6807],[121.4754,24.6838],[121.4739,24.6853],[121.473,24.6898],[121.4748,24.6935],[121.4742,24.6961],[121.4706,24.6968],[121.4696,24.6961],[121.4665,24.6981],[121.4638,24.7009],[121.4599,24.7028],[121.4571,24.7031],[121.4501,24.7058],[121.4488,24.7122],[121.4451,24.7148],[121.4414,24.7235],[121.441,24.7259],[121.4383,24.7266],[121.4341,24.7304],[121.4354,24.7329],[121.4328,24.7373],[121.4331,24.7395],[121.4321,24.7421],[121.4303,24.7437],[121.4286,24.7482],[121.4292,24.7499],[121.4285,24.7535],[121.4256,24.7584],[121.4259,24.7605],[121.4234,24.7617],[121.4234,24.7631],[121.4254,24.767],[121.432,24.7722],[121.4348,24.7726],[121.4379,24.7746],[121.4402,24.7788],[121.4428,24.7806],[121.446,24.7817],[121.4496,24.7864],[121.4488,24.7882],[121.4504,24.7909]]]},"properties":{"TOWNCODE":"68000130","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"復興區"},"id":"68000130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4496,23.4434],[120.453,23.445],[120.4554,23.4503],[120.459,23.4542],[120.4609,23.4553],[120.4643,23.4555],[120.465,23.4584],[120.4687,23.4616],[120.4768,23.462],[120.4808,23.4599],[120.4819,23.4578],[120.4846,23.4563],[120.4896,23.4522],[120.4952,23.4529],[120.4953,23.4529],[120.4971,23.4554],[120.497,23.4567],[120.5007,23.461],[120.4998,23.4655],[120.5037,23.4672],[120.5049,23.4696],[120.5072,23.4718],[120.5092,23.4721],[120.509,23.4752],[120.5051,23.4788],[120.5041,23.481],[120.5018,23.4809],[120.5037,23.4852],[120.5019,23.4863],[120.5013,23.4898],[120.498,23.4908],[120.4946,23.4901],[120.4936,23.4911],[120.4894,23.4914],[120.486,23.4934],[120.4839,23.4957],[120.4837,23.4982],[120.4847,23.5014],[120.4832,23.5054],[120.48,23.5043],[120.4754,23.5066],[120.4736,23.5069],[120.4709,23.504],[120.47,23.5],[120.4655,23.4987],[120.4626,23.5007],[120.4621,23.5033],[120.4604,23.5066],[120.4576,23.5091],[120.4562,23.512],[120.4574,23.5136],[120.457,23.5158],[120.4533,23.5159],[120.4494,23.5171],[120.448,23.5182],[120.4445,23.5173],[120.4406,23.5183],[120.4421,23.5137],[120.4405,23.5119],[120.4371,23.5141],[120.4374,23.5151],[120.435,23.5173],[120.4325,23.5136],[120.4338,23.5098],[120.4355,23.5088],[120.4421,23.498],[120.4452,23.5041],[120.4472,23.505],[120.4502,23.4923],[120.4497,23.4895],[120.4476,23.4865],[120.4496,23.4799],[120.4503,23.4739],[120.4518,23.474],[120.4518,23.4706],[120.4496,23.4689],[120.4517,23.4626],[120.4472,23.4617],[120.447,23.455],[120.4514,23.4516],[120.4509,23.4462],[120.4496,23.4434]]]},"properties":{"TOWNCODE":"10020010","COUNTYCODE":"10020","COUNTYNAME":"嘉義市","TOWNNAME":"東區"},"id":"10020010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4496,23.4434],[120.4509,23.4462],[120.4514,23.4516],[120.447,23.455],[120.4472,23.4617],[120.4517,23.4626],[120.4496,23.4689],[120.4518,23.4706],[120.4518,23.474],[120.4503,23.4739],[120.4496,23.4799],[120.4476,23.4865],[120.4497,23.4895],[120.4502,23.4923],[120.4472,23.505],[120.4452,23.5041],[120.4421,23.498],[120.4355,23.5088],[120.4338,23.5098],[120.4315,23.5087],[120.4263,23.5088],[120.425,23.5064],[120.4167,23.5054],[120.4133,23.5023],[120.4125,23.4995],[120.4083,23.4987],[120.4079,23.5033],[120.4088,23.5066],[120.4057,23.5037],[120.4038,23.5037],[120.401,23.5019],[120.3993,23.4988],[120.3944,23.5008],[120.3913,23.5002],[120.3893,23.4986],[120.3892,23.4939],[120.3898,23.4915],[120.3947,23.4907],[120.3939,23.489],[120.3934,23.4824],[120.3944,23.4808],[120.3969,23.4804],[120.3988,23.478],[120.3986,23.4733],[120.3993,23.4711],[120.3979,23.4703],[120.3966,23.4677],[120.3942,23.4664],[120.3942,23.4625],[120.4016,23.4634],[120.4051,23.4634],[120.4081,23.4644],[120.4118,23.4647],[120.4133,23.4619],[120.4152,23.4603],[120.4239,23.4614],[120.426,23.4607],[120.4293,23.461],[120.4301,23.4525],[120.4351,23.4489],[120.438,23.4447],[120.4359,23.4442],[120.4396,23.4396],[120.4416,23.4401],[120.4476,23.4436],[120.4496,23.4434]]]},"properties":{"TOWNCODE":"10020020","COUNTYCODE":"10020","COUNTYNAME":"嘉義市","TOWNNAME":"西區"},"id":"10020020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8918,22.2916],[120.8881,22.2925],[120.8886,22.295],[120.886,22.2997],[120.8819,22.302],[120.8784,22.3022],[120.8763,22.3032],[120.8721,22.3025],[120.8674,22.3067],[120.8686,22.3088],[120.8644,22.3115],[120.8586,22.3159],[120.859,22.3177],[120.8633,22.3216],[120.8641,22.3237],[120.8639,22.3263],[120.8654,22.3288],[120.8655,22.3326],[120.8631,22.3386],[120.8603,22.3405],[120.8609,22.3434],[120.863,22.344],[120.8656,22.3474],[120.8612,22.3517],[120.8582,22.356],[120.8547,22.357],[120.8631,22.3616],[120.8701,22.3628],[120.8717,22.3645],[120.8775,22.363],[120.8788,22.3663],[120.876,22.3692],[120.8793,22.3715],[120.8794,22.3733],[120.878,22.3749],[120.8817,22.3773],[120.8823,22.379],[120.8887,22.3812],[120.888,22.3847],[120.8861,22.3859],[120.8856,22.388],[120.8874,22.3886],[120.886,22.3929],[120.8863,22.395],[120.8837,22.3991],[120.8767,22.4038],[120.8737,22.405],[120.8793,22.4081],[120.8867,22.4096],[120.8887,22.4113],[120.8884,22.4144],[120.8848,22.417],[120.8815,22.4186],[120.879,22.4211],[120.8827,22.4238],[120.8883,22.4232],[120.8914,22.4251],[120.8941,22.4303],[120.8956,22.4293],[120.8995,22.4299],[120.9046,22.432],[120.9066,22.4338],[120.9091,22.4386],[120.9121,22.4397],[120.9122,22.4424],[120.91,22.4436],[120.9085,22.4457],[120.9108,22.4497],[120.9124,22.4503],[120.9135,22.4528],[120.9152,22.4534],[120.9146,22.456],[120.9167,22.459],[120.9168,22.4614],[120.9183,22.4628],[120.9252,22.4629],[120.9261,22.4646],[120.9293,22.468],[120.9331,22.4689],[120.9364,22.4737],[120.9413,22.4761],[120.9424,22.4794],[120.9398,22.4831],[120.9403,22.4863],[120.9414,22.4885],[120.9387,22.49],[120.9352,22.4935],[120.9326,22.4941],[120.9299,22.496],[120.927,22.5004],[120.9247,22.5023],[120.923,22.5048],[120.921,22.5054],[120.9198,22.5082],[120.9164,22.5086],[120.9147,22.5079],[120.9124,22.5045],[120.9094,22.5028],[120.9053,22.5017],[120.9046,22.5009],[120.901,22.5007],[120.8977,22.4986],[120.8931,22.4983],[120.8914,22.4948],[120.8881,22.4924],[120.8823,22.4911],[120.8809,22.4914],[120.8779,22.4902],[120.8762,22.4904],[120.8748,22.4886],[120.8715,22.4895],[120.8701,22.4919],[120.8657,22.4919],[120.8633,22.4888],[120.8628,22.4864],[120.8609,22.4839],[120.8583,22.4825],[120.8575,22.4809],[120.8526,22.4802],[120.8464,22.4767],[120.8429,22.4776],[120.8402,22.4766],[120.8358,22.4774],[120.8262,22.4812],[120.8227,22.481],[120.8167,22.4818],[120.811,22.483],[120.8027,22.4884],[120.801,22.4883],[120.7953,22.4909],[120.7944,22.4934],[120.7874,22.4943],[120.7829,22.4957],[120.7796,22.493],[120.7778,22.4923],[120.7761,22.4957],[120.7732,22.4982],[120.7731,22.5007],[120.7711,22.5022],[120.7679,22.5029],[120.7609,22.5034],[120.7627,22.5011],[120.7643,22.4944],[120.7637,22.4909],[120.7613,22.4889],[120.7586,22.4884],[120.7575,22.4818],[120.7515,22.4797],[120.7542,22.4731],[120.7542,22.4694],[120.7516,22.4642],[120.7515,22.4585],[120.7542,22.4573],[120.7591,22.4573],[120.7655,22.4529],[120.7687,22.4526],[120.7759,22.4504],[120.7765,22.4489],[120.7751,22.4433],[120.7768,22.44],[120.7803,22.4371],[120.7828,22.4333],[120.7849,22.4279],[120.7869,22.4252],[120.7882,22.4194],[120.7877,22.4168],[120.7846,22.4128],[120.78,22.4093],[120.7773,22.4089],[120.7753,22.4096],[120.7734,22.4069],[120.7706,22.4069],[120.7688,22.4084],[120.7649,22.4089],[120.7627,22.4069],[120.7554,22.4033],[120.7576,22.3981],[120.7538,22.3964],[120.7521,22.3927],[120.7565,22.3884],[120.7546,22.3866],[120.7505,22.3841],[120.7487,22.3801],[120.7488,22.3732],[120.7475,22.3714],[120.7448,22.3702],[120.7435,22.3673],[120.7524,22.3605],[120.7549,22.3605],[120.7581,22.3594],[120.7614,22.3603],[120.7632,22.359],[120.7628,22.3567],[120.7636,22.3522],[120.767,22.3478],[120.7692,22.3474],[120.7717,22.3486],[120.7758,22.3487],[120.7793,22.3478],[120.7811,22.3464],[120.7851,22.3455],[120.7866,22.3421],[120.7885,22.3416],[120.7897,22.3376],[120.7925,22.3356],[120.7925,22.3284],[120.7934,22.3236],[120.7951,22.3226],[120.7964,22.3199],[120.7964,22.3168],[120.7942,22.3147],[120.793,22.3124],[120.7871,22.3092],[120.7832,22.3095],[120.7782,22.3085],[120.7768,22.3026],[120.7777,22.298],[120.7813,22.2947],[120.7887,22.294],[120.7911,22.2907],[120.7911,22.2882],[120.7934,22.2857],[120.7967,22.2851],[120.7992,22.2854],[120.8007,22.2842],[120.8055,22.2841],[120.8068,22.2772],[120.8006,22.2774],[120.798,22.2763],[120.7981,22.2744],[120.7964,22.2703],[120.7962,22.2678],[120.7994,22.2654],[120.7986,22.2638],[120.7991,22.2572],[120.8061,22.2598],[120.8082,22.2595],[120.8094,22.2607],[120.8156,22.263],[120.8229,22.2577],[120.826,22.2565],[120.8315,22.2501],[120.8325,22.2473],[120.8346,22.2454],[120.8361,22.2455],[120.8396,22.2436],[120.8414,22.2446],[120.8449,22.2428],[120.8463,22.2435],[120.8508,22.2437],[120.8555,22.2415],[120.8585,22.2409],[120.859,22.2386],[120.8616,22.2375],[120.8643,22.2338],[120.8623,22.2313],[120.8664,22.2298],[120.8687,22.2313],[120.8707,22.2313],[120.8715,22.233],[120.8795,22.2352],[120.8805,22.2346],[120.884,22.2406],[120.8859,22.242],[120.8914,22.2443],[120.8919,22.2454],[120.8963,22.2464],[120.8958,22.2542],[120.8946,22.2589],[120.8953,22.2619],[120.8947,22.265],[120.8931,22.2665],[120.8919,22.2769],[120.8918,22.2916]]]},"properties":{"TOWNCODE":"10014150","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"達仁鄉"},"id":"10014150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9466,22.4575],[120.9436,22.4585],[120.9368,22.4587],[120.9304,22.4604],[120.927,22.4625],[120.9252,22.4629],[120.9183,22.4628],[120.9168,22.4614],[120.9167,22.459],[120.9146,22.456],[120.9152,22.4534],[120.9135,22.4528],[120.9124,22.4503],[120.9108,22.4497],[120.9085,22.4457],[120.91,22.4436],[120.9122,22.4424],[120.9121,22.4397],[120.9091,22.4386],[120.9066,22.4338],[120.9046,22.432],[120.8995,22.4299],[120.8956,22.4293],[120.8941,22.4303],[120.8914,22.4251],[120.8883,22.4232],[120.8827,22.4238],[120.879,22.4211],[120.8815,22.4186],[120.8848,22.417],[120.8884,22.4144],[120.8887,22.4113],[120.8867,22.4096],[120.8793,22.4081],[120.8737,22.405],[120.8767,22.4038],[120.8837,22.3991],[120.8863,22.395],[120.886,22.3929],[120.8874,22.3886],[120.8856,22.388],[120.8861,22.3859],[120.888,22.3847],[120.8887,22.3812],[120.8823,22.379],[120.8817,22.3773],[120.878,22.3749],[120.8794,22.3733],[120.8793,22.3715],[120.876,22.3692],[120.8788,22.3663],[120.8775,22.363],[120.8717,22.3645],[120.8701,22.3628],[120.8631,22.3616],[120.8547,22.357],[120.8582,22.356],[120.8612,22.3517],[120.8656,22.3474],[120.863,22.344],[120.8609,22.3434],[120.8603,22.3405],[120.8631,22.3386],[120.8655,22.3326],[120.8654,22.3288],[120.8639,22.3263],[120.8641,22.3237],[120.8633,22.3216],[120.859,22.3177],[120.8586,22.3159],[120.8644,22.3115],[120.8686,22.3088],[120.8674,22.3067],[120.8721,22.3025],[120.8763,22.3032],[120.8784,22.3022],[120.8819,22.302],[120.886,22.2997],[120.8886,22.295],[120.8881,22.2925],[120.8918,22.2916],[120.8917,22.3044],[120.8922,22.3108],[120.8924,22.3181],[120.8936,22.3276],[120.8949,22.3347],[120.8965,22.3373],[120.8988,22.3441],[120.9035,22.354],[120.9075,22.3575],[120.9089,22.3594],[120.9096,22.3639],[120.9115,22.3726],[120.9148,22.3847],[120.9189,22.393],[120.9206,22.3949],[120.9252,22.409],[120.9288,22.4172],[120.9316,22.4204],[120.9331,22.4232],[120.9343,22.4272],[120.9391,22.4392],[120.9415,22.446],[120.9447,22.4526],[120.9466,22.4575]]]},"properties":{"TOWNCODE":"10014100","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"大武鄉"},"id":"10014100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1753,23.1225],[121.1747,23.1171],[121.1764,23.1148],[121.1748,23.1108],[121.1768,23.1029],[121.1769,23.0995],[121.1759,23.0945],[121.1714,23.0885],[121.1709,23.0844],[121.1685,23.0833],[121.1653,23.083],[121.1633,23.0815],[121.1655,23.0779],[121.1654,23.076],[121.1638,23.072],[121.1634,23.0675],[121.1601,23.0679],[121.1614,23.065],[121.1596,23.063],[121.1577,23.0623],[121.1571,23.0592],[121.1593,23.0578],[121.1569,23.0557],[121.1574,23.0535],[121.1554,23.051],[121.1547,23.0477],[121.1485,23.0481],[121.1496,23.0458],[121.1481,23.0401],[121.1492,23.0347],[121.1487,23.0319],[121.1411,23.0328],[121.134,23.027],[121.1386,23.0237],[121.1405,23.0204],[121.1464,23.0197],[121.1451,23.0169],[121.1431,23.0157],[121.1391,23.0061],[121.134,23.0061],[121.1333,23.0046],[121.1341,23.0024],[121.1307,22.9976],[121.1309,22.9948],[121.1356,22.9947],[121.1435,22.9962],[121.1562,22.9967],[121.1591,22.9963],[121.1626,22.9938],[121.1648,22.9901],[121.1694,22.9872],[121.1724,22.9873],[121.1736,22.9855],[121.1804,22.9861],[121.1833,22.9893],[121.1853,22.9898],[121.1861,22.9914],[121.1898,22.9929],[121.1925,22.9976],[121.1947,22.9982],[121.199,23.0017],[121.2042,23.0012],[121.2093,23.002],[121.2159,23.0093],[121.2181,23.0124],[121.2209,23.0122],[121.2221,23.0145],[121.2222,23.0184],[121.221,23.0204],[121.2256,23.0263],[121.2223,23.0268],[121.2177,23.0263],[121.2147,23.0272],[121.2072,23.028],[121.2056,23.0305],[121.2008,23.0288],[121.195,23.0298],[121.1942,23.031],[121.1905,23.03],[121.1897,23.0285],[121.1839,23.0286],[121.1826,23.0311],[121.18,23.033],[121.1794,23.0349],[121.1805,23.0378],[121.1876,23.0446],[121.1946,23.0519],[121.1994,23.0591],[121.2005,23.0618],[121.2012,23.068],[121.2005,23.0732],[121.1986,23.0784],[121.1967,23.0813],[121.1951,23.0865],[121.1949,23.09],[121.1919,23.1011],[121.187,23.1119],[121.1799,23.1192],[121.1753,23.1225]]]},"properties":{"TOWNCODE":"10014030","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"關山鎮"},"id":"10014030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1309,22.9948],[121.1307,22.9976],[121.1341,23.0024],[121.1333,23.0046],[121.134,23.0061],[121.1391,23.0061],[121.1431,23.0157],[121.1451,23.0169],[121.1464,23.0197],[121.1405,23.0204],[121.1386,23.0237],[121.134,23.027],[121.1411,23.0328],[121.1487,23.0319],[121.1492,23.0347],[121.1481,23.0401],[121.1496,23.0458],[121.1485,23.0481],[121.1547,23.0477],[121.1554,23.051],[121.1574,23.0535],[121.1569,23.0557],[121.1593,23.0578],[121.1571,23.0592],[121.1577,23.0623],[121.1596,23.063],[121.1614,23.065],[121.1601,23.0679],[121.1634,23.0675],[121.1638,23.072],[121.1654,23.076],[121.1655,23.0779],[121.1633,23.0815],[121.1653,23.083],[121.1685,23.0833],[121.1709,23.0844],[121.1714,23.0885],[121.1759,23.0945],[121.1769,23.0995],[121.1768,23.1029],[121.1748,23.1108],[121.1764,23.1148],[121.1747,23.1171],[121.1753,23.1225],[121.1772,23.1266],[121.1793,23.1272],[121.1871,23.1367],[121.1859,23.1381],[121.1802,23.1379],[121.1783,23.1408],[121.1775,23.1437],[121.1795,23.1446],[121.1784,23.1469],[121.1765,23.1467],[121.1739,23.148],[121.1779,23.1539],[121.1812,23.154],[121.1816,23.1551],[121.1855,23.1549],[121.1871,23.1507],[121.1898,23.1504],[121.1939,23.1539],[121.1911,23.158],[121.1926,23.1593],[121.1942,23.1583],[121.2004,23.1519],[121.2042,23.1467],[121.2083,23.1437],[121.2121,23.1442],[121.2106,23.1481],[121.2118,23.1539],[121.2125,23.1547],[121.2103,23.1599],[121.2067,23.1625],[121.2056,23.1646],[121.2057,23.1669],[121.2028,23.1698],[121.1991,23.1758],[121.1998,23.1783],[121.1991,23.1826],[121.1979,23.186],[121.1983,23.1884],[121.1944,23.1925],[121.1907,23.2026],[121.1893,23.2039],[121.1844,23.2049],[121.1795,23.2086],[121.1756,23.2102],[121.17,23.2071],[121.1654,23.2072],[121.1606,23.2058],[121.1561,23.2002],[121.1547,23.1991],[121.1493,23.1986],[121.1449,23.1997],[121.1394,23.2019],[121.1377,23.2088],[121.1344,23.2114],[121.1323,23.2157],[121.1314,23.2198],[121.1294,23.2233],[121.125,23.225],[121.1196,23.2246],[121.1147,23.225],[121.1083,23.2235],[121.1056,23.2242],[121.1045,23.2262],[121.0988,23.2281],[121.0964,23.2296],[121.0939,23.2332],[121.0918,23.2339],[121.0865,23.2339],[121.0843,23.233],[121.078,23.2339],[121.0785,23.2376],[121.0738,23.2447],[121.071,23.2468],[121.0698,23.2495],[121.0701,23.2523],[121.0692,23.2552],[121.0662,23.2573],[121.065,23.2593],[121.0642,23.2631],[121.0624,23.2658],[121.0607,23.2769],[121.0621,23.2792],[121.0598,23.2836],[121.0595,23.286],[121.0573,23.2876],[121.0561,23.2905],[121.0527,23.2914],[121.0459,23.2958],[121.0433,23.2962],[121.0413,23.2977],[121.0389,23.3007],[121.0346,23.2998],[121.0319,23.2982],[121.0283,23.2971],[121.0253,23.2957],[121.0238,23.2937],[121.0198,23.2945],[121.0172,23.2928],[121.0108,23.2928],[121.0085,23.2913],[121.0056,23.2906],[121.0014,23.2874],[120.9993,23.2869],[120.994,23.2844],[120.9906,23.2841],[120.9878,23.2808],[120.9861,23.2803],[120.9786,23.2823],[120.9708,23.2812],[120.9687,23.2779],[120.9661,23.2766],[120.9634,23.2721],[120.9594,23.2705],[120.9581,23.2652],[120.9536,23.2608],[120.9507,23.2591],[120.949,23.2559],[120.9464,23.2529],[120.9414,23.2521],[120.9383,23.2475],[120.9379,23.245],[120.9324,23.2428],[120.9301,23.2425],[120.9265,23.2446],[120.924,23.242],[120.9194,23.241],[120.9172,23.2383],[120.9157,23.2379],[120.9143,23.2325],[120.9116,23.2279],[120.9121,23.2251],[120.9117,23.2219],[120.912,23.217],[120.9117,23.2102],[120.9105,23.2081],[120.9076,23.2071],[120.9067,23.2057],[120.9072,23.2011],[120.9057,23.1996],[120.9064,23.1967],[120.9109,23.1922],[120.9125,23.1868],[120.9113,23.1828],[120.9091,23.1798],[120.9059,23.1806],[120.9017,23.1786],[120.8984,23.1763],[120.8983,23.1731],[120.8961,23.172],[120.895,23.1607],[120.8912,23.1587],[120.887,23.1579],[120.8865,23.1558],[120.8833,23.1534],[120.8767,23.1516],[120.8814,23.1462],[120.8858,23.1443],[120.8879,23.1364],[120.8862,23.1319],[120.8862,23.1271],[120.8881,23.1224],[120.885,23.12],[120.8868,23.1136],[120.8894,23.1104],[120.8891,23.1071],[120.8881,23.1042],[120.8892,23.1005],[120.8873,23.0956],[120.8855,23.0924],[120.8858,23.0896],[120.8836,23.0866],[120.8826,23.0833],[120.8779,23.0779],[120.8753,23.0685],[120.8731,23.0659],[120.8692,23.0595],[120.8716,23.0547],[120.8745,23.0524],[120.8745,23.0509],[120.8787,23.049],[120.8813,23.0442],[120.8814,23.0419],[120.88,23.0355],[120.8789,23.0344],[120.872,23.0345],[120.8662,23.0323],[120.8634,23.0323],[120.8613,23.0303],[120.8608,23.0253],[120.862,23.0221],[120.8619,23.0192],[120.8605,23.0105],[120.8607,23.0081],[120.8584,23.0051],[120.851,23.005],[120.8522,23.0024],[120.8521,22.9999],[120.8497,22.9957],[120.8467,22.9926],[120.8426,22.9914],[120.8414,22.9899],[120.842,22.9874],[120.8412,22.984],[120.8322,22.9801],[120.8307,22.9758],[120.8294,22.9752],[120.8289,22.9735],[120.8302,22.9703],[120.8362,22.9695],[120.8428,22.9665],[120.8442,22.9652],[120.8487,22.9647],[120.8518,22.9618],[120.857,22.9584],[120.8598,22.9571],[120.8605,22.9554],[120.8766,22.9575],[120.878,22.9556],[120.8828,22.9553],[120.8828,22.9578],[120.8859,22.957],[120.8883,22.9591],[120.8938,22.9561],[120.8962,22.9531],[120.8972,22.95],[120.9004,22.9497],[120.9049,22.9467],[120.9074,22.9491],[120.9091,22.9483],[120.9127,22.9493],[120.9181,22.9486],[120.9219,22.9489],[120.9252,22.9483],[120.9311,22.9521],[120.9329,22.9521],[120.9331,22.9558],[120.9375,22.9586],[120.9374,22.9602],[120.94,22.9615],[120.9485,22.9614],[120.9499,22.9645],[120.9524,22.967],[120.9542,22.9675],[120.955,22.9693],[120.961,22.9721],[120.9609,22.9751],[120.9621,22.9785],[120.964,22.9801],[120.9654,22.9872],[120.9689,22.9917],[120.9729,22.9953],[120.9788,22.9934],[120.9809,22.9921],[120.9845,22.9911],[120.9867,22.9918],[120.995,22.9857],[120.9966,22.9857],[121.0006,22.9898],[121.0097,22.9897],[121.0129,22.9911],[121.0168,22.9888],[121.0267,22.9858],[121.0311,22.9865],[121.0358,22.9892],[121.0416,22.9888],[121.0443,22.9879],[121.0469,22.9882],[121.0495,22.9904],[121.053,22.9922],[121.0561,22.9931],[121.0578,22.9923],[121.0617,22.9935],[121.0698,22.994],[121.0749,22.9958],[121.0792,22.996],[121.0853,22.9952],[121.0908,22.9937],[121.1049,22.9906],[121.1087,22.991],[121.1108,22.9867],[121.1131,22.9843],[121.1222,22.9811],[121.125,22.9848],[121.1269,22.9858],[121.13,22.9896],[121.1309,22.9948]]]},"properties":{"TOWNCODE":"10014120","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"海端鄉"},"id":"10014120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.991,24.824],[120.9871,24.8262],[120.9854,24.8294],[120.9812,24.8312],[120.9783,24.8297],[120.9737,24.8302],[120.9672,24.8327],[120.9628,24.8325],[120.9569,24.8336],[120.9548,24.8346],[120.9473,24.8399],[120.9448,24.841],[120.9439,24.8447],[120.9426,24.8474],[120.9403,24.8501],[120.9336,24.8528],[120.9313,24.8526],[120.9252,24.8548],[120.9212,24.8535],[120.9164,24.8528],[120.913,24.8541],[120.9133,24.852],[120.9167,24.8487],[120.9155,24.8458],[120.9157,24.8411],[120.914,24.8377],[120.9122,24.8358],[120.9093,24.8342],[120.9083,24.8316],[120.9058,24.8285],[120.9195,24.825],[120.9225,24.8258],[120.9263,24.8258],[120.9352,24.8221],[120.9401,24.819],[120.9381,24.8165],[120.9402,24.8137],[120.9433,24.8131],[120.9467,24.8093],[120.9457,24.8068],[120.9433,24.8071],[120.9432,24.8051],[120.9469,24.8012],[120.9508,24.8017],[120.9538,24.8009],[120.957,24.799],[120.9536,24.7945],[120.9498,24.7915],[120.9542,24.7881],[120.9545,24.7857],[120.9562,24.7846],[120.9594,24.7851],[120.9601,24.7891],[120.9624,24.7919],[120.9591,24.7948],[120.9588,24.7968],[120.9618,24.7962],[120.9631,24.798],[120.964,24.8018],[120.9669,24.8045],[120.9702,24.8066],[120.9688,24.8084],[120.9699,24.8109],[120.9682,24.8129],[120.9703,24.8147],[120.9741,24.8151],[120.9774,24.8162],[120.9804,24.8155],[120.9804,24.8182],[120.9785,24.8223],[120.9788,24.8243],[120.9867,24.8222],[120.991,24.824]]]},"properties":{"TOWNCODE":"10018020","COUNTYCODE":"10018","COUNTYNAME":"新竹市","TOWNNAME":"北區"},"id":"10018020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9058,24.8285],[120.9028,24.8241],[120.8993,24.8155],[120.8993,24.814],[120.8969,24.8092],[120.8961,24.8008],[120.8926,24.7944],[120.8921,24.7919],[120.8928,24.7862],[120.8929,24.7788],[120.8914,24.7761],[120.8927,24.7732],[120.8926,24.7696],[120.8949,24.7676],[120.8967,24.7681],[120.8977,24.7645],[120.8932,24.7614],[120.8919,24.7587],[120.8903,24.7574],[120.8884,24.7542],[120.8851,24.7506],[120.8826,24.7465],[120.8809,24.7457],[120.8778,24.7426],[120.8745,24.7383],[120.881,24.7333],[120.8832,24.7344],[120.8847,24.7328],[120.8873,24.7339],[120.8908,24.7318],[120.8971,24.7333],[120.9014,24.7363],[120.9061,24.7408],[120.9086,24.7405],[120.9084,24.7367],[120.9125,24.7315],[120.9138,24.7276],[120.9138,24.7241],[120.9162,24.7218],[120.9161,24.7206],[120.9136,24.7174],[120.9178,24.7162],[120.9196,24.717],[120.9231,24.7146],[120.925,24.7154],[120.9287,24.7153],[120.9343,24.7131],[120.9354,24.7126],[120.9386,24.7166],[120.9382,24.7184],[120.9391,24.7227],[120.9386,24.7249],[120.9389,24.7298],[120.9416,24.7284],[120.9423,24.7305],[120.9399,24.7325],[120.9417,24.735],[120.9417,24.7372],[120.9432,24.7389],[120.9442,24.7444],[120.9466,24.7448],[120.9513,24.7445],[120.9542,24.7434],[120.9578,24.7463],[120.9572,24.7482],[120.9608,24.7509],[120.959,24.7535],[120.9596,24.7552],[120.958,24.7563],[120.9598,24.7605],[120.9637,24.7651],[120.9633,24.7679],[120.9611,24.7689],[120.9604,24.7762],[120.9615,24.7776],[120.9595,24.7794],[120.9588,24.7822],[120.9562,24.7846],[120.9545,24.7857],[120.9542,24.7881],[120.9498,24.7915],[120.9536,24.7945],[120.957,24.799],[120.9538,24.8009],[120.9508,24.8017],[120.9469,24.8012],[120.9432,24.8051],[120.9433,24.8071],[120.9457,24.8068],[120.9467,24.8093],[120.9433,24.8131],[120.9402,24.8137],[120.9381,24.8165],[120.9401,24.819],[120.9352,24.8221],[120.9263,24.8258],[120.9225,24.8258],[120.9195,24.825],[120.9058,24.8285]]]},"properties":{"TOWNCODE":"10018030","COUNTYCODE":"10018","COUNTYNAME":"新竹市","TOWNNAME":"香山區"},"id":"10018030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8166,24.8077],[121.8158,24.8102],[121.8164,24.8133],[121.8142,24.8176],[121.8143,24.819],[121.817,24.8239],[121.8197,24.8269],[121.8204,24.829],[121.8188,24.8314],[121.8172,24.8306],[121.8131,24.8302],[121.812,24.8273],[121.8082,24.8257],[121.806,24.8264],[121.8009,24.826],[121.7978,24.8274],[121.7964,24.83],[121.7902,24.8337],[121.7897,24.8365],[121.7844,24.8419],[121.7789,24.8447],[121.7766,24.849],[121.7746,24.8509],[121.775,24.8538],[121.7767,24.8562],[121.7728,24.8566],[121.7693,24.8557],[121.7655,24.8521],[121.7625,24.8524],[121.7615,24.8513],[121.7577,24.8506],[121.7544,24.8519],[121.7521,24.8515],[121.7474,24.8537],[121.7456,24.8528],[121.7418,24.8525],[121.7385,24.8552],[121.7326,24.8558],[121.7303,24.8552],[121.7273,24.8533],[121.7251,24.8507],[121.7222,24.85],[121.7185,24.8456],[121.7153,24.844],[121.7137,24.8416],[121.709,24.8406],[121.7075,24.8388],[121.7021,24.8345],[121.6969,24.8346],[121.6964,24.8303],[121.6922,24.8272],[121.6887,24.8261],[121.6877,24.8242],[121.6898,24.8226],[121.6889,24.8193],[121.6893,24.8172],[121.6875,24.8161],[121.686,24.8176],[121.6837,24.817],[121.6806,24.8175],[121.6772,24.8141],[121.6742,24.8141],[121.669,24.818],[121.663,24.8126],[121.6596,24.811],[121.6534,24.8112],[121.6505,24.813],[121.6474,24.814],[121.6461,24.8101],[121.644,24.8093],[121.6422,24.8104],[121.6388,24.8107],[121.6376,24.8096],[121.6314,24.8092],[121.6282,24.8079],[121.626,24.8088],[121.6264,24.805],[121.6248,24.8012],[121.626,24.7968],[121.6258,24.7953],[121.6235,24.7944],[121.6266,24.7939],[121.6303,24.7957],[121.6363,24.7949],[121.6394,24.7959],[121.6406,24.7946],[121.6457,24.7946],[121.6474,24.7954],[121.6497,24.7936],[121.6538,24.7936],[121.6577,24.7921],[121.6608,24.7893],[121.6627,24.7893],[121.6671,24.7874],[121.6702,24.7852],[121.6736,24.7836],[121.6806,24.7842],[121.6822,24.7838],[121.6854,24.7851],[121.6919,24.7833],[121.7013,24.7826],[121.708,24.7798],[121.7133,24.7804],[121.7174,24.7795],[121.7199,24.7773],[121.7236,24.7762],[121.7243,24.7746],[121.7264,24.7746],[121.7337,24.7685],[121.7347,24.7728],[121.7335,24.7758],[121.7304,24.7799],[121.7303,24.7844],[121.7321,24.7845],[121.7361,24.7821],[121.7382,24.7821],[121.7433,24.7772],[121.7457,24.7792],[121.7498,24.781],[121.7576,24.7806],[121.7597,24.7828],[121.7611,24.7829],[121.7633,24.7782],[121.7668,24.7747],[121.767,24.7726],[121.7688,24.7716],[121.772,24.7715],[121.775,24.7717],[121.7721,24.7763],[121.7764,24.7785],[121.779,24.7784],[121.7806,24.7811],[121.781,24.7846],[121.7835,24.7845],[121.784,24.7872],[121.7878,24.7858],[121.7894,24.7862],[121.7921,24.7922],[121.7917,24.794],[121.7949,24.7955],[121.8038,24.7935],[121.8064,24.795],[121.8098,24.7991],[121.8083,24.8022],[121.8097,24.804],[121.8105,24.8075],[121.8166,24.8077]]]},"properties":{"TOWNCODE":"10002050","COUNTYCODE":"10002","COUNTYNAME":"宜蘭縣","TOWNNAME":"礁溪鄉"},"id":"10002050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4458,23.4518],[121.4441,23.4519],[121.4435,23.4542],[121.4459,23.4592],[121.4411,23.4617],[121.4389,23.4667],[121.4345,23.4689],[121.4347,23.4717],[121.439,23.4722],[121.4409,23.4748],[121.4382,23.4759],[121.4332,23.481],[121.4309,23.4826],[121.4283,23.4777],[121.4263,23.4767],[121.4246,23.4788],[121.4222,23.4775],[121.4184,23.4777],[121.4158,23.4788],[121.4146,23.4806],[121.4146,23.4827],[121.4164,23.4877],[121.4181,23.4905],[121.4183,23.4936],[121.4169,23.4952],[121.4111,23.4958],[121.4098,23.4945],[121.4041,23.4854],[121.4014,23.4847],[121.3971,23.4806],[121.3914,23.4762],[121.3886,23.4748],[121.3847,23.4704],[121.3831,23.4697],[121.3795,23.4626],[121.3764,23.4588],[121.3721,23.4551],[121.3675,23.4451],[121.3659,23.4429],[121.3625,23.4351],[121.3551,23.439],[121.356,23.44],[121.3504,23.4431],[121.3501,23.4412],[121.3478,23.44],[121.3489,23.4377],[121.3477,23.4349],[121.3428,23.4348],[121.3433,23.4334],[121.3401,23.4309],[121.3381,23.4312],[121.3376,23.4276],[121.3379,23.425],[121.3344,23.421],[121.3326,23.4172],[121.3296,23.416],[121.3296,23.4146],[121.3269,23.4105],[121.3272,23.4083],[121.3258,23.4041],[121.3242,23.4033],[121.3235,23.4013],[121.3193,23.398],[121.3136,23.3966],[121.3144,23.394],[121.3167,23.3941],[121.3185,23.3893],[121.3163,23.3852],[121.3156,23.3824],[121.3122,23.3788],[121.3082,23.3759],[121.3063,23.3759],[121.3001,23.3728],[121.2976,23.3692],[121.2989,23.3664],[121.3044,23.3665],[121.3064,23.3639],[121.3102,23.3625],[121.3115,23.3613],[121.3152,23.3601],[121.3168,23.3604],[121.3207,23.3591],[121.3223,23.3576],[121.3212,23.354],[121.3165,23.3484],[121.3118,23.3465],[121.3094,23.3446],[121.3057,23.343],[121.3009,23.3419],[121.2993,23.3386],[121.2973,23.3364],[121.2887,23.3354],[121.288,23.333],[121.2846,23.333],[121.2832,23.3338],[121.2793,23.3316],[121.2752,23.3312],[121.2683,23.3275],[121.2696,23.3213],[121.2696,23.3182],[121.2709,23.316],[121.2737,23.3132],[121.2744,23.3112],[121.2833,23.3082],[121.2855,23.3057],[121.2901,23.3041],[121.2915,23.3019],[121.2888,23.3004],[121.2833,23.3009],[121.2764,23.2968],[121.2724,23.2967],[121.2701,23.294],[121.2688,23.2905],[121.2764,23.2861],[121.2787,23.2838],[121.2793,23.2816],[121.2782,23.279],[121.2788,23.277],[121.2816,23.2753],[121.278,23.2705],[121.2782,23.2675],[121.277,23.2658],[121.281,23.2644],[121.2809,23.2613],[121.2823,23.2618],[121.2846,23.2645],[121.2911,23.2691],[121.2928,23.2722],[121.2948,23.2729],[121.2999,23.2777],[121.3076,23.2776],[121.3099,23.2757],[121.3135,23.2764],[121.3168,23.2799],[121.3211,23.2831],[121.3238,23.2863],[121.3249,23.2897],[121.3249,23.2928],[121.3292,23.2966],[121.3312,23.2996],[121.3358,23.2972],[121.335,23.2922],[121.3384,23.2922],[121.339,23.2894],[121.3413,23.2862],[121.34,23.2822],[121.3427,23.2799],[121.3461,23.282],[121.3478,23.2789],[121.3507,23.2807],[121.3519,23.2825],[121.3541,23.2836],[121.356,23.2821],[121.3579,23.282],[121.3602,23.2837],[121.3632,23.2824],[121.3683,23.2824],[121.3771,23.2835],[121.3773,23.2878],[121.3765,23.289],[121.3772,23.2914],[121.3763,23.2958],[121.3782,23.2992],[121.3778,23.3008],[121.3801,23.3039],[121.3821,23.3054],[121.3831,23.3074],[121.3877,23.3105],[121.3879,23.312],[121.3901,23.3157],[121.3902,23.3206],[121.392,23.3217],[121.3979,23.3217],[121.3997,23.324],[121.3996,23.3267],[121.4007,23.3286],[121.4011,23.3316],[121.4038,23.3372],[121.4061,23.3391],[121.4102,23.3463],[121.414,23.3474],[121.4168,23.3494],[121.4183,23.3522],[121.4226,23.3558],[121.423,23.3599],[121.4178,23.3607],[121.4139,23.3634],[121.4101,23.3649],[121.4076,23.3646],[121.4044,23.3673],[121.4037,23.3756],[121.4015,23.3808],[121.4,23.3866],[121.4016,23.3888],[121.4071,23.394],[121.4095,23.3973],[121.4138,23.4061],[121.4156,23.408],[121.4184,23.4136],[121.4183,23.4156],[121.42,23.4169],[121.4196,23.4196],[121.423,23.4231],[121.4257,23.425],[121.4256,23.4262],[121.4289,23.4294],[121.4328,23.4314],[121.4334,23.4329],[121.4383,23.4333],[121.4411,23.4341],[121.4421,23.4369],[121.4443,23.4388],[121.4443,23.4408],[121.4471,23.4438],[121.4473,23.4438],[121.4471,23.4438],[121.4442,23.4466],[121.4446,23.4497],[121.4458,23.4518]]]},"properties":{"TOWNCODE":"10015030","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"玉里鎮"},"id":"10015030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3252,23.4673],[121.3235,23.4665],[121.3202,23.4671],[121.3202,23.4702],[121.3191,23.4741],[121.3204,23.4749],[121.3214,23.4777],[121.321,23.4805],[121.3236,23.4838],[121.3241,23.4879],[121.3179,23.4889],[121.315,23.4883],[121.3162,23.4924],[121.3157,23.4953],[121.3186,23.4989],[121.3186,23.5001],[121.3224,23.5011],[121.3234,23.5021],[121.3276,23.5028],[121.3259,23.5051],[121.3261,23.5091],[121.3244,23.5103],[121.3219,23.5163],[121.3238,23.5211],[121.3235,23.5264],[121.3224,23.5278],[121.323,23.5325],[121.3221,23.5343],[121.3233,23.5355],[121.3233,23.5381],[121.3213,23.539],[121.3205,23.5435],[121.3213,23.5465],[121.3228,23.5489],[121.323,23.5542],[121.3224,23.5554],[121.3224,23.5614],[121.3197,23.5625],[121.3149,23.5622],[121.3099,23.5605],[121.3073,23.5576],[121.2999,23.5538],[121.2976,23.5505],[121.2935,23.5499],[121.2894,23.5479],[121.2846,23.5479],[121.2847,23.5452],[121.2823,23.5433],[121.2776,23.5406],[121.2703,23.5422],[121.2688,23.5411],[121.2633,23.5389],[121.2596,23.5404],[121.2591,23.5425],[121.257,23.5448],[121.2547,23.5445],[121.2499,23.5501],[121.2503,23.5524],[121.2517,23.5542],[121.2515,23.5559],[121.2539,23.5581],[121.2519,23.5616],[121.2523,23.564],[121.2517,23.5676],[121.2503,23.5707],[121.2518,23.573],[121.2522,23.5763],[121.2482,23.5788],[121.247,23.5804],[121.2475,23.587],[121.2455,23.589],[121.2442,23.5923],[121.2449,23.5955],[121.2437,23.5988],[121.2452,23.6011],[121.2447,23.6045],[121.2457,23.6088],[121.2451,23.6109],[121.2459,23.6152],[121.2421,23.6153],[121.2387,23.614],[121.2382,23.6107],[121.2356,23.6101],[121.2336,23.6076],[121.2311,23.6065],[121.2293,23.6068],[121.2248,23.6029],[121.2222,23.6017],[121.2204,23.5995],[121.2179,23.6008],[121.2133,23.6003],[121.2081,23.5982],[121.2065,23.5958],[121.2001,23.5964],[121.1943,23.6006],[121.1912,23.5982],[121.1894,23.5948],[121.1832,23.593],[121.182,23.5909],[121.1796,23.5894],[121.1801,23.5882],[121.1785,23.5828],[121.1754,23.5837],[121.1714,23.5841],[121.1694,23.5866],[121.1662,23.5872],[121.1608,23.5871],[121.1582,23.5857],[121.1556,23.5871],[121.1533,23.5867],[121.152,23.5817],[121.1519,23.5739],[121.1536,23.5715],[121.1604,23.5698],[121.1603,23.5678],[121.1579,23.5637],[121.1573,23.5597],[121.1512,23.5599],[121.15,23.5573],[121.148,23.5566],[121.1462,23.5542],[121.1481,23.5524],[121.1511,23.5452],[121.1484,23.5395],[121.1482,23.5359],[121.1469,23.534],[121.1507,23.529],[121.1511,23.527],[121.147,23.5272],[121.1391,23.5214],[121.1366,23.518],[121.1355,23.5151],[121.1324,23.515],[121.1309,23.5177],[121.1283,23.5185],[121.1264,23.517],[121.1212,23.5206],[121.1181,23.5216],[121.1155,23.5202],[121.1103,23.519],[121.107,23.5195],[121.1037,23.5189],[121.1014,23.521],[121.0976,23.5217],[121.0931,23.5176],[121.0919,23.5145],[121.0881,23.514],[121.0831,23.5146],[121.0787,23.5164],[121.0685,23.5185],[121.0688,23.5148],[121.066,23.5076],[121.066,23.5061],[121.0629,23.5036],[121.0621,23.4994],[121.0581,23.4972],[121.0549,23.4961],[121.0528,23.4938],[121.0541,23.4903],[121.0536,23.4878],[121.05,23.4864],[121.0483,23.4823],[121.0453,23.4808],[121.0431,23.478],[121.0394,23.4749],[121.0392,23.4734],[121.0425,23.472],[121.0444,23.4701],[121.0497,23.4678],[121.0513,23.4643],[121.0541,23.4638],[121.059,23.4615],[121.0581,23.46],[121.0559,23.4593],[121.0533,23.4556],[121.0533,23.4532],[121.0518,23.4508],[121.0465,23.4509],[121.0442,23.4491],[121.0395,23.4478],[121.037,23.4463],[121.0335,23.4453],[121.0318,23.4424],[121.0285,23.4415],[121.0264,23.4391],[121.022,23.439],[121.0196,23.4364],[121.0153,23.4354],[121.0129,23.4332],[121.0142,23.4309],[121.0166,23.431],[121.0211,23.4294],[121.0227,23.4248],[121.0256,23.4243],[121.0292,23.4228],[121.0294,23.4202],[121.0276,23.416],[121.025,23.4143],[121.0269,23.4131],[121.0274,23.4102],[121.0267,23.4058],[121.0283,23.4038],[121.0258,23.4029],[121.0223,23.4001],[121.0192,23.4015],[121.0155,23.3971],[121.0105,23.3951],[121.0081,23.3966],[121.0064,23.3966],[121.0032,23.3948],[121.0011,23.3917],[121.0037,23.3889],[121.0077,23.3867],[121.0079,23.3851],[121.0061,23.3836],[121.0001,23.3824],[120.9943,23.3764],[120.9912,23.3714],[120.9881,23.3707],[120.9869,23.3663],[120.9866,23.3627],[120.9871,23.3587],[120.9941,23.3565],[121.0001,23.3565],[121.0076,23.352],[121.0075,23.3492],[121.0101,23.3459],[121.0152,23.3463],[121.0177,23.3482],[121.0184,23.3503],[121.02,23.3504],[121.0224,23.3481],[121.0223,23.3466],[121.0247,23.3399],[121.027,23.3376],[121.0307,23.3372],[121.0328,23.3339],[121.0365,23.3335],[121.0394,23.3291],[121.0417,23.328],[121.045,23.3278],[121.0488,23.3253],[121.0488,23.3229],[121.0472,23.32],[121.0481,23.3146],[121.0469,23.3121],[121.0462,23.3085],[121.042,23.3072],[121.0369,23.304],[121.0319,23.3037],[121.0314,23.3004],[121.0283,23.2971],[121.0319,23.2982],[121.0346,23.2998],[121.0389,23.3007],[121.0413,23.2977],[121.0433,23.2962],[121.0459,23.2958],[121.0527,23.2914],[121.0561,23.2905],[121.0573,23.2876],[121.0595,23.286],[121.0598,23.2836],[121.0621,23.2792],[121.0607,23.2769],[121.0624,23.2658],[121.0642,23.2631],[121.065,23.2593],[121.0662,23.2573],[121.0692,23.2552],[121.0701,23.2523],[121.0698,23.2495],[121.071,23.2468],[121.0738,23.2447],[121.0785,23.2376],[121.078,23.2339],[121.0843,23.233],[121.0865,23.2339],[121.0918,23.2339],[121.0939,23.2332],[121.0964,23.2296],[121.0988,23.2281],[121.1045,23.2262],[121.1056,23.2242],[121.1083,23.2235],[121.1147,23.225],[121.1196,23.2246],[121.125,23.225],[121.1294,23.2233],[121.1314,23.2198],[121.1323,23.2157],[121.1344,23.2114],[121.1377,23.2088],[121.1394,23.2019],[121.1449,23.1997],[121.1493,23.1986],[121.1547,23.1991],[121.1561,23.2002],[121.1606,23.2058],[121.1654,23.2072],[121.17,23.2071],[121.1756,23.2102],[121.1795,23.2086],[121.1844,23.2049],[121.1893,23.2039],[121.1907,23.2026],[121.1944,23.1925],[121.1983,23.1884],[121.1979,23.186],[121.1991,23.1826],[121.1998,23.1783],[121.1991,23.1758],[121.2028,23.1698],[121.2057,23.1669],[121.2056,23.1646],[121.2067,23.1625],[121.2103,23.1599],[121.2125,23.1547],[121.2118,23.1539],[121.2106,23.1481],[121.2121,23.1442],[121.2138,23.1458],[121.2143,23.1486],[121.2187,23.1503],[121.2201,23.1499],[121.2233,23.1535],[121.2215,23.1539],[121.2208,23.1563],[121.2224,23.1575],[121.2252,23.1578],[121.2274,23.1601],[121.2262,23.1624],[121.2239,23.1624],[121.2229,23.1643],[121.2259,23.166],[121.2293,23.1668],[121.2343,23.1707],[121.235,23.1728],[121.2389,23.1763],[121.2407,23.1768],[121.2417,23.1795],[121.2401,23.1828],[121.2449,23.1878],[121.2466,23.1917],[121.251,23.1978],[121.2485,23.1999],[121.2483,23.2015],[121.2523,23.2023],[121.2534,23.2052],[121.2524,23.2089],[121.2564,23.2061],[121.2641,23.2168],[121.2672,23.2217],[121.2671,23.2302],[121.2715,23.2388],[121.2734,23.2453],[121.2742,23.2505],[121.2773,23.2546],[121.2772,23.2579],[121.2809,23.2613],[121.281,23.2644],[121.277,23.2658],[121.2782,23.2675],[121.278,23.2705],[121.2816,23.2753],[121.2788,23.277],[121.2782,23.279],[121.2793,23.2816],[121.2787,23.2838],[121.2764,23.2861],[121.2688,23.2905],[121.2701,23.294],[121.2724,23.2967],[121.2764,23.2968],[121.2833,23.3009],[121.2888,23.3004],[121.2915,23.3019],[121.2901,23.3041],[121.2855,23.3057],[121.2833,23.3082],[121.2744,23.3112],[121.2737,23.3132],[121.2709,23.316],[121.2696,23.3182],[121.2696,23.3213],[121.2683,23.3275],[121.2752,23.3312],[121.2793,23.3316],[121.2832,23.3338],[121.2846,23.333],[121.288,23.333],[121.2887,23.3354],[121.2973,23.3364],[121.2993,23.3386],[121.3009,23.3419],[121.3057,23.343],[121.3094,23.3446],[121.3118,23.3465],[121.3165,23.3484],[121.3212,23.354],[121.3223,23.3576],[121.3207,23.3591],[121.3168,23.3604],[121.3152,23.3601],[121.3115,23.3613],[121.3102,23.3625],[121.3064,23.3639],[121.3044,23.3665],[121.2989,23.3664],[121.2976,23.3692],[121.3001,23.3728],[121.3063,23.3759],[121.3082,23.3759],[121.3122,23.3788],[121.3156,23.3824],[121.3163,23.3852],[121.3185,23.3893],[121.3167,23.3941],[121.3144,23.394],[121.3136,23.3966],[121.3193,23.398],[121.3235,23.4013],[121.3242,23.4033],[121.3258,23.4041],[121.3272,23.4083],[121.3269,23.4105],[121.3296,23.4146],[121.3296,23.416],[121.3326,23.4172],[121.3344,23.421],[121.3379,23.425],[121.3376,23.4276],[121.3381,23.4312],[121.3401,23.4309],[121.3433,23.4334],[121.3428,23.4348],[121.3477,23.4349],[121.3489,23.4377],[121.3478,23.44],[121.3501,23.4412],[121.3504,23.4431],[121.3447,23.4529],[121.3448,23.4556],[121.3435,23.4572],[121.3378,23.4586],[121.3366,23.4594],[121.3319,23.4604],[121.3313,23.4623],[121.3272,23.4634],[121.3253,23.4672],[121.3252,23.4673]]]},"properties":{"TOWNCODE":"10015130","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"卓溪鄉"},"id":"10015130"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9354,24.7126],[120.9343,24.7131],[120.9321,24.7118],[120.9245,24.7049],[120.9215,24.7036],[120.9156,24.7049],[120.9106,24.7032],[120.9053,24.7026],[120.9006,24.704],[120.8933,24.704],[120.8912,24.7031],[120.8866,24.7027],[120.8844,24.6998],[120.8868,24.6997],[120.8882,24.698],[120.885,24.6952],[120.8841,24.693],[120.887,24.6933],[120.8922,24.6909],[120.8907,24.6889],[120.8875,24.6879],[120.8879,24.686],[120.885,24.6852],[120.8826,24.6836],[120.8803,24.6797],[120.8817,24.6768],[120.8798,24.6722],[120.8803,24.669],[120.8797,24.6651],[120.8785,24.662],[120.8764,24.6537],[120.8762,24.6489],[120.8769,24.6479],[120.8784,24.6469],[120.8756,24.6433],[120.8776,24.6398],[120.8772,24.6378],[120.8794,24.6356],[120.8781,24.6341],[120.8801,24.6321],[120.8843,24.6291],[120.8905,24.6254],[120.8933,24.6259],[120.8937,24.6286],[120.8966,24.6254],[120.8988,24.6272],[120.8992,24.6289],[120.9039,24.6317],[120.9042,24.6356],[120.9062,24.637],[120.9088,24.6376],[120.9094,24.6411],[120.9128,24.6418],[120.9135,24.6441],[120.9116,24.6461],[120.9124,24.6503],[120.9106,24.6537],[120.9142,24.6561],[120.9166,24.6561],[120.9199,24.6579],[120.92,24.6613],[120.9216,24.6627],[120.9289,24.6628],[120.9308,24.661],[120.9345,24.66],[120.9356,24.6576],[120.9398,24.6575],[120.941,24.6588],[120.941,24.6615],[120.9426,24.6651],[120.9447,24.6659],[120.945,24.6687],[120.9433,24.6711],[120.9465,24.6719],[120.9491,24.675],[120.9505,24.6789],[120.9556,24.6779],[120.9586,24.6794],[120.9619,24.6782],[120.9649,24.6763],[120.9717,24.673],[120.9747,24.674],[120.977,24.6736],[120.9765,24.6763],[120.9775,24.6782],[120.9754,24.6847],[120.9727,24.6859],[120.97,24.6845],[120.9654,24.6841],[120.9668,24.6862],[120.9652,24.688],[120.9663,24.6911],[120.97,24.6939],[120.9741,24.6994],[120.9724,24.7042],[120.9758,24.7049],[120.9767,24.7065],[120.9758,24.7093],[120.9738,24.7119],[120.9707,24.712],[120.9661,24.7096],[120.9639,24.7116],[120.9606,24.709],[120.9596,24.7069],[120.9568,24.7066],[120.9549,24.7044],[120.9509,24.7077],[120.9498,24.7112],[120.9481,24.7112],[120.9454,24.7083],[120.9421,24.7073],[120.9398,24.7083],[120.9365,24.7108],[120.9354,24.7126]]]},"properties":{"TOWNCODE":"10005050","COUNTYCODE":"10005","COUNTYNAME":"苗栗縣","TOWNNAME":"頭份市"},"id":"10005050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5095,24.288],[120.5122,24.2871],[120.5162,24.2848],[120.5221,24.2792],[120.5266,24.2762],[120.5291,24.2751],[120.5342,24.2715],[120.5328,24.2682],[120.5409,24.2652],[120.5399,24.2627],[120.5581,24.2585],[120.5627,24.2579],[120.569,24.2592],[120.5723,24.2589],[120.5731,24.2623],[120.5748,24.2633],[120.5762,24.2617],[120.5822,24.2656],[120.5829,24.269],[120.5877,24.2669],[120.5971,24.2662],[120.6031,24.2674],[120.6094,24.266],[120.615,24.2621],[120.6187,24.2605],[120.6229,24.2597],[120.6332,24.2593],[120.6307,24.2616],[120.6325,24.2623],[120.6383,24.2626],[120.6413,24.265],[120.6431,24.2716],[120.647,24.2767],[120.6383,24.279],[120.6394,24.281],[120.6362,24.2844],[120.6366,24.2866],[120.6386,24.2902],[120.6411,24.296],[120.6428,24.2983],[120.6462,24.2993],[120.6442,24.3015],[120.6332,24.3088],[120.6215,24.3153],[120.618,24.3156],[120.6117,24.3152],[120.609,24.3158],[120.6078,24.316],[120.6016,24.315],[120.5994,24.3155],[120.5944,24.3155],[120.589,24.3201],[120.5866,24.3234],[120.584,24.3255],[120.5836,24.3282],[120.5801,24.3319],[120.5707,24.3321],[120.5634,24.3326],[120.5581,24.3336],[120.5397,24.3349],[120.5385,24.331],[120.5331,24.3231],[120.5323,24.3205],[120.5298,24.3189],[120.526,24.3177],[120.5237,24.3158],[120.5189,24.3064],[120.5168,24.2985],[120.514,24.2948],[120.5111,24.2927],[120.5095,24.288]]]},"properties":{"TOWNCODE":"66000120","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"清水區"},"id":"66000120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.217,22.9606],[120.2158,22.9683],[120.2136,22.9781],[120.212,22.9813],[120.1976,22.9815],[120.1976,22.9875],[120.1895,22.9887],[120.1865,22.9863],[120.1837,22.9838],[120.179,22.9812],[120.1714,22.9759],[120.1554,22.9655],[120.1554,22.9647],[120.1598,22.9636],[120.1629,22.9649],[120.1646,22.9617],[120.1687,22.9569],[120.1721,22.9495],[120.1738,22.9428],[120.1751,22.9344],[120.1749,22.9266],[120.173,22.9193],[120.1749,22.9142],[120.1747,22.9117],[120.1769,22.9124],[120.1814,22.9164],[120.1877,22.9202],[120.1921,22.9212],[120.1938,22.9233],[120.1938,22.9275],[120.1954,22.9292],[120.1981,22.9296],[120.2005,22.9346],[120.2024,22.9373],[120.2019,22.9383],[120.1987,22.9378],[120.2012,22.9449],[120.216,22.9449],[120.2166,22.9452],[120.2166,22.9606],[120.217,22.9606]]]},"properties":{"TOWNCODE":"67000330","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"南區"},"id":"67000330"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.212,22.9813],[120.2136,22.9781],[120.2158,22.9683],[120.217,22.9606],[120.2203,22.9607],[120.2211,22.962],[120.2265,22.9613],[120.2274,22.9594],[120.2378,22.9611],[120.2376,22.9638],[120.2383,22.9694],[120.2379,22.9745],[120.2389,22.9801],[120.2432,22.9786],[120.2433,22.9774],[120.2477,22.9758],[120.249,22.977],[120.2493,22.9799],[120.2491,22.9865],[120.2478,22.9907],[120.2492,22.9925],[120.2453,22.9924],[120.2427,22.9933],[120.2399,22.9933],[120.24,22.9985],[120.2331,22.9985],[120.233,22.9985],[120.2258,23.0004],[120.2206,23.0007],[120.2131,23.0016],[120.2123,22.9975],[120.2118,22.9956],[120.2112,22.9852],[120.212,22.9813]]]},"properties":{"TOWNCODE":"67000320","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"東區"},"id":"67000320"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1865,22.9863],[120.187,22.9896],[120.1863,22.9948],[120.1867,22.9989],[120.1847,22.9992],[120.1749,22.9993],[120.1629,23.0035],[120.1595,23.0057],[120.1572,23.0058],[120.1417,22.9995],[120.1394,22.9974],[120.1411,22.996],[120.1407,22.9932],[120.1475,22.9878],[120.15,22.9842],[120.1532,22.9814],[120.1587,22.9749],[120.1598,22.9712],[120.1554,22.9675],[120.1554,22.9655],[120.1714,22.9759],[120.179,22.9812],[120.1837,22.9838],[120.1865,22.9863]]]},"properties":{"TOWNCODE":"67000360","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"安平區"},"id":"67000360"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2123,22.9975],[120.2108,22.9973],[120.2056,22.9982],[120.1953,23.0018],[120.1923,23.0053],[120.1879,23.0075],[120.1828,23.0053],[120.174,23.0061],[120.1732,23.0075],[120.1668,23.0048],[120.1632,23.0047],[120.1595,23.0057],[120.1629,23.0035],[120.1749,22.9993],[120.1847,22.9992],[120.1867,22.9989],[120.1863,22.9948],[120.187,22.9896],[120.1865,22.9863],[120.1895,22.9887],[120.1976,22.9875],[120.1976,22.9815],[120.212,22.9813],[120.2112,22.9852],[120.2118,22.9956],[120.2123,22.9975]]]},"properties":{"TOWNCODE":"67000370","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"中西區"},"id":"67000370"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3158,24.9385],[121.3082,24.9322],[121.3024,24.9268],[121.2962,24.9233],[121.2927,24.9245],[121.2834,24.9202],[121.2808,24.9211],[121.2779,24.9201],[121.2751,24.9282],[121.2728,24.9283],[121.2685,24.9241],[121.2681,24.9218],[121.2657,24.9205],[121.2623,24.9172],[121.2576,24.9166],[121.2569,24.9136],[121.254,24.9109],[121.2531,24.9089],[121.2532,24.9056],[121.2525,24.9032],[121.2524,24.8981],[121.2507,24.8962],[121.2494,24.8916],[121.2493,24.886],[121.2509,24.8834],[121.25,24.8776],[121.2491,24.8756],[121.2489,24.8691],[121.2457,24.86],[121.248,24.8584],[121.2516,24.8606],[121.2526,24.8601],[121.2551,24.863],[121.2592,24.8641],[121.2613,24.8592],[121.2643,24.859],[121.2675,24.8517],[121.2677,24.8488],[121.2656,24.8465],[121.2604,24.839],[121.2598,24.8366],[121.2568,24.8336],[121.2545,24.8294],[121.2534,24.8242],[121.2489,24.8207],[121.2438,24.814],[121.2431,24.8087],[121.2432,24.8087],[121.2532,24.8107],[121.2554,24.8075],[121.2573,24.8059],[121.2605,24.805],[121.2643,24.8055],[121.2659,24.8091],[121.2646,24.8137],[121.2689,24.815],[121.2741,24.815],[121.28,24.8167],[121.2834,24.8158],[121.286,24.8163],[121.2888,24.8139],[121.2947,24.81],[121.2999,24.8081],[121.303,24.8086],[121.3046,24.81],[121.3063,24.8096],[121.3114,24.8058],[121.3163,24.8034],[121.3219,24.8081],[121.3221,24.8112],[121.32,24.8176],[121.319,24.8186],[121.322,24.8221],[121.3239,24.8215],[121.3271,24.822],[121.3273,24.8246],[121.3324,24.8264],[121.3308,24.8287],[121.3312,24.8317],[121.3304,24.8328],[121.3324,24.8391],[121.332,24.84],[121.333,24.8444],[121.3358,24.8449],[121.3372,24.8484],[121.3428,24.8487],[121.3464,24.8502],[121.3485,24.8485],[121.3533,24.8505],[121.3556,24.8551],[121.3534,24.8587],[121.3494,24.8597],[121.3473,24.8621],[121.3459,24.8682],[121.3492,24.8687],[121.3529,24.8709],[121.3544,24.8732],[121.3506,24.8786],[121.3471,24.8787],[121.3456,24.8801],[121.3447,24.8859],[121.3413,24.8876],[121.3421,24.8908],[121.3382,24.8932],[121.3335,24.8922],[121.3321,24.8936],[121.3334,24.8962],[121.3337,24.899],[121.3319,24.8999],[121.3304,24.8977],[121.3278,24.8959],[121.3225,24.8985],[121.3205,24.9002],[121.3219,24.9036],[121.3238,24.9045],[121.3262,24.9072],[121.3262,24.9092],[121.3237,24.9098],[121.3226,24.9124],[121.32,24.9138],[121.3176,24.9165],[121.3247,24.9234],[121.3276,24.9247],[121.3352,24.9249],[121.3398,24.9285],[121.3361,24.9289],[121.3341,24.9298],[121.3307,24.9296],[121.3225,24.9281],[121.3232,24.9313],[121.3208,24.9336],[121.3183,24.9347],[121.3158,24.9385]]]},"properties":{"TOWNCODE":"68000030","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"大溪區"},"id":"68000030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2582,24.9304],[121.2553,24.9246],[121.2518,24.9217],[121.2552,24.9185],[121.2557,24.9156],[121.2532,24.9108],[121.2531,24.9089],[121.254,24.9109],[121.2569,24.9136],[121.2576,24.9166],[121.2623,24.9172],[121.2657,24.9205],[121.2681,24.9218],[121.2685,24.9241],[121.2728,24.9283],[121.2751,24.9282],[121.2779,24.9201],[121.2808,24.9211],[121.2834,24.9202],[121.2927,24.9245],[121.2962,24.9233],[121.3024,24.9268],[121.3082,24.9322],[121.3158,24.9385],[121.3248,24.9436],[121.3304,24.9445],[121.3316,24.9455],[121.328,24.949],[121.3281,24.9555],[121.3291,24.9623],[121.3281,24.9656],[121.3287,24.9678],[121.3281,24.9729],[121.324,24.9713],[121.3206,24.9706],[121.3126,24.9727],[121.3051,24.973],[121.3023,24.9745],[121.3036,24.9781],[121.3006,24.979],[121.2996,24.9762],[121.2965,24.9766],[121.295,24.9733],[121.2949,24.9709],[121.2937,24.9676],[121.2953,24.9652],[121.2954,24.9615],[121.2913,24.9619],[121.2884,24.9652],[121.2872,24.9705],[121.2841,24.9701],[121.2816,24.9739],[121.2811,24.9757],[121.2823,24.9787],[121.282,24.9839],[121.2833,24.9853],[121.2827,24.987],[121.2795,24.9857],[121.2757,24.9826],[121.2745,24.9806],[121.2698,24.9779],[121.2636,24.9733],[121.265,24.9685],[121.2656,24.9637],[121.2643,24.9605],[121.2649,24.9575],[121.2669,24.9529],[121.2666,24.9484],[121.2659,24.9469],[121.2631,24.9372],[121.2618,24.9352],[121.2588,24.9333],[121.2582,24.9304]]]},"properties":{"TOWNCODE":"68000080","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"八德區"},"id":"68000080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3025,25.0332],[121.2963,25.0324],[121.2932,25.0303],[121.2889,25.0264],[121.2873,25.0269],[121.2846,25.0297],[121.2843,25.0321],[121.2774,25.0301],[121.2784,25.027],[121.2751,25.0239],[121.2717,25.0223],[121.2719,25.0182],[121.273,25.0175],[121.2742,25.0126],[121.2775,25.0076],[121.2794,25.0023],[121.2791,25.0003],[121.2761,24.997],[121.2742,24.9925],[121.2749,24.9902],[121.2709,24.9905],[121.2683,24.9892],[121.2644,24.9897],[121.2598,24.9871],[121.2606,24.9836],[121.2617,24.9821],[121.2623,24.9781],[121.2641,24.9738],[121.2636,24.9733],[121.2698,24.9779],[121.2745,24.9806],[121.2757,24.9826],[121.2795,24.9857],[121.2827,24.987],[121.2833,24.9853],[121.282,24.9839],[121.2823,24.9787],[121.2811,24.9757],[121.2816,24.9739],[121.2841,24.9701],[121.2872,24.9705],[121.2884,24.9652],[121.2913,24.9619],[121.2954,24.9615],[121.2953,24.9652],[121.2937,24.9676],[121.2949,24.9709],[121.295,24.9733],[121.2965,24.9766],[121.2996,24.9762],[121.3006,24.979],[121.3036,24.9781],[121.3023,24.9745],[121.3051,24.973],[121.3126,24.9727],[121.3206,24.9706],[121.324,24.9713],[121.3237,24.9728],[121.3276,24.9748],[121.3298,24.9791],[121.3272,24.9823],[121.3251,24.9819],[121.3213,24.9871],[121.3214,24.9907],[121.3233,24.9922],[121.3238,24.9955],[121.3261,24.9958],[121.3289,24.998],[121.3303,25.0018],[121.3322,25.0048],[121.3314,25.0057],[121.3317,25.0116],[121.3296,25.0132],[121.33,25.0166],[121.3256,25.017],[121.325,25.0205],[121.3263,25.0233],[121.3251,25.0261],[121.3173,25.0265],[121.3161,25.0286],[121.3125,25.0307],[121.3098,25.0316],[121.3043,25.0304],[121.3025,25.0332]]]},"properties":{"TOWNCODE":"68000010","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"桃園區"},"id":"68000010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2484,25.1195],[121.2436,25.1186],[121.242,25.1195],[121.2415,25.1219],[121.2396,25.123],[121.2392,25.1201],[121.2396,25.1157],[121.2364,25.116],[121.2294,25.1152],[121.2278,25.1142],[121.2233,25.1133],[121.2201,25.1119],[121.2167,25.1116],[121.2121,25.11],[121.2114,25.1088],[121.2082,25.108],[121.2012,25.1045],[121.1977,25.1041],[121.1972,25.1023],[121.1944,25.1022],[121.1914,25.1008],[121.1886,25.098],[121.1855,25.0973],[121.1843,25.0959],[121.1747,25.0937],[121.1701,25.0902],[121.1681,25.0898],[121.1646,25.0874],[121.1551,25.0837],[121.1556,25.079],[121.1552,25.0772],[121.1521,25.0756],[121.155,25.0717],[121.1569,25.0702],[121.1567,25.067],[121.1552,25.0661],[121.1553,25.0621],[121.1567,25.0601],[121.1553,25.0584],[121.1589,25.0531],[121.1617,25.0517],[121.1609,25.0482],[121.1625,25.0466],[121.1675,25.0442],[121.1653,25.0395],[121.1607,25.0329],[121.1583,25.03],[121.1622,25.0282],[121.1622,25.0265],[121.1657,25.0282],[121.1721,25.0276],[121.1731,25.0268],[121.176,25.0275],[121.1773,25.0248],[121.18,25.0225],[121.1818,25.0251],[121.1826,25.0276],[121.1852,25.0261],[121.1853,25.0218],[121.1873,25.0196],[121.1873,25.0162],[121.1903,25.0185],[121.1938,25.0181],[121.1938,25.0234],[121.1959,25.0266],[121.1982,25.0238],[121.2007,25.0263],[121.208,25.0235],[121.2061,25.0215],[121.209,25.0166],[121.2078,25.013],[121.21,25.0114],[121.2086,25.0084],[121.2101,25.0072],[121.2093,25.004],[121.2112,25.001],[121.2132,25.0034],[121.2136,25.0072],[121.2132,25.0113],[121.2116,25.0141],[121.2132,25.0157],[121.2125,25.0171],[121.2151,25.0197],[121.2164,25.0187],[121.2187,25.0196],[121.2214,25.0174],[121.2228,25.0188],[121.2252,25.0177],[121.2231,25.0153],[121.2236,25.0119],[121.223,25.0096],[121.2237,25.0052],[121.2267,25.0032],[121.2294,25.0047],[121.2293,25.0074],[121.2327,25.0073],[121.2361,25.0087],[121.244,25.0107],[121.2476,25.0107],[121.2463,25.0139],[121.2392,25.0227],[121.2375,25.0259],[121.2331,25.0313],[121.2347,25.0325],[121.2343,25.0362],[121.2376,25.0394],[121.2367,25.0425],[121.2389,25.0443],[121.2444,25.0459],[121.2483,25.0501],[121.2462,25.0531],[121.2455,25.0554],[121.2482,25.0568],[121.2511,25.0574],[121.249,25.0602],[121.2519,25.0621],[121.2544,25.0609],[121.2623,25.0662],[121.2628,25.0694],[121.2642,25.0697],[121.2655,25.0733],[121.2678,25.0727],[121.2703,25.0735],[121.2732,25.0776],[121.2726,25.0802],[121.2712,25.0812],[121.2668,25.0824],[121.2628,25.0899],[121.2582,25.0934],[121.2567,25.0979],[121.2542,25.1016],[121.2524,25.1134],[121.2485,25.1177],[121.2484,25.1195]]]},"properties":{"TOWNCODE":"68000060","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"大園區"},"id":"68000060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1657,24.9577],[121.1582,24.9565],[121.1557,24.9552],[121.1509,24.951],[121.1476,24.9465],[121.1445,24.9471],[121.1393,24.9504],[121.1345,24.951],[121.1274,24.9534],[121.1254,24.9523],[121.1253,24.9495],[121.1227,24.9493],[121.1217,24.9504],[121.1187,24.949],[121.117,24.9503],[121.1114,24.9465],[121.1074,24.9456],[121.104,24.949],[121.1019,24.9524],[121.0995,24.9543],[121.0962,24.9549],[121.0954,24.9539],[121.0897,24.9563],[121.0872,24.9556],[121.0855,24.9533],[121.0856,24.9507],[121.0819,24.9485],[121.0773,24.9495],[121.0739,24.9466],[121.071,24.9458],[121.0707,24.9391],[121.0675,24.9388],[121.0639,24.9393],[121.0614,24.9389],[121.0583,24.9368],[121.0577,24.9333],[121.0593,24.9266],[121.0609,24.9241],[121.0608,24.9204],[121.0597,24.9165],[121.0582,24.9139],[121.0581,24.9103],[121.0592,24.9081],[121.0576,24.9058],[121.0612,24.9037],[121.0684,24.9031],[121.0709,24.9012],[121.071,24.8996],[121.074,24.8999],[121.077,24.8987],[121.081,24.8984],[121.0834,24.8989],[121.0865,24.8965],[121.0896,24.8953],[121.0911,24.8934],[121.0928,24.8934],[121.1007,24.895],[121.1091,24.8977],[121.1101,24.8962],[121.111,24.891],[121.1093,24.8875],[121.1078,24.8864],[121.1136,24.8825],[121.1149,24.8826],[121.122,24.8803],[121.124,24.8799],[121.1281,24.881],[121.1295,24.8797],[121.1329,24.8798],[121.1342,24.8784],[121.1365,24.8797],[121.1376,24.8817],[121.1395,24.8824],[121.1424,24.8818],[121.1444,24.8805],[121.1493,24.8812],[121.1522,24.8802],[121.1557,24.8807],[121.1579,24.8773],[121.1582,24.8753],[121.1604,24.8734],[121.1655,24.874],[121.1701,24.8722],[121.1756,24.8721],[121.176,24.8743],[121.1747,24.8762],[121.1752,24.8785],[121.1747,24.8814],[121.1769,24.8826],[121.1774,24.8864],[121.1795,24.8895],[121.1823,24.8902],[121.1847,24.8899],[121.1837,24.8926],[121.1853,24.8956],[121.1871,24.9028],[121.1869,24.9049],[121.1883,24.9074],[121.1891,24.9158],[121.1886,24.9207],[121.1873,24.9228],[121.1888,24.9286],[121.1846,24.939],[121.1848,24.9412],[121.1819,24.944],[121.1817,24.9466],[121.1791,24.9482],[121.1773,24.9542],[121.177,24.9592],[121.1657,24.9577]]]},"properties":{"TOWNCODE":"68000040","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"楊梅區"},"id":"68000040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6776,25.1557],[121.6715,25.1556],[121.6692,25.1534],[121.6637,25.1522],[121.6581,25.1522],[121.655,25.1488],[121.6512,25.1475],[121.6497,25.1449],[121.6463,25.1458],[121.6422,25.1449],[121.6345,25.1439],[121.6293,25.1418],[121.6268,25.1397],[121.6282,25.1352],[121.6346,25.1305],[121.6381,25.1308],[121.6429,25.1279],[121.6444,25.125],[121.6447,25.1221],[121.6462,25.1211],[121.6457,25.119],[121.6464,25.1135],[121.6503,25.1095],[121.6522,25.1048],[121.6489,25.1019],[121.6505,25.1004],[121.6506,25.0985],[121.6562,25.0947],[121.6558,25.0934],[121.6583,25.0916],[121.6609,25.0909],[121.6617,25.0894],[121.6646,25.0893],[121.668,25.0857],[121.674,25.0829],[121.6792,25.0877],[121.6816,25.0876],[121.6817,25.0848],[121.6799,25.0843],[121.6805,25.0819],[121.679,25.0789],[121.6836,25.0751],[121.6884,25.0717],[121.6901,25.0718],[121.6921,25.0703],[121.6965,25.0701],[121.6994,25.0674],[121.7043,25.0679],[121.7069,25.0666],[121.7104,25.068],[121.7124,25.068],[121.7148,25.0666],[121.7184,25.0631],[121.7191,25.0615],[121.722,25.0601],[121.7225,25.0585],[121.7258,25.0584],[121.7282,25.055],[121.7293,25.0607],[121.7279,25.0622],[121.7281,25.0667],[121.726,25.0701],[121.7251,25.0746],[121.7236,25.0768],[121.724,25.0806],[121.7266,25.0829],[121.7256,25.0853],[121.7255,25.089],[121.7291,25.0914],[121.7292,25.0927],[121.7269,25.0957],[121.7235,25.0964],[121.7196,25.099],[121.7241,25.1025],[121.7258,25.1075],[121.727,25.1096],[121.7299,25.1115],[121.7305,25.1131],[121.727,25.1154],[121.723,25.1116],[121.721,25.112],[121.7208,25.1137],[121.7187,25.1158],[121.716,25.1154],[121.7134,25.1162],[121.7109,25.1179],[121.7083,25.1217],[121.7031,25.121],[121.7026,25.1265],[121.7004,25.1286],[121.7003,25.1328],[121.6978,25.1337],[121.6966,25.1363],[121.693,25.1384],[121.6905,25.1389],[121.6875,25.1409],[121.6861,25.1434],[121.6811,25.1457],[121.6822,25.1478],[121.6823,25.1505],[121.6795,25.1523],[121.6798,25.1542],[121.6776,25.1557]]]},"properties":{"TOWNCODE":"10017020","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"七堵區"},"id":"10017020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7435,25.1345],[121.741,25.1357],[121.738,25.131],[121.7364,25.1293],[121.7352,25.1292],[121.7332,25.1262],[121.7336,25.1215],[121.7348,25.1205],[121.7344,25.1175],[121.7319,25.1135],[121.7376,25.1134],[121.739,25.1114],[121.7392,25.1066],[121.7421,25.1069],[121.7455,25.1059],[121.7479,25.109],[121.75,25.1097],[121.7518,25.111],[121.7513,25.1133],[121.7527,25.1185],[121.7525,25.1205],[121.7555,25.125],[121.7537,25.1281],[121.748,25.1286],[121.7462,25.1295],[121.742,25.132],[121.7435,25.1345]]]},"properties":{"TOWNCODE":"10017040","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"仁愛區"},"id":"10017040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7946,25.1264],[121.7918,25.1292],[121.7897,25.1323],[121.785,25.1335],[121.7843,25.1368],[121.7827,25.1388],[121.7831,25.1415],[121.7809,25.1449],[121.7774,25.1446],[121.775,25.1425],[121.7722,25.1373],[121.7695,25.1352],[121.7648,25.1365],[121.7624,25.1365],[121.7606,25.135],[121.7552,25.1339],[121.752,25.1337],[121.7478,25.1321],[121.7462,25.1295],[121.748,25.1286],[121.7537,25.1281],[121.7555,25.125],[121.7525,25.1205],[121.7527,25.1185],[121.7513,25.1133],[121.7518,25.111],[121.7549,25.1104],[121.7575,25.1109],[121.7594,25.1126],[121.763,25.1134],[121.7667,25.1125],[121.7694,25.1146],[121.7715,25.1184],[121.7734,25.1203],[121.7795,25.1175],[121.7839,25.1168],[121.7861,25.118],[121.7902,25.1122],[121.7948,25.1126],[121.7977,25.1143],[121.7988,25.1185],[121.7971,25.1213],[121.7942,25.1233],[121.7946,25.1264]]]},"properties":{"TOWNCODE":"10017070","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"信義區"},"id":"10017070"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.8035,25.1362],[121.8043,25.1381],[121.8031,25.142],[121.8046,25.1445],[121.8082,25.1474],[121.807,25.1491],[121.8005,25.1475],[121.7953,25.1481],[121.7932,25.1469],[121.7913,25.1482],[121.789,25.1482],[121.7851,25.1496],[121.7833,25.1521],[121.7799,25.1532],[121.7779,25.1515],[121.7755,25.1541],[121.7747,25.156],[121.7766,25.1579],[121.7768,25.1595],[121.7723,25.1609],[121.7708,25.1602],[121.769,25.1621],[121.7647,25.1638],[121.7617,25.1624],[121.7603,25.1604],[121.758,25.1609],[121.7561,25.1596],[121.7534,25.1593],[121.7566,25.1514],[121.7563,25.1481],[121.7551,25.1449],[121.7514,25.1413],[121.7461,25.1383],[121.7435,25.1345],[121.742,25.132],[121.7462,25.1295],[121.7478,25.1321],[121.752,25.1337],[121.7552,25.1339],[121.7606,25.135],[121.7624,25.1365],[121.7648,25.1365],[121.7695,25.1352],[121.7722,25.1373],[121.775,25.1425],[121.7774,25.1446],[121.7809,25.1449],[121.7831,25.1415],[121.7827,25.1388],[121.7843,25.1368],[121.785,25.1335],[121.7897,25.1323],[121.7918,25.1292],[121.7946,25.1264],[121.7972,25.1254],[121.8023,25.1218],[121.805,25.1252],[121.8038,25.1272],[121.8053,25.1291],[121.8051,25.1317],[121.8025,25.1343],[121.8035,25.1362]]],[[[121.7881,25.1957],[121.7845,25.1949],[121.7824,25.193],[121.7815,25.1909],[121.783,25.1897],[121.7889,25.1921],[121.7894,25.1952],[121.7881,25.1957]]],[[[122.1033,25.486],[122.1037,25.4831],[122.1057,25.482],[122.1072,25.487],[122.1045,25.4873],[122.1033,25.486]]],[[[122.0844,25.6275],[122.0851,25.6292],[122.0845,25.6324],[122.0806,25.6334],[122.0738,25.6321],[122.0723,25.6288],[122.0742,25.6255],[122.0769,25.6252],[122.0774,25.6235],[122.0816,25.6237],[122.0809,25.6253],[122.0844,25.6275]]]]},"properties":{"TOWNCODE":"10017010","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"中正區"},"id":"10017010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7534,25.1593],[121.753,25.1585],[121.7485,25.1563],[121.7426,25.1573],[121.7381,25.1609],[121.7366,25.1593],[121.7295,25.1636],[121.7237,25.1652],[121.7158,25.1661],[121.7126,25.1657],[121.7151,25.1622],[121.715,25.1611],[121.7099,25.1583],[121.7113,25.1548],[121.7124,25.149],[121.7149,25.1479],[121.7159,25.1436],[121.7204,25.1399],[121.7214,25.1417],[121.7245,25.1422],[121.7313,25.1376],[121.7349,25.1336],[121.735,25.1309],[121.7364,25.1293],[121.738,25.131],[121.741,25.1357],[121.7435,25.1345],[121.7461,25.1383],[121.7514,25.1413],[121.7551,25.1449],[121.7563,25.1481],[121.7566,25.1514],[121.7534,25.1593]]]},"properties":{"TOWNCODE":"10017050","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"中山區"},"id":"10017050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7126,25.1657],[121.7112,25.1649],[121.7072,25.166],[121.708,25.1686],[121.7099,25.171],[121.7085,25.1727],[121.7099,25.1741],[121.7096,25.1766],[121.7064,25.1739],[121.7021,25.1734],[121.7009,25.1692],[121.699,25.1673],[121.6955,25.1664],[121.6912,25.1663],[121.6908,25.1644],[121.6888,25.1641],[121.6873,25.1616],[121.6848,25.1601],[121.6831,25.1606],[121.6782,25.1572],[121.6776,25.1557],[121.6798,25.1542],[121.6795,25.1523],[121.6823,25.1505],[121.6822,25.1478],[121.6811,25.1457],[121.6861,25.1434],[121.6875,25.1409],[121.6905,25.1389],[121.693,25.1384],[121.6966,25.1363],[121.6978,25.1337],[121.7003,25.1328],[121.7004,25.1286],[121.7026,25.1265],[121.7031,25.121],[121.7083,25.1217],[121.7109,25.1179],[121.7134,25.1162],[121.716,25.1154],[121.7187,25.1158],[121.7208,25.1137],[121.721,25.112],[121.723,25.1116],[121.727,25.1154],[121.7305,25.1131],[121.7319,25.1135],[121.7344,25.1175],[121.7348,25.1205],[121.7336,25.1215],[121.7332,25.1262],[121.7352,25.1292],[121.7364,25.1293],[121.735,25.1309],[121.7349,25.1336],[121.7313,25.1376],[121.7245,25.1422],[121.7214,25.1417],[121.7204,25.1399],[121.7159,25.1436],[121.7149,25.1479],[121.7124,25.149],[121.7113,25.1548],[121.7099,25.1583],[121.715,25.1611],[121.7151,25.1622],[121.7126,25.1657]]]},"properties":{"TOWNCODE":"10017060","COUNTYCODE":"10017","COUNTYNAME":"基隆市","TOWNNAME":"安樂區"},"id":"10017060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4575,24.9461],[121.4544,24.9444],[121.4517,24.9444],[121.4481,24.9416],[121.4453,24.9404],[121.4423,24.9376],[121.4367,24.9356],[121.434,24.9405],[121.4304,24.9392],[121.4256,24.9384],[121.4211,24.9383],[121.4177,24.9375],[121.4147,24.9395],[121.4135,24.9415],[121.41,24.9414],[121.4087,24.9465],[121.4087,24.9513],[121.4076,24.9521],[121.4026,24.9482],[121.4017,24.9457],[121.3974,24.9426],[121.3947,24.9463],[121.3936,24.9451],[121.3893,24.9451],[121.3847,24.9437],[121.381,24.9441],[121.3792,24.9434],[121.3761,24.9497],[121.3702,24.9466],[121.3652,24.9473],[121.3623,24.945],[121.3614,24.9455],[121.3593,24.9424],[121.3502,24.9372],[121.3485,24.9365],[121.3439,24.9312],[121.3398,24.9285],[121.3352,24.9249],[121.3276,24.9247],[121.3247,24.9234],[121.3176,24.9165],[121.32,24.9138],[121.3226,24.9124],[121.3237,24.9098],[121.3262,24.9092],[121.3262,24.9072],[121.3238,24.9045],[121.3219,24.9036],[121.3205,24.9002],[121.3225,24.8985],[121.3278,24.8959],[121.3304,24.8977],[121.3319,24.8999],[121.3337,24.899],[121.3334,24.8962],[121.3321,24.8936],[121.3335,24.8922],[121.3382,24.8932],[121.3421,24.8908],[121.3413,24.8876],[121.3447,24.8859],[121.3456,24.8801],[121.3471,24.8787],[121.3506,24.8786],[121.3544,24.8732],[121.3529,24.8709],[121.3492,24.8687],[121.3459,24.8682],[121.3473,24.8621],[121.3494,24.8597],[121.3534,24.8587],[121.3556,24.8551],[121.3533,24.8505],[121.3485,24.8485],[121.3464,24.8502],[121.3428,24.8487],[121.3372,24.8484],[121.3358,24.8449],[121.3395,24.8434],[121.3465,24.8459],[121.3549,24.844],[121.3578,24.8395],[121.3603,24.8381],[121.3642,24.8381],[121.3727,24.8351],[121.3735,24.8333],[121.3791,24.8351],[121.3846,24.8381],[121.385,24.8408],[121.3881,24.8424],[121.3894,24.8422],[121.3935,24.844],[121.3964,24.8436],[121.3981,24.8417],[121.4007,24.8417],[121.4028,24.8436],[121.4088,24.8406],[121.4104,24.8386],[121.4156,24.8356],[121.4138,24.832],[121.4161,24.8287],[121.4168,24.8257],[121.4235,24.8255],[121.4251,24.8225],[121.4253,24.82],[121.4268,24.8193],[121.428,24.817],[121.4318,24.8137],[121.4366,24.8121],[121.4373,24.8082],[121.437,24.8054],[121.438,24.8039],[121.438,24.8007],[121.4371,24.7981],[121.4385,24.7951],[121.4417,24.7933],[121.4457,24.7901],[121.4504,24.7909],[121.4515,24.792],[121.4541,24.7918],[121.4563,24.7932],[121.4553,24.7989],[121.4592,24.8014],[121.4623,24.8057],[121.4691,24.8072],[121.4725,24.8105],[121.4731,24.813],[121.4786,24.8161],[121.4817,24.8158],[121.4834,24.8176],[121.484,24.8197],[121.481,24.825],[121.4836,24.8283],[121.4839,24.8315],[121.4871,24.8344],[121.4906,24.8346],[121.4935,24.8358],[121.4948,24.8372],[121.4947,24.8397],[121.496,24.8415],[121.4972,24.8482],[121.4961,24.8511],[121.4942,24.8517],[121.4927,24.8537],[121.4928,24.8567],[121.4883,24.8622],[121.4853,24.863],[121.4831,24.8618],[121.4805,24.8617],[121.4777,24.8655],[121.4793,24.8701],[121.4743,24.8758],[121.4718,24.8773],[121.4727,24.8794],[121.475,24.882],[121.4754,24.8862],[121.4805,24.8908],[121.4825,24.8935],[121.4829,24.8954],[121.4866,24.9005],[121.4897,24.9012],[121.4923,24.9037],[121.4894,24.9081],[121.4917,24.9149],[121.492,24.9171],[121.4897,24.9195],[121.4881,24.9224],[121.4858,24.9232],[121.4858,24.9261],[121.4848,24.9278],[121.4806,24.9288],[121.4762,24.9291],[121.4736,24.9308],[121.4683,24.9308],[121.4642,24.9332],[121.4598,24.9344],[121.4609,24.9375],[121.4587,24.9394],[121.4584,24.9433],[121.4575,24.9461]]]},"properties":{"TOWNCODE":"65000090","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"三峽區"},"id":"65000090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.3689,24.9768],[121.3639,24.9796],[121.3613,24.9779],[121.354,24.9778],[121.3523,24.9809],[121.3471,24.9788],[121.3428,24.9823],[121.341,24.9802],[121.3367,24.9807],[121.334,24.9787],[121.3298,24.9791],[121.3276,24.9748],[121.3237,24.9728],[121.324,24.9713],[121.3281,24.9729],[121.3287,24.9678],[121.3281,24.9656],[121.3291,24.9623],[121.3281,24.9555],[121.328,24.949],[121.3316,24.9455],[121.3304,24.9445],[121.3248,24.9436],[121.3158,24.9385],[121.3183,24.9347],[121.3208,24.9336],[121.3232,24.9313],[121.3225,24.9281],[121.3307,24.9296],[121.3341,24.9298],[121.3361,24.9289],[121.3398,24.9285],[121.3439,24.9312],[121.3485,24.9365],[121.3502,24.9372],[121.3593,24.9424],[121.3614,24.9455],[121.3654,24.9508],[121.3661,24.9548],[121.3722,24.9566],[121.3738,24.9581],[121.3786,24.9608],[121.3823,24.9649],[121.3782,24.9654],[121.3752,24.9686],[121.375,24.9701],[121.3701,24.9729],[121.3686,24.9755],[121.3689,24.9768]]]},"properties":{"TOWNCODE":"65000080","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"鶯歌區"},"id":"65000080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.494,25.0092],[121.4931,25.0092],[121.4896,25.0132],[121.4887,25.0158],[121.482,25.0157],[121.4825,25.0145],[121.4814,25.0116],[121.4763,25.0113],[121.4721,25.0071],[121.4679,25.0044],[121.466,25.0013],[121.4665,25.0003],[121.4642,24.9955],[121.4671,24.993],[121.4687,24.9943],[121.4702,24.9924],[121.4731,24.9941],[121.4749,24.9922],[121.4796,24.9897],[121.4767,24.9857],[121.4742,24.9838],[121.4757,24.9793],[121.4791,24.9777],[121.4817,24.9731],[121.4796,24.9727],[121.4795,24.9677],[121.4788,24.9663],[121.4798,24.9639],[121.4819,24.9633],[121.4857,24.9648],[121.4898,24.9671],[121.4917,24.9673],[121.4982,24.9706],[121.502,24.9699],[121.5071,24.976],[121.509,24.9765],[121.5139,24.9815],[121.514,24.9837],[121.5156,24.9869],[121.5171,24.9878],[121.5225,24.9883],[121.5233,24.9839],[121.5295,24.9883],[121.5317,24.9905],[121.5314,24.9954],[121.5266,24.9955],[121.5259,24.9975],[121.5232,24.9971],[121.5128,24.9943],[121.515,24.9982],[121.5141,25.0003],[121.5145,25.0038],[121.5126,25.0044],[121.5084,24.9998],[121.5064,25.0007],[121.509,25.0035],[121.5073,25.0053],[121.5035,25.0071],[121.4979,25.0091],[121.4949,25.0083],[121.494,25.0092]]]},"properties":{"TOWNCODE":"65000030","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"中和區"},"id":"65000030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4301,24.9952],[121.4312,25.002],[121.432,25.0033],[121.429,25.0081],[121.4265,25.009],[121.4265,25.0112],[121.4241,25.0137],[121.4239,25.0168],[121.4203,25.0188],[121.418,25.0194],[121.4139,25.019],[121.4121,25.0195],[121.4059,25.0171],[121.4041,25.0172],[121.4017,25.0158],[121.3971,25.0162],[121.3927,25.0139],[121.3913,25.012],[121.3926,25.0105],[121.3997,25.0068],[121.4003,25.0041],[121.4033,25.0003],[121.4001,24.9983],[121.3969,24.9973],[121.3965,24.9956],[121.3943,24.9935],[121.3905,24.9933],[121.39,24.9946],[121.387,24.996],[121.3841,24.9957],[121.3843,24.9918],[121.3835,24.9883],[121.3856,24.9865],[121.3819,24.9839],[121.379,24.9834],[121.3765,24.9811],[121.3722,24.9798],[121.3689,24.9768],[121.3686,24.9755],[121.3701,24.9729],[121.375,24.9701],[121.3752,24.9686],[121.3782,24.9654],[121.3823,24.9649],[121.3786,24.9608],[121.3738,24.9581],[121.3722,24.9566],[121.3661,24.9548],[121.3654,24.9508],[121.3614,24.9455],[121.3623,24.945],[121.3652,24.9473],[121.3702,24.9466],[121.3761,24.9497],[121.3792,24.9434],[121.381,24.9441],[121.3847,24.9437],[121.3893,24.9451],[121.3936,24.9451],[121.3947,24.9463],[121.3974,24.9426],[121.4017,24.9457],[121.4026,24.9482],[121.4076,24.9521],[121.4098,24.954],[121.4105,24.9559],[121.41,24.9626],[121.4127,24.966],[121.4221,24.9685],[121.4251,24.971],[121.4288,24.9721],[121.4267,24.9729],[121.4268,24.9771],[121.426,24.9801],[121.4266,24.9841],[121.4244,24.9871],[121.4253,24.9897],[121.4301,24.9952]]]},"properties":{"TOWNCODE":"65000070","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"樹林區"},"id":"65000070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6402,25.0235],[121.6375,25.0241],[121.6357,25.0232],[121.6326,25.0256],[121.6309,25.0247],[121.6288,25.0198],[121.6227,25.0173],[121.6206,25.0184],[121.6171,25.0186],[121.6102,25.0199],[121.6041,25.0191],[121.6027,25.0151],[121.5973,25.0144],[121.5959,25.0095],[121.5959,25.0044],[121.5971,25.0046],[121.6005,25.0011],[121.6005,24.9984],[121.5981,24.9945],[121.5991,24.9916],[121.602,24.9904],[121.6019,24.988],[121.5998,24.9863],[121.6007,24.9803],[121.5993,24.9787],[121.6001,24.977],[121.6051,24.9744],[121.6114,24.9746],[121.6144,24.9735],[121.616,24.9718],[121.62,24.9693],[121.6276,24.9727],[121.6337,24.9775],[121.6367,24.9788],[121.6389,24.9817],[121.6377,24.9834],[121.637,24.9875],[121.6378,24.9913],[121.6364,24.9925],[121.638,24.9951],[121.6438,24.9951],[121.6457,24.9982],[121.6452,25.0017],[121.6402,25.0026],[121.6392,25.0055],[121.6416,25.0078],[121.6405,25.0091],[121.6411,25.0139],[121.6405,25.0186],[121.6392,25.0205],[121.6402,25.0235]]]},"properties":{"TOWNCODE":"65000180","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"深坑區"},"id":"65000180"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4852,25.0392],[121.4779,25.0398],[121.4698,25.0393],[121.4663,25.0385],[121.4632,25.0375],[121.4556,25.0334],[121.4519,25.0307],[121.4486,25.0272],[121.4418,25.0168],[121.4404,25.0153],[121.4375,25.0104],[121.4368,25.0072],[121.437,25.0031],[121.4361,25],[121.4335,25.0002],[121.4307,24.9979],[121.4301,24.9952],[121.4253,24.9897],[121.4244,24.9871],[121.4266,24.9841],[121.426,24.9801],[121.4268,24.9771],[121.4267,24.9729],[121.4288,24.9721],[121.434,24.9757],[121.435,24.9788],[121.4352,24.9819],[121.4369,24.9832],[121.4384,24.9865],[121.4401,24.9882],[121.4405,24.9922],[121.4425,24.9928],[121.4441,24.9911],[121.4497,24.9931],[121.4531,24.991],[121.4548,24.9956],[121.4562,24.9943],[121.4569,24.9916],[121.4591,24.9911],[121.4611,24.9891],[121.4634,24.9891],[121.4672,24.9922],[121.4671,24.993],[121.4642,24.9955],[121.4665,25.0003],[121.466,25.0013],[121.4679,25.0044],[121.4721,25.0071],[121.4763,25.0113],[121.4814,25.0116],[121.4825,25.0145],[121.482,25.0157],[121.4887,25.0158],[121.4885,25.0239],[121.485,25.0313],[121.4836,25.0362],[121.4852,25.0392]]]},"properties":{"TOWNCODE":"65000010","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"板橋區"},"id":"65000010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.7032,25.032],[121.7011,25.0342],[121.6969,25.0351],[121.6955,25.0369],[121.6963,25.0383],[121.6957,25.0408],[121.6923,25.0419],[121.6883,25.0416],[121.6845,25.0402],[121.6772,25.0348],[121.6721,25.0344],[121.6707,25.0327],[121.6657,25.0331],[121.6658,25.0299],[121.6648,25.0274],[121.6654,25.026],[121.6641,25.0233],[121.6576,25.0232],[121.6541,25.0244],[121.6499,25.024],[121.6462,25.0217],[121.6448,25.0237],[121.6429,25.0246],[121.6402,25.0235],[121.6392,25.0205],[121.6405,25.0186],[121.6411,25.0139],[121.6405,25.0091],[121.6416,25.0078],[121.6392,25.0055],[121.6402,25.0026],[121.6452,25.0017],[121.6457,24.9982],[121.6438,24.9951],[121.638,24.9951],[121.6364,24.9925],[121.6378,24.9913],[121.637,24.9875],[121.6377,24.9834],[121.6389,24.9817],[121.6367,24.9788],[121.6337,24.9775],[121.6276,24.9727],[121.62,24.9693],[121.6198,24.9674],[121.6171,24.9675],[121.6138,24.9665],[121.6092,24.964],[121.6106,24.9596],[121.6103,24.9571],[121.6078,24.9565],[121.6085,24.9522],[121.6064,24.9496],[121.6071,24.9472],[121.6011,24.9471],[121.6007,24.9457],[121.5979,24.9447],[121.5999,24.9391],[121.5976,24.9374],[121.5964,24.9349],[121.5965,24.9328],[121.5941,24.9273],[121.5956,24.9239],[121.5965,24.9187],[121.5971,24.9117],[121.5954,24.9109],[121.5943,24.913],[121.5904,24.9146],[121.5878,24.9138],[121.5849,24.9116],[121.5782,24.9087],[121.5718,24.9087],[121.5674,24.9035],[121.5717,24.9001],[121.5762,24.8988],[121.5782,24.897],[121.5789,24.8951],[121.5783,24.891],[121.5766,24.8878],[121.5764,24.8855],[121.5779,24.8832],[121.5769,24.8818],[121.578,24.8797],[121.5758,24.8751],[121.5777,24.8743],[121.5836,24.8734],[121.5902,24.8691],[121.5931,24.8661],[121.5955,24.8664],[121.5977,24.8641],[121.6013,24.8632],[121.6093,24.8631],[121.6155,24.8607],[121.6179,24.8619],[121.6196,24.8615],[121.6214,24.8632],[121.6258,24.8614],[121.6296,24.8615],[121.6321,24.8593],[121.636,24.8578],[121.6384,24.8609],[121.6411,24.8621],[121.6447,24.8607],[121.647,24.8636],[121.6484,24.8679],[121.6531,24.8703],[121.6542,24.877],[121.6509,24.8788],[121.6496,24.8805],[121.6516,24.8849],[121.6515,24.8875],[121.6529,24.8897],[121.6488,24.8952],[121.6505,24.8969],[121.6603,24.9014],[121.6616,24.9027],[121.6616,24.9051],[121.666,24.9084],[121.6642,24.911],[121.6632,24.915],[121.6659,24.9171],[121.6694,24.9178],[121.6732,24.9199],[121.6765,24.9228],[121.6746,24.9267],[121.6718,24.9282],[121.6701,24.9302],[121.6701,24.9333],[121.6693,24.9392],[121.6671,24.9397],[121.6667,24.945],[121.6659,24.9455],[121.6657,24.9502],[121.6668,24.9523],[121.6705,24.9525],[121.6759,24.9542],[121.6807,24.9546],[121.6833,24.9575],[121.685,24.9582],[121.6876,24.9627],[121.6887,24.9635],[121.6918,24.9632],[121.6943,24.9646],[121.6988,24.9647],[121.7006,24.9667],[121.7031,24.9678],[121.7049,24.9709],[121.7077,24.9727],[121.7138,24.9718],[121.7158,24.9708],[121.7181,24.9733],[121.7182,24.9749],[121.7173,24.9792],[121.7207,24.9802],[121.722,24.9824],[121.7247,24.984],[121.7246,24.9868],[121.7268,24.9892],[121.7251,24.992],[121.7232,24.997],[121.721,24.9989],[121.7226,25.0049],[121.7223,25.0075],[121.7177,25.0074],[121.7136,25.006],[121.712,25.0096],[121.7067,25.0142],[121.7065,25.0175],[121.7043,25.0182],[121.7011,25.0233],[121.7045,25.0275],[121.7032,25.032]]]},"properties":{"TOWNCODE":"65000190","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"石碇區"},"id":"65000190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4655,25.0655],[121.4648,25.0675],[121.4626,25.0688],[121.4602,25.0684],[121.4535,25.0653],[121.4535,25.063],[121.4505,25.0608],[121.448,25.0626],[121.4462,25.0596],[121.4395,25.0568],[121.4387,25.0552],[121.4404,25.0523],[121.442,25.0477],[121.4399,25.0471],[121.4419,25.0445],[121.4419,25.0415],[121.4404,25.0415],[121.4373,25.0432],[121.4364,25.0389],[121.4327,25.0412],[121.4261,25.0334],[121.4241,25.0318],[121.4261,25.0301],[121.4212,25.0288],[121.4174,25.0314],[121.4182,25.0336],[121.4168,25.0348],[121.4127,25.0352],[121.4133,25.0381],[121.4119,25.039],[121.4103,25.0429],[121.4091,25.0442],[121.4031,25.0455],[121.403,25.0455],[121.3985,25.0438],[121.3931,25.0436],[121.3929,25.0421],[121.3944,25.0401],[121.4013,25.0374],[121.3999,25.035],[121.3985,25.0346],[121.3983,25.0301],[121.4015,25.028],[121.4011,25.0267],[121.4038,25.0253],[121.4045,25.0238],[121.4088,25.0208],[121.4107,25.021],[121.4121,25.0195],[121.4139,25.019],[121.418,25.0194],[121.4203,25.0188],[121.4239,25.0168],[121.4241,25.0137],[121.4265,25.0112],[121.4265,25.009],[121.429,25.0081],[121.432,25.0033],[121.4312,25.002],[121.4301,24.9952],[121.4307,24.9979],[121.4335,25.0002],[121.4361,25],[121.437,25.0031],[121.4368,25.0072],[121.4375,25.0104],[121.4404,25.0153],[121.4418,25.0168],[121.4486,25.0272],[121.4519,25.0307],[121.4556,25.0334],[121.4632,25.0375],[121.4663,25.0385],[121.4657,25.0438],[121.4672,25.0471],[121.4678,25.0513],[121.4687,25.0533],[121.4673,25.0562],[121.4674,25.0588],[121.4657,25.0613],[121.4655,25.0655]]]},"properties":{"TOWNCODE":"65000050","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"新莊區"},"id":"65000050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4083,25.0758],[121.402,25.075],[121.3989,25.0763],[121.3995,25.0683],[121.4021,25.0714],[121.4062,25.0688],[121.4026,25.0669],[121.4056,25.0647],[121.4036,25.0636],[121.4002,25.0631],[121.3999,25.0655],[121.3976,25.0656],[121.3955,25.0687],[121.397,25.0707],[121.3961,25.0732],[121.3911,25.0692],[121.3888,25.069],[121.3863,25.0729],[121.3825,25.07],[121.3827,25.066],[121.3801,25.0651],[121.3829,25.0629],[121.3864,25.0633],[121.3889,25.0607],[121.3883,25.0571],[121.3865,25.0538],[121.3925,25.0537],[121.3964,25.0525],[121.3975,25.0515],[121.4004,25.0515],[121.4002,25.0498],[121.3939,25.0494],[121.3993,25.0479],[121.398,25.0468],[121.3998,25.045],[121.4031,25.0455],[121.403,25.0455],[121.4031,25.0455],[121.4091,25.0442],[121.4103,25.0429],[121.4119,25.039],[121.4133,25.0381],[121.4127,25.0352],[121.4168,25.0348],[121.4182,25.0336],[121.4174,25.0314],[121.4212,25.0288],[121.4261,25.0301],[121.4241,25.0318],[121.4261,25.0334],[121.4327,25.0412],[121.4364,25.0389],[121.4373,25.0432],[121.4404,25.0415],[121.4419,25.0415],[121.4419,25.0445],[121.4399,25.0471],[121.442,25.0477],[121.4404,25.0523],[121.4387,25.0552],[121.4395,25.0568],[121.4462,25.0596],[121.448,25.0626],[121.4457,25.0643],[121.4454,25.0694],[121.4429,25.0692],[121.4424,25.0674],[121.4402,25.067],[121.4377,25.0644],[121.435,25.0666],[121.4319,25.0661],[121.4306,25.0691],[121.422,25.0693],[121.4193,25.069],[121.4157,25.0705],[121.4145,25.0724],[121.4103,25.0757],[121.4083,25.0758]]]},"properties":{"TOWNCODE":"65000160","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"泰山區"},"id":"65000160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5046,25.0782],[121.5026,25.083],[121.5,25.087],[121.4911,25.0948],[121.4888,25.0923],[121.4839,25.0885],[121.484,25.0846],[121.4821,25.0817],[121.4789,25.0781],[121.4769,25.077],[121.4753,25.0732],[121.473,25.0727],[121.471,25.0734],[121.471,25.0735],[121.471,25.0734],[121.4697,25.0724],[121.4698,25.0686],[121.4655,25.0655],[121.4657,25.0613],[121.4674,25.0588],[121.4673,25.0562],[121.4687,25.0533],[121.4678,25.0513],[121.4672,25.0471],[121.4657,25.0438],[121.4663,25.0385],[121.4698,25.0393],[121.4779,25.0398],[121.4852,25.0392],[121.4888,25.0426],[121.4955,25.0429],[121.5004,25.0452],[121.5046,25.0498],[121.5063,25.0541],[121.5054,25.0597],[121.5068,25.0645],[121.507,25.0711],[121.5047,25.078],[121.5046,25.0782]]]},"properties":{"TOWNCODE":"65000020","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"三重區"},"id":"65000020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.8755,25.0946],[121.8722,25.0937],[121.867,25.0941],[121.862,25.0965],[121.8559,25.0961],[121.8532,25.0949],[121.8513,25.089],[121.8476,25.0894],[121.8454,25.087],[121.8432,25.0827],[121.8407,25.0806],[121.8393,25.0766],[121.8362,25.0739],[121.8324,25.0717],[121.8324,25.0691],[121.8296,25.0648],[121.8305,25.0621],[121.8304,25.0561],[121.8339,25.0502],[121.8348,25.0475],[121.834,25.0444],[121.8319,25.0441],[121.8302,25.0452],[121.8274,25.0455],[121.8248,25.0449],[121.8233,25.046],[121.8213,25.0456],[121.8201,25.0433],[121.8169,25.0421],[121.8137,25.0413],[121.8103,25.0391],[121.8085,25.037],[121.8087,25.0349],[121.8067,25.0316],[121.8044,25.0316],[121.7994,25.0301],[121.7928,25.0236],[121.7891,25.023],[121.7845,25.0179],[121.7843,25.0136],[121.7801,25.0104],[121.7787,25.0075],[121.7748,25.0026],[121.7711,25.0003],[121.7689,24.9998],[121.764,24.9959],[121.7647,24.9935],[121.7673,24.9927],[121.7687,24.9901],[121.7711,24.9889],[121.7747,24.9883],[121.7758,24.9855],[121.7764,24.9853],[121.7771,24.9848],[121.7794,24.9839],[121.7815,24.982],[121.7852,24.982],[121.7865,24.9831],[121.7927,24.9834],[121.7927,24.9808],[121.7941,24.9774],[121.7939,24.9731],[121.7918,24.97],[121.7922,24.9663],[121.7907,24.9644],[121.7901,24.9606],[121.7912,24.9578],[121.7911,24.9558],[121.7933,24.9537],[121.7911,24.9513],[121.7878,24.9441],[121.7895,24.9404],[121.7864,24.9374],[121.786,24.9343],[121.785,24.9334],[121.7852,24.9307],[121.7817,24.9279],[121.7806,24.9228],[121.7781,24.9196],[121.7818,24.9178],[121.7847,24.9141],[121.785,24.9103],[121.7862,24.9063],[121.788,24.9062],[121.7934,24.8998],[121.7964,24.9012],[121.8022,24.901],[121.806,24.902],[121.8077,24.9032],[121.8105,24.9036],[121.8117,24.9065],[121.8183,24.9027],[121.8224,24.9046],[121.828,24.9054],[121.8319,24.9049],[121.8379,24.9099],[121.8395,24.9127],[121.8434,24.9154],[121.8455,24.9193],[121.8521,24.9237],[121.8538,24.9253],[121.8539,24.9278],[121.8491,24.9303],[121.8466,24.9379],[121.8424,24.9394],[121.8398,24.9422],[121.839,24.9446],[121.8418,24.9514],[121.8414,24.9543],[121.8435,24.957],[121.8454,24.9581],[121.8469,24.9603],[121.8517,24.9599],[121.8581,24.9632],[121.8612,24.9637],[121.8607,24.9663],[121.8617,24.9677],[121.8609,24.9738],[121.8619,24.9755],[121.8624,24.9816],[121.864,24.9823],[121.8651,24.9845],[121.8638,24.9856],[121.8676,24.9912],[121.8711,24.9934],[121.8722,24.9962],[121.8752,24.9991],[121.8762,25.0046],[121.8789,25.0076],[121.8786,25.0105],[121.8803,25.0114],[121.8805,25.0135],[121.8852,25.015],[121.8887,25.0148],[121.8909,25.0182],[121.8882,25.0192],[121.8921,25.0245],[121.8939,25.0252],[121.8921,25.0284],[121.8942,25.0314],[121.8958,25.0373],[121.8968,25.0392],[121.8927,25.0417],[121.8902,25.0423],[121.8899,25.0438],[121.8876,25.0456],[121.8893,25.0476],[121.8889,25.0512],[121.8906,25.0531],[121.888,25.0572],[121.8879,25.0607],[121.8871,25.0636],[121.8839,25.069],[121.8831,25.0716],[121.8799,25.0724],[121.8773,25.0757],[121.8784,25.0831],[121.876,25.0873],[121.877,25.0915],[121.8755,25.0946]]]},"properties":{"TOWNCODE":"65000250","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"雙溪區"},"id":"65000250"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.966,24.9831],[121.9677,24.9848],[121.9747,24.9853],[121.9761,24.9888],[121.9775,24.9901],[121.9809,24.9911],[121.9839,24.9906],[121.9893,24.9938],[121.9907,24.9957],[121.9967,25.0008],[122.0036,25.002],[122.0052,25.0016],[122.0057,25.0079],[122.0066,25.0101],[122.0054,25.0148],[122.0018,25.0148],[121.9999,25.0184],[121.9976,25.0195],[121.9939,25.016],[121.9932,25.0143],[121.9902,25.0211],[121.983,25.0249],[121.9779,25.0266],[121.9736,25.0266],[121.9699,25.0255],[121.9669,25.0239],[121.9649,25.0247],[121.9609,25.023],[121.9528,25.0223],[121.9471,25.0211],[121.9422,25.0246],[121.9345,25.0324],[121.929,25.041],[121.929,25.0432],[121.9304,25.0451],[121.9289,25.0462],[121.9295,25.0502],[121.9316,25.0541],[121.9307,25.0609],[121.9317,25.0631],[121.9302,25.0663],[121.9281,25.0688],[121.9284,25.0709],[121.9255,25.072],[121.9198,25.0763],[121.9167,25.076],[121.9154,25.0787],[121.9169,25.0814],[121.9144,25.0855],[121.9144,25.0898],[121.9164,25.0931],[121.9196,25.0949],[121.9197,25.0977],[121.9186,25.1003],[121.9196,25.1026],[121.9235,25.1055],[121.9254,25.1061],[121.9265,25.1081],[121.9232,25.1133],[121.9213,25.1137],[121.9186,25.1125],[121.916,25.1139],[121.9169,25.1162],[121.9208,25.1175],[121.9212,25.1213],[121.9226,25.1223],[121.9196,25.1205],[121.9084,25.1167],[121.9063,25.1174],[121.9037,25.1163],[121.8973,25.1124],[121.895,25.11],[121.8947,25.1085],[121.8974,25.1035],[121.8957,25.1012],[121.8928,25.1006],[121.8872,25.1003],[121.8818,25.0979],[121.8787,25.0951],[121.8755,25.0946],[121.877,25.0915],[121.876,25.0873],[121.8784,25.0831],[121.8773,25.0757],[121.8799,25.0724],[121.8831,25.0716],[121.8839,25.069],[121.8871,25.0636],[121.8879,25.0607],[121.888,25.0572],[121.8906,25.0531],[121.8889,25.0512],[121.8893,25.0476],[121.8876,25.0456],[121.8899,25.0438],[121.8902,25.0423],[121.8927,25.0417],[121.8968,25.0392],[121.8958,25.0373],[121.8942,25.0314],[121.8921,25.0284],[121.8939,25.0252],[121.8921,25.0245],[121.8882,25.0192],[121.8909,25.0182],[121.8887,25.0148],[121.8852,25.015],[121.8805,25.0135],[121.8803,25.0114],[121.8786,25.0105],[121.8789,25.0076],[121.8762,25.0046],[121.8752,24.9991],[121.8722,24.9962],[121.8711,24.9934],[121.8676,24.9912],[121.8638,24.9856],[121.8651,24.9845],[121.864,24.9823],[121.8624,24.9816],[121.8619,24.9755],[121.8609,24.9738],[121.8617,24.9677],[121.8607,24.9663],[121.8612,24.9637],[121.8636,24.9621],[121.8657,24.9622],[121.8715,24.9607],[121.8733,24.9616],[121.8763,24.9616],[121.8824,24.9642],[121.886,24.9642],[121.8885,24.9632],[121.8896,24.9648],[121.8918,24.9651],[121.8971,24.967],[121.8994,24.9693],[121.9001,24.9716],[121.9026,24.9742],[121.9054,24.9734],[121.9068,24.9756],[121.91,24.9748],[121.912,24.978],[121.9162,24.9795],[121.9192,24.9787],[121.9209,24.9797],[121.924,24.9793],[121.9286,24.9797],[121.9304,24.981],[121.9336,24.9809],[121.9344,24.9831],[121.9375,24.983],[121.9385,24.9848],[121.9429,24.9863],[121.9446,24.9882],[121.9481,24.9867],[121.9502,24.9883],[121.9557,24.9883],[121.958,24.9873],[121.9596,24.9883],[121.9628,24.9878],[121.966,24.9831]]]},"properties":{"TOWNCODE":"65000260","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"貢寮區"},"id":"65000260"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6268,25.1397],[121.6239,25.1397],[121.6163,25.1376],[121.6115,25.1334],[121.6093,25.1326],[121.6078,25.1302],[121.6041,25.1257],[121.6017,25.126],[121.6008,25.1218],[121.5988,25.1196],[121.5974,25.116],[121.5957,25.1142],[121.5975,25.1095],[121.5996,25.1084],[121.6023,25.1084],[121.608,25.1068],[121.6105,25.1051],[121.6154,25.1039],[121.6175,25.101],[121.6235,25.0969],[121.6261,25.0957],[121.625,25.0937],[121.626,25.0905],[121.6282,25.0882],[121.6286,25.0865],[121.6277,25.0826],[121.6242,25.0803],[121.6232,25.0758],[121.6206,25.0733],[121.6213,25.0719],[121.6208,25.0691],[121.6176,25.0676],[121.6176,25.0652],[121.6161,25.0639],[121.6208,25.0614],[121.6243,25.0555],[121.6219,25.0564],[121.6202,25.0557],[121.6209,25.0534],[121.6182,25.0523],[121.6163,25.0506],[121.6169,25.0475],[121.6191,25.0435],[121.6219,25.0401],[121.6249,25.0377],[121.6264,25.0379],[121.63,25.0363],[121.6334,25.0358],[121.634,25.0348],[121.638,25.0337],[121.6488,25.0279],[121.6551,25.0275],[121.6615,25.0305],[121.6658,25.0299],[121.6657,25.0331],[121.6707,25.0327],[121.6721,25.0344],[121.6772,25.0348],[121.6845,25.0402],[121.6883,25.0416],[121.6923,25.0419],[121.6957,25.0408],[121.6963,25.0383],[121.6955,25.0369],[121.6969,25.0351],[121.7011,25.0342],[121.7032,25.032],[121.707,25.0335],[121.7124,25.0334],[121.7158,25.0363],[121.7166,25.0403],[121.7178,25.043],[121.7223,25.0482],[121.7245,25.0483],[121.7301,25.0534],[121.7282,25.055],[121.7258,25.0584],[121.7225,25.0585],[121.722,25.0601],[121.7191,25.0615],[121.7184,25.0631],[121.7148,25.0666],[121.7124,25.068],[121.7104,25.068],[121.7069,25.0666],[121.7043,25.0679],[121.6994,25.0674],[121.6965,25.0701],[121.6921,25.0703],[121.6901,25.0718],[121.6884,25.0717],[121.6836,25.0751],[121.679,25.0789],[121.6805,25.0819],[121.6799,25.0843],[121.6817,25.0848],[121.6816,25.0876],[121.6792,25.0877],[121.674,25.0829],[121.668,25.0857],[121.6646,25.0893],[121.6617,25.0894],[121.6609,25.0909],[121.6583,25.0916],[121.6558,25.0934],[121.6562,25.0947],[121.6506,25.0985],[121.6505,25.1004],[121.6489,25.1019],[121.6522,25.1048],[121.6503,25.1095],[121.6464,25.1135],[121.6457,25.119],[121.6462,25.1211],[121.6447,25.1221],[121.6444,25.125],[121.6429,25.1279],[121.6381,25.1308],[121.6346,25.1305],[121.6282,25.1352],[121.6268,25.1397]]]},"properties":{"TOWNCODE":"65000110","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"汐止區"},"id":"65000110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6502,25.2227],[121.646,25.2216],[121.6438,25.2202],[121.642,25.216],[121.6379,25.2158],[121.6347,25.2137],[121.6297,25.2114],[121.6237,25.2059],[121.622,25.2033],[121.6189,25.2028],[121.6168,25.2011],[121.6132,25.1965],[121.6106,25.1951],[121.6123,25.1932],[121.611,25.1874],[121.6097,25.1845],[121.6073,25.1816],[121.6073,25.1783],[121.604,25.1752],[121.6008,25.1705],[121.5974,25.1673],[121.5967,25.1656],[121.5899,25.1637],[121.5898,25.1637],[121.5899,25.1637],[121.5905,25.1603],[121.5918,25.1577],[121.5916,25.1551],[121.5894,25.1523],[121.5938,25.1499],[121.5939,25.1481],[121.596,25.1448],[121.5958,25.1434],[121.5983,25.1404],[121.6053,25.1355],[121.6046,25.1347],[121.6046,25.1308],[121.6078,25.1302],[121.6093,25.1326],[121.6115,25.1334],[121.6163,25.1376],[121.6239,25.1397],[121.6268,25.1397],[121.6293,25.1418],[121.6345,25.1439],[121.6422,25.1449],[121.6463,25.1458],[121.6497,25.1449],[121.6512,25.1475],[121.655,25.1488],[121.6581,25.1522],[121.6637,25.1522],[121.6692,25.1534],[121.6715,25.1556],[121.6776,25.1557],[121.6782,25.1572],[121.6831,25.1606],[121.6848,25.1601],[121.6873,25.1616],[121.6888,25.1641],[121.6908,25.1644],[121.6912,25.1663],[121.6955,25.1664],[121.699,25.1673],[121.7009,25.1692],[121.7021,25.1734],[121.7064,25.1739],[121.7096,25.1766],[121.7072,25.176],[121.7046,25.1768],[121.7027,25.1806],[121.6961,25.1818],[121.6936,25.1804],[121.6914,25.1811],[121.6877,25.1856],[121.6858,25.1895],[121.6858,25.1921],[121.6902,25.197],[121.6923,25.1978],[121.694,25.2015],[121.6918,25.2047],[121.6939,25.2081],[121.701,25.2142],[121.7013,25.2175],[121.6962,25.2143],[121.6928,25.2088],[121.6842,25.2072],[121.6793,25.2028],[121.6778,25.2046],[121.6724,25.2021],[121.6706,25.2027],[121.6643,25.207],[121.6608,25.2088],[121.6536,25.216],[121.6502,25.2227]]]},"properties":{"TOWNCODE":"65000280","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"萬里區"},"id":"65000280"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6502,25.2227],[121.6535,25.229],[121.6513,25.2305],[121.6526,25.2328],[121.6485,25.2327],[121.6459,25.2301],[121.6431,25.2307],[121.6398,25.2331],[121.6364,25.2364],[121.6339,25.2402],[121.6359,25.2501],[121.6351,25.2567],[121.6341,25.26],[121.6297,25.2668],[121.6231,25.2739],[121.6208,25.2758],[121.6175,25.2723],[121.6169,25.2628],[121.6186,25.2581],[121.6157,25.2533],[121.614,25.254],[121.6104,25.254],[121.6041,25.2531],[121.6004,25.2492],[121.6,25.2467],[121.5985,25.2439],[121.5941,25.2419],[121.5884,25.2369],[121.5871,25.2353],[121.5838,25.2331],[121.5816,25.2285],[121.582,25.2254],[121.5814,25.2238],[121.5778,25.2208],[121.5713,25.2204],[121.5681,25.2184],[121.566,25.215],[121.5626,25.2142],[121.5592,25.2101],[121.5628,25.2092],[121.5636,25.2056],[121.5662,25.1996],[121.57,25.1983],[121.5719,25.1953],[121.5761,25.1953],[121.5792,25.1941],[121.5805,25.1954],[121.5831,25.195],[121.5839,25.1887],[121.5818,25.1858],[121.5827,25.1847],[121.5809,25.1815],[121.5833,25.1776],[121.583,25.1755],[121.5803,25.1725],[121.5774,25.1702],[121.577,25.1671],[121.5793,25.1655],[121.5848,25.1647],[121.5878,25.163],[121.5898,25.1637],[121.5899,25.1637],[121.5967,25.1656],[121.5974,25.1673],[121.6008,25.1705],[121.604,25.1752],[121.6073,25.1783],[121.6073,25.1816],[121.6097,25.1845],[121.611,25.1874],[121.6123,25.1932],[121.6106,25.1951],[121.6132,25.1965],[121.6168,25.2011],[121.6189,25.2028],[121.622,25.2033],[121.6237,25.2059],[121.6297,25.2114],[121.6347,25.2137],[121.6379,25.2158],[121.642,25.216],[121.6438,25.2202],[121.646,25.2216],[121.6502,25.2227]]]},"properties":{"TOWNCODE":"65000270","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"金山區"},"id":"65000270"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6208,25.2758],[121.6168,25.2788],[121.6079,25.2815],[121.6063,25.2839],[121.6024,25.2877],[121.5976,25.29],[121.5972,25.2915],[121.5906,25.2921],[121.5867,25.2934],[121.5826,25.2963],[121.5775,25.299],[121.5693,25.2985],[121.5673,25.297],[121.5648,25.2931],[121.5621,25.293],[121.5605,25.292],[121.5533,25.293],[121.5504,25.2916],[121.5455,25.2924],[121.5413,25.2945],[121.5407,25.2978],[121.5369,25.3001],[121.5338,25.2971],[121.5336,25.295],[121.5348,25.2925],[121.5333,25.2899],[121.5259,25.286],[121.5244,25.2868],[121.5212,25.2868],[121.5208,25.2855],[121.5169,25.2849],[121.514,25.2867],[121.5128,25.2909],[121.5107,25.292],[121.5093,25.2913],[121.5083,25.2887],[121.5093,25.2832],[121.5077,25.2828],[121.5083,25.2781],[121.5134,25.2761],[121.5155,25.2744],[121.5197,25.269],[121.521,25.2689],[121.5241,25.2637],[121.5295,25.2602],[121.5318,25.2608],[121.5309,25.264],[121.534,25.266],[121.5414,25.2665],[121.5432,25.2681],[121.5459,25.2669],[121.5498,25.2637],[121.5504,25.2618],[121.5497,25.2595],[121.5478,25.2572],[121.5478,25.2547],[121.5464,25.2534],[121.5477,25.2499],[121.5465,25.2465],[121.5448,25.2454],[121.5459,25.2434],[121.5479,25.2426],[121.5494,25.2448],[121.5517,25.2453],[121.5526,25.2439],[121.5508,25.2425],[121.5542,25.2395],[121.5565,25.2338],[121.5556,25.2311],[121.5561,25.2272],[121.5603,25.2232],[121.5627,25.222],[121.566,25.215],[121.5681,25.2184],[121.5713,25.2204],[121.5778,25.2208],[121.5814,25.2238],[121.582,25.2254],[121.5816,25.2285],[121.5838,25.2331],[121.5871,25.2353],[121.5884,25.2369],[121.5941,25.2419],[121.5985,25.2439],[121.6,25.2467],[121.6004,25.2492],[121.6041,25.2531],[121.6104,25.254],[121.614,25.254],[121.6157,25.2533],[121.6186,25.2581],[121.6169,25.2628],[121.6175,25.2723],[121.6208,25.2758]]]},"properties":{"TOWNCODE":"65000220","COUNTYCODE":"65000","COUNTYNAME":"新北市","TOWNNAME":"石門區"},"id":"65000220"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3447,22.6338],[120.3227,22.6376],[120.3181,22.6385],[120.3208,22.6323],[120.3198,22.6319],[120.3168,22.6343],[120.3179,22.6303],[120.3132,22.6306],[120.3142,22.6276],[120.3109,22.6264],[120.3121,22.6233],[120.3022,22.6199],[120.2962,22.618],[120.295,22.621],[120.2903,22.6205],[120.2902,22.6149],[120.2889,22.611],[120.2959,22.6077],[120.2966,22.6095],[120.3051,22.6125],[120.3052,22.6141],[120.3177,22.6183],[120.3182,22.6154],[120.3226,22.6156],[120.3253,22.6149],[120.3251,22.6119],[120.327,22.6124],[120.3268,22.6166],[120.3279,22.6177],[120.3345,22.6185],[120.3349,22.6161],[120.3372,22.6163],[120.3407,22.6191],[120.3382,22.6206],[120.34,22.6243],[120.3448,22.625],[120.3456,22.6266],[120.3428,22.6281],[120.3417,22.6299],[120.3431,22.6309],[120.3447,22.6338]]]},"properties":{"TOWNCODE":"64000080","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"苓雅區"},"id":"64000080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3266,22.6798],[120.3252,22.6797],[120.3241,22.6774],[120.3204,22.6745],[120.3175,22.6695],[120.3152,22.6694],[120.3144,22.6669],[120.3111,22.6624],[120.3124,22.6582],[120.3113,22.655],[120.3088,22.6547],[120.3057,22.6531],[120.3027,22.6532],[120.3003,22.6517],[120.2956,22.6522],[120.2925,22.6495],[120.2885,22.6504],[120.2864,22.6498],[120.2826,22.6463],[120.2817,22.6436],[120.2845,22.6386],[120.2852,22.6347],[120.286,22.6317],[120.2886,22.6333],[120.2971,22.6361],[120.2995,22.6369],[120.3068,22.6364],[120.3095,22.6369],[120.314,22.6365],[120.3168,22.6343],[120.3198,22.6319],[120.3208,22.6323],[120.3181,22.6385],[120.3227,22.6376],[120.3447,22.6338],[120.3452,22.6371],[120.3502,22.6388],[120.3491,22.6401],[120.3459,22.6417],[120.3485,22.6466],[120.3472,22.6473],[120.3455,22.6462],[120.337,22.6524],[120.3308,22.6602],[120.3358,22.6596],[120.3336,22.6662],[120.3395,22.671],[120.3395,22.6721],[120.3382,22.6733],[120.3321,22.672],[120.3302,22.6725],[120.3281,22.6716],[120.3268,22.6739],[120.3279,22.676],[120.3266,22.6798]]]},"properties":{"TOWNCODE":"64000050","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"三民區"},"id":"64000050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1514,24.965],[121.1504,24.9642],[121.1475,24.9648],[121.1457,24.9684],[121.1404,24.9697],[121.136,24.9726],[121.1328,24.9784],[121.13,24.9817],[121.1287,24.9857],[121.1283,24.9921],[121.131,24.9938],[121.1302,24.9965],[121.1279,24.9982],[121.1234,24.9947],[121.1197,24.9946],[121.1167,24.9934],[121.1157,24.9914],[121.1121,24.988],[121.1101,24.9871],[121.1071,24.9899],[121.1057,24.9949],[121.1043,24.9967],[121.0996,24.9963],[121.0955,25.001],[121.0904,25.0033],[121.0871,25.0009],[121.084,25.0037],[121.0813,25.0044],[121.0787,25.0071],[121.0725,25.006],[121.0732,25.0035],[121.0686,25.0018],[121.0655,25.0056],[121.0647,25.0081],[121.0611,25.0099],[121.0615,25.0112],[121.0552,25.0133],[121.051,25.0158],[121.0479,25.0145],[121.047,25.0164],[121.0448,25.0175],[121.0425,25.0157],[121.0398,25.0173],[121.0351,25.0174],[121.0315,25.0138],[121.0269,25.0081],[121.0236,25.0074],[121.0196,25.0075],[121.0184,25.0051],[121.0175,25],[121.0162,24.9954],[121.0146,24.9928],[121.0093,24.9902],[121.0112,24.9843],[121.011,24.9784],[121.0099,24.975],[121.0035,24.9676],[120.9984,24.9586],[120.9936,24.9555],[120.9865,24.9483],[120.9848,24.9436],[120.982,24.94],[120.9875,24.939],[120.9898,24.9361],[120.9918,24.935],[120.9939,24.939],[120.9982,24.9408],[121.0025,24.9399],[121.0044,24.9434],[121.0072,24.9462],[121.0096,24.9442],[121.012,24.9448],[121.0126,24.9432],[121.0193,24.9404],[121.0223,24.9414],[121.0259,24.9405],[121.0264,24.9422],[121.0294,24.9452],[121.0306,24.9439],[121.0382,24.9464],[121.0405,24.9433],[121.0421,24.9441],[121.0462,24.9424],[121.0484,24.9396],[121.0518,24.9386],[121.0554,24.9363],[121.0583,24.9368],[121.0614,24.9389],[121.0639,24.9393],[121.0675,24.9388],[121.0707,24.9391],[121.071,24.9458],[121.0739,24.9466],[121.0773,24.9495],[121.0819,24.9485],[121.0856,24.9507],[121.0855,24.9533],[121.0872,24.9556],[121.0897,24.9563],[121.0954,24.9539],[121.0962,24.9549],[121.0995,24.9543],[121.1019,24.9524],[121.104,24.949],[121.1074,24.9456],[121.1114,24.9465],[121.117,24.9503],[121.1187,24.949],[121.1217,24.9504],[121.1227,24.9493],[121.1253,24.9495],[121.1254,24.9523],[121.1274,24.9534],[121.1345,24.951],[121.1393,24.9504],[121.1445,24.9471],[121.1476,24.9465],[121.1509,24.951],[121.1557,24.9552],[121.1582,24.9565],[121.1657,24.9577],[121.1625,24.9611],[121.1604,24.9622],[121.155,24.9631],[121.1514,24.965]]]},"properties":{"TOWNCODE":"68000110","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"新屋區"},"id":"68000110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1622,25.0265],[121.1622,25.0282],[121.1583,25.03],[121.1607,25.0329],[121.1653,25.0395],[121.1675,25.0442],[121.1625,25.0466],[121.1609,25.0482],[121.1617,25.0517],[121.1589,25.0531],[121.1553,25.0584],[121.1567,25.0601],[121.1553,25.0621],[121.1552,25.0661],[121.1567,25.067],[121.1569,25.0702],[121.155,25.0717],[121.1521,25.0756],[121.1552,25.0772],[121.1556,25.079],[121.1551,25.0837],[121.1473,25.0818],[121.1441,25.0806],[121.1374,25.0795],[121.1326,25.0781],[121.125,25.0768],[121.1121,25.0723],[121.1052,25.0692],[121.101,25.068],[121.0949,25.0634],[121.09,25.063],[121.0866,25.0564],[121.0847,25.056],[121.0721,25.0499],[121.066,25.0492],[121.0589,25.0475],[121.0561,25.0462],[121.0487,25.0408],[121.0438,25.0347],[121.0385,25.0309],[121.0286,25.0206],[121.0254,25.0146],[121.0196,25.0075],[121.0236,25.0074],[121.0269,25.0081],[121.0315,25.0138],[121.0351,25.0174],[121.0398,25.0173],[121.0425,25.0157],[121.0448,25.0175],[121.047,25.0164],[121.0479,25.0145],[121.051,25.0158],[121.0552,25.0133],[121.0615,25.0112],[121.0611,25.0099],[121.0647,25.0081],[121.0655,25.0056],[121.0686,25.0018],[121.0732,25.0035],[121.0725,25.006],[121.0787,25.0071],[121.0813,25.0044],[121.084,25.0037],[121.0871,25.0009],[121.0904,25.0033],[121.0955,25.001],[121.0996,24.9963],[121.1043,24.9967],[121.1057,24.9949],[121.1071,24.9899],[121.1101,24.9871],[121.1121,24.988],[121.1157,24.9914],[121.1167,24.9934],[121.1197,24.9946],[121.1234,24.9947],[121.1279,24.9982],[121.1302,24.9965],[121.131,24.9938],[121.1283,24.9921],[121.1287,24.9857],[121.13,24.9817],[121.1328,24.9784],[121.136,24.9726],[121.1404,24.9697],[121.1457,24.9684],[121.1475,24.9648],[121.1504,24.9642],[121.1514,24.965],[121.1539,24.9684],[121.1589,24.9734],[121.1611,24.9743],[121.1623,24.9791],[121.1638,24.9822],[121.1666,24.9863],[121.1684,24.988],[121.1672,24.9904],[121.1685,24.9923],[121.1667,24.9964],[121.1665,24.9987],[121.1649,25.0027],[121.165,25.0057],[121.1621,25.0103],[121.1612,25.014],[121.162,25.0212],[121.1608,25.0247],[121.1622,25.0265]]]},"properties":{"TOWNCODE":"68000120","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"觀音區"},"id":"68000120"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.9731,26.1946],[119.9736,26.1976],[119.9717,26.1998],[119.9729,26.2015],[119.9726,26.2062],[119.9715,26.2076],[119.9729,26.2093],[119.9726,26.2118],[119.9756,26.2151],[119.9819,26.2169],[119.9838,26.2187],[119.9873,26.2187],[119.9896,26.2172],[119.9902,26.2144],[119.9929,26.2184],[119.9972,26.2184],[119.9979,26.2223],[120.0006,26.222],[120.003,26.2229],[120.0065,26.2226],[120.0076,26.2193],[120.0091,26.2186],[120.0096,26.2148],[120.0113,26.2143],[120.0118,26.2183],[120.0098,26.2195],[120.0105,26.221],[120.0145,26.2235],[120.0132,26.2245],[120.0154,26.2268],[120.0141,26.2285],[120.0106,26.2285],[120.0066,26.2266],[120.0057,26.2233],[120.0034,26.2238],[120.0065,26.2278],[120.0054,26.23],[120.0064,26.2341],[120.0053,26.2346],[120.0012,26.2341],[120.0001,26.238],[119.9958,26.2382],[119.9931,26.2364],[119.9933,26.234],[119.9885,26.2309],[119.9843,26.2257],[119.9825,26.2247],[119.9786,26.226],[119.9766,26.2239],[119.9749,26.2237],[119.9712,26.2208],[119.9685,26.2207],[119.9691,26.2183],[119.9685,26.2157],[119.9711,26.2127],[119.9683,26.2093],[119.9675,26.207],[119.9656,26.2048],[119.9666,26.2036],[119.9659,26.1996],[119.9667,26.1983],[119.9664,26.194],[119.9707,26.1952],[119.9731,26.1946],[119.9732,26.1926],[119.9756,26.1928],[119.9755,26.1948],[119.9731,26.1946]]],[[[120.0032,26.2457],[120.005,26.2471],[120.0062,26.2509],[120.0039,26.2513],[120.0008,26.2485],[119.9982,26.2495],[119.9953,26.2433],[119.9984,26.2429],[120.0032,26.2457]]],[[[120.0099,26.2551],[120.0086,26.2529],[120.0128,26.2527],[120.0143,26.2547],[120.0099,26.2551]]],[[[119.99,26.282],[119.9885,26.2837],[119.9862,26.2823],[119.9868,26.2801],[119.9816,26.2784],[119.984,26.2771],[119.9841,26.2748],[119.9829,26.2734],[119.98,26.2724],[119.9789,26.2694],[119.9827,26.2663],[119.9859,26.2665],[119.9904,26.2697],[119.9888,26.273],[119.9922,26.2749],[119.9888,26.2796],[119.9903,26.2821],[119.99,26.282]]],[[[120.2272,26.3443],[120.2298,26.3454],[120.2294,26.3472],[120.2252,26.345],[120.2228,26.3419],[120.22,26.3412],[120.218,26.3373],[120.2202,26.3369],[120.2217,26.3389],[120.2241,26.3398],[120.2267,26.3426],[120.2271,26.344],[120.2272,26.3443]]]]},"properties":{"TOWNCODE":"09007020","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"北竿鄉"},"id":"09007020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4796,26.3829],[120.4778,26.3818],[120.4764,26.3837],[120.474,26.3834],[120.4747,26.3797],[120.4735,26.3786],[120.4703,26.3781],[120.4692,26.3769],[120.4706,26.3745],[120.4692,26.3723],[120.4705,26.3711],[120.4741,26.3766],[120.4772,26.3788],[120.4768,26.3742],[120.4777,26.3738],[120.4773,26.3689],[120.4788,26.3683],[120.481,26.3708],[120.4853,26.369],[120.4854,26.3655],[120.4838,26.3635],[120.4832,26.3606],[120.4817,26.3595],[120.484,26.3572],[120.4859,26.3596],[120.4911,26.3581],[120.4924,26.3592],[120.4946,26.3581],[120.4961,26.3611],[120.4985,26.3618],[120.5009,26.3651],[120.5008,26.3675],[120.503,26.3688],[120.5049,26.3655],[120.5067,26.3664],[120.5091,26.3647],[120.5113,26.3652],[120.5108,26.3678],[120.5058,26.373],[120.5032,26.3711],[120.5013,26.3732],[120.4985,26.3729],[120.5005,26.3776],[120.4955,26.3786],[120.4934,26.377],[120.4922,26.3746],[120.492,26.3706],[120.4875,26.3715],[120.4852,26.3698],[120.4816,26.3712],[120.4819,26.3743],[120.4834,26.3772],[120.4823,26.3807],[120.4804,26.3808],[120.4796,26.3829]]]},"properties":{"TOWNCODE":"09007040","COUNTYCODE":"09007","COUNTYNAME":"連江縣","TOWNNAME":"東引鄉"},"id":"09007040"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[118.1604,24.3786],[118.1633,24.3813],[118.1583,24.3822],[118.1535,24.3838],[118.1514,24.3823],[118.155,24.3783],[118.1604,24.3786]]],[[[118.1626,24.3949],[118.161,24.3956],[118.1593,24.3942],[118.161,24.3915],[118.1626,24.387],[118.1648,24.387],[118.169,24.3842],[118.1728,24.3863],[118.171,24.3896],[118.1652,24.3901],[118.1626,24.3949]]],[[[118.2628,24.4233],[118.2663,24.4281],[118.2657,24.4293],[118.2673,24.4339],[118.2664,24.4347],[118.2697,24.4376],[118.2682,24.4397],[118.2692,24.446],[118.2658,24.4468],[118.2622,24.4495],[118.26,24.4528],[118.2553,24.4552],[118.2459,24.4562],[118.2434,24.455],[118.2414,24.4561],[118.2354,24.4538],[118.2334,24.4537],[118.2305,24.4521],[118.2273,24.4479],[118.2265,24.4448],[118.2242,24.4397],[118.2239,24.4369],[118.221,24.4325],[118.2168,24.4281],[118.2174,24.4208],[118.2165,24.4194],[118.2146,24.4136],[118.2133,24.4119],[118.2134,24.4099],[118.2178,24.4097],[118.2221,24.4088],[118.2235,24.4067],[118.226,24.405],[118.2277,24.4079],[118.2293,24.4083],[118.2323,24.4128],[118.2377,24.4149],[118.2417,24.4141],[118.241,24.412],[118.2468,24.4147],[118.25,24.4183],[118.2487,24.4194],[118.2508,24.4226],[118.2532,24.4242],[118.2572,24.4254],[118.2629,24.4233],[118.2628,24.4233],[118.2629,24.4233],[118.2628,24.4233]]],[[[118.2777,24.4538],[118.2727,24.458],[118.2712,24.4574],[118.2691,24.4541],[118.2768,24.4524],[118.2777,24.4538]]]]},"properties":{"TOWNCODE":"09020050","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"烈嶼鄉"},"id":"09020050"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[114.3625,10.3732],[114.3637,10.3746],[114.3658,10.3749],[114.3697,10.377],[114.3714,10.3785],[114.3691,10.3799],[114.3618,10.3773],[114.3611,10.3769],[114.361,10.3768],[114.3608,10.3767],[114.3607,10.3766],[114.3606,10.3766],[114.3607,10.3766],[114.3607,10.3767],[114.3608,10.3767],[114.361,10.3768],[114.3611,10.3769],[114.361,10.3768],[114.3608,10.3767],[114.3607,10.3767],[114.3606,10.3766],[114.3593,10.375],[114.3625,10.3732]]],[[[116.7102,20.7042],[116.7155,20.7016],[116.7178,20.7014],[116.7217,20.6996],[116.7302,20.6974],[116.7342,20.6975],[116.7319,20.7033],[116.7309,20.7033],[116.7275,20.706],[116.723,20.7066],[116.7184,20.7093],[116.7137,20.7094],[116.7115,20.7083],[116.7123,20.7062],[116.712,20.7076],[116.712,20.7075],[116.712,20.7076],[116.712,20.7075],[116.7155,20.7074],[116.7185,20.7055],[116.7225,20.7058],[116.7241,20.7049],[116.7244,20.7048],[116.7241,20.7049],[116.7244,20.7048],[116.7249,20.7034],[116.7232,20.6998],[116.7201,20.7015],[116.7148,20.7027],[116.7148,20.7026],[116.7148,20.7027],[116.7148,20.7026],[116.7127,20.7052],[116.7103,20.7042],[116.7102,20.7042],[116.7103,20.7042],[116.7102,20.7042]]],[[[120.2776,22.6111],[120.2747,22.6132],[120.2701,22.6153],[120.2565,22.6196],[120.2562,22.6179],[120.2624,22.6138],[120.266,22.6088],[120.2653,22.6066],[120.2632,22.6036],[120.2638,22.6019],[120.2668,22.6],[120.2713,22.5928],[120.2784,22.5844],[120.2824,22.5808],[120.2845,22.5781],[120.2858,22.5779],[120.3028,22.5578],[120.3034,22.5543],[120.3006,22.5512],[120.2986,22.5475],[120.3034,22.5455],[120.3156,22.5519],[120.3203,22.5553],[120.3171,22.5591],[120.3078,22.5696],[120.3054,22.5719],[120.3018,22.5773],[120.2976,22.5818],[120.2915,22.5909],[120.2807,22.6083],[120.2776,22.6111]]]]},"properties":{"TOWNCODE":"64000100","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"旗津區"},"id":"64000100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4961,23.4348],[121.4911,23.4353],[121.4869,23.4335],[121.4841,23.4305],[121.4803,23.4308],[121.4776,23.4349],[121.4749,23.4377],[121.4734,23.4404],[121.4706,23.4408],[121.4668,23.4397],[121.462,23.4395],[121.4617,23.4415],[121.4567,23.4422],[121.4551,23.4411],[121.4523,23.4417],[121.451,23.4432],[121.4473,23.4438],[121.4471,23.4438],[121.4443,23.4408],[121.4443,23.4388],[121.4421,23.4369],[121.4411,23.4341],[121.4383,23.4333],[121.4334,23.4329],[121.4328,23.4314],[121.4289,23.4294],[121.4256,23.4262],[121.4257,23.425],[121.423,23.4231],[121.4196,23.4196],[121.42,23.4169],[121.4183,23.4156],[121.4184,23.4136],[121.4156,23.408],[121.4138,23.4061],[121.4095,23.3973],[121.4071,23.394],[121.4016,23.3888],[121.4,23.3866],[121.4015,23.3808],[121.4037,23.3756],[121.4044,23.3673],[121.4076,23.3646],[121.4101,23.3649],[121.4139,23.3634],[121.4178,23.3607],[121.423,23.3599],[121.4226,23.3558],[121.4183,23.3522],[121.4168,23.3494],[121.414,23.3474],[121.4102,23.3463],[121.4061,23.3391],[121.4038,23.3372],[121.4011,23.3316],[121.4007,23.3286],[121.3996,23.3267],[121.3997,23.324],[121.3979,23.3217],[121.392,23.3217],[121.3902,23.3206],[121.3901,23.3157],[121.3879,23.312],[121.3877,23.3105],[121.3831,23.3074],[121.3821,23.3054],[121.3801,23.3039],[121.3778,23.3008],[121.3782,23.2992],[121.3763,23.2958],[121.3772,23.2914],[121.3765,23.289],[121.3773,23.2878],[121.3771,23.2835],[121.3769,23.2815],[121.3783,23.2775],[121.3785,23.2731],[121.3779,23.2696],[121.3738,23.269],[121.3716,23.2668],[121.3712,23.2633],[121.3662,23.2593],[121.3659,23.258],[121.3631,23.2571],[121.3619,23.2542],[121.3594,23.2527],[121.3589,23.2497],[121.3616,23.2467],[121.3598,23.2424],[121.3578,23.2406],[121.3569,23.2372],[121.3578,23.2342],[121.36,23.2301],[121.3613,23.229],[121.3651,23.2293],[121.3684,23.2267],[121.3715,23.2265],[121.3758,23.2271],[121.3786,23.2263],[121.3823,23.2277],[121.3873,23.2252],[121.3864,23.2235],[121.3931,23.222],[121.3968,23.2217],[121.3977,23.2237],[121.4006,23.2213],[121.4012,23.2229],[121.4058,23.2185],[121.4076,23.215],[121.4097,23.2138],[121.41,23.2135],[121.4144,23.2197],[121.4166,23.2213],[121.4204,23.2263],[121.4187,23.2283],[121.4161,23.2275],[121.4151,23.2302],[121.4151,23.2354],[121.4169,23.2386],[121.417,23.2414],[121.419,23.2453],[121.4187,23.2469],[121.4208,23.25],[121.4208,23.2576],[121.4219,23.2586],[121.4227,23.2619],[121.4241,23.2642],[121.4274,23.266],[121.4274,23.2727],[121.4297,23.2814],[121.4329,23.2881],[121.4343,23.2889],[121.4362,23.2925],[121.4382,23.2941],[121.4392,23.2969],[121.442,23.2983],[121.4415,23.2999],[121.4424,23.3025],[121.444,23.3042],[121.4471,23.3053],[121.447,23.3089],[121.454,23.3135],[121.4576,23.3137],[121.4603,23.3126],[121.4622,23.3133],[121.4629,23.3177],[121.4658,23.3222],[121.4658,23.3263],[121.4665,23.3298],[121.4681,23.3344],[121.4677,23.3373],[121.4678,23.345],[121.4687,23.3487],[121.4721,23.3523],[121.4719,23.3557],[121.4708,23.3567],[121.4737,23.3642],[121.4722,23.3697],[121.4722,23.3715],[121.4739,23.3779],[121.4751,23.3874],[121.4767,23.3891],[121.477,23.3927],[121.4779,23.3952],[121.4814,23.3967],[121.4818,23.4022],[121.4835,23.4041],[121.4839,23.4102],[121.4862,23.4138],[121.4897,23.4243],[121.4925,23.4268],[121.4961,23.4348]]]},"properties":{"TOWNCODE":"10014080","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"長濱鄉"},"id":"10014080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5676,23.7463],[121.563,23.7482],[121.5587,23.7484],[121.5554,23.7438],[121.5534,23.7441],[121.5498,23.7416],[121.5459,23.742],[121.5454,23.7398],[121.5412,23.7344],[121.5382,23.7327],[121.5331,23.7333],[121.5317,23.7321],[121.5279,23.7321],[121.5266,23.7313],[121.5266,23.7291],[121.5251,23.7274],[121.5258,23.7225],[121.525,23.7208],[121.5226,23.7198],[121.5194,23.7172],[121.519,23.7132],[121.5174,23.7122],[121.5188,23.7107],[121.5209,23.7105],[121.5212,23.7084],[121.5197,23.7051],[121.5208,23.7035],[121.5214,23.7003],[121.5196,23.6989],[121.5167,23.6946],[121.5175,23.6931],[121.5219,23.6905],[121.5219,23.6884],[121.5234,23.6846],[121.525,23.6828],[121.5241,23.6804],[121.521,23.6774],[121.52,23.6732],[121.5203,23.6711],[121.5179,23.6698],[121.5159,23.663],[121.5149,23.6609],[121.5136,23.6556],[121.51,23.651],[121.5087,23.6471],[121.5037,23.644],[121.5001,23.6449],[121.4955,23.6476],[121.4914,23.6479],[121.4888,23.6465],[121.4853,23.6437],[121.4823,23.6399],[121.4804,23.6383],[121.478,23.6346],[121.4781,23.6322],[121.4768,23.6308],[121.4744,23.6249],[121.4709,23.6224],[121.4702,23.6205],[121.4663,23.6196],[121.4673,23.6159],[121.4659,23.6137],[121.4633,23.6136],[121.4592,23.6125],[121.4568,23.61],[121.4544,23.6089],[121.4489,23.6088],[121.4475,23.608],[121.4473,23.6035],[121.4457,23.6023],[121.4439,23.5983],[121.4406,23.5985],[121.4381,23.5972],[121.4344,23.597],[121.4305,23.5958],[121.4304,23.5944],[121.4268,23.5889],[121.4253,23.5879],[121.4264,23.5844],[121.4245,23.5827],[121.4235,23.5772],[121.4253,23.5769],[121.4293,23.5732],[121.428,23.57],[121.4251,23.5688],[121.4231,23.5671],[121.4211,23.5638],[121.4215,23.5609],[121.4234,23.5601],[121.4278,23.5597],[121.4282,23.5581],[121.4273,23.5554],[121.4291,23.5533],[121.4286,23.5501],[121.4319,23.5479],[121.4374,23.5481],[121.4398,23.5474],[121.4432,23.5479],[121.4441,23.546],[121.4465,23.5445],[121.4504,23.5446],[121.4526,23.5427],[121.4596,23.5454],[121.4605,23.5439],[121.4633,23.5426],[121.4661,23.5432],[121.4712,23.5434],[121.474,23.5417],[121.4773,23.5412],[121.48,23.5426],[121.4828,23.5451],[121.4859,23.544],[121.4891,23.5447],[121.4925,23.542],[121.4901,23.5352],[121.4892,23.5274],[121.4874,23.5261],[121.4852,23.5187],[121.485,23.5165],[121.4864,23.5144],[121.4885,23.514],[121.4873,23.509],[121.4894,23.5049],[121.4875,23.5021],[121.4869,23.4998],[121.4872,23.4954],[121.4849,23.4927],[121.4855,23.4876],[121.4867,23.4853],[121.4828,23.4831],[121.4793,23.487],[121.4737,23.4875],[121.4712,23.4839],[121.4667,23.4795],[121.4645,23.4758],[121.465,23.4729],[121.4664,23.4705],[121.4662,23.467],[121.4635,23.4596],[121.4634,23.457],[121.4621,23.4543],[121.4578,23.4529],[121.4524,23.4538],[121.4496,23.4534],[121.4458,23.4518],[121.4446,23.4497],[121.4442,23.4466],[121.4471,23.4438],[121.4473,23.4438],[121.451,23.4432],[121.4523,23.4417],[121.4551,23.4411],[121.4567,23.4422],[121.4617,23.4415],[121.462,23.4395],[121.4668,23.4397],[121.4706,23.4408],[121.4734,23.4404],[121.4749,23.4377],[121.4776,23.4349],[121.4803,23.4308],[121.4841,23.4305],[121.4869,23.4335],[121.4911,23.4353],[121.4961,23.4348],[121.4981,23.448],[121.4994,23.4524],[121.4999,23.4564],[121.5017,23.4598],[121.5024,23.4635],[121.5041,23.4685],[121.5067,23.4712],[121.5081,23.4717],[121.5097,23.4794],[121.5126,23.4824],[121.5127,23.4854],[121.514,23.4871],[121.5125,23.4918],[121.5102,23.4924],[121.5081,23.4912],[121.507,23.4949],[121.5063,23.4997],[121.5061,23.505],[121.5044,23.5084],[121.5049,23.5138],[121.5037,23.5174],[121.5054,23.5294],[121.508,23.5315],[121.507,23.5342],[121.5081,23.5371],[121.5086,23.5411],[121.5095,23.5434],[121.5113,23.5515],[121.5136,23.5555],[121.5169,23.5601],[121.5186,23.5635],[121.522,23.5671],[121.5238,23.573],[121.5263,23.5764],[121.5267,23.5783],[121.5261,23.5824],[121.5277,23.5877],[121.5301,23.5972],[121.5295,23.5978],[121.5305,23.6018],[121.53,23.6031],[121.5298,23.6091],[121.531,23.6184],[121.5312,23.6265],[121.5335,23.6344],[121.5359,23.6456],[121.5373,23.6485],[121.5399,23.6516],[121.5428,23.6526],[121.5438,23.656],[121.542,23.658],[121.541,23.6605],[121.5454,23.6646],[121.5456,23.67],[121.5466,23.672],[121.546,23.6743],[121.5472,23.6796],[121.5488,23.6832],[121.5507,23.6924],[121.5534,23.6983],[121.5506,23.7005],[121.5499,23.7028],[121.5493,23.7106],[121.5499,23.7166],[121.5522,23.7227],[121.5537,23.7244],[121.5567,23.725],[121.5611,23.7333],[121.5632,23.7358],[121.5638,23.739],[121.5657,23.7404],[121.5679,23.7448],[121.5676,23.7463]]]},"properties":{"TOWNCODE":"10015080","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"豐濱鄉"},"id":"10015080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6525,24.089],[120.651,24.0907],[120.6478,24.0911],[120.6482,24.0869],[120.6494,24.0864],[120.6526,24.0812],[120.6505,24.079],[120.6504,24.0736],[120.6522,24.0713],[120.653,24.0666],[120.657,24.064],[120.6599,24.0628],[120.6606,24.0602],[120.6626,24.0579],[120.6605,24.0567],[120.6609,24.0536],[120.6599,24.0523],[120.6608,24.0494],[120.6592,24.0467],[120.6574,24.0394],[120.655,24.0406],[120.6531,24.0398],[120.6514,24.0418],[120.6496,24.0398],[120.6504,24.0369],[120.6557,24.0307],[120.6611,24.0257],[120.6635,24.025],[120.6647,24.0234],[120.6684,24.0207],[120.6786,24.014],[120.686,24.0105],[120.6949,24.0071],[120.7064,24.0052],[120.7192,24.0097],[120.7318,24.009],[120.7436,24.0022],[120.7454,23.9992],[120.7476,23.9991],[120.7486,24.0009],[120.7511,24.0029],[120.7532,24.0023],[120.7556,24.0034],[120.7578,24.006],[120.7625,24.0062],[120.7678,24.0092],[120.7707,24.0091],[120.7714,24.0144],[120.7735,24.0159],[120.7752,24.0185],[120.7795,24.0201],[120.7797,24.0211],[120.783,24.0238],[120.7847,24.0242],[120.7855,24.0287],[120.7896,24.0313],[120.7915,24.0306],[120.7921,24.036],[120.7966,24.0403],[120.7936,24.0432],[120.7928,24.0456],[120.79,24.0473],[120.7887,24.0491],[120.7892,24.0516],[120.7881,24.0527],[120.7849,24.0532],[120.7847,24.0553],[120.7819,24.0567],[120.7816,24.0582],[120.7772,24.0614],[120.7728,24.0628],[120.7714,24.0641],[120.7673,24.0647],[120.7662,24.0665],[120.7614,24.0717],[120.7567,24.0743],[120.7539,24.0749],[120.7498,24.0771],[120.7463,24.0773],[120.7448,24.079],[120.7431,24.0784],[120.7388,24.0787],[120.7365,24.0802],[120.7321,24.0814],[120.7287,24.0816],[120.7268,24.0785],[120.7235,24.0791],[120.7216,24.0803],[120.7149,24.0812],[120.7113,24.081],[120.7081,24.0819],[120.7041,24.0811],[120.6977,24.0777],[120.6952,24.0768],[120.6913,24.0723],[120.6852,24.0703],[120.6818,24.0708],[120.6798,24.0724],[120.6765,24.0778],[120.6742,24.0788],[120.6719,24.0811],[120.6668,24.0809],[120.6633,24.0823],[120.6615,24.0814],[120.6581,24.0831],[120.6558,24.0851],[120.6579,24.087],[120.6525,24.089]]]},"properties":{"TOWNCODE":"66000260","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"霧峰區"},"id":"66000260"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7042,24.1249],[120.6971,24.1248],[120.6945,24.1241],[120.6896,24.1248],[120.686,24.1233],[120.6853,24.1217],[120.6836,24.1187],[120.6784,24.1173],[120.6749,24.1174],[120.6718,24.1155],[120.6707,24.111],[120.6689,24.1125],[120.665,24.1126],[120.6619,24.1108],[120.6608,24.1061],[120.6573,24.1045],[120.659,24.1039],[120.6577,24.1017],[120.6581,24.1],[120.6633,24.0977],[120.6613,24.0959],[120.6566,24.0932],[120.6543,24.0926],[120.6525,24.089],[120.6579,24.087],[120.6558,24.0851],[120.6581,24.0831],[120.6615,24.0814],[120.6633,24.0823],[120.6668,24.0809],[120.6719,24.0811],[120.6742,24.0788],[120.6765,24.0778],[120.6798,24.0724],[120.6818,24.0708],[120.6852,24.0703],[120.6913,24.0723],[120.6952,24.0768],[120.6977,24.0777],[120.7041,24.0811],[120.7081,24.0819],[120.7113,24.081],[120.7149,24.0812],[120.7216,24.0803],[120.7235,24.0791],[120.7268,24.0785],[120.7287,24.0816],[120.7321,24.0814],[120.736,24.0858],[120.737,24.0848],[120.7412,24.0865],[120.7414,24.0925],[120.7386,24.0959],[120.7365,24.0946],[120.7331,24.0954],[120.73,24.0942],[120.7284,24.0947],[120.7249,24.0974],[120.7201,24.1002],[120.7132,24.1036],[120.7096,24.1046],[120.7094,24.1061],[120.7139,24.1098],[120.7076,24.1119],[120.7018,24.1112],[120.7007,24.1131],[120.7022,24.1215],[120.7042,24.1249]]]},"properties":{"TOWNCODE":"66000280","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"大里區"},"id":"66000280"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6853,24.1217],[120.6836,24.1242],[120.6851,24.13],[120.6824,24.1355],[120.6666,24.1288],[120.6631,24.1292],[120.6617,24.1321],[120.6549,24.1353],[120.6545,24.1279],[120.6436,24.1193],[120.6467,24.1185],[120.6471,24.1152],[120.6457,24.1144],[120.6448,24.11],[120.65,24.1118],[120.6504,24.1073],[120.6573,24.1075],[120.6573,24.1045],[120.6608,24.1061],[120.6619,24.1108],[120.665,24.1126],[120.6689,24.1125],[120.6707,24.111],[120.6718,24.1155],[120.6749,24.1174],[120.6784,24.1173],[120.6836,24.1187],[120.6853,24.1217]]]},"properties":{"TOWNCODE":"66000030","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"南區"},"id":"66000030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6436,24.1193],[120.6401,24.1167],[120.6367,24.1129],[120.6356,24.1133],[120.6314,24.1096],[120.6289,24.1118],[120.6228,24.1131],[120.62,24.1127],[120.6192,24.1182],[120.6189,24.1239],[120.6143,24.1254],[120.6104,24.1251],[120.6036,24.1285],[120.5999,24.1297],[120.5941,24.1361],[120.5902,24.1386],[120.5863,24.1379],[120.5857,24.1342],[120.5876,24.132],[120.5883,24.1292],[120.5842,24.1237],[120.5829,24.1209],[120.5868,24.1178],[120.5843,24.1129],[120.5821,24.1119],[120.5818,24.1095],[120.5836,24.1095],[120.5864,24.107],[120.5884,24.1062],[120.5949,24.1049],[120.6,24.1052],[120.6026,24.1029],[120.6124,24.1024],[120.6125,24.0991],[120.6149,24.0902],[120.6149,24.085],[120.6195,24.0732],[120.6221,24.0727],[120.6242,24.0713],[120.6254,24.0687],[120.6257,24.0569],[120.6234,24.052],[120.6245,24.0482],[120.6258,24.0467],[120.626,24.0416],[120.6274,24.0408],[120.6277,24.0376],[120.6242,24.0334],[120.6248,24.0305],[120.6278,24.0296],[120.6341,24.0311],[120.6361,24.0311],[120.6375,24.0285],[120.6419,24.0274],[120.6446,24.0259],[120.6462,24.0283],[120.6444,24.0323],[120.6467,24.0338],[120.6492,24.0307],[120.6518,24.0285],[120.6557,24.0307],[120.6504,24.0369],[120.6496,24.0398],[120.6514,24.0418],[120.6531,24.0398],[120.655,24.0406],[120.6574,24.0394],[120.6592,24.0467],[120.6608,24.0494],[120.6599,24.0523],[120.6609,24.0536],[120.6605,24.0567],[120.6626,24.0579],[120.6606,24.0602],[120.6599,24.0628],[120.657,24.064],[120.653,24.0666],[120.6522,24.0713],[120.6504,24.0736],[120.6505,24.079],[120.6526,24.0812],[120.6494,24.0864],[120.6482,24.0869],[120.6478,24.0911],[120.651,24.0907],[120.6525,24.089],[120.6543,24.0926],[120.6566,24.0932],[120.6613,24.0959],[120.6633,24.0977],[120.6581,24.1],[120.6577,24.1017],[120.659,24.1039],[120.6573,24.1045],[120.6573,24.1075],[120.6504,24.1073],[120.65,24.1118],[120.6448,24.11],[120.6457,24.1144],[120.6471,24.1152],[120.6467,24.1185],[120.6436,24.1193]]]},"properties":{"TOWNCODE":"66000230","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"烏日區"},"id":"66000230"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6858,24.1433],[120.6843,24.1423],[120.6816,24.1449],[120.6822,24.1459],[120.6793,24.1482],[120.6738,24.1433],[120.6822,24.136],[120.6824,24.1355],[120.6857,24.1369],[120.6861,24.138],[120.6858,24.1433]]]},"properties":{"TOWNCODE":"66000010","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"中區"},"id":"66000010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6634,24.1631],[120.6605,24.1623],[120.6566,24.1564],[120.6538,24.1558],[120.653,24.1546],[120.653,24.1488],[120.6514,24.1488],[120.6512,24.145],[120.655,24.145],[120.6549,24.1353],[120.6617,24.1321],[120.6631,24.1292],[120.6666,24.1288],[120.6824,24.1355],[120.6822,24.136],[120.6738,24.1433],[120.6718,24.145],[120.6751,24.1493],[120.6753,24.1507],[120.6715,24.1533],[120.6658,24.1537],[120.6661,24.156],[120.6639,24.1576],[120.6653,24.1591],[120.6625,24.1621],[120.6634,24.1631]]]},"properties":{"TOWNCODE":"66000040","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"西區"},"id":"66000040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6538,24.1558],[120.6509,24.1574],[120.6498,24.1556],[120.6467,24.1547],[120.6367,24.1545],[120.635,24.16],[120.6334,24.1598],[120.63,24.1574],[120.6292,24.1556],[120.6251,24.1538],[120.6239,24.1565],[120.6213,24.1559],[120.6198,24.1592],[120.6124,24.16],[120.606,24.165],[120.6041,24.1655],[120.6004,24.1651],[120.5986,24.1629],[120.5937,24.1637],[120.5874,24.1668],[120.5884,24.1695],[120.5844,24.1704],[120.5849,24.1696],[120.5816,24.1656],[120.5788,24.1597],[120.5774,24.1557],[120.5744,24.1558],[120.5744,24.148],[120.5794,24.144],[120.5814,24.1436],[120.5845,24.1393],[120.5863,24.1379],[120.5902,24.1386],[120.5941,24.1361],[120.5999,24.1297],[120.6036,24.1285],[120.6104,24.1251],[120.6143,24.1254],[120.6189,24.1239],[120.6192,24.1182],[120.62,24.1127],[120.6228,24.1131],[120.6289,24.1118],[120.6314,24.1096],[120.6356,24.1133],[120.6367,24.1129],[120.6401,24.1167],[120.6436,24.1193],[120.6545,24.1279],[120.6549,24.1353],[120.655,24.145],[120.6512,24.145],[120.6514,24.1488],[120.653,24.1488],[120.653,24.1546],[120.6538,24.1558]]]},"properties":{"TOWNCODE":"66000070","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"南屯區"},"id":"66000070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7039,24.1594],[120.7007,24.1602],[120.6885,24.1623],[120.689,24.1645],[120.6879,24.167],[120.685,24.1669],[120.6851,24.1684],[120.6799,24.1685],[120.6792,24.1694],[120.6795,24.173],[120.6743,24.1739],[120.6671,24.1731],[120.6657,24.1671],[120.6634,24.1631],[120.6625,24.1621],[120.6653,24.1591],[120.6639,24.1576],[120.6661,24.156],[120.6658,24.1537],[120.6715,24.1533],[120.6753,24.1507],[120.6751,24.1493],[120.6718,24.145],[120.6738,24.1433],[120.6793,24.1482],[120.6822,24.1459],[120.6816,24.1449],[120.6843,24.1423],[120.6858,24.1433],[120.6864,24.1457],[120.6891,24.1466],[120.6913,24.1494],[120.6909,24.1513],[120.6921,24.1527],[120.6997,24.1514],[120.7008,24.154],[120.7038,24.1577],[120.7039,24.1594]]]},"properties":{"TOWNCODE":"66000050","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"北區"},"id":"66000050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6645,24.2016],[120.6648,24.2072],[120.6592,24.2072],[120.6577,24.2085],[120.6555,24.208],[120.654,24.2094],[120.6513,24.2097],[120.645,24.2039],[120.6424,24.205],[120.6415,24.2032],[120.6396,24.204],[120.6356,24.2039],[120.6241,24.2074],[120.6211,24.2088],[120.6192,24.2088],[120.6081,24.2113],[120.6007,24.2134],[120.6006,24.2148],[120.5963,24.2142],[120.5957,24.2127],[120.5951,24.2072],[120.5928,24.2015],[120.59,24.1976],[120.5877,24.1926],[120.5947,24.1907],[120.5979,24.1893],[120.5948,24.1857],[120.5889,24.1873],[120.5876,24.1854],[120.5932,24.183],[120.5936,24.1812],[120.589,24.1784],[120.5872,24.178],[120.5837,24.1742],[120.5831,24.1727],[120.5844,24.1704],[120.5884,24.1695],[120.5874,24.1668],[120.5937,24.1637],[120.5986,24.1629],[120.6004,24.1651],[120.6041,24.1655],[120.606,24.165],[120.6124,24.16],[120.6198,24.1592],[120.6213,24.1559],[120.6239,24.1565],[120.6251,24.1538],[120.6292,24.1556],[120.63,24.1574],[120.6334,24.1598],[120.635,24.16],[120.6367,24.1545],[120.6467,24.1547],[120.6498,24.1556],[120.6509,24.1574],[120.6538,24.1558],[120.6566,24.1564],[120.6605,24.1623],[120.6634,24.1631],[120.6657,24.1671],[120.6671,24.1731],[120.669,24.1766],[120.6686,24.1783],[120.6645,24.1791],[120.6646,24.1827],[120.6629,24.1826],[120.6631,24.1775],[120.658,24.1775],[120.6574,24.1891],[120.6587,24.1907],[120.6619,24.1999],[120.6645,24.2016]]]},"properties":{"TOWNCODE":"66000060","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"西屯區"},"id":"66000060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7683,24.2169],[120.7629,24.2174],[120.7606,24.2188],[120.7592,24.2178],[120.7537,24.2193],[120.752,24.2165],[120.7495,24.2139],[120.7479,24.2109],[120.7504,24.2083],[120.751,24.2061],[120.7497,24.2044],[120.743,24.2033],[120.7387,24.2021],[120.7374,24.1988],[120.7374,24.1959],[120.7353,24.194],[120.7323,24.1951],[120.7306,24.1944],[120.729,24.1916],[120.7244,24.192],[120.7233,24.1901],[120.72,24.1913],[120.7147,24.1901],[120.7145,24.1876],[120.7131,24.1859],[120.7109,24.1879],[120.7122,24.1902],[120.7082,24.1959],[120.7072,24.1994],[120.705,24.1975],[120.7053,24.1921],[120.7045,24.1887],[120.7008,24.1875],[120.6979,24.1883],[120.6995,24.1909],[120.6939,24.1929],[120.6951,24.1946],[120.6941,24.1984],[120.6975,24.2002],[120.6968,24.2031],[120.6905,24.2042],[120.6909,24.2063],[120.6845,24.2048],[120.6818,24.2035],[120.6748,24.2029],[120.6741,24.2044],[120.6698,24.2037],[120.6675,24.2022],[120.6645,24.2016],[120.6619,24.1999],[120.6587,24.1907],[120.6574,24.1891],[120.658,24.1775],[120.6631,24.1775],[120.6629,24.1826],[120.6646,24.1827],[120.6645,24.1791],[120.6686,24.1783],[120.669,24.1766],[120.6671,24.1731],[120.6743,24.1739],[120.6795,24.173],[120.6792,24.1694],[120.6799,24.1685],[120.6851,24.1684],[120.685,24.1669],[120.6879,24.167],[120.689,24.1645],[120.6885,24.1623],[120.7007,24.1602],[120.7039,24.1594],[120.7031,24.1626],[120.7065,24.1631],[120.7093,24.1608],[120.7128,24.161],[120.7225,24.1585],[120.7246,24.1584],[120.7261,24.1568],[120.7314,24.1572],[120.7386,24.16],[120.7447,24.1593],[120.7495,24.162],[120.7535,24.1595],[120.7547,24.158],[120.7598,24.1581],[120.7619,24.16],[120.7633,24.159],[120.7691,24.1601],[120.7719,24.162],[120.7741,24.1675],[120.7758,24.1686],[120.7787,24.1681],[120.7806,24.1669],[120.7897,24.1675],[120.7938,24.1658],[120.7972,24.1664],[120.7984,24.1678],[120.8026,24.1695],[120.8022,24.1723],[120.7999,24.1741],[120.8001,24.1792],[120.7973,24.1825],[120.7985,24.1858],[120.8001,24.1881],[120.7995,24.1923],[120.8012,24.1965],[120.7997,24.2001],[120.7963,24.2039],[120.7938,24.2055],[120.7886,24.2067],[120.7824,24.2107],[120.7784,24.2119],[120.7733,24.2126],[120.7701,24.2159],[120.7683,24.2169]]]},"properties":{"TOWNCODE":"66000080","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"北屯區"},"id":"66000080"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7537,24.2193],[120.7521,24.2214],[120.7468,24.2227],[120.7441,24.2222],[120.7422,24.2247],[120.7378,24.2249],[120.7363,24.2228],[120.7325,24.2193],[120.7271,24.2193],[120.7266,24.2206],[120.7225,24.2233],[120.7209,24.2256],[120.7208,24.2285],[120.7123,24.2312],[120.7118,24.2362],[120.7072,24.2363],[120.7061,24.2348],[120.7042,24.2298],[120.7023,24.227],[120.7013,24.2242],[120.6989,24.2244],[120.697,24.2257],[120.6961,24.2278],[120.697,24.2316],[120.6929,24.2311],[120.692,24.229],[120.6898,24.2293],[120.6916,24.2352],[120.6887,24.2357],[120.6855,24.2341],[120.6853,24.2318],[120.6814,24.2321],[120.6802,24.2301],[120.6784,24.2302],[120.678,24.2271],[120.6767,24.2239],[120.6739,24.2223],[120.6731,24.2185],[120.6787,24.2174],[120.6766,24.2112],[120.6741,24.2085],[120.6711,24.2088],[120.6698,24.2037],[120.6741,24.2044],[120.6748,24.2029],[120.6818,24.2035],[120.6845,24.2048],[120.6909,24.2063],[120.6905,24.2042],[120.6968,24.2031],[120.6975,24.2002],[120.6941,24.1984],[120.6951,24.1946],[120.6939,24.1929],[120.6995,24.1909],[120.6979,24.1883],[120.7008,24.1875],[120.7045,24.1887],[120.7053,24.1921],[120.705,24.1975],[120.7072,24.1994],[120.7082,24.1959],[120.7122,24.1902],[120.7109,24.1879],[120.7131,24.1859],[120.7145,24.1876],[120.7147,24.1901],[120.72,24.1913],[120.7233,24.1901],[120.7244,24.192],[120.729,24.1916],[120.7306,24.1944],[120.7323,24.1951],[120.7353,24.194],[120.7374,24.1959],[120.7374,24.1988],[120.7387,24.2021],[120.743,24.2033],[120.7497,24.2044],[120.751,24.2061],[120.7504,24.2083],[120.7479,24.2109],[120.7495,24.2139],[120.752,24.2165],[120.7537,24.2193]]]},"properties":{"TOWNCODE":"66000170","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"潭子區"},"id":"66000170"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5801,25.0495],[121.5686,25.0491],[121.5624,25.0472],[121.5577,25.0452],[121.5574,25.0294],[121.5564,25.0278],[121.5526,25.0244],[121.56,25.0175],[121.5633,25.0134],[121.5636,25.0113],[121.5659,25.0081],[121.569,25.0095],[121.5718,25.0118],[121.5721,25.0133],[121.578,25.0139],[121.5784,25.015],[121.5819,25.0182],[121.5836,25.0188],[121.5851,25.0241],[121.5869,25.0271],[121.592,25.0315],[121.5898,25.034],[121.5895,25.0367],[121.588,25.0384],[121.5867,25.0415],[121.5853,25.0416],[121.5806,25.0456],[121.5801,25.0495]]]},"properties":{"TOWNCODE":"63000020","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"信義區"},"id":"63000020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5107,25.0483],[121.509,25.0483],[121.5046,25.0498],[121.5004,25.0452],[121.4955,25.0429],[121.4888,25.0426],[121.4852,25.0392],[121.4836,25.0362],[121.485,25.0313],[121.4885,25.0239],[121.4887,25.0158],[121.4896,25.0132],[121.4931,25.0092],[121.494,25.0092],[121.4973,25.01],[121.5013,25.0129],[121.5048,25.0174],[121.5088,25.0212],[121.5124,25.0217],[121.5123,25.024],[121.5091,25.0249],[121.5041,25.03],[121.5061,25.0349],[121.5092,25.046],[121.5107,25.0483]]]},"properties":{"TOWNCODE":"63000070","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"萬華區"},"id":"63000070"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5186,25.0484],[121.512,25.0499],[121.5107,25.0483],[121.5092,25.046],[121.5061,25.0349],[121.5041,25.03],[121.5091,25.0249],[121.5123,25.024],[121.5124,25.0217],[121.5189,25.0198],[121.5216,25.0176],[121.5262,25.0114],[121.5309,25.0097],[121.5318,25.0087],[121.5371,25.0113],[121.5359,25.0133],[121.5259,25.0226],[121.5217,25.028],[121.5225,25.0322],[121.5243,25.0354],[121.5272,25.0342],[121.5327,25.0336],[121.5329,25.0455],[121.5247,25.0478],[121.5186,25.0484]]]},"properties":{"TOWNCODE":"63000050","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"中正區"},"id":"63000050"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6161,25.0639],[121.6129,25.0644],[121.6099,25.0609],[121.6053,25.0594],[121.5956,25.0586],[121.5931,25.0597],[121.588,25.0555],[121.5845,25.0539],[121.5799,25.0529],[121.5801,25.0495],[121.5806,25.0456],[121.5853,25.0416],[121.5867,25.0415],[121.588,25.0384],[121.5895,25.0367],[121.5898,25.034],[121.592,25.0315],[121.5869,25.0271],[121.5851,25.0241],[121.5836,25.0188],[121.5819,25.0182],[121.5784,25.015],[121.578,25.0139],[121.5798,25.0125],[121.5879,25.0134],[121.5929,25.0145],[121.5951,25.0155],[121.5973,25.0144],[121.6027,25.0151],[121.6041,25.0191],[121.6102,25.0199],[121.6171,25.0186],[121.6206,25.0184],[121.6227,25.0173],[121.6288,25.0198],[121.6309,25.0247],[121.6326,25.0256],[121.6357,25.0232],[121.6375,25.0241],[121.6402,25.0235],[121.6429,25.0246],[121.6448,25.0237],[121.6462,25.0217],[121.6499,25.024],[121.6541,25.0244],[121.6576,25.0232],[121.6641,25.0233],[121.6654,25.026],[121.6648,25.0274],[121.6658,25.0299],[121.6615,25.0305],[121.6551,25.0275],[121.6488,25.0279],[121.638,25.0337],[121.634,25.0348],[121.6334,25.0358],[121.63,25.0363],[121.6264,25.0379],[121.6249,25.0377],[121.6219,25.0401],[121.6191,25.0435],[121.6169,25.0475],[121.6163,25.0506],[121.6182,25.0523],[121.6209,25.0534],[121.6202,25.0557],[121.6219,25.0564],[121.6243,25.0555],[121.6208,25.0614],[121.6161,25.0639]]]},"properties":{"TOWNCODE":"63000090","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"南港區"},"id":"63000090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5714,25.0743],[121.5693,25.0763],[121.5636,25.0727],[121.5614,25.0725],[121.5582,25.0742],[121.5526,25.0755],[121.5525,25.0732],[121.5486,25.071],[121.5386,25.0713],[121.5388,25.069],[121.5416,25.0685],[121.5443,25.067],[121.5443,25.0611],[121.5438,25.0449],[121.5472,25.0452],[121.5534,25.0444],[121.5577,25.0452],[121.5624,25.0472],[121.5686,25.0491],[121.5801,25.0495],[121.5799,25.0529],[121.5763,25.0521],[121.5715,25.0523],[121.5711,25.0591],[121.5695,25.0634],[121.5695,25.065],[121.5721,25.07],[121.5714,25.0743]]]},"properties":{"TOWNCODE":"63000010","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"松山區"},"id":"63000010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5225,25.0771],[121.5162,25.0802],[121.5141,25.0794],[121.5047,25.0781],[121.5047,25.078],[121.507,25.0711],[121.5068,25.0645],[121.5054,25.0597],[121.5063,25.0541],[121.5046,25.0498],[121.509,25.0483],[121.5107,25.0483],[121.512,25.0499],[121.5186,25.0484],[121.5203,25.0517],[121.5206,25.0598],[121.519,25.0647],[121.5203,25.0727],[121.5225,25.0771]]]},"properties":{"TOWNCODE":"63000060","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"大同區"},"id":"63000060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5522,25.0924],[121.5476,25.0907],[121.5449,25.0904],[121.5439,25.0918],[121.5409,25.0923],[121.5386,25.0918],[121.5326,25.0875],[121.5309,25.0849],[121.5289,25.0845],[121.5269,25.0819],[121.5243,25.081],[121.5258,25.0749],[121.5225,25.0771],[121.5203,25.0727],[121.519,25.0647],[121.5206,25.0598],[121.5203,25.0517],[121.5186,25.0484],[121.5247,25.0478],[121.5329,25.0455],[121.5369,25.0447],[121.5438,25.0449],[121.5443,25.0611],[121.5443,25.067],[121.5416,25.0685],[121.5388,25.069],[121.5386,25.0713],[121.5486,25.071],[121.5525,25.0732],[121.5526,25.0755],[121.5582,25.0742],[121.5614,25.0725],[121.5636,25.0727],[121.5693,25.0763],[121.5714,25.0743],[121.5703,25.0771],[121.5644,25.0787],[121.5629,25.0804],[121.561,25.0845],[121.5577,25.0853],[121.5571,25.088],[121.5534,25.0899],[121.5522,25.0924]]]},"properties":{"TOWNCODE":"63000040","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"中山區"},"id":"63000040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5957,25.1142],[121.5935,25.1152],[121.5905,25.1138],[121.5881,25.1139],[121.5852,25.1086],[121.579,25.1051],[121.5766,25.1069],[121.5735,25.1068],[121.5703,25.1054],[121.567,25.0991],[121.5622,25.098],[121.5587,25.0987],[121.5576,25.0963],[121.5522,25.0924],[121.5534,25.0899],[121.5571,25.088],[121.5577,25.0853],[121.561,25.0845],[121.5629,25.0804],[121.5644,25.0787],[121.5703,25.0771],[121.5714,25.0743],[121.5721,25.07],[121.5695,25.065],[121.5695,25.0634],[121.5711,25.0591],[121.5715,25.0523],[121.5763,25.0521],[121.5799,25.0529],[121.5845,25.0539],[121.588,25.0555],[121.5931,25.0597],[121.5956,25.0586],[121.6053,25.0594],[121.6099,25.0609],[121.6129,25.0644],[121.6161,25.0639],[121.6176,25.0652],[121.6176,25.0676],[121.6208,25.0691],[121.6213,25.0719],[121.6206,25.0733],[121.6232,25.0758],[121.6242,25.0803],[121.6277,25.0826],[121.6286,25.0865],[121.6282,25.0882],[121.626,25.0905],[121.625,25.0937],[121.6261,25.0957],[121.6235,25.0969],[121.6175,25.101],[121.6154,25.1039],[121.6105,25.1051],[121.608,25.1068],[121.6023,25.1084],[121.5996,25.1084],[121.5975,25.1095],[121.5957,25.1142]]]},"properties":{"TOWNCODE":"63000100","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"內湖區"},"id":"63000100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5898,25.1637],[121.5878,25.163],[121.5848,25.1647],[121.5793,25.1655],[121.577,25.1671],[121.5774,25.1702],[121.5803,25.1725],[121.583,25.1755],[121.5833,25.1776],[121.5809,25.1815],[121.5827,25.1847],[121.5818,25.1858],[121.5839,25.1887],[121.5831,25.195],[121.5805,25.1954],[121.5792,25.1941],[121.5761,25.1953],[121.5721,25.1931],[121.5715,25.1916],[121.567,25.1887],[121.5682,25.1859],[121.568,25.1837],[121.566,25.1814],[121.5655,25.1789],[121.5624,25.1776],[121.5609,25.1752],[121.5611,25.1736],[121.5631,25.1704],[121.561,25.1646],[121.5607,25.1623],[121.5558,25.1601],[121.5531,25.1541],[121.5502,25.1513],[121.5491,25.1477],[121.5489,25.1448],[121.5458,25.1416],[121.5422,25.1425],[121.5366,25.1392],[121.5349,25.1392],[121.5305,25.1358],[121.5314,25.1276],[121.5298,25.1263],[121.5296,25.1243],[121.5265,25.1236],[121.5258,25.1208],[121.5236,25.1172],[121.525,25.1161],[121.5258,25.1131],[121.5251,25.1114],[121.5226,25.1108],[121.5211,25.1089],[121.5213,25.1069],[121.52,25.1044],[121.5185,25.1035],[121.5169,25.0993],[121.5104,25.0973],[121.5082,25.0958],[121.5063,25.0964],[121.5009,25.0966],[121.4971,25.0986],[121.4968,25.1088],[121.4951,25.1128],[121.4921,25.1147],[121.4882,25.1153],[121.4779,25.1124],[121.4735,25.1108],[121.4699,25.1107],[121.4673,25.1115],[121.4609,25.1162],[121.459,25.1127],[121.4572,25.1088],[121.4579,25.1064],[121.4627,25.1032],[121.4667,25.1016],[121.4786,25.1014],[121.4811,25.1009],[121.4861,25.0988],[121.4887,25.0972],[121.4911,25.0948],[121.5,25.087],[121.5026,25.083],[121.5046,25.0782],[121.5047,25.0781],[121.5141,25.0794],[121.5162,25.0802],[121.5225,25.0771],[121.5258,25.0749],[121.5243,25.081],[121.5269,25.0819],[121.5289,25.0845],[121.5309,25.0849],[121.5326,25.0875],[121.5386,25.0918],[121.5409,25.0923],[121.5439,25.0918],[121.5449,25.0904],[121.5476,25.0907],[121.5522,25.0924],[121.5576,25.0963],[121.5587,25.0987],[121.5622,25.098],[121.567,25.0991],[121.5703,25.1054],[121.5735,25.1068],[121.5766,25.1069],[121.579,25.1051],[121.5852,25.1086],[121.5881,25.1139],[121.5905,25.1138],[121.5935,25.1152],[121.5957,25.1142],[121.5974,25.116],[121.5988,25.1196],[121.6008,25.1218],[121.6017,25.126],[121.6041,25.1257],[121.6078,25.1302],[121.6046,25.1308],[121.6046,25.1347],[121.6053,25.1355],[121.5983,25.1404],[121.5958,25.1434],[121.596,25.1448],[121.5939,25.1481],[121.5938,25.1499],[121.5894,25.1523],[121.5916,25.1551],[121.5918,25.1577],[121.5905,25.1603],[121.5899,25.1637],[121.5898,25.1637]]]},"properties":{"TOWNCODE":"63000110","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"士林區"},"id":"63000110"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5761,25.1953],[121.5719,25.1953],[121.57,25.1983],[121.5662,25.1996],[121.5636,25.2056],[121.5628,25.2092],[121.5592,25.2101],[121.5549,25.2083],[121.5531,25.2042],[121.5517,25.2036],[121.5526,25.1988],[121.5506,25.1971],[121.549,25.1982],[121.5445,25.1954],[121.5432,25.1937],[121.5428,25.1888],[121.5406,25.1871],[121.5358,25.1867],[121.5334,25.1836],[121.5258,25.1829],[121.5217,25.1791],[121.5226,25.1747],[121.5196,25.1692],[121.5139,25.171],[121.5104,25.1694],[121.5071,25.1712],[121.5047,25.1733],[121.5026,25.1733],[121.5019,25.1695],[121.4998,25.1679],[121.4989,25.1652],[121.4929,25.1609],[121.4866,25.1508],[121.4839,25.1508],[121.4816,25.1479],[121.4769,25.1441],[121.4765,25.1429],[121.4726,25.1393],[121.472,25.1377],[121.4694,25.136],[121.4656,25.1316],[121.4643,25.1273],[121.4643,25.124],[121.4588,25.1229],[121.4609,25.1162],[121.4673,25.1115],[121.4699,25.1107],[121.4735,25.1108],[121.4779,25.1124],[121.4882,25.1153],[121.4921,25.1147],[121.4951,25.1128],[121.4968,25.1088],[121.4971,25.0986],[121.5009,25.0966],[121.5063,25.0964],[121.5082,25.0958],[121.5104,25.0973],[121.5169,25.0993],[121.5185,25.1035],[121.52,25.1044],[121.5213,25.1069],[121.5211,25.1089],[121.5226,25.1108],[121.5251,25.1114],[121.5258,25.1131],[121.525,25.1161],[121.5236,25.1172],[121.5258,25.1208],[121.5265,25.1236],[121.5296,25.1243],[121.5298,25.1263],[121.5314,25.1276],[121.5305,25.1358],[121.5349,25.1392],[121.5366,25.1392],[121.5422,25.1425],[121.5458,25.1416],[121.5489,25.1448],[121.5491,25.1477],[121.5502,25.1513],[121.5531,25.1541],[121.5558,25.1601],[121.5607,25.1623],[121.561,25.1646],[121.5631,25.1704],[121.5611,25.1736],[121.5609,25.1752],[121.5624,25.1776],[121.5655,25.1789],[121.566,25.1814],[121.568,25.1837],[121.5682,25.1859],[121.567,25.1887],[121.5715,25.1916],[121.5721,25.1931],[121.5761,25.1953]]]},"properties":{"TOWNCODE":"63000120","COUNTYCODE":"63000","COUNTYNAME":"臺北市","TOWNNAME":"北投區"},"id":"63000120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6096,23.9631],[121.6124,23.9668],[121.6158,23.9732],[121.6191,23.9762],[121.6222,23.9779],[121.6266,23.9737],[121.6283,23.9695],[121.635,23.9798],[121.6348,23.9846],[121.6414,23.999],[121.6431,23.9996],[121.6445,24.0031],[121.6475,24.007],[121.6479,24.0089],[121.6462,24.014],[121.6437,24.0194],[121.6362,24.0241],[121.6334,24.027],[121.6303,24.0254],[121.6297,24.0241],[121.6247,24.0179],[121.6176,24.0102],[121.6176,24.0085],[121.6156,24.0026],[121.6118,24.0027],[121.611,24.0059],[121.6084,24.0072],[121.6086,24.0128],[121.6079,24.0136],[121.6015,24.0138],[121.5956,24.0131],[121.5913,24.0143],[121.5853,24.0142],[121.5798,24.019],[121.5754,24.0108],[121.5738,24.0084],[121.5718,24.0079],[121.5701,24.0104],[121.5691,24.0072],[121.5674,24.005],[121.5659,24.0084],[121.5623,24.0072],[121.5613,24.0055],[121.5577,24.0042],[121.5582,23.9983],[121.5764,23.9925],[121.5832,23.9898],[121.585,23.9917],[121.591,23.9897],[121.5935,23.9897],[121.598,23.9872],[121.5927,23.9768],[121.5883,23.9741],[121.5978,23.966],[121.5997,23.9648],[121.6076,23.963],[121.6096,23.9631]]]},"properties":{"TOWNCODE":"10015010","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"花蓮市"},"id":"10015010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.6565,24.1241],[121.6533,24.1283],[121.6494,24.1305],[121.6464,24.1313],[121.6443,24.1331],[121.6417,24.1334],[121.6336,24.1411],[121.6341,24.1369],[121.64,24.1222],[121.6303,24.1152],[121.618,24.1067],[121.6151,24.1044],[121.6084,24.1012],[121.6106,24.0993],[121.6131,24.0994],[121.6138,24.0979],[121.6137,24.0933],[121.6096,24.0808],[121.6072,24.065],[121.6006,24.0547],[121.5934,24.0458],[121.5918,24.0482],[121.5886,24.0476],[121.5836,24.0425],[121.5862,24.0398],[121.5885,24.0402],[121.5892,24.0361],[121.5882,24.0294],[121.5867,24.0293],[121.5851,24.0239],[121.5822,24.0222],[121.5798,24.019],[121.5853,24.0142],[121.5913,24.0143],[121.5956,24.0131],[121.6015,24.0138],[121.6079,24.0136],[121.6086,24.0128],[121.6084,24.0072],[121.611,24.0059],[121.6118,24.0027],[121.6156,24.0026],[121.6176,24.0085],[121.6176,24.0102],[121.6247,24.0179],[121.6297,24.0241],[121.6303,24.0254],[121.6334,24.027],[121.6302,24.0306],[121.6264,24.0368],[121.6213,24.0469],[121.6197,24.0508],[121.6183,24.0561],[121.6165,24.0612],[121.6157,24.0692],[121.6159,24.0772],[121.6173,24.0833],[121.6193,24.088],[121.6191,24.0896],[121.621,24.0933],[121.622,24.0936],[121.6257,24.0994],[121.6291,24.1035],[121.6341,24.1079],[121.6449,24.1136],[121.6521,24.1185],[121.6551,24.1215],[121.6565,24.1241]]]},"properties":{"TOWNCODE":"10015040","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"新城鄉"},"id":"10015040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3459,23.151],[120.3438,23.1529],[120.3303,23.1608],[120.3202,23.1685],[120.3088,23.1725],[120.3063,23.1751],[120.2991,23.1764],[120.2898,23.1761],[120.28,23.1748],[120.2739,23.1731],[120.2705,23.1714],[120.2676,23.1716],[120.2653,23.168],[120.265,23.165],[120.2636,23.1606],[120.2643,23.1585],[120.2634,23.1541],[120.2606,23.1537],[120.2612,23.1448],[120.2628,23.1419],[120.2599,23.1379],[120.2549,23.135],[120.2559,23.1312],[120.2595,23.1317],[120.261,23.13],[120.2629,23.1245],[120.2647,23.1254],[120.2661,23.1214],[120.2692,23.1218],[120.2673,23.1165],[120.2657,23.1163],[120.2644,23.1131],[120.2603,23.109],[120.2558,23.108],[120.2566,23.1052],[120.2586,23.1061],[120.2623,23.1052],[120.265,23.1072],[120.2715,23.1058],[120.2722,23.1088],[120.275,23.1111],[120.2777,23.1114],[120.2794,23.11],[120.2817,23.1098],[120.2811,23.1062],[120.2835,23.1071],[120.2868,23.1094],[120.288,23.111],[120.2895,23.1074],[120.2919,23.1083],[120.2936,23.11],[120.2956,23.1093],[120.2959,23.1071],[120.2985,23.1056],[120.302,23.1076],[120.3043,23.1078],[120.3092,23.1106],[120.3136,23.11],[120.321,23.1072],[120.324,23.1073],[120.325,23.1063],[120.3296,23.1061],[120.3329,23.1066],[120.3324,23.1076],[120.3328,23.1136],[120.3311,23.1185],[120.3314,23.1212],[120.3325,23.1227],[120.3342,23.1272],[120.3348,23.1307],[120.3374,23.1363],[120.3393,23.1377],[120.3431,23.1404],[120.3446,23.1421],[120.3463,23.149],[120.3459,23.151]]]},"properties":{"TOWNCODE":"67000190","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"善化區"},"id":"67000190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.4183,23.1046],[120.4176,23.1063],[120.4194,23.1088],[120.4176,23.112],[120.4121,23.1111],[120.409,23.114],[120.4059,23.1153],[120.4026,23.1157],[120.4005,23.1121],[120.3999,23.109],[120.3926,23.1065],[120.3918,23.1059],[120.3871,23.1058],[120.3845,23.1024],[120.3764,23.1015],[120.3721,23.1001],[120.3682,23.1002],[120.3588,23.1075],[120.357,23.1086],[120.3502,23.1141],[120.3475,23.1171],[120.3434,23.123],[120.3413,23.127],[120.3394,23.1328],[120.3393,23.1377],[120.3374,23.1363],[120.3348,23.1307],[120.3342,23.1272],[120.3325,23.1227],[120.3314,23.1212],[120.3311,23.1185],[120.3328,23.1136],[120.3324,23.1076],[120.3329,23.1066],[120.3352,23.102],[120.3358,23.0991],[120.3425,23.0906],[120.3434,23.0885],[120.3441,23.084],[120.3405,23.0835],[120.3421,23.0812],[120.346,23.0807],[120.3488,23.0794],[120.3511,23.0806],[120.3515,23.0757],[120.3533,23.0727],[120.3544,23.0767],[120.3557,23.0773],[120.3573,23.0753],[120.3564,23.0732],[120.3584,23.0716],[120.3595,23.0727],[120.3638,23.0725],[120.371,23.0756],[120.3694,23.0774],[120.3705,23.0791],[120.3761,23.0791],[120.3768,23.0809],[120.3788,23.0807],[120.3797,23.0787],[120.3824,23.0773],[120.3888,23.077],[120.3884,23.0791],[120.3984,23.0797],[120.4012,23.0812],[120.4034,23.0846],[120.4063,23.0869],[120.4105,23.0918],[120.4141,23.0974],[120.4141,23.0994],[120.4184,23.1022],[120.4183,23.1046]]]},"properties":{"TOWNCODE":"67000220","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"山上區"},"id":"67000220"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.555,23.8699],[120.5482,23.8707],[120.5475,23.8719],[120.5472,23.8774],[120.5456,23.8819],[120.5411,23.8847],[120.5376,23.8852],[120.5345,23.8841],[120.5315,23.8844],[120.5252,23.8825],[120.5212,23.8842],[120.5198,23.8881],[120.5174,23.8886],[120.5153,23.8904],[120.5097,23.8929],[120.5,23.8949],[120.5004,23.8929],[120.4992,23.8905],[120.4996,23.8828],[120.502,23.8793],[120.5022,23.876],[120.5073,23.8711],[120.5125,23.8706],[120.5134,23.8691],[120.5105,23.866],[120.5123,23.8638],[120.5184,23.8643],[120.5233,23.8582],[120.5218,23.8545],[120.5271,23.8496],[120.529,23.8466],[120.5322,23.8431],[120.5353,23.842],[120.5311,23.8525],[120.5389,23.8521],[120.5421,23.8509],[120.5438,23.8483],[120.5514,23.8452],[120.5536,23.845],[120.5571,23.8432],[120.5598,23.841],[120.5628,23.8433],[120.559,23.8474],[120.5613,23.8482],[120.5663,23.8474],[120.5684,23.8465],[120.5714,23.8496],[120.572,23.8513],[120.563,23.8579],[120.5617,23.8606],[120.5562,23.8646],[120.5547,23.8649],[120.555,23.8699]]]},"properties":{"TOWNCODE":"10007190","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"北斗鎮"},"id":"10007190"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.5645,23.9033],[120.5601,23.9029],[120.5568,23.902],[120.555,23.9056],[120.5531,23.9075],[120.5474,23.9067],[120.5462,23.907],[120.5471,23.9018],[120.5402,23.9008],[120.5379,23.9018],[120.5386,23.9038],[120.5386,23.9076],[120.5362,23.9082],[120.5329,23.9115],[120.5306,23.9127],[120.5247,23.9142],[120.524,23.9134],[120.5195,23.914],[120.5155,23.9134],[120.5129,23.9152],[120.5114,23.9174],[120.5059,23.9189],[120.4985,23.925],[120.4945,23.9251],[120.4939,23.9238],[120.4908,23.9239],[120.4903,23.9205],[120.4808,23.9204],[120.4749,23.922],[120.4756,23.9192],[120.4739,23.9132],[120.4775,23.9097],[120.4823,23.9037],[120.4902,23.8996],[120.4903,23.8982],[120.4971,23.8972],[120.5,23.8949],[120.5097,23.8929],[120.5153,23.8904],[120.5174,23.8886],[120.5198,23.8881],[120.5212,23.8842],[120.5252,23.8825],[120.5315,23.8844],[120.5345,23.8841],[120.5376,23.8852],[120.5411,23.8847],[120.5456,23.8819],[120.5472,23.8774],[120.5475,23.8719],[120.5482,23.8707],[120.555,23.8699],[120.5517,23.8732],[120.552,23.8762],[120.5557,23.875],[120.5571,23.8768],[120.5578,23.8811],[120.5605,23.8824],[120.56,23.886],[120.5662,23.8862],[120.5693,23.8849],[120.5681,23.8887],[120.5661,23.8939],[120.5645,23.9033]]]},"properties":{"TOWNCODE":"10007210","COUNTYCODE":"10007","COUNTYNAME":"彰化縣","TOWNNAME":"田尾鄉"},"id":"10007210"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.3446,24.4113],[118.3346,24.4191],[118.3292,24.414],[118.3253,24.4218],[118.3251,24.4261],[118.3286,24.4262],[118.3303,24.4323],[118.323,24.4365],[118.3264,24.4401],[118.3283,24.4413],[118.3258,24.4441],[118.3236,24.4449],[118.3197,24.4408],[118.317,24.439],[118.3132,24.4398],[118.3125,24.4376],[118.3095,24.4374],[118.3065,24.4386],[118.303,24.4416],[118.303,24.4385],[118.3022,24.4362],[118.2984,24.4296],[118.2921,24.4214],[118.2909,24.4188],[118.2874,24.4179],[118.2815,24.4173],[118.2809,24.4152],[118.2785,24.4148],[118.2788,24.4127],[118.2812,24.4105],[118.2848,24.4083],[118.2867,24.4064],[118.2895,24.4053],[118.2928,24.4012],[118.2964,24.3977],[118.297,24.3957],[118.3024,24.3963],[118.3051,24.3957],[118.3089,24.3915],[118.3111,24.3898],[118.3127,24.3905],[118.3182,24.3884],[118.3199,24.3861],[118.32,24.3858],[118.3199,24.3861],[118.32,24.3858],[118.3223,24.3856],[118.325,24.388],[118.3276,24.387],[118.3295,24.388],[118.3296,24.388],[118.3295,24.388],[118.3296,24.388],[118.3312,24.3897],[118.3342,24.3911],[118.3365,24.3972],[118.3375,24.4018],[118.3413,24.4088],[118.3446,24.4113]]]},"properties":{"TOWNCODE":"09020010","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金城鎮"},"id":"09020010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.4652,24.4777],[118.4665,24.4795],[118.469,24.4804],[118.4689,24.4837],[118.4619,24.4843],[118.4596,24.4859],[118.4557,24.4913],[118.4551,24.4928],[118.4558,24.4959],[118.4545,24.4982],[118.4517,24.4994],[118.4495,24.5047],[118.4506,24.5099],[118.4486,24.5115],[118.4459,24.5115],[118.4397,24.5136],[118.4361,24.5143],[118.4342,24.5158],[118.4315,24.5219],[118.4334,24.5227],[118.4336,24.525],[118.4295,24.5253],[118.4293,24.5274],[118.4258,24.5283],[118.4241,24.5277],[118.4217,24.5296],[118.4192,24.5304],[118.4144,24.5283],[118.4109,24.5306],[118.4113,24.5321],[118.4093,24.534],[118.4073,24.5342],[118.4059,24.5326],[118.4077,24.5301],[118.4049,24.5272],[118.4,24.5286],[118.3977,24.5281],[118.3965,24.5257],[118.3996,24.5255],[118.4008,24.5222],[118.3968,24.5196],[118.3943,24.5162],[118.3939,24.5142],[118.392,24.5116],[118.3886,24.5099],[118.3869,24.5098],[118.384,24.5081],[118.3837,24.5027],[118.3857,24.4936],[118.3848,24.4922],[118.3807,24.4912],[118.3802,24.4877],[118.3791,24.485],[118.372,24.4791],[118.3753,24.4717],[118.3787,24.4661],[118.3827,24.4614],[118.3866,24.4594],[118.3896,24.4604],[118.3924,24.4589],[118.3946,24.4545],[118.3958,24.4537],[118.4032,24.4566],[118.4057,24.4594],[118.4097,24.4594],[118.4159,24.4634],[118.4182,24.4634],[118.4219,24.4658],[118.4264,24.4703],[118.433,24.4709],[118.4351,24.4666],[118.4462,24.4542],[118.4552,24.4466],[118.459,24.4482],[118.4625,24.4505],[118.4637,24.4528],[118.4657,24.4535],[118.4689,24.4577],[118.4654,24.4627],[118.464,24.4677],[118.464,24.4721],[118.4632,24.475],[118.4652,24.4777]]]},"properties":{"TOWNCODE":"09020020","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金沙鎮"},"id":"09020020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.4689,24.4577],[118.4657,24.4535],[118.4637,24.4528],[118.4625,24.4505],[118.459,24.4482],[118.4552,24.4466],[118.4462,24.4542],[118.4351,24.4666],[118.433,24.4709],[118.4264,24.4703],[118.4219,24.4658],[118.4182,24.4634],[118.4159,24.4634],[118.4097,24.4594],[118.4057,24.4594],[118.4032,24.4566],[118.3958,24.4537],[118.3946,24.4545],[118.3924,24.4589],[118.3896,24.4604],[118.3866,24.4594],[118.3827,24.4614],[118.3787,24.4661],[118.3753,24.4717],[118.372,24.4791],[118.3658,24.4738],[118.3664,24.4616],[118.368,24.4601],[118.3678,24.4579],[118.3655,24.4541],[118.3606,24.4483],[118.3603,24.4458],[118.3614,24.4417],[118.3638,24.4379],[118.3614,24.4369],[118.3605,24.4322],[118.3588,24.4303],[118.3606,24.4265],[118.3703,24.431],[118.3855,24.4351],[118.3879,24.4345],[118.3949,24.4359],[118.396,24.4351],[118.3989,24.4355],[118.4031,24.4347],[118.4063,24.4325],[118.411,24.4314],[118.4105,24.4286],[118.4226,24.4258],[118.4275,24.4239],[118.4313,24.4201],[118.433,24.4165],[118.4308,24.4127],[118.4268,24.4072],[118.4308,24.4069],[118.4358,24.4081],[118.4375,24.4102],[118.4409,24.4112],[118.4436,24.4111],[118.4465,24.4126],[118.4464,24.4144],[118.4496,24.4159],[118.456,24.4177],[118.4577,24.4241],[118.4618,24.4251],[118.4653,24.4287],[118.4665,24.4316],[118.4605,24.4363],[118.4626,24.4402],[118.4648,24.4417],[118.4682,24.4417],[118.4688,24.4403],[118.469,24.4402],[118.4688,24.4403],[118.469,24.4402],[118.4703,24.4402],[118.4726,24.4414],[118.4736,24.4444],[118.4742,24.4496],[118.4775,24.4495],[118.4762,24.4533],[118.4731,24.4536],[118.4703,24.4552],[118.4689,24.4577]]]},"properties":{"TOWNCODE":"09020030","COUNTYCODE":"09020","COUNTYNAME":"金門縣","TOWNNAME":"金湖鎮"},"id":"09020030"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3315,23.304],[120.3295,23.3063],[120.3268,23.3058],[120.3246,23.3031],[120.3251,23.2969],[120.3241,23.2961],[120.3123,23.2959],[120.3075,23.2966],[120.3007,23.2962],[120.293,23.2939],[120.2931,23.2883],[120.2942,23.2856],[120.2936,23.2833],[120.2894,23.2767],[120.2846,23.2769],[120.2834,23.2753],[120.2832,23.2699],[120.2819,23.2652],[120.2804,23.2619],[120.284,23.2601],[120.2876,23.2601],[120.2891,23.2622],[120.2945,23.2619],[120.2954,23.2643],[120.2974,23.2649],[120.2994,23.2625],[120.3033,23.2629],[120.305,23.2638],[120.3089,23.2634],[120.3101,23.26],[120.3148,23.2591],[120.3179,23.2618],[120.3185,23.2633],[120.3211,23.2629],[120.3225,23.2611],[120.3239,23.2635],[120.3259,23.2623],[120.326,23.2605],[120.3298,23.2608],[120.3312,23.2584],[120.333,23.2633],[120.3354,23.2634],[120.3392,23.2568],[120.3423,23.2549],[120.3447,23.2565],[120.3469,23.2565],[120.3496,23.2542],[120.3515,23.2515],[120.3519,23.2481],[120.3514,23.2454],[120.3525,23.2427],[120.3547,23.242],[120.3581,23.2422],[120.3624,23.2382],[120.3618,23.235],[120.3658,23.2363],[120.3659,23.2382],[120.3692,23.2403],[120.3719,23.2407],[120.3758,23.2401],[120.3808,23.2368],[120.3831,23.2375],[120.3875,23.2352],[120.3907,23.236],[120.3946,23.2341],[120.3958,23.2317],[120.3982,23.2305],[120.4014,23.2305],[120.4019,23.2324],[120.4043,23.2341],[120.4083,23.2339],[120.4104,23.2353],[120.412,23.235],[120.4147,23.2367],[120.417,23.2372],[120.4198,23.239],[120.422,23.2391],[120.4235,23.2416],[120.424,23.2454],[120.4248,23.2462],[120.4243,23.2509],[120.4229,23.2537],[120.4202,23.2551],[120.4179,23.2551],[120.4168,23.2567],[120.4134,23.2583],[120.4125,23.2612],[120.4129,23.2632],[120.4088,23.2638],[120.4058,23.2622],[120.4009,23.2644],[120.3953,23.2631],[120.3939,23.265],[120.3944,23.2673],[120.3907,23.2689],[120.3896,23.2718],[120.3894,23.2758],[120.3922,23.276],[120.3943,23.2786],[120.3934,23.2842],[120.3912,23.2861],[120.3879,23.2877],[120.3853,23.2903],[120.3824,23.2905],[120.378,23.2896],[120.3753,23.2926],[120.3699,23.2933],[120.3683,23.2944],[120.3668,23.2982],[120.3609,23.2974],[120.3572,23.2981],[120.3583,23.3015],[120.3531,23.3041],[120.3494,23.305],[120.349,23.3026],[120.3465,23.3005],[120.345,23.2979],[120.342,23.2945],[120.3402,23.2943],[120.3342,23.2971],[120.3324,23.2997],[120.3325,23.3025],[120.3315,23.304]]]},"properties":{"TOWNCODE":"67000040","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"柳營區"},"id":"67000040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.522,23.2874],[120.5174,23.2873],[120.5182,23.2903],[120.5156,23.2918],[120.512,23.2919],[120.5089,23.2899],[120.5037,23.2909],[120.5076,23.2931],[120.5079,23.2945],[120.5029,23.2976],[120.4976,23.2979],[120.4955,23.2994],[120.4921,23.2995],[120.4905,23.2988],[120.4889,23.2964],[120.486,23.2936],[120.4814,23.2934],[120.4773,23.2981],[120.4742,23.2984],[120.4719,23.2966],[120.4684,23.2976],[120.4664,23.3],[120.4607,23.3005],[120.4574,23.3003],[120.4546,23.2983],[120.4526,23.2988],[120.4511,23.2968],[120.449,23.3002],[120.4463,23.3006],[120.448,23.3039],[120.4472,23.3062],[120.4444,23.307],[120.4432,23.3088],[120.4411,23.3097],[120.4412,23.3123],[120.4386,23.3135],[120.4337,23.3174],[120.4312,23.3207],[120.4269,23.322],[120.4235,23.3246],[120.4197,23.3255],[120.4188,23.3248],[120.416,23.3273],[120.4152,23.3323],[120.4131,23.3324],[120.4113,23.3349],[120.4081,23.3346],[120.4067,23.3365],[120.4072,23.3389],[120.4053,23.3416],[120.4027,23.3397],[120.4027,23.337],[120.4043,23.3337],[120.4037,23.332],[120.4016,23.3318],[120.3987,23.337],[120.3982,23.3398],[120.3933,23.3397],[120.394,23.3382],[120.3936,23.3354],[120.3922,23.3325],[120.3904,23.3333],[120.3903,23.3397],[120.3877,23.3399],[120.3855,23.3388],[120.3847,23.3372],[120.3851,23.3317],[120.3786,23.3338],[120.3796,23.3303],[120.3831,23.3271],[120.3817,23.3257],[120.3773,23.3257],[120.3752,23.3266],[120.3719,23.3267],[120.3695,23.3256],[120.3728,23.3211],[120.3714,23.3158],[120.3685,23.3181],[120.3684,23.3212],[120.3639,23.3225],[120.3618,23.3248],[120.359,23.3234],[120.3594,23.3215],[120.3582,23.3175],[120.3562,23.316],[120.3537,23.3154],[120.3525,23.314],[120.3495,23.3143],[120.3461,23.3169],[120.3418,23.319],[120.3402,23.3159],[120.3435,23.3108],[120.3415,23.3095],[120.3393,23.3101],[120.3358,23.3071],[120.3325,23.3053],[120.3315,23.304],[120.3325,23.3025],[120.3324,23.2997],[120.3342,23.2971],[120.3402,23.2943],[120.342,23.2945],[120.345,23.2979],[120.3465,23.3005],[120.349,23.3026],[120.3494,23.305],[120.3531,23.3041],[120.3583,23.3015],[120.3572,23.2981],[120.3609,23.2974],[120.3668,23.2982],[120.3683,23.2944],[120.3699,23.2933],[120.3753,23.2926],[120.378,23.2896],[120.3824,23.2905],[120.3853,23.2903],[120.3879,23.2877],[120.3912,23.2861],[120.3934,23.2842],[120.3943,23.2786],[120.3922,23.276],[120.3894,23.2758],[120.3896,23.2718],[120.3907,23.2689],[120.3944,23.2673],[120.3939,23.265],[120.3953,23.2631],[120.4009,23.2644],[120.4058,23.2622],[120.4088,23.2638],[120.4129,23.2632],[120.4125,23.2612],[120.4134,23.2583],[120.4168,23.2567],[120.4179,23.2551],[120.4202,23.2551],[120.4229,23.2537],[120.4243,23.2509],[120.4248,23.2462],[120.424,23.2454],[120.4328,23.239],[120.4327,23.2363],[120.44,23.2373],[120.4439,23.2345],[120.4433,23.2303],[120.4461,23.2277],[120.4476,23.2306],[120.4503,23.2319],[120.4517,23.2304],[120.4551,23.2313],[120.4606,23.228],[120.4632,23.2281],[120.466,23.2271],[120.468,23.2253],[120.4759,23.2245],[120.4771,23.223],[120.4815,23.2201],[120.4863,23.2207],[120.4876,23.2223],[120.491,23.2222],[120.4931,23.2208],[120.4992,23.2248],[120.5028,23.2296],[120.5086,23.232],[120.5114,23.2337],[120.5123,23.2353],[120.5176,23.239],[120.5194,23.2395],[120.5242,23.242],[120.5276,23.245],[120.5303,23.2485],[120.5322,23.2553],[120.5307,23.256],[120.528,23.263],[120.5261,23.2665],[120.5235,23.2683],[120.5204,23.2718],[120.5223,23.2741],[120.521,23.2798],[120.5227,23.2814],[120.523,23.2843],[120.522,23.2874]]]},"properties":{"TOWNCODE":"67000060","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"東山區"},"id":"67000060"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1513,23.1869],[120.1511,23.189],[120.1467,23.1886],[120.1434,23.1868],[120.1408,23.1921],[120.14,23.1958],[120.138,23.1958],[120.1311,23.1935],[120.1289,23.195],[120.1265,23.1937],[120.1274,23.191],[120.1274,23.1852],[120.1294,23.1843],[120.1279,23.1824],[120.1251,23.1837],[120.1243,23.1816],[120.1208,23.1821],[120.118,23.1844],[120.1156,23.1836],[120.113,23.1863],[120.1118,23.1863],[120.1076,23.1834],[120.1061,23.1845],[120.1032,23.1831],[120.1017,23.1845],[120.0978,23.1851],[120.0936,23.1872],[120.0929,23.1883],[120.0901,23.1877],[120.0856,23.1877],[120.0837,23.189],[120.0724,23.184],[120.0695,23.1835],[120.0632,23.1702],[120.0604,23.1633],[120.0589,23.1581],[120.0574,23.149],[120.0561,23.1384],[120.0556,23.1362],[120.0537,23.1334],[120.0528,23.1287],[120.055,23.1255],[120.0521,23.126],[120.0471,23.1223],[120.0439,23.1192],[120.0408,23.113],[120.0388,23.1103],[120.0349,23.1016],[120.0332,23.095],[120.0316,23.087],[120.0278,23.0747],[120.0285,23.0724],[120.0269,23.0679],[120.0285,23.0665],[120.0341,23.0675],[120.0372,23.0671],[120.039,23.068],[120.0459,23.0586],[120.0477,23.0552],[120.0515,23.0501],[120.0579,23.0431],[120.0627,23.044],[120.0634,23.0456],[120.0701,23.0528],[120.0711,23.055],[120.0755,23.0604],[120.0794,23.0639],[120.0847,23.068],[120.0907,23.0733],[120.0919,23.0766],[120.099,23.0836],[120.101,23.085],[120.1097,23.0877],[120.1166,23.0883],[120.1263,23.0886],[120.1317,23.0894],[120.1491,23.0914],[120.1526,23.0914],[120.1575,23.0892],[120.1627,23.0904],[120.164,23.0846],[120.171,23.0823],[120.1727,23.0836],[120.1744,23.0851],[120.1755,23.0904],[120.176,23.099],[120.1736,23.0997],[120.1727,23.1033],[120.1781,23.1112],[120.1757,23.1177],[120.1713,23.1215],[120.1692,23.1231],[120.1675,23.1229],[120.1684,23.1172],[120.161,23.1163],[120.1614,23.1204],[120.1623,23.1214],[120.1591,23.1238],[120.1574,23.1242],[120.1518,23.1226],[120.152,23.1266],[120.1489,23.1272],[120.149,23.1345],[120.1553,23.1348],[120.1542,23.1385],[120.1537,23.1436],[120.1554,23.149],[120.1581,23.1521],[120.1588,23.1572],[120.1566,23.1581],[120.1536,23.1579],[120.1533,23.1639],[120.15,23.1658],[120.1449,23.1669],[120.1449,23.1682],[120.1472,23.1733],[120.1473,23.1799],[120.1531,23.1794],[120.1519,23.1826],[120.1503,23.1842],[120.1513,23.1869]]]},"properties":{"TOWNCODE":"67000150","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"七股區"},"id":"67000150"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.1356,23.229],[120.1333,23.2277],[120.1272,23.2266],[120.1226,23.2266],[120.1186,23.2272],[120.1127,23.2266],[120.1079,23.2267],[120.1057,23.2253],[120.1031,23.225],[120.0958,23.2255],[120.0927,23.2277],[120.0889,23.2289],[120.0873,23.2317],[120.0886,23.2343],[120.0891,23.2376],[120.0866,23.238],[120.0831,23.2411],[120.0806,23.2376],[120.0802,23.2351],[120.0811,23.231],[120.0807,23.229],[120.0818,23.2256],[120.0819,23.2223],[120.0795,23.2069],[120.0775,23.2005],[120.0722,23.1911],[120.0695,23.1835],[120.0724,23.184],[120.0837,23.189],[120.0856,23.1877],[120.0901,23.1877],[120.0929,23.1883],[120.0936,23.1872],[120.0978,23.1851],[120.1017,23.1845],[120.1032,23.1831],[120.1061,23.1845],[120.1076,23.1834],[120.1118,23.1863],[120.113,23.1863],[120.1156,23.1836],[120.118,23.1844],[120.1208,23.1821],[120.1243,23.1816],[120.1251,23.1837],[120.1279,23.1824],[120.1294,23.1843],[120.1274,23.1852],[120.1274,23.191],[120.1265,23.1937],[120.1289,23.195],[120.1311,23.1935],[120.138,23.1958],[120.14,23.1958],[120.1408,23.1921],[120.1434,23.1868],[120.1467,23.1886],[120.1511,23.189],[120.1513,23.1869],[120.1523,23.1879],[120.1558,23.1877],[120.1606,23.1852],[120.1616,23.1836],[120.1685,23.1843],[120.1708,23.1874],[120.1714,23.1928],[120.1744,23.1968],[120.1761,23.2039],[120.1783,23.2085],[120.1771,23.2133],[120.1758,23.2176],[120.1749,23.2233],[120.1731,23.2258],[120.1705,23.2271],[120.1692,23.2293],[120.1684,23.2329],[120.1634,23.2369],[120.1608,23.2381],[120.1588,23.238],[120.1523,23.2357],[120.1429,23.2333],[120.1356,23.229]]]},"properties":{"TOWNCODE":"67000160","COUNTYCODE":"67000","COUNTYNAME":"臺南市","TOWNNAME":"將軍區"},"id":"67000160"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.3088,22.6547],[120.3088,22.6566],[120.3064,22.657],[120.3032,22.6562],[120.3033,22.6658],[120.2998,22.6659],[120.293,22.6727],[120.2885,22.6677],[120.2867,22.6688],[120.2866,22.6706],[120.2845,22.6715],[120.2818,22.6714],[120.2783,22.6741],[120.2738,22.6741],[120.2722,22.6731],[120.2682,22.6728],[120.2637,22.6715],[120.2585,22.6674],[120.2575,22.6689],[120.253,22.665],[120.2512,22.6619],[120.2504,22.6573],[120.2506,22.6526],[120.2499,22.6507],[120.2512,22.6492],[120.2517,22.645],[120.2551,22.6397],[120.2564,22.6359],[120.2595,22.6337],[120.2633,22.6274],[120.2633,22.624],[120.2567,22.6209],[120.2565,22.6196],[120.2701,22.6153],[120.2747,22.6132],[120.2776,22.6111],[120.2813,22.6143],[120.2889,22.611],[120.2902,22.6149],[120.2788,22.6203],[120.2771,22.6227],[120.2774,22.6243],[120.2838,22.6338],[120.2852,22.6347],[120.2845,22.6386],[120.2817,22.6436],[120.2826,22.6463],[120.2864,22.6498],[120.2885,22.6504],[120.2925,22.6495],[120.2956,22.6522],[120.3003,22.6517],[120.3027,22.6532],[120.3057,22.6531],[120.3088,22.6547]]]},"properties":{"TOWNCODE":"64000020","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"鼓山區"},"id":"64000020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.2575,22.6689],[120.2585,22.6674],[120.2637,22.6715],[120.2682,22.6728],[120.2722,22.6731],[120.2738,22.6741],[120.2783,22.6741],[120.2818,22.6714],[120.2845,22.6715],[120.2866,22.6706],[120.2867,22.6688],[120.2885,22.6677],[120.293,22.6727],[120.2998,22.6659],[120.3033,22.6658],[120.3032,22.6562],[120.3064,22.657],[120.3088,22.6566],[120.3088,22.6547],[120.3113,22.655],[120.3124,22.6582],[120.3111,22.6624],[120.3144,22.6669],[120.3152,22.6694],[120.3175,22.6695],[120.3204,22.6745],[120.3241,22.6774],[120.3252,22.6797],[120.3266,22.6798],[120.3236,22.6802],[120.3221,22.6818],[120.3243,22.6838],[120.3228,22.6882],[120.3162,22.6935],[120.3149,22.6959],[120.3119,22.6994],[120.3081,22.6952],[120.3041,22.6975],[120.3025,22.7008],[120.2977,22.7007],[120.2963,22.7042],[120.2949,22.7054],[120.2999,22.707],[120.2968,22.7095],[120.2925,22.7051],[120.2713,22.7049],[120.2664,22.7062],[120.2656,22.7034],[120.2631,22.7003],[120.2634,22.6967],[120.2581,22.6936],[120.2581,22.6893],[120.2628,22.689],[120.2635,22.6863],[120.2631,22.684],[120.2644,22.6809],[120.2645,22.6752],[120.2591,22.6689],[120.2575,22.6689]]]},"properties":{"TOWNCODE":"64000030","COUNTYCODE":"64000","COUNTYNAME":"高雄市","TOWNNAME":"左營區"},"id":"64000030"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.9614,22.5346],[120.96,22.534],[120.9588,22.531],[120.962,22.5306],[120.9625,22.5346],[120.9614,22.5346]]],[[[120.9963,22.6025],[120.9997,22.6047],[120.9977,22.6077],[120.9939,22.6061],[120.9963,22.6025]]],[[[120.9164,22.5086],[120.9156,22.5103],[120.9107,22.5142],[120.9084,22.5173],[120.9081,22.5193],[120.9097,22.5202],[120.9138,22.5196],[120.9159,22.5187],[120.9195,22.5184],[120.9243,22.5232],[120.9302,22.525],[120.9329,22.5247],[120.9323,22.5303],[120.9303,22.5315],[120.9249,22.5372],[120.9207,22.5391],[120.9219,22.5436],[120.9191,22.5483],[120.9195,22.5532],[120.9186,22.5562],[120.9198,22.5582],[120.9231,22.561],[120.9285,22.5634],[120.93,22.5654],[120.9328,22.5659],[120.9349,22.5643],[120.9365,22.5643],[120.9387,22.5675],[120.9391,22.5692],[120.9415,22.5722],[120.9446,22.5714],[120.9481,22.5691],[120.9524,22.568],[120.9557,22.5697],[120.9617,22.567],[120.9637,22.5685],[120.9644,22.5723],[120.9685,22.5745],[120.9716,22.5785],[120.975,22.5804],[120.9728,22.5844],[120.9694,22.5868],[120.9739,22.5888],[120.9735,22.5898],[120.9745,22.596],[120.9746,22.6],[120.9754,22.602],[120.9755,22.6061],[120.9766,22.6084],[120.9765,22.6106],[120.9782,22.6133],[120.9768,22.6164],[120.9764,22.621],[120.9756,22.6218],[120.9763,22.6302],[120.9796,22.6315],[120.9834,22.6315],[120.9887,22.63],[120.9906,22.6288],[120.9928,22.6298],[120.997,22.6272],[120.9971,22.6259],[121.0004,22.6257],[121.0001,22.6279],[121.0028,22.629],[121.0052,22.6313],[121.005,22.634],[121.0008,22.6378],[120.9999,22.6398],[121.0007,22.6413],[120.9975,22.6432],[120.9963,22.6456],[120.9933,22.6431],[120.9896,22.6464],[120.9872,22.6444],[120.9778,22.6438],[120.9767,22.6472],[120.9754,22.6481],[120.9689,22.6481],[120.9689,22.6496],[120.9716,22.6537],[120.9767,22.6578],[120.9791,22.6632],[120.9815,22.6648],[120.9857,22.6643],[120.9905,22.6645],[120.9966,22.6669],[121.0017,22.6738],[120.9996,22.6773],[120.9961,22.6796],[120.9986,22.6847],[120.9948,22.6882],[120.9924,22.6925],[120.9929,22.6871],[120.9914,22.6856],[120.9905,22.6824],[120.988,22.6807],[120.9857,22.6821],[120.981,22.6812],[120.9814,22.6787],[120.9777,22.679],[120.9758,22.6776],[120.967,22.6746],[120.965,22.6733],[120.9617,22.6724],[120.9577,22.6726],[120.9551,22.6686],[120.9529,22.6697],[120.9484,22.6668],[120.9457,22.6658],[120.9452,22.6635],[120.9406,22.6614],[120.9387,22.6594],[120.9368,22.6595],[120.9339,22.658],[120.927,22.6565],[120.9245,22.6571],[120.9227,22.6534],[120.9188,22.6527],[120.9176,22.6513],[120.9154,22.6513],[120.9134,22.6534],[120.9105,22.652],[120.906,22.6533],[120.904,22.6532],[120.9031,22.6513],[120.8996,22.6529],[120.8952,22.6533],[120.8944,22.6522],[120.8899,22.6514],[120.888,22.6522],[120.8866,22.6494],[120.8851,22.6488],[120.8817,22.6503],[120.8795,22.6538],[120.8746,22.6552],[120.8715,22.6541],[120.8699,22.6556],[120.8692,22.6581],[120.8653,22.6585],[120.8654,22.661],[120.8615,22.6631],[120.8593,22.6625],[120.8568,22.6648],[120.854,22.6641],[120.8525,22.6626],[120.8526,22.6581],[120.8493,22.6575],[120.8487,22.6552],[120.8457,22.6574],[120.8444,22.6563],[120.8417,22.6574],[120.8386,22.6568],[120.8356,22.6551],[120.8305,22.6557],[120.8277,22.6579],[120.8231,22.6587],[120.8217,22.6607],[120.8212,22.6637],[120.8174,22.6639],[120.8158,22.6631],[120.8121,22.664],[120.8101,22.6628],[120.8026,22.6651],[120.8013,22.6675],[120.7964,22.6678],[120.7914,22.6692],[120.7863,22.6722],[120.7864,22.663],[120.7829,22.657],[120.7798,22.6525],[120.777,22.6501],[120.7738,22.6462],[120.772,22.6422],[120.7689,22.6388],[120.7677,22.6362],[120.7642,22.6337],[120.7631,22.6311],[120.7613,22.6298],[120.761,22.6258],[120.758,22.6231],[120.7545,22.6161],[120.7529,22.6121],[120.7541,22.6086],[120.7541,22.6044],[120.7547,22.6008],[120.7523,22.5971],[120.7484,22.5933],[120.7458,22.5896],[120.7465,22.5846],[120.7486,22.5803],[120.7493,22.5773],[120.7488,22.5723],[120.748,22.5711],[120.7415,22.5687],[120.7396,22.5625],[120.74,22.5583],[120.7391,22.554],[120.7394,22.5517],[120.7457,22.5407],[120.748,22.5385],[120.75,22.534],[120.7501,22.5286],[120.7517,22.5253],[120.7513,22.5224],[120.7528,22.519],[120.7536,22.511],[120.7571,22.5089],[120.7609,22.5034],[120.7679,22.5029],[120.7711,22.5022],[120.7731,22.5007],[120.7732,22.4982],[120.7761,22.4957],[120.7778,22.4923],[120.7796,22.493],[120.7829,22.4957],[120.7874,22.4943],[120.7944,22.4934],[120.7953,22.4909],[120.801,22.4883],[120.8027,22.4884],[120.811,22.483],[120.8167,22.4818],[120.8227,22.481],[120.8262,22.4812],[120.8358,22.4774],[120.8402,22.4766],[120.8429,22.4776],[120.8464,22.4767],[120.8526,22.4802],[120.8575,22.4809],[120.8583,22.4825],[120.8609,22.4839],[120.8628,22.4864],[120.8633,22.4888],[120.8657,22.4919],[120.8701,22.4919],[120.8715,22.4895],[120.8748,22.4886],[120.8762,22.4904],[120.8779,22.4902],[120.8809,22.4914],[120.8823,22.4911],[120.8881,22.4924],[120.8914,22.4948],[120.8931,22.4983],[120.8977,22.4986],[120.901,22.5007],[120.9046,22.5009],[120.9053,22.5017],[120.9094,22.5028],[120.9124,22.5045],[120.9147,22.5079],[120.9164,22.5086]]]]},"properties":{"TOWNCODE":"10014140","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"金峰鄉"},"id":"10014140"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0655,22.6835],[121.0604,22.6899],[121.0551,22.6951],[121.053,22.6965],[121.0501,22.6996],[121.0466,22.7009],[121.0399,22.7018],[121.0321,22.6993],[121.0295,22.6975],[121.0218,22.694],[121.0184,22.6933],[121.0144,22.6954],[121.0112,22.6949],[121.0093,22.6938],[121.0069,22.6959],[121.005,22.6959],[121.0043,22.6941],[121.0023,22.6928],[120.9976,22.6935],[120.9957,22.6922],[120.9924,22.6925],[120.9948,22.6882],[120.9986,22.6847],[120.9961,22.6796],[120.9996,22.6773],[121.0017,22.6738],[120.9966,22.6669],[120.9905,22.6645],[120.9857,22.6643],[120.9815,22.6648],[120.9791,22.6632],[120.9767,22.6578],[120.9716,22.6537],[120.9689,22.6496],[120.9689,22.6481],[120.9754,22.6481],[120.9767,22.6472],[120.9778,22.6438],[120.9872,22.6444],[120.9896,22.6464],[120.9933,22.6431],[120.9963,22.6456],[120.9975,22.6432],[121.0007,22.6413],[120.9999,22.6398],[121.0008,22.6378],[121.005,22.634],[121.0052,22.6313],[121.0028,22.629],[121.0001,22.6279],[121.0004,22.6257],[120.9971,22.6259],[120.997,22.6272],[120.9928,22.6298],[120.9906,22.6288],[120.9887,22.63],[120.9834,22.6315],[120.9796,22.6315],[120.9763,22.6302],[120.9756,22.6218],[120.9764,22.621],[120.9768,22.6164],[120.9782,22.6133],[120.9765,22.6106],[120.9766,22.6084],[120.9755,22.6061],[120.9754,22.602],[120.9746,22.6],[120.9745,22.596],[120.9735,22.5898],[120.9739,22.5888],[120.9694,22.5868],[120.9728,22.5844],[120.975,22.5804],[120.9716,22.5785],[120.9685,22.5745],[120.9644,22.5723],[120.9637,22.5685],[120.9617,22.567],[120.9557,22.5697],[120.9524,22.568],[120.9481,22.5691],[120.9446,22.5714],[120.9415,22.5722],[120.9391,22.5692],[120.9387,22.5675],[120.9365,22.5643],[120.9349,22.5643],[120.9328,22.5659],[120.93,22.5654],[120.9285,22.5634],[120.9231,22.561],[120.9198,22.5582],[120.9186,22.5562],[120.9195,22.5532],[120.9191,22.5483],[120.9219,22.5436],[120.9207,22.5391],[120.9249,22.5372],[120.9303,22.5315],[120.9323,22.5303],[120.9329,22.5247],[120.9302,22.525],[120.9243,22.5232],[120.9195,22.5184],[120.9159,22.5187],[120.9138,22.5196],[120.9097,22.5202],[120.9081,22.5193],[120.9084,22.5173],[120.9107,22.5142],[120.9156,22.5103],[120.9164,22.5086],[120.9198,22.5082],[120.921,22.5054],[120.923,22.5048],[120.9247,22.5023],[120.927,22.5004],[120.9299,22.496],[120.9326,22.4941],[120.9352,22.4935],[120.9387,22.49],[120.9414,22.4885],[120.9403,22.4863],[120.9398,22.4831],[120.9424,22.4794],[120.9413,22.4761],[120.9364,22.4737],[120.9331,22.4689],[120.9293,22.468],[120.9261,22.4646],[120.9252,22.4629],[120.927,22.4625],[120.9304,22.4604],[120.9368,22.4587],[120.9436,22.4585],[120.9466,22.4575],[120.949,22.4662],[120.9501,22.4714],[120.9545,22.4855],[120.9558,22.4928],[120.9581,22.4988],[120.9599,22.5065],[120.9628,22.5138],[120.9645,22.5172],[120.9683,22.5266],[120.9707,22.5338],[120.9746,22.5468],[120.9771,22.5541],[120.9809,22.5623],[120.9849,22.5687],[120.99,22.5733],[120.9979,22.578],[121.0046,22.5843],[121.008,22.587],[121.0092,22.589],[121.0103,22.5958],[121.0103,22.5994],[121.0113,22.605],[121.0118,22.6138],[121.0128,22.6204],[121.0176,22.6369],[121.0215,22.6465],[121.0225,22.6498],[121.0255,22.6555],[121.0308,22.6628],[121.035,22.6673],[121.0385,22.6699],[121.0456,22.6729],[121.048,22.6732],[121.0554,22.6761],[121.0596,22.6794],[121.0642,22.682],[121.0655,22.6835]],[[120.9963,22.6025],[120.9939,22.6061],[120.9977,22.6077],[120.9997,22.6047],[120.9963,22.6025]],[[120.9614,22.5346],[120.9625,22.5346],[120.962,22.5306],[120.9588,22.531],[120.96,22.534],[120.9614,22.5346]]]},"properties":{"TOWNCODE":"10014090","COUNTYCODE":"10014","COUNTYNAME":"臺東縣","TOWNNAME":"太麻里鄉"},"id":"10014090"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2476,25.0107],[121.244,25.0107],[121.2361,25.0087],[121.2327,25.0073],[121.2293,25.0074],[121.2294,25.0047],[121.2267,25.0032],[121.2237,25.0052],[121.223,25.0096],[121.2236,25.0119],[121.2231,25.0153],[121.2252,25.0177],[121.2228,25.0188],[121.2214,25.0174],[121.2187,25.0196],[121.2164,25.0187],[121.2151,25.0197],[121.2125,25.0171],[121.2132,25.0157],[121.2116,25.0141],[121.2132,25.0113],[121.2136,25.0072],[121.2132,25.0034],[121.2112,25.001],[121.2093,25.004],[121.2101,25.0072],[121.2086,25.0084],[121.21,25.0114],[121.2078,25.013],[121.209,25.0166],[121.2061,25.0215],[121.208,25.0235],[121.2007,25.0263],[121.1982,25.0238],[121.1959,25.0266],[121.1938,25.0234],[121.1938,25.0181],[121.1903,25.0185],[121.1873,25.0162],[121.1873,25.0196],[121.1853,25.0218],[121.1852,25.0261],[121.1826,25.0276],[121.1818,25.0251],[121.18,25.0225],[121.1773,25.0248],[121.176,25.0275],[121.1731,25.0268],[121.1721,25.0276],[121.1657,25.0282],[121.1622,25.0265],[121.1608,25.0247],[121.162,25.0212],[121.1612,25.014],[121.1621,25.0103],[121.165,25.0057],[121.1649,25.0027],[121.1665,24.9987],[121.1667,24.9964],[121.1685,24.9923],[121.1672,24.9904],[121.1684,24.988],[121.1666,24.9863],[121.1638,24.9822],[121.1623,24.9791],[121.1611,24.9743],[121.1589,24.9734],[121.1539,24.9684],[121.1514,24.965],[121.155,24.9631],[121.1604,24.9622],[121.1625,24.9611],[121.1657,24.9577],[121.177,24.9592],[121.1791,24.9695],[121.1819,24.9694],[121.1837,24.9677],[121.186,24.9682],[121.1901,24.9713],[121.1911,24.9702],[121.1911,24.9658],[121.19,24.9611],[121.1945,24.9572],[121.2,24.9571],[121.2082,24.9574],[121.2133,24.9561],[121.2155,24.9529],[121.2176,24.9535],[121.2214,24.9516],[121.2234,24.9476],[121.2221,24.9451],[121.2241,24.9434],[121.2252,24.9407],[121.2253,24.9374],[121.228,24.9356],[121.2289,24.9317],[121.2316,24.9316],[121.2366,24.9279],[121.2433,24.9252],[121.2498,24.9269],[121.2558,24.9299],[121.2582,24.9304],[121.2588,24.9333],[121.2618,24.9352],[121.2631,24.9372],[121.2659,24.9469],[121.2666,24.9484],[121.2669,24.9529],[121.2649,24.9575],[121.2643,24.9605],[121.2656,24.9637],[121.265,24.9685],[121.2636,24.9733],[121.2641,24.9738],[121.2623,24.9781],[121.2617,24.9821],[121.2606,24.9836],[121.2598,24.9871],[121.257,24.9935],[121.2568,24.9958],[121.2542,25.0028],[121.2498,25.0073],[121.2476,25.0107]]]},"properties":{"TOWNCODE":"68000020","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"中壢區"},"id":"68000020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.991,24.824],[120.9867,24.8222],[120.9788,24.8243],[120.9785,24.8223],[120.9804,24.8182],[120.9804,24.8155],[120.9774,24.8162],[120.9741,24.8151],[120.9703,24.8147],[120.9682,24.8129],[120.9699,24.8109],[120.9688,24.8084],[120.9702,24.8066],[120.9669,24.8045],[120.964,24.8018],[120.9631,24.798],[120.9618,24.7962],[120.9588,24.7968],[120.9591,24.7948],[120.9624,24.7919],[120.9601,24.7891],[120.9594,24.7851],[120.9562,24.7846],[120.9588,24.7822],[120.9595,24.7794],[120.9615,24.7776],[120.9604,24.7762],[120.9611,24.7689],[120.9633,24.7679],[120.9637,24.7651],[120.9598,24.7605],[120.958,24.7563],[120.9596,24.7552],[120.959,24.7535],[120.9608,24.7509],[120.9635,24.7555],[120.9665,24.7558],[120.9677,24.7575],[120.9675,24.7606],[120.9698,24.7652],[120.9774,24.7631],[120.9795,24.7633],[120.9821,24.7675],[120.9883,24.7685],[120.9872,24.7698],[120.9858,24.7769],[120.9907,24.7773],[120.993,24.7806],[120.9955,24.7802],[121.0008,24.7776],[121.0066,24.7743],[121.0081,24.7745],[121.0137,24.7708],[121.0169,24.7649],[121.0185,24.7635],[121.0192,24.7593],[121.0205,24.7566],[121.0238,24.7568],[121.0263,24.7577],[121.0279,24.7581],[121.0305,24.7612],[121.0323,24.7616],[121.0335,24.7641],[121.0299,24.7664],[121.0293,24.771],[121.0282,24.7736],[121.0297,24.7764],[121.0275,24.7772],[121.0249,24.78],[121.0275,24.7825],[121.023,24.7855],[121.0248,24.786],[121.0246,24.7892],[121.0219,24.791],[121.0206,24.794],[121.0229,24.7956],[121.0207,24.7985],[121.0257,24.799],[121.0212,24.802],[121.0177,24.8077],[121.0152,24.8085],[121.0082,24.8163],[121.0046,24.8192],[121.0026,24.8199],[121.0004,24.8221],[120.991,24.824]]]},"properties":{"TOWNCODE":"10018010","COUNTYCODE":"10018","COUNTYNAME":"新竹市","TOWNNAME":"東區"},"id":"10018010"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0263,24.7577],[121.0238,24.7568],[121.0205,24.7566],[121.0192,24.7593],[121.0185,24.7635],[121.0169,24.7649],[121.0137,24.7708],[121.0081,24.7745],[121.0066,24.7743],[121.0008,24.7776],[120.9955,24.7802],[120.993,24.7806],[120.9907,24.7773],[120.9858,24.7769],[120.9872,24.7698],[120.9883,24.7685],[120.9821,24.7675],[120.9795,24.7633],[120.9774,24.7631],[120.9698,24.7652],[120.9675,24.7606],[120.9677,24.7575],[120.9665,24.7558],[120.9635,24.7555],[120.9608,24.7509],[120.9572,24.7482],[120.9578,24.7463],[120.9542,24.7434],[120.9513,24.7445],[120.9466,24.7448],[120.9442,24.7444],[120.9432,24.7389],[120.9417,24.7372],[120.9417,24.735],[120.9399,24.7325],[120.9423,24.7305],[120.9416,24.7284],[120.9389,24.7298],[120.9386,24.7249],[120.9391,24.7227],[120.9382,24.7184],[120.9386,24.7166],[120.9354,24.7126],[120.9365,24.7108],[120.9398,24.7083],[120.9421,24.7073],[120.9454,24.7083],[120.9481,24.7112],[120.9498,24.7112],[120.9509,24.7077],[120.9549,24.7044],[120.9568,24.7066],[120.9596,24.7069],[120.9606,24.709],[120.9639,24.7116],[120.9661,24.7096],[120.9707,24.712],[120.9738,24.7119],[120.9762,24.7127],[120.9769,24.7143],[120.9812,24.7141],[120.9847,24.7109],[120.9872,24.712],[120.987,24.7133],[120.9905,24.7162],[120.9934,24.7176],[120.9947,24.7155],[120.9987,24.7147],[121.0025,24.7146],[121.0059,24.712],[121.0066,24.7104],[121.0095,24.711],[121.0099,24.7081],[121.0128,24.7068],[121.015,24.7079],[121.0182,24.7111],[121.0216,24.7104],[121.0247,24.7106],[121.0283,24.7075],[121.0295,24.7084],[121.037,24.7107],[121.0393,24.7139],[121.0427,24.7176],[121.0476,24.7165],[121.0503,24.7211],[121.0558,24.7259],[121.0587,24.7302],[121.0633,24.7302],[121.0673,24.7296],[121.0696,24.7308],[121.0696,24.7309],[121.0695,24.7339],[121.0677,24.7382],[121.0643,24.7398],[121.0632,24.7419],[121.0629,24.7457],[121.0595,24.7468],[121.0533,24.7501],[121.0523,24.7526],[121.0494,24.7552],[121.0469,24.7528],[121.0428,24.7527],[121.0411,24.7514],[121.0392,24.7527],[121.0373,24.7505],[121.0369,24.7487],[121.0344,24.7484],[121.0289,24.7559],[121.0263,24.7577]]]},"properties":{"TOWNCODE":"10004100","COUNTYCODE":"10004","COUNTYNAME":"新竹縣","TOWNNAME":"寶山鄉"},"id":"10004100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.7845,22.0504],[120.7805,22.0527],[120.7775,22.0532],[120.7766,22.055],[120.7725,22.0549],[120.7703,22.0566],[120.7731,22.0598],[120.7698,22.0597],[120.7641,22.0619],[120.7599,22.0609],[120.7535,22.0627],[120.7531,22.0606],[120.7501,22.0577],[120.7504,22.0545],[120.7485,22.0525],[120.7476,22.0503],[120.7437,22.0482],[120.7388,22.0477],[120.7341,22.0523],[120.7309,22.0514],[120.7275,22.0519],[120.7271,22.0538],[120.7242,22.0528],[120.7221,22.0542],[120.7191,22.0532],[120.7188,22.0501],[120.7126,22.0495],[120.7099,22.046],[120.7057,22.0441],[120.7057,22.0408],[120.7036,22.0397],[120.7016,22.0353],[120.6995,22.0337],[120.6952,22.0341],[120.6933,22.0359],[120.6908,22.0318],[120.6908,22.0257],[120.6922,22.0234],[120.6931,22.02],[120.697,22.0141],[120.6984,22.0099],[120.6943,22.0102],[120.6923,22.0096],[120.6932,22.0076],[120.6938,22.0026],[120.7007,21.996],[120.7047,21.9947],[120.7056,21.9935],[120.7069,21.9875],[120.7101,21.9856],[120.7136,21.9806],[120.7152,21.9729],[120.715,21.9711],[120.7115,21.9639],[120.7117,21.9555],[120.7104,21.9436],[120.7099,21.9415],[120.7106,21.9341],[120.7127,21.9333],[120.716,21.9349],[120.7193,21.9329],[120.719,21.9273],[120.7229,21.922],[120.7248,21.9202],[120.7284,21.9183],[120.7324,21.9191],[120.734,21.9186],[120.7396,21.9197],[120.7399,21.9264],[120.742,21.9275],[120.7469,21.9342],[120.7454,21.9383],[120.7454,21.9425],[120.7485,21.9418],[120.749,21.945],[120.7484,21.9495],[120.7539,21.9524],[120.7532,21.9552],[120.7574,21.9573],[120.7606,21.9572],[120.7614,21.9589],[120.7647,21.9591],[120.766,21.9582],[120.7711,21.9515],[120.7742,21.9499],[120.7776,21.9493],[120.7803,21.9458],[120.783,21.9435],[120.7849,21.9438],[120.7943,21.9432],[120.7966,21.9422],[120.798,21.9405],[120.7985,21.9378],[120.8015,21.9371],[120.8029,21.9398],[120.8051,21.9392],[120.8066,21.937],[120.8099,21.9345],[120.8126,21.9335],[120.8177,21.9341],[120.8186,21.9348],[120.8222,21.9344],[120.8235,21.9315],[120.8302,21.9253],[120.8316,21.9247],[120.8337,21.9214],[120.8355,21.9172],[120.8373,21.916],[120.8461,21.9137],[120.846,21.906],[120.8479,21.8999],[120.8511,21.8964],[120.8586,21.8956],[120.8657,21.8987],[120.8671,21.9027],[120.8633,21.9056],[120.8619,21.9097],[120.8629,21.9138],[120.8626,21.9176],[120.8585,21.9226],[120.8578,21.9247],[120.8534,21.9303],[120.8489,21.9338],[120.8476,21.9386],[120.8455,21.9413],[120.8433,21.9462],[120.8423,21.9513],[120.843,21.9542],[120.8414,21.9565],[120.8416,21.9599],[120.8445,21.9683],[120.8445,21.9738],[120.8453,21.9779],[120.8442,21.9793],[120.8423,21.9783],[120.8393,21.9752],[120.8384,21.9754],[120.834,21.9707],[120.8307,21.9712],[120.8279,21.9704],[120.8243,21.9749],[120.8185,21.9739],[120.8176,21.9763],[120.8138,21.9801],[120.8115,21.9813],[120.8051,21.98],[120.8016,21.9803],[120.7974,21.9816],[120.7932,21.9822],[120.7903,21.9797],[120.7881,21.9808],[120.7838,21.9798],[120.7811,21.9803],[120.7757,21.9792],[120.7708,21.9794],[120.7701,21.9845],[120.771,21.986],[120.7733,21.9862],[120.7763,21.99],[120.7789,21.9898],[120.781,21.9919],[120.7824,21.996],[120.7867,21.9984],[120.7856,22.0004],[120.7859,22.005],[120.7853,22.0096],[120.7831,22.0113],[120.781,22.0146],[120.7777,22.0141],[120.7769,22.017],[120.7737,22.0201],[120.7726,22.024],[120.7743,22.0249],[120.7766,22.0238],[120.7785,22.025],[120.7816,22.0256],[120.7842,22.0246],[120.7854,22.0255],[120.7856,22.0295],[120.7895,22.0321],[120.7934,22.0375],[120.7919,22.0389],[120.792,22.042],[120.789,22.0461],[120.7863,22.0465],[120.7842,22.0481],[120.7845,22.0504]]]},"properties":{"TOWNCODE":"10013040","COUNTYCODE":"10013","COUNTYNAME":"屏東縣","TOWNNAME":"恆春鎮"},"id":"10013040"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.6997,24.1514],[120.6921,24.1527],[120.6909,24.1513],[120.6913,24.1494],[120.6891,24.1466],[120.6864,24.1457],[120.6858,24.1433],[120.6861,24.138],[120.6857,24.1369],[120.6824,24.1355],[120.6851,24.13],[120.6836,24.1242],[120.6853,24.1217],[120.686,24.1233],[120.6896,24.1248],[120.6945,24.1241],[120.6971,24.1248],[120.7042,24.1249],[120.7079,24.132],[120.7103,24.1375],[120.7107,24.1418],[120.7117,24.1438],[120.712,24.1473],[120.7109,24.1495],[120.7069,24.1493],[120.7038,24.1468],[120.7006,24.1459],[120.6995,24.1486],[120.6997,24.1514]]]},"properties":{"TOWNCODE":"66000020","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"東區"},"id":"66000020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.8026,24.1695],[120.7984,24.1678],[120.7972,24.1664],[120.7938,24.1658],[120.7897,24.1675],[120.7806,24.1669],[120.7787,24.1681],[120.7758,24.1686],[120.7741,24.1675],[120.7719,24.162],[120.7691,24.1601],[120.7633,24.159],[120.7619,24.16],[120.7598,24.1581],[120.7547,24.158],[120.7535,24.1595],[120.7495,24.162],[120.7447,24.1593],[120.7386,24.16],[120.7314,24.1572],[120.7261,24.1568],[120.7246,24.1584],[120.7225,24.1585],[120.7128,24.161],[120.7093,24.1608],[120.7065,24.1631],[120.7031,24.1626],[120.7039,24.1594],[120.7038,24.1577],[120.7008,24.154],[120.6997,24.1514],[120.6995,24.1486],[120.7006,24.1459],[120.7038,24.1468],[120.7069,24.1493],[120.7109,24.1495],[120.712,24.1473],[120.7117,24.1438],[120.7107,24.1418],[120.7103,24.1375],[120.7079,24.132],[120.7042,24.1249],[120.7022,24.1215],[120.7007,24.1131],[120.7018,24.1112],[120.7076,24.1119],[120.7139,24.1098],[120.7094,24.1061],[120.7096,24.1046],[120.7132,24.1036],[120.7201,24.1002],[120.7249,24.0974],[120.7284,24.0947],[120.73,24.0942],[120.7331,24.0954],[120.7365,24.0946],[120.7386,24.0959],[120.7414,24.0925],[120.7412,24.0865],[120.737,24.0848],[120.736,24.0858],[120.7321,24.0814],[120.7365,24.0802],[120.7388,24.0787],[120.7431,24.0784],[120.7448,24.079],[120.7463,24.0773],[120.7498,24.0771],[120.7539,24.0749],[120.7567,24.0743],[120.7614,24.0717],[120.7662,24.0665],[120.7673,24.0647],[120.7714,24.0641],[120.7728,24.0628],[120.7772,24.0614],[120.7816,24.0582],[120.7819,24.0567],[120.7847,24.0553],[120.7849,24.0532],[120.7881,24.0527],[120.7892,24.0516],[120.7887,24.0491],[120.79,24.0473],[120.7928,24.0456],[120.7936,24.0432],[120.7966,24.0403],[120.7966,24.0428],[120.8007,24.0486],[120.8011,24.0515],[120.8033,24.0521],[120.8033,24.0564],[120.8063,24.0604],[120.8069,24.0642],[120.8089,24.0662],[120.8118,24.066],[120.8149,24.0699],[120.8158,24.0687],[120.8194,24.0685],[120.8207,24.0698],[120.8294,24.0725],[120.8284,24.0766],[120.8289,24.0837],[120.8281,24.0864],[120.8286,24.0905],[120.8285,24.0945],[120.8298,24.0949],[120.8324,24.0981],[120.8325,24.0994],[120.8303,24.1021],[120.8346,24.1078],[120.8341,24.1097],[120.8345,24.1132],[120.8362,24.1169],[120.8377,24.1179],[120.8357,24.1205],[120.8323,24.1231],[120.8316,24.1273],[120.8342,24.1301],[120.8346,24.1323],[120.8332,24.1349],[120.8342,24.1368],[120.8339,24.1408],[120.8302,24.1439],[120.8235,24.142],[120.8215,24.1465],[120.8198,24.1472],[120.8149,24.1445],[120.8118,24.1453],[120.8104,24.1489],[120.8035,24.1503],[120.8041,24.1549],[120.8054,24.1557],[120.8063,24.161],[120.8046,24.1634],[120.8036,24.1667],[120.8021,24.1675],[120.8026,24.1695]]]},"properties":{"TOWNCODE":"66000270","COUNTYCODE":"66000","COUNTYNAME":"臺中市","TOWNNAME":"太平區"},"id":"66000270"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.4409,23.8183],[121.4323,23.8249],[121.4285,23.8291],[121.4251,23.8373],[121.4222,23.8421],[121.4182,23.8442],[121.4143,23.845],[121.4121,23.8431],[121.4101,23.8435],[121.4076,23.8459],[121.4055,23.8457],[121.4027,23.8393],[121.4006,23.8374],[121.3933,23.8389],[121.3881,23.839],[121.3846,23.8418],[121.3811,23.8422],[121.3775,23.8448],[121.3764,23.8499],[121.3728,23.8532],[121.3715,23.8532],[121.3682,23.8576],[121.3648,23.8596],[121.3639,23.862],[121.3597,23.8656],[121.36,23.8674],[121.3589,23.8693],[121.3613,23.8727],[121.3601,23.8754],[121.3604,23.8772],[121.3579,23.8786],[121.357,23.8814],[121.3542,23.8847],[121.3517,23.8848],[121.3501,23.8867],[121.3541,23.8885],[121.3498,23.8904],[121.3472,23.8927],[121.3458,23.8969],[121.3408,23.8984],[121.3367,23.8984],[121.3373,23.9029],[121.3341,23.9054],[121.3302,23.907],[121.3301,23.9101],[121.3311,23.9139],[121.3299,23.9156],[121.326,23.9167],[121.3208,23.9158],[121.3205,23.9176],[121.3167,23.9172],[121.3145,23.9204],[121.3121,23.9208],[121.3097,23.9198],[121.3016,23.9226],[121.2951,23.9256],[121.2938,23.9249],[121.2843,23.9233],[121.279,23.9259],[121.2746,23.9265],[121.2765,23.9229],[121.2751,23.9189],[121.2762,23.9158],[121.2754,23.9147],[121.2761,23.9101],[121.2749,23.9075],[121.27,23.9065],[121.2663,23.9073],[121.2629,23.9045],[121.2611,23.9023],[121.264,23.8986],[121.266,23.8944],[121.2655,23.8911],[121.2672,23.8894],[121.2683,23.8834],[121.2659,23.8832],[121.2635,23.8814],[121.2629,23.8795],[121.2653,23.8729],[121.2615,23.8723],[121.2581,23.8725],[121.2571,23.8697],[121.253,23.8679],[121.253,23.8634],[121.2519,23.8612],[121.2499,23.8596],[121.2502,23.8566],[121.2487,23.8537],[121.2488,23.8521],[121.2453,23.8497],[121.2438,23.8473],[121.2435,23.845],[121.2393,23.8401],[121.2393,23.8371],[121.2377,23.8325],[121.2381,23.8296],[121.2369,23.8238],[121.2379,23.8214],[121.2349,23.8181],[121.2346,23.8122],[121.2293,23.8088],[121.2274,23.8083],[121.2279,23.8055],[121.2266,23.8046],[121.2255,23.7981],[121.2266,23.7961],[121.2271,23.7913],[121.2306,23.7899],[121.2305,23.7881],[121.2279,23.7848],[121.2237,23.7824],[121.2195,23.7818],[121.2183,23.7797],[121.213,23.7769],[121.2124,23.7758],[121.2089,23.776],[121.207,23.7751],[121.206,23.7726],[121.2047,23.7724],[121.2066,23.7674],[121.2087,23.7658],[121.2064,23.7628],[121.211,23.7611],[121.2132,23.7576],[121.2175,23.757],[121.219,23.7561],[121.2215,23.7527],[121.225,23.7518],[121.2293,23.7523],[121.2323,23.7508],[121.2332,23.748],[121.2299,23.7469],[121.2288,23.7445],[121.2289,23.7399],[121.2284,23.7365],[121.2298,23.7329],[121.2298,23.73],[121.232,23.7295],[121.2359,23.7245],[121.2393,23.7244],[121.2378,23.7199],[121.2396,23.7154],[121.2388,23.7129],[121.2396,23.7103],[121.2412,23.709],[121.2412,23.7064],[121.2394,23.6998],[121.2412,23.6984],[121.2393,23.6943],[121.2395,23.6872],[121.2375,23.6853],[121.236,23.6823],[121.2343,23.681],[121.2324,23.6775],[121.236,23.6708],[121.2358,23.6622],[121.2319,23.6579],[121.2307,23.6535],[121.2312,23.6514],[121.2299,23.6474],[121.2278,23.6454],[121.2259,23.6413],[121.2241,23.6389],[121.224,23.6329],[121.225,23.6297],[121.2249,23.6274],[121.2233,23.6226],[121.2213,23.6201],[121.22,23.6169],[121.2173,23.6147],[121.2158,23.607],[121.2147,23.6055],[121.2133,23.6003],[121.2179,23.6008],[121.2204,23.5995],[121.2222,23.6017],[121.2248,23.6029],[121.2293,23.6068],[121.2311,23.6065],[121.2336,23.6076],[121.2356,23.6101],[121.2382,23.6107],[121.2387,23.614],[121.2421,23.6153],[121.2459,23.6152],[121.2451,23.6109],[121.2457,23.6088],[121.2447,23.6045],[121.2452,23.6011],[121.2437,23.5988],[121.2449,23.5955],[121.2442,23.5923],[121.2455,23.589],[121.2475,23.587],[121.247,23.5804],[121.2482,23.5788],[121.2522,23.5763],[121.2518,23.573],[121.2503,23.5707],[121.2517,23.5676],[121.2523,23.564],[121.2519,23.5616],[121.2539,23.5581],[121.2515,23.5559],[121.2517,23.5542],[121.2503,23.5524],[121.2499,23.5501],[121.2547,23.5445],[121.257,23.5448],[121.2591,23.5425],[121.2596,23.5404],[121.2633,23.5389],[121.2688,23.5411],[121.2703,23.5422],[121.2776,23.5406],[121.2823,23.5433],[121.2847,23.5452],[121.2846,23.5479],[121.2894,23.5479],[121.2935,23.5499],[121.2976,23.5505],[121.2999,23.5538],[121.3073,23.5576],[121.3099,23.5605],[121.3149,23.5622],[121.3197,23.5625],[121.3224,23.5614],[121.3224,23.5554],[121.323,23.5542],[121.3228,23.5489],[121.3213,23.5465],[121.3205,23.5435],[121.3213,23.539],[121.3233,23.5381],[121.3233,23.5355],[121.3221,23.5343],[121.323,23.5325],[121.3224,23.5278],[121.3235,23.5264],[121.3238,23.5211],[121.3219,23.5163],[121.3244,23.5103],[121.3261,23.5091],[121.3259,23.5051],[121.3276,23.5028],[121.3234,23.5021],[121.3224,23.5011],[121.3186,23.5001],[121.3186,23.4989],[121.3157,23.4953],[121.3162,23.4924],[121.315,23.4883],[121.3179,23.4889],[121.3241,23.4879],[121.3236,23.4838],[121.321,23.4805],[121.3214,23.4777],[121.3204,23.4749],[121.3191,23.4741],[121.3202,23.4702],[121.3202,23.4671],[121.3235,23.4665],[121.3252,23.4673],[121.3253,23.4672],[121.3252,23.4673],[121.326,23.4716],[121.3272,23.4729],[121.3278,23.4759],[121.3295,23.4776],[121.3321,23.4817],[121.333,23.4876],[121.3372,23.4904],[121.3422,23.4887],[121.3455,23.4909],[121.3458,23.4961],[121.347,23.4998],[121.3471,23.5036],[121.3458,23.5109],[121.3471,23.5122],[121.3473,23.515],[121.3466,23.5185],[121.3488,23.5258],[121.3532,23.5268],[121.3565,23.5264],[121.3627,23.5264],[121.3646,23.5249],[121.366,23.5209],[121.3688,23.5229],[121.3681,23.5263],[121.3699,23.5304],[121.3692,23.5321],[121.3703,23.5354],[121.374,23.5365],[121.3751,23.5382],[121.3738,23.5434],[121.3764,23.5482],[121.3749,23.5522],[121.3756,23.5538],[121.3744,23.5572],[121.3716,23.5624],[121.3683,23.5644],[121.3642,23.5699],[121.3617,23.5702],[121.3602,23.5683],[121.3587,23.5688],[121.3565,23.5674],[121.3548,23.5675],[121.3524,23.5658],[121.3499,23.5671],[121.3489,23.5712],[121.3513,23.5766],[121.3531,23.5762],[121.3594,23.5762],[121.3594,23.5821],[121.3579,23.583],[121.3551,23.5869],[121.3541,23.595],[121.3523,23.5984],[121.3525,23.6018],[121.3538,23.6043],[121.3581,23.6054],[121.3621,23.6077],[121.364,23.6112],[121.3659,23.616],[121.3683,23.6162],[121.3679,23.6213],[121.3695,23.6279],[121.3687,23.6317],[121.369,23.6353],[121.3714,23.6382],[121.3727,23.6413],[121.3794,23.6431],[121.3799,23.6458],[121.3784,23.6482],[121.3788,23.651],[121.3728,23.6581],[121.3751,23.6599],[121.381,23.662],[121.3782,23.6649],[121.3756,23.6661],[121.3725,23.6705],[121.3706,23.6761],[121.3713,23.6789],[121.3708,23.6809],[121.3732,23.6862],[121.3751,23.6893],[121.3794,23.6899],[121.3815,23.6867],[121.384,23.6847],[121.3868,23.686],[121.39,23.6884],[121.3966,23.6882],[121.4006,23.6892],[121.4037,23.689],[121.4057,23.6915],[121.4058,23.6954],[121.4093,23.7002],[121.4174,23.7103],[121.4114,23.7114],[121.4099,23.7135],[121.4116,23.7158],[121.4082,23.7175],[121.4052,23.7157],[121.4029,23.7154],[121.3969,23.7165],[121.3965,23.7184],[121.408,23.7215],[121.4119,23.7221],[121.4185,23.7215],[121.4234,23.7196],[121.4252,23.7198],[121.4291,23.725],[121.4362,23.7259],[121.4326,23.7294],[121.4299,23.7312],[121.4205,23.7347],[121.4122,23.7384],[121.4105,23.7407],[121.4208,23.7466],[121.4228,23.7504],[121.4225,23.7546],[121.4237,23.7561],[121.4237,23.7593],[121.4227,23.7621],[121.427,23.7648],[121.4305,23.7689],[121.435,23.7687],[121.4429,23.7673],[121.448,23.7635],[121.453,23.761],[121.4524,23.765],[121.4531,23.7675],[121.4523,23.7715],[121.4531,23.7781],[121.4521,23.7786],[121.4493,23.7769],[121.4464,23.779],[121.4466,23.7841],[121.4532,23.7834],[121.4529,23.7844],[121.4478,23.7911],[121.4455,23.7923],[121.4444,23.7956],[121.4444,23.8002],[121.4462,23.8093],[121.4479,23.809],[121.4491,23.8112],[121.4511,23.8125],[121.4409,23.8183]]]},"properties":{"TOWNCODE":"10015120","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"萬榮鄉"},"id":"10015120"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5266,23.7313],[121.5241,23.732],[121.5241,23.7334],[121.5209,23.7366],[121.5196,23.7407],[121.5186,23.7484],[121.5165,23.7484],[121.5172,23.7538],[121.5165,23.7577],[121.518,23.7592],[121.5145,23.7599],[121.5121,23.7633],[121.5062,23.7643],[121.5059,23.7656],[121.5003,23.7668],[121.4978,23.768],[121.4978,23.7704],[121.4961,23.7732],[121.4976,23.7762],[121.5,23.7782],[121.5076,23.7811],[121.5111,23.7831],[121.5159,23.7846],[121.5198,23.7866],[121.5198,23.7897],[121.5186,23.793],[121.5185,23.7965],[121.5202,23.8006],[121.5236,23.8041],[121.5253,23.8077],[121.5266,23.8162],[121.525,23.8172],[121.5196,23.8158],[121.5084,23.8104],[121.4968,23.8078],[121.4886,23.807],[121.482,23.807],[121.4764,23.8074],[121.4616,23.808],[121.4588,23.8085],[121.4571,23.8102],[121.4511,23.8125],[121.4491,23.8112],[121.4479,23.809],[121.4462,23.8093],[121.4444,23.8002],[121.4444,23.7956],[121.4455,23.7923],[121.4478,23.7911],[121.4529,23.7844],[121.4532,23.7834],[121.4466,23.7841],[121.4464,23.779],[121.4493,23.7769],[121.4521,23.7786],[121.4531,23.7781],[121.4523,23.7715],[121.4531,23.7675],[121.4524,23.765],[121.453,23.761],[121.448,23.7635],[121.4429,23.7673],[121.435,23.7687],[121.4305,23.7689],[121.427,23.7648],[121.4227,23.7621],[121.4237,23.7593],[121.4237,23.7561],[121.4225,23.7546],[121.4228,23.7504],[121.4208,23.7466],[121.4105,23.7407],[121.4122,23.7384],[121.4205,23.7347],[121.4299,23.7312],[121.4326,23.7294],[121.4362,23.7259],[121.4291,23.725],[121.4252,23.7198],[121.4234,23.7196],[121.4185,23.7215],[121.4119,23.7221],[121.408,23.7215],[121.3965,23.7184],[121.3969,23.7165],[121.4029,23.7154],[121.4052,23.7157],[121.4082,23.7175],[121.4116,23.7158],[121.4099,23.7135],[121.4114,23.7114],[121.4174,23.7103],[121.4093,23.7002],[121.4058,23.6954],[121.4057,23.6915],[121.4037,23.689],[121.407,23.6883],[121.4093,23.6889],[121.4139,23.6877],[121.4195,23.6871],[121.4296,23.6841],[121.4454,23.6782],[121.4518,23.6761],[121.4575,23.675],[121.4585,23.6757],[121.4639,23.6764],[121.4672,23.6782],[121.4712,23.6817],[121.4756,23.6869],[121.4785,23.6911],[121.481,23.6961],[121.486,23.701],[121.4892,23.7011],[121.4947,23.7035],[121.4951,23.7051],[121.4992,23.7068],[121.5017,23.7044],[121.5046,23.7046],[121.5057,23.7061],[121.5067,23.7099],[121.5106,23.7123],[121.5144,23.713],[121.5174,23.7122],[121.519,23.7132],[121.5194,23.7172],[121.5226,23.7198],[121.525,23.7208],[121.5258,23.7225],[121.5251,23.7274],[121.5266,23.7291],[121.5266,23.7313]]]},"properties":{"TOWNCODE":"10015020","COUNTYCODE":"10015","COUNTYNAME":"花蓮縣","TOWNNAME":"鳳林鎮"},"id":"10015020"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2582,24.9304],[121.2558,24.9299],[121.2498,24.9269],[121.2433,24.9252],[121.2366,24.9279],[121.2316,24.9316],[121.2289,24.9317],[121.228,24.9356],[121.2253,24.9374],[121.2252,24.9407],[121.2241,24.9434],[121.2221,24.9451],[121.2234,24.9476],[121.2214,24.9516],[121.2176,24.9535],[121.2155,24.9529],[121.2133,24.9561],[121.2082,24.9574],[121.2,24.9571],[121.1945,24.9572],[121.19,24.9611],[121.1911,24.9658],[121.1911,24.9702],[121.1901,24.9713],[121.186,24.9682],[121.1837,24.9677],[121.1819,24.9694],[121.1791,24.9695],[121.177,24.9592],[121.1773,24.9542],[121.1791,24.9482],[121.1817,24.9466],[121.1819,24.944],[121.1848,24.9412],[121.1846,24.939],[121.1888,24.9286],[121.1873,24.9228],[121.1886,24.9207],[121.1891,24.9158],[121.1883,24.9074],[121.1869,24.9049],[121.1871,24.9028],[121.1853,24.8956],[121.1837,24.8926],[121.1847,24.8899],[121.1877,24.8889],[121.1904,24.8914],[121.1918,24.8936],[121.1948,24.8916],[121.1952,24.8879],[121.2041,24.8896],[121.2073,24.8929],[121.2122,24.8911],[121.2203,24.8932],[121.2226,24.892],[121.2295,24.8934],[121.231,24.8885],[121.2344,24.8868],[121.2393,24.8876],[121.2414,24.89],[121.2434,24.888],[121.2463,24.8879],[121.2467,24.8844],[121.2454,24.8833],[121.2455,24.8792],[121.2445,24.8774],[121.2446,24.8729],[121.2467,24.8749],[121.2493,24.886],[121.2494,24.8916],[121.2507,24.8962],[121.2524,24.8981],[121.2525,24.9032],[121.2532,24.9056],[121.2531,24.9089],[121.2532,24.9108],[121.2557,24.9156],[121.2552,24.9185],[121.2518,24.9217],[121.2553,24.9246],[121.2582,24.9304]]]},"properties":{"TOWNCODE":"68000100","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"平鎮區"},"id":"68000100"},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.2493,24.886],[121.2467,24.8749],[121.2446,24.8729],[121.2445,24.8774],[121.2455,24.8792],[121.2454,24.8833],[121.2467,24.8844],[121.2463,24.8879],[121.2434,24.888],[121.2414,24.89],[121.2393,24.8876],[121.2344,24.8868],[121.231,24.8885],[121.2295,24.8934],[121.2226,24.892],[121.2203,24.8932],[121.2122,24.8911],[121.2073,24.8929],[121.2041,24.8896],[121.1952,24.8879],[121.1948,24.8916],[121.1918,24.8936],[121.1904,24.8914],[121.1877,24.8889],[121.1847,24.8899],[121.1823,24.8902],[121.1795,24.8895],[121.1774,24.8864],[121.1769,24.8826],[121.1747,24.8814],[121.1752,24.8785],[121.1747,24.8762],[121.176,24.8743],[121.1756,24.8721],[121.1701,24.8722],[121.1655,24.874],[121.1604,24.8734],[121.1582,24.8753],[121.1569,24.8737],[121.1594,24.869],[121.1605,24.8635],[121.1601,24.8623],[121.1613,24.8593],[121.1564,24.8558],[121.1557,24.8503],[121.1535,24.8486],[121.1526,24.8459],[121.15,24.8444],[121.1546,24.8438],[121.1548,24.8422],[121.1602,24.8373],[121.162,24.8374],[121.1657,24.8359],[121.1738,24.8335],[121.1759,24.8311],[121.1738,24.8276],[121.1762,24.8275],[121.1835,24.8249],[121.1891,24.8221],[121.1921,24.8199],[121.1966,24.8177],[121.1989,24.8149],[121.201,24.8179],[121.2033,24.8173],[121.2031,24.8146],[121.2059,24.8124],[121.2034,24.8113],[121.2028,24.8099],[121.2046,24.8074],[121.2083,24.8074],[121.2096,24.8095],[121.217,24.8124],[121.2197,24.8117],[121.2187,24.8086],[121.2199,24.8074],[121.2196,24.804],[121.2208,24.8029],[121.2215,24.7995],[121.228,24.8028],[121.2344,24.8043],[121.2379,24.8046],[121.2423,24.8071],[121.2431,24.8087],[121.2438,24.814],[121.2489,24.8207],[121.2534,24.8242],[121.2545,24.8294],[121.2568,24.8336],[121.2598,24.8366],[121.2604,24.839],[121.2656,24.8465],[121.2677,24.8488],[121.2675,24.8517],[121.2643,24.859],[121.2613,24.8592],[121.2592,24.8641],[121.2551,24.863],[121.2526,24.8601],[121.2516,24.8606],[121.248,24.8584],[121.2457,24.86],[121.2489,24.8691],[121.2491,24.8756],[121.25,24.8776],[121.2509,24.8834],[121.2493,24.886]]]},"properties":{"TOWNCODE":"68000090","COUNTYCODE":"68000","COUNTYNAME":"桃園市","TOWNNAME":"龍潭區"},"id":"68000090"}]} \ No newline at end of file diff --git a/app/src/css/index.css b/app/src/css/index.css index ef72f676..ff309d44 100644 --- a/app/src/css/index.css +++ b/app/src/css/index.css @@ -57,3 +57,7 @@ body { -ms-overflow-style: none; scrollbar-width: none; } + +.hidden { + visibility: hidden; +} diff --git a/app/src/pages/index.vue b/app/src/pages/index.vue index 6ac33ded..5fc0bbb7 100644 --- a/app/src/pages/index.vue +++ b/app/src/pages/index.vue @@ -284,26 +284,18 @@