@mptw/skylens-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.nuxtrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +3 -0
- package/README.md +73 -0
- package/app.config.ts +5 -0
- package/app.vue +3 -0
- package/assets/css/fonts/MEShPlus-font-icon.eot +0 -0
- package/assets/css/fonts/MEShPlus-font-icon.svg +186 -0
- package/assets/css/fonts/MEShPlus-font-icon.ttf +0 -0
- package/assets/css/fonts/MEShPlus-font-icon.woff +0 -0
- package/assets/css/icons.css +555 -0
- package/assets/css/layout.styl +98 -0
- package/assets/css/tailwind.css +3 -0
- package/assets/images/commons/app-logo-white.png +0 -0
- package/assets/images/commons/app-logo.png +0 -0
- package/assets/images/commons/empty-box.png +0 -0
- package/assets/images/commons/watermark.svg +15 -0
- package/components/SLAlertModal.vue +99 -0
- package/components/SLBreadcrumbs.vue +42 -0
- package/components/SLButton.vue +301 -0
- package/components/SLCalendarButton.vue +259 -0
- package/components/SLCalendarPopup.vue +832 -0
- package/components/SLCard.vue +118 -0
- package/components/SLChart.vue +181 -0
- package/components/SLCheckbox.vue +179 -0
- package/components/SLCircleButton.vue +95 -0
- package/components/SLCollapsableBlock.vue +116 -0
- package/components/SLCollapsableMulitPillSelect.vue +92 -0
- package/components/SLConfirmModal.vue +122 -0
- package/components/SLDateInput.vue +460 -0
- package/components/SLDatePicker.vue +143 -0
- package/components/SLDistributor.vue +30 -0
- package/components/SLDownloadButton.vue +410 -0
- package/components/SLDraggable.vue +151 -0
- package/components/SLDropdown.vue +277 -0
- package/components/SLDropdownItem.vue +31 -0
- package/components/SLElementWithTitle.vue +181 -0
- package/components/SLEyeCheckbox.vue +162 -0
- package/components/SLFileInput.vue +101 -0
- package/components/SLGenderAgeSelect.vue +279 -0
- package/components/SLHeatMap.vue +151 -0
- package/components/SLHourRangeInput.vue +211 -0
- package/components/SLIOSSwitch.vue +235 -0
- package/components/SLIcon.vue +35 -0
- package/components/SLIconButton.vue +130 -0
- package/components/SLInfoTip.vue +221 -0
- package/components/SLInsightSitePage.vue +27 -0
- package/components/SLLegend.vue +76 -0
- package/components/SLLinearProgressBar.vue +35 -0
- package/components/SLLink.vue +162 -0
- package/components/SLLoading.vue +127 -0
- package/components/SLMapChart.vue +151 -0
- package/components/SLModal.vue +377 -0
- package/components/SLMonthCalendarButton.vue +378 -0
- package/components/SLMonthPicker.vue +151 -0
- package/components/SLMultiSelect.vue +121 -0
- package/components/SLNoData.vue +43 -0
- package/components/SLPageModal.vue +64 -0
- package/components/SLPagination.vue +192 -0
- package/components/SLPillCheckbox.vue +207 -0
- package/components/SLPillLabel.vue +101 -0
- package/components/SLPopupMenuButton.vue +158 -0
- package/components/SLProfileButton.vue +186 -0
- package/components/SLRadioButton.vue +97 -0
- package/components/SLRadioButtonGroup.vue +113 -0
- package/components/SLRadioGroup.vue +201 -0
- package/components/SLRangeInput.vue +209 -0
- package/components/SLRegionsMapChart.vue +151 -0
- package/components/SLRightSider.vue +242 -0
- package/components/SLSearchInput.vue +87 -0
- package/components/SLSelect.vue +545 -0
- package/components/SLSelectAllToggle.vue +118 -0
- package/components/SLSiderbarNav.vue +394 -0
- package/components/SLSiderbarNavItem.vue +204 -0
- package/components/SLSitePage.vue +96 -0
- package/components/SLSkyInsightSitePage.vue +27 -0
- package/components/SLSortByDropdown.vue +189 -0
- package/components/SLSpinIcon.vue +24 -0
- package/components/SLStayRangeInput.vue +306 -0
- package/components/SLTab.vue +159 -0
- package/components/SLTable.vue +409 -0
- package/components/SLTableTooltip.vue +111 -0
- package/components/SLTabs.vue +388 -0
- package/components/SLTextInput.vue +362 -0
- package/components/SLTextarea.vue +134 -0
- package/components/SLToast.vue +71 -0
- package/components/SLToggleButton.vue +78 -0
- package/components/SLTwoLayerMultiSelect.vue +428 -0
- package/components/SLTwoLayerSelect.vue +265 -0
- package/components/SLWarnModal.vue +75 -0
- package/interface/IDateRange.ts +5 -0
- package/interface/IHourRange.ts +4 -0
- package/interface/IInputOption.ts +6 -0
- package/interface/ILegendItem.ts +7 -0
- package/interface/IPopupMenuButton.ts +5 -0
- package/interface/IStayRange.ts +15 -0
- package/interface/ITableField.ts +19 -0
- package/interface/IWeb.ts +5 -0
- package/interface/NavConfigType.ts +14 -0
- package/interface/commons.ts +7 -0
- package/models/DateRange.ts +21 -0
- package/nuxt.config.ts +22 -0
- package/package.json +52 -0
- package/plugins/googlemaps.ts +17 -0
- package/plugins/v-calendar.ts +5 -0
- package/public/assets/files/taiwan-regions.json +7 -0
- package/public/assets/files/taiwan.json +24 -0
- package/public/assets/images/commons/default-favico.png +0 -0
- package/public/assets/images/dashboard/closure-button-icon.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-bar-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-bar-chart-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-bar-chart-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-country-heatmap-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-country-heatmap-chart-icon.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-geo-list-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-geo-list-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-geo-list-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-heatmap-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-heatmap-chart-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-line-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-line-chart-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-list-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-list-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-list-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-pie-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-pie-chart-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-pie-chart-icon-web.png +0 -0
- package/public/assets/images/dashboard/drag-hint-icon.svg +3 -0
- package/public/assets/images/dashboard/extend-button-icon.png +0 -0
- package/public/assets/images/dashboard/map-list-chart-icon.svg +17 -0
- package/public/assets/images/dashboard/map-marker-chart-icon.svg +32 -0
- package/public/assets/images/dashboard/pie-chart-icon.svg +4 -0
- package/public/assets/images/dashboard/poi-gender-age-chart-icon.svg +20 -0
- package/public/assets/images/dashboard/poi-nav-icon.png +0 -0
- package/public/assets/images/dashboard/web-gender-age-chart-icon.svg +20 -0
- package/public/assets/images/dashboard/web-nav-icon.png +0 -0
- package/tailwind.config.js +300 -0
- package/tsconfig.json +8 -0
- package/utils/constants.ts +160 -0
- package/utils/generateSheet.ts +36 -0
- package/utils/index.ts +539 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{"type":"FeatureCollection", "features": [
|
|
2
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.622289,24.764586],[119.608994,24.76107],[119.608754,24.749809],[119.622382,24.756503],[119.622289,24.764586]]],[[[119.582038,24.776095],[119.561686,24.773297],[119.566302,24.766539],[119.574624,24.764252],[119.585053,24.772612],[119.582038,24.776095]]],[[[119.554478,24.969174],[119.552337,24.95664],[119.555114,24.951894],[119.546349,24.939345],[119.563259,24.932409],[119.571884,24.939688],[119.579438,24.937253],[119.592439,24.944619],[119.59955,24.952319],[119.596775,24.962115],[119.581775,24.958969],[119.579311,24.952903],[119.562044,24.955227],[119.565159,24.963641],[119.554478,24.969174]]],[[[119.633864,25.032083],[119.621754,25.019738],[119.608692,25.014807],[119.613295,25.009195],[119.625024,25.012629],[119.633796,25.011937],[119.644007,25.020503],[119.633864,25.032083]]],[[[119.627059,25.07587],[119.616259,25.063644],[119.625364,25.061145],[119.62967,25.068946],[119.627059,25.07587]]],[[[120.117042,25.176996],[120.111335,25.170014],[120.118473,25.164792],[120.1228,25.162925],[120.120666,25.15456],[120.125964,25.151378],[120.142439,25.159565],[120.133332,25.17263],[120.129742,25.164975],[120.118965,25.165225],[120.1209,25.171185],[120.117042,25.176996]]]]},"properties":{"COUNTYID":"9007","name":"連江縣","NAME_1984":"連江縣","NAME_1984_ALIAS":"","NAME_2010":"連江縣","NAME_2010_ALIAS":"","NAME_2014":"連江縣","NAME_2014_ALIAS":"","ISO3166":"LJF","SEGIS_COUNTY_ID":"9007","AREA_ID":"Z","_id":18744625,"shape":"Polygon","category":"default"},"id":"3d1d600f-2fd3-446d-9743-3ce0dc844952"},
|
|
3
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.693555,24.318801],[119.675227,24.314492],[119.668544,24.299056],[119.661501,24.290507],[119.659261,24.277277],[119.670661,24.267487],[119.676986,24.275189],[119.690954,24.27673],[119.694612,24.284032],[119.711014,24.290567],[119.713864,24.308424],[119.704744,24.315192],[119.693555,24.318801]]],[[[119.856004,24.394585],[119.84154,24.381991],[119.836732,24.374047],[119.828738,24.370539],[119.830401,24.356033],[119.823754,24.347483],[119.807818,24.334114],[119.795134,24.334097],[119.776047,24.341484],[119.76286,24.355598],[119.752182,24.358214],[119.737435,24.35236],[119.730916,24.337265],[119.740045,24.3248],[119.740249,24.318441],[119.746885,24.308639],[119.746902,24.298688],[119.735613,24.281287],[119.722848,24.275468],[119.734665,24.267358],[119.74189,24.257991],[119.749557,24.258248],[119.755081,24.252238],[119.768332,24.248391],[119.778933,24.253527],[119.78593,24.271197],[119.798602,24.285456],[119.817526,24.294361],[119.83051,24.297574],[119.847307,24.297422],[119.855206,24.291004],[119.87216,24.286332],[119.880515,24.27052],[119.900736,24.280229],[119.911215,24.294024],[119.905329,24.299954],[119.916998,24.303666],[119.920896,24.31572],[119.910867,24.323586],[119.906642,24.346701],[119.894251,24.3671],[119.895322,24.372347],[119.880355,24.376921],[119.87402,24.389821],[119.856004,24.394585]]]]},"properties":{"COUNTYID":"9020","name":"金門縣","NAME_1984":"金門縣","NAME_1984_ALIAS":"","NAME_2010":"金門縣","NAME_2010_ALIAS":"","NAME_2014":"金門縣","NAME_2014_ALIAS":"","ISO3166":"JME","SEGIS_COUNTY_ID":"9020","AREA_ID":"W","_id":18744626,"shape":"Polygon","category":"default"},"id":"8468ca72-5728-4208-94b6-556b2313b8d4"},
|
|
4
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.959708455,24.84493697],[121.956171797,24.850652513],[121.947528635,24.851250363],[121.940218139,24.838569014],[121.948005578,24.835339364],[121.965091741,24.838991874],[121.959708455,24.84493697]]],[[[121.96602789,24.983084399],[121.962811762,24.987763829],[121.943922464,24.987943025],[121.933491466,24.980900312],[121.916242017,24.979476807],[121.902819509,24.974382986],[121.897195211,24.967071166],[121.871543219,24.960722682],[121.861224407,24.963666696],[121.847170041,24.96036129],[121.841379037,24.95416721],[121.839839034,24.942206263],[121.84661884,24.937841847],[121.852115566,24.923739129],[121.831812059,24.904910796],[121.810494133,24.90366794],[121.79250274,24.900004107],[121.790001962,24.893457355],[121.78166394,24.889397692],[121.78492228,24.875621415],[121.775183923,24.866617934],[121.769159591,24.865921525],[121.760976912,24.856704022],[121.741981602,24.852462234],[121.732621249,24.855819404],[121.72191297,24.849852731],[121.714258929,24.841786163],[121.688897167,24.826204658],[121.689320651,24.817330956],[121.676746855,24.814120273],[121.668768605,24.816935157],[121.660203841,24.81110876],[121.647473328,24.813880259],[121.630052164,24.808941555],[121.620429821,24.792556454],[121.609628438,24.793768253],[121.605635352,24.789128676],[121.591946419,24.787505124],[121.59756169,24.772553029],[121.590485673,24.760742174],[121.589953107,24.751891835],[121.595355387,24.739123753],[121.594070804,24.729266104],[121.587679063,24.720331963],[121.577810559,24.721778845],[121.577273989,24.714876362],[121.558232655,24.71093036],[121.543395359,24.705738794],[121.537843617,24.699722335],[121.53686466,24.688496959],[121.523787179,24.683297072],[121.512202891,24.684477733],[121.492717562,24.673193758],[121.479988183,24.673850633],[121.45949003,24.673159038],[121.447924115,24.655107173],[121.451371218,24.651057185],[121.444980047,24.642948868],[121.434830544,24.624456562],[121.427803648,24.606087101],[121.418279902,24.601035422],[121.412774045,24.60365126],[121.403038938,24.591708194],[121.412154748,24.573103903],[121.403927377,24.568975263],[121.39467297,24.555575253],[121.398755073,24.548204159],[121.39673962,24.539823519],[121.401626574,24.529239424],[121.391866007,24.524112304],[121.383719351,24.510355563],[121.373346743,24.509896609],[121.370660001,24.497870555],[121.357743322,24.486609617],[121.342410946,24.481714344],[121.335993775,24.467366776],[121.323789162,24.456722108],[121.317658864,24.441489409],[121.328059892,24.433912369],[121.327434519,24.413021993],[121.324990147,24.406913285],[121.338474664,24.390054406],[121.355316376,24.39314913],[121.364881206,24.389075055],[121.367145108,24.379211344],[121.373572838,24.368166053],[121.381127988,24.366866959],[121.389188404,24.374154945],[121.400588118,24.379585612],[121.407899782,24.37754964],[121.429364089,24.383061418],[121.437779609,24.382877858],[121.442882447,24.373153864],[121.452005017,24.364681666],[121.464970622,24.355558778],[121.485475814,24.348375794],[121.498113943,24.339236298],[121.522151153,24.343024475],[121.540527361,24.335914696],[121.544723801,24.33782523],[121.556070684,24.33115694],[121.560077629,24.322638342],[121.569599128,24.317944136],[121.575847022,24.319673347],[121.60701494,24.312640575],[121.596562667,24.328142399],[121.599443354,24.333376644],[121.615722048,24.333224123],[121.620278633,24.345337691],[121.626681891,24.335629818],[121.632963618,24.334967196],[121.635109241,24.348368328],[121.627407108,24.349448887],[121.621746126,24.357172198],[121.621705952,24.366630895],[121.630942702,24.370552738],[121.648903045,24.349401063],[121.64817737,24.358367989],[121.6739744,24.343401058],[121.684002435,24.340778389],[121.68949101,24.333587494],[121.697315193,24.334264002],[121.714337577,24.326724501],[121.744727664,24.322858146],[121.759104614,24.314210522],[121.774056693,24.315277433],[121.770882332,24.332593913],[121.773573541,24.343718326],[121.787018051,24.372503152],[121.791137822,24.408236691],[121.801854308,24.434343379],[121.810826508,24.441453474],[121.821840253,24.455868124],[121.820368238,24.461427985],[121.833331799,24.467958292],[121.841215894,24.475590591],[121.855439735,24.480592397],[121.850716666,24.484898442],[121.85049242,24.494679906],[121.840224502,24.498042025],[121.838229575,24.506543369],[121.841902215,24.520254255],[121.868563443,24.52766049],[121.873696982,24.534640699],[121.869820989,24.576089203],[121.884988131,24.599615663],[121.880854643,24.605566626],[121.86611894,24.609928805],[121.858753578,24.616704012],[121.852112625,24.628006477],[121.841504282,24.656241785],[121.838176308,24.672898053],[121.836301819,24.70823945],[121.839128986,24.717419034],[121.832774792,24.7198993],[121.825869262,24.733005746],[121.820975659,24.747698041],[121.817989018,24.778140217],[121.819681949,24.803219103],[121.824296099,24.828873969],[121.830612646,24.850450145],[121.842681311,24.876160533],[121.851353672,24.890117087],[121.860465059,24.894464679],[121.885365773,24.91889442],[121.887880566,24.935093174],[121.894922473,24.940657943],[121.916264247,24.951863665],[121.925583253,24.96856355],[121.936220685,24.973855007],[121.96602789,24.983084399]]]]},"properties":{"COUNTYID":"10002","name":"宜蘭縣","NAME_1984":"宜蘭縣","NAME_1984_ALIAS":"","NAME_2010":"宜蘭縣","NAME_2010_ALIAS":"","NAME_2014":"宜蘭縣","NAME_2014_ALIAS":"","ISO3166":"ILA","SEGIS_COUNTY_ID":"10002","AREA_ID":"G","_id":18744627},"id":"c98153f7-c598-41a4-b6bf-b91b77620797"},
|
|
5
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.403038938,24.591708194],[121.391325038,24.586458653],[121.372775917,24.593747627],[121.363323965,24.603128568],[121.358850028,24.617374865],[121.365617923,24.631754026],[121.357807553,24.633712872],[121.352388296,24.643541607],[121.353221835,24.666322531],[121.3398398,24.670390968],[121.33898449,24.679072722],[121.329391613,24.691326682],[121.318172145,24.697991369],[121.303896125,24.692918166],[121.299478,24.695567886],[121.307609389,24.719905795],[121.298111647,24.733233629],[121.307707619,24.754983504],[121.300294107,24.763556307],[121.277415335,24.770925321],[121.271160755,24.777875455],[121.258485834,24.785084057],[121.261201584,24.790322844],[121.247834449,24.796619974],[121.247434437,24.803494248],[121.238236702,24.804655217],[121.221564561,24.799416541],[121.217032329,24.812417055],[121.207638732,24.806989931],[121.196510341,24.817813721],[121.183118929,24.825054093],[121.17629636,24.831995698],[121.159508008,24.838579777],[121.152828432,24.846166362],[121.161376676,24.859470875],[121.155662494,24.880711381],[121.138846153,24.882364892],[121.134401658,24.878325883],[121.113488406,24.882559987],[121.109071691,24.897738273],[121.091271974,24.893362615],[121.061412779,24.90380963],[121.058231214,24.913904468],[121.060847478,24.920336794],[121.055440593,24.936242709],[121.038656921,24.94599824],[121.01936163,24.94041882],[121.006606442,24.945941651],[120.989905867,24.936031978],[120.982025461,24.939976473],[120.969665906,24.928467822],[120.958880808,24.902866218],[120.952605108,24.895378373],[120.94654011,24.878656016],[120.939248168,24.867182809],[120.925221256,24.854813764],[120.940441796,24.849964643],[120.944809598,24.841068902],[120.955284137,24.834363483],[120.974637859,24.829957763],[120.981450722,24.831232489],[120.987684245,24.825565815],[121.000383575,24.82206115],[121.018151138,24.807350787],[121.023043554,24.795757805],[121.024947231,24.779990246],[121.029665452,24.776448918],[121.032397987,24.761693045],[121.020869676,24.75655945],[121.0135526,24.770936721],[120.995977447,24.779986175],[120.985832738,24.77690939],[120.988322959,24.76845618],[120.979480567,24.76330733],[120.969833104,24.765164709],[120.967404891,24.756465492],[120.953893829,24.743420913],[120.946142408,24.745281912],[120.938131203,24.727513945],[120.93542097,24.712596586],[120.941918406,24.707354353],[120.948155688,24.711216411],[120.954780155,24.704351407],[120.962465186,24.711031287],[120.9738716,24.71182344],[120.974051112,24.699388209],[120.965163449,24.688109201],[120.976420586,24.683141878],[120.976516968,24.675424381],[120.997108385,24.654665613],[121.008085166,24.650378656],[121.014381151,24.640852051],[121.043228824,24.627229913],[121.053194736,24.615404502],[121.06151808,24.621768584],[121.073788812,24.613197967],[121.076349628,24.603065334],[121.081271547,24.600570677],[121.083027545,24.589759621],[121.075457452,24.581032273],[121.070585042,24.563357514],[121.06218587,24.556154917],[121.073460693,24.549420529],[121.080237568,24.541444478],[121.077430258,24.528208368],[121.067022112,24.522982744],[121.072058191,24.498413623],[121.085551462,24.501308288],[121.097750196,24.496381896],[121.109172685,24.501187922],[121.113331463,24.506465233],[121.123696399,24.510075055],[121.136991074,24.506654539],[121.145021049,24.511920255],[121.150581633,24.506091667],[121.169133225,24.502588517],[121.177912701,24.507651712],[121.186770133,24.505380446],[121.20051754,24.511458655],[121.213972183,24.514780668],[121.222137068,24.50750705],[121.218667095,24.498262508],[121.228618025,24.492493916],[121.242287776,24.478476686],[121.244390781,24.470057946],[121.258085824,24.463241543],[121.261596259,24.444035332],[121.258928161,24.438036121],[121.259799868,24.429377267],[121.26989537,24.427375743],[121.305703599,24.432649025],[121.317658864,24.441489409],[121.323789162,24.456722108],[121.335993775,24.467366776],[121.342410946,24.481714344],[121.357743322,24.486609617],[121.370660001,24.497870555],[121.373346743,24.509896609],[121.383719351,24.510355563],[121.391866007,24.524112304],[121.401626574,24.529239424],[121.39673962,24.539823519],[121.398755073,24.548204159],[121.39467297,24.555575253],[121.403927377,24.568975263],[121.412154748,24.573103903],[121.403038938,24.591708194]]]},"properties":{"COUNTYID":"10004","name":"新竹縣","NAME_1984":"新竹縣","NAME_1984_ALIAS":"","NAME_2010":"新竹縣","NAME_2010_ALIAS":"","NAME_2014":"新竹縣","NAME_2014_ALIAS":"","ISO3166":"HSQ","SEGIS_COUNTY_ID":"10004","AREA_ID":"J","_id":18744628},"id":"44f9cee9-ed4a-463f-a973-df525c78ce2f"},
|
|
6
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.93542097,24.712596586],[120.914896561,24.716815391],[120.916272614,24.721534464],[120.905863021,24.740681838],[120.897228291,24.733366846],[120.881028534,24.733291088],[120.874529401,24.738322778],[120.86132572,24.721651124],[120.856164535,24.702506803],[120.832583344,24.68240856],[120.823053096,24.672677648],[120.788588081,24.667002392],[120.776435497,24.660893486],[120.757687618,24.641522815],[120.755946098,24.631474791],[120.745828479,24.621735531],[120.738192168,24.620862435],[120.729957825,24.610846348],[120.715806089,24.600973459],[120.709757576,24.591020621],[120.703911335,24.575163909],[120.701179606,24.56153683],[120.693361174,24.54887004],[120.684674844,24.521389911],[120.677627636,24.514527454],[120.667756719,24.493401744],[120.658487187,24.477304268],[120.643759474,24.462604791],[120.631352066,24.447635411],[120.621853854,24.440289395],[120.628593028,24.438038946],[120.639657628,24.427769032],[120.642916311,24.416874701],[120.648737355,24.409547195],[120.663622052,24.40231446],[120.677271133,24.384159126],[120.685678205,24.378925828],[120.691958972,24.368283625],[120.707290046,24.357867928],[120.73039939,24.3518107],[120.758504814,24.328652361],[120.783821348,24.318354588],[120.805508007,24.31596661],[120.817566072,24.307422376],[120.825308829,24.296782539],[120.833560528,24.290474699],[120.857224884,24.289110931],[120.874899179,24.294895954],[120.904530243,24.292228505],[120.91172711,24.293980823],[120.922441745,24.303596206],[120.917007036,24.335724388],[120.935638938,24.342916955],[120.942453803,24.339137345],[120.956781122,24.339299319],[120.960155585,24.335055635],[120.972359637,24.333507812],[120.981979558,24.33590462],[120.991022681,24.329763954],[121.004713212,24.331960713],[121.014490366,24.320114046],[121.018013818,24.31129563],[121.029361705,24.304707411],[121.035287275,24.297179175],[121.045187025,24.295325282],[121.052094909,24.299011129],[121.055279208,24.310310401],[121.073421836,24.322306591],[121.081573508,24.324048692],[121.086603537,24.317601104],[121.102251152,24.324583593],[121.108636852,24.331000801],[121.121574462,24.330678752],[121.122055013,24.336350148],[121.140954828,24.359643255],[121.149259395,24.357966797],[121.167975861,24.360728796],[121.174690815,24.373851131],[121.183292087,24.381011381],[121.190230494,24.381621494],[121.1971814,24.396588244],[121.210623323,24.395717426],[121.213429363,24.382106969],[121.231349472,24.383683781],[121.23465556,24.397337146],[121.243563336,24.405717715],[121.243891692,24.420076268],[121.257607642,24.425046663],[121.258928161,24.438036121],[121.261596259,24.444035332],[121.258085824,24.463241543],[121.244390781,24.470057946],[121.242287776,24.478476686],[121.228618025,24.492493916],[121.218667095,24.498262508],[121.222137068,24.50750705],[121.213972183,24.514780668],[121.20051754,24.511458655],[121.186770133,24.505380446],[121.177912701,24.507651712],[121.169133225,24.502588517],[121.150581633,24.506091667],[121.145021049,24.511920255],[121.136991074,24.506654539],[121.123696399,24.510075055],[121.113331463,24.506465233],[121.109172685,24.501187922],[121.097750196,24.496381896],[121.085551462,24.501308288],[121.072058191,24.498413623],[121.067022112,24.522982744],[121.077430258,24.528208368],[121.080237568,24.541444478],[121.073460693,24.549420529],[121.06218587,24.556154917],[121.070585042,24.563357514],[121.075457452,24.581032273],[121.083027545,24.589759621],[121.081271547,24.600570677],[121.076349628,24.603065334],[121.073788812,24.613197967],[121.06151808,24.621768584],[121.053194736,24.615404502],[121.043228824,24.627229913],[121.014381151,24.640852051],[121.008085166,24.650378656],[120.997108385,24.654665613],[120.976516968,24.675424381],[120.976420586,24.683141878],[120.965163449,24.688109201],[120.974051112,24.699388209],[120.9738716,24.71182344],[120.962465186,24.711031287],[120.954780155,24.704351407],[120.948155688,24.711216411],[120.941918406,24.707354353],[120.93542097,24.712596586]]]},"properties":{"COUNTYID":"10005","name":"苗栗縣","NAME_1984":"苗栗縣","NAME_1984_ALIAS":"","NAME_2010":"苗栗縣","NAME_2010_ALIAS":"","NAME_2014":"苗栗縣","NAME_2014_ALIAS":"","ISO3166":"MIA","SEGIS_COUNTY_ID":"10005","AREA_ID":"K","_id":18744629},"id":"e415a7ee-36e0-4e2f-8299-9163797ad4f8"},
|
|
7
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.45655266,24.207186205],[120.44394997,24.188942738],[120.432699076,24.18665402],[120.416075553,24.169532956],[120.41499278,24.157559393],[120.401185937,24.129935188],[120.396826434,24.117496144],[120.381811203,24.096856619],[120.384164015,24.08767477],[120.363363425,24.080850295],[120.359187238,24.074279402],[120.35018143,24.071390463],[120.342078617,24.060130926],[120.341408719,24.03961934],[120.334135269,24.013941528],[120.316451261,23.99923447],[120.308736395,23.987107044],[120.306914066,23.972225226],[120.284014373,23.955785053],[120.280326207,23.94840338],[120.27954185,23.934896983],[120.269135443,23.930589508],[120.261045015,23.919730993],[120.256232309,23.907896676],[120.257735767,23.899331801],[120.247143585,23.888445518],[120.235323341,23.885262414],[120.226869235,23.877803799],[120.220355219,23.866222344],[120.23594829,23.848149114],[120.255011848,23.834254792],[120.308118902,23.820304502],[120.360107183,23.823259462],[120.37031725,23.828561825],[120.410328342,23.826378769],[120.433102451,23.83015092],[120.451963441,23.817285472],[120.483160043,23.806571327],[120.511047476,23.800095207],[120.529101993,23.799193438],[120.550744575,23.801174793],[120.59258719,23.791069705],[120.614997924,23.791364388],[120.640367769,23.786050898],[120.666636866,23.793572293],[120.678978808,23.805945377],[120.67881376,23.816296866],[120.667581424,23.81660263],[120.650695332,23.812719088],[120.640020095,23.820298648],[120.638179337,23.828919437],[120.626500198,23.839885616],[120.618864857,23.841686988],[120.627204362,23.85665709],[120.620129907,23.865706479],[120.629518118,23.889427036],[120.634041448,23.891906105],[120.631766104,23.910448601],[120.637258974,23.924563102],[120.629759669,23.929467824],[120.635292111,23.938747143],[120.628981524,23.949829984],[120.636738831,23.95269763],[120.646846663,23.963379445],[120.646825213,23.97537679],[120.650086837,23.984923159],[120.637504172,23.993740817],[120.641531753,24.008146662],[120.666149409,24.007746761],[120.672575794,24.005849182],[120.67864076,24.014033334],[120.655655103,24.030674909],[120.644858516,24.025930928],[120.628652057,24.029622269],[120.623579444,24.05326711],[120.625341199,24.068951179],[120.619659342,24.073046062],[120.615159527,24.084291933],[120.612362045,24.102581665],[120.588945874,24.106101269],[120.583517537,24.109549909],[120.572607464,24.108317734],[120.549682961,24.113882601],[120.540345141,24.123968332],[120.532244089,24.126922363],[120.523678711,24.139457943],[120.525863669,24.148545981],[120.508103939,24.187166479],[120.504380848,24.191146162],[120.45655266,24.207186205]]]},"properties":{"COUNTYID":"10007","name":"彰化縣","NAME_1984":"彰化縣","NAME_1984_ALIAS":"","NAME_2010":"彰化縣","NAME_2010_ALIAS":"","NAME_2014":"彰化縣","NAME_2014_ALIAS":"","ISO3166":"CHA","SEGIS_COUNTY_ID":"10007","AREA_ID":"N","_id":18744630},"id":"b273badd-7b73-485d-9aff-9f6967e562cd"},
|
|
8
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.343013548,24.223554252],[121.324436937,24.233007738],[121.303666923,24.2337605],[121.293129138,24.229163664],[121.277733583,24.231875142],[121.268912909,24.237915979],[121.265413654,24.24566788],[121.255067495,24.243218572],[121.244160188,24.222494555],[121.237951966,24.219706728],[121.219707885,24.22923946],[121.208088234,24.22167143],[121.196697484,24.223143861],[121.188505584,24.21491479],[121.180735612,24.212280068],[121.167699842,24.225384989],[121.161132441,24.215352742],[121.147818894,24.212847684],[121.141361799,24.199649629],[121.135290131,24.196210841],[121.105682191,24.197214157],[121.096327234,24.192070645],[121.091345292,24.182729915],[121.052588263,24.154767435],[121.04758384,24.160024482],[121.028218407,24.159215826],[121.015508817,24.156007741],[121.007105915,24.144895665],[120.998621819,24.126913179],[120.989435607,24.11896094],[120.975220367,24.116954553],[120.961207673,24.120152574],[120.95010718,24.127862452],[120.931860392,24.112214077],[120.91988031,24.107441559],[120.894910592,24.116523196],[120.891534218,24.098696108],[120.882004129,24.088325482],[120.876857721,24.091193261],[120.881488085,24.100506322],[120.872563839,24.11669701],[120.857209676,24.117300637],[120.853867349,24.124511005],[120.844846055,24.124528067],[120.836272385,24.116951324],[120.828522864,24.094487542],[120.829296463,24.071509948],[120.814980489,24.069835404],[120.80697334,24.064223939],[120.797247813,24.040941566],[120.785012006,24.025578833],[120.776122192,24.019203839],[120.770559284,24.009074917],[120.75778161,24.005869737],[120.746033753,23.998562823],[120.731727311,24.009005078],[120.719237384,24.009660618],[120.706377909,24.005193339],[120.694877631,24.007120238],[120.67864076,24.014033334],[120.672575794,24.005849182],[120.666149409,24.007746761],[120.641531753,24.008146662],[120.637504172,23.993740817],[120.650086837,23.984923159],[120.646825213,23.97537679],[120.646846663,23.963379445],[120.636738831,23.95269763],[120.628981524,23.949829984],[120.635292111,23.938747143],[120.629759669,23.929467824],[120.637258974,23.924563102],[120.631766104,23.910448601],[120.634041448,23.891906105],[120.629518118,23.889427036],[120.620129907,23.865706479],[120.627204362,23.85665709],[120.618864857,23.841686988],[120.626500198,23.839885616],[120.638179337,23.828919437],[120.640020095,23.820298648],[120.650695332,23.812719088],[120.667581424,23.81660263],[120.67881376,23.816296866],[120.678978808,23.805945377],[120.666636866,23.793572293],[120.640367769,23.786050898],[120.648499966,23.773216074],[120.655967299,23.753764414],[120.654463324,23.739792413],[120.644620265,23.736652302],[120.639735074,23.726623612],[120.640255249,23.70979199],[120.646593018,23.691738446],[120.646768721,23.67251489],[120.634967096,23.65157464],[120.6352843,23.643134141],[120.629073209,23.635166422],[120.631015285,23.621741628],[120.635408849,23.619880864],[120.645132275,23.63098623],[120.65360578,23.62876267],[120.651390125,23.616197641],[120.661200829,23.610472189],[120.683587562,23.610876521],[120.691540751,23.620391526],[120.705026765,23.617269943],[120.723822849,23.621905341],[120.730767449,23.618081068],[120.730863289,23.61080836],[120.735857385,23.609548217],[120.752935161,23.614849235],[120.764281423,23.612238821],[120.779568865,23.601606622],[120.790870683,23.600945347],[120.803530855,23.596703769],[120.813902654,23.600951756],[120.823704163,23.587160349],[120.819573477,23.574869708],[120.820676326,23.562621917],[120.808831804,23.545861568],[120.808610149,23.536187081],[120.818135164,23.523462356],[120.823177196,23.510942938],[120.822819801,23.498919487],[120.827074939,23.483382793],[120.838972326,23.471219823],[120.863582977,23.47347419],[120.880797411,23.467642485],[120.887141932,23.475604954],[120.917482877,23.475693152],[120.930784775,23.470703149],[120.937954485,23.47292613],[120.947518776,23.467123327],[120.957514903,23.469502766],[120.966706101,23.471699761],[120.979065841,23.469374874],[120.999692835,23.462167315],[121.008461081,23.462086255],[121.015854598,23.451608863],[121.010624718,23.44649553],[121.015268239,23.435410383],[121.026519329,23.439153002],[121.033528258,23.445439826],[121.052064405,23.451012277],[121.059004866,23.461886758],[121.039007297,23.474433366],[121.048731536,23.482708086],[121.052793889,23.49356495],[121.062080567,23.499430193],[121.068522421,23.51847519],[121.082757726,23.514703404],[121.092098689,23.514841829],[121.097574089,23.521690116],[121.103674201,23.518930179],[121.120452152,23.520995059],[121.1355702,23.515245808],[121.14695479,23.527192676],[121.150867887,23.545778709],[121.147656874,23.552942727],[121.157143055,23.559555429],[121.160341032,23.567827695],[121.151916508,23.573906044],[121.153392142,23.586777892],[121.169409351,23.586574476],[121.179827267,23.590087169],[121.194561666,23.600523707],[121.206229526,23.595786923],[121.213121046,23.600082448],[121.217322882,23.61469605],[121.2247296,23.626817581],[121.224263552,23.639130886],[121.235423768,23.66140674],[121.232634881,23.676292631],[121.239321122,23.686743781],[121.241172173,23.709005211],[121.233242252,23.728950287],[121.229639114,23.730189219],[121.228814791,23.744282667],[121.232515561,23.750599213],[121.221480084,23.752720391],[121.213172701,23.757620919],[121.205324351,23.771129406],[121.228345686,23.785221743],[121.225505979,23.798233418],[121.227599978,23.808607417],[121.234553604,23.812171084],[121.239766585,23.841049359],[121.248923029,23.85212986],[121.252879052,23.867441119],[121.268449866,23.883751035],[121.265506396,23.891239821],[121.266269716,23.907264786],[121.27490071,23.907533582],[121.276513334,23.923161644],[121.272074669,23.938215555],[121.275246139,23.960417531],[121.277909373,23.965832251],[121.273214439,23.975365782],[121.264865665,23.975363986],[121.260110613,23.992323887],[121.269420239,24.0063444],[121.276608319,24.024614509],[121.285726396,24.039721327],[121.283206575,24.054266571],[121.295542566,24.063779374],[121.298921358,24.061637678],[121.308189817,24.073307018],[121.323129314,24.084940311],[121.319118491,24.095396202],[121.325224401,24.1018291],[121.328492375,24.114408784],[121.315881142,24.11641806],[121.295861505,24.132441445],[121.281367095,24.135872011],[121.28779765,24.157208709],[121.288114226,24.177664831],[121.305643667,24.180046811],[121.31611357,24.185528534],[121.325759099,24.1961741],[121.349671533,24.200235948],[121.347860224,24.212581038],[121.343013548,24.223554252]]]},"properties":{"COUNTYID":"10008","name":"南投縣","NAME_1984":"南投縣","NAME_1984_ALIAS":"","NAME_2010":"南投縣","NAME_2010_ALIAS":"","NAME_2014":"南投縣","NAME_2014_ALIAS":"","ISO3166":"NAN","SEGIS_COUNTY_ID":"10008","AREA_ID":"M","_id":18744631},"id":"ec916932-7ab6-4908-a731-b09db95551c2"},
|
|
9
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.081077283,23.524122164],[120.063792688,23.515016946],[120.037859504,23.496854477],[120.016055724,23.484203752],[120.000312375,23.472945686],[119.996896959,23.465770331],[120.004453076,23.460335725],[120.024522144,23.460284191],[120.022922101,23.470892632],[120.029779601,23.47960358],[120.045151439,23.477260575],[120.053562487,23.48336152],[120.060626553,23.479593867],[120.068603454,23.502197054],[120.083498032,23.511802345],[120.09355683,23.510642253],[120.090801083,23.520260521],[120.081077283,23.524122164]]],[[[120.099412443,23.541655983],[120.091146976,23.531206116],[120.107273719,23.527452944],[120.110621854,23.530641425],[120.099412443,23.541655983]]],[[[120.132314122,23.563161354],[120.12447661,23.562918769],[120.119981996,23.556527692],[120.112242647,23.555725236],[120.109469706,23.545136005],[120.122540323,23.552415725],[120.132314122,23.563161354]]],[[[120.640367769,23.786050898],[120.614997924,23.791364388],[120.59258719,23.791069705],[120.550744575,23.801174793],[120.529101993,23.799193438],[120.511047476,23.800095207],[120.483160043,23.806571327],[120.451963441,23.817285472],[120.433102451,23.83015092],[120.410328342,23.826378769],[120.37031725,23.828561825],[120.360107183,23.823259462],[120.308118902,23.820304502],[120.255011848,23.834254792],[120.23594829,23.848149114],[120.220355219,23.866222344],[120.214317654,23.850719576],[120.205199155,23.848377505],[120.207666511,23.837221104],[120.191685266,23.81824924],[120.182054265,23.81568758],[120.181417771,23.81044042],[120.15696397,23.784447705],[120.162879334,23.779714078],[120.162899775,23.772550062],[120.169181555,23.758932872],[120.165805128,23.741899889],[120.155818407,23.719443124],[120.146916281,23.706747518],[120.145373506,23.691941148],[120.139214869,23.684235519],[120.135221358,23.667140752],[120.123959299,23.643202732],[120.114479523,23.632856988],[120.123530699,23.621847275],[120.131201018,23.624365614],[120.137123482,23.620366754],[120.140296356,23.60867721],[120.141674899,23.592289998],[120.14070883,23.573077034],[120.143299873,23.572129565],[120.139562629,23.549786208],[120.15026924,23.531937443],[120.145839071,23.520825251],[120.158128739,23.515925255],[120.166580044,23.51723444],[120.180970562,23.509852416],[120.195079583,23.512644826],[120.205004895,23.511809235],[120.223039765,23.504320056],[120.23909721,23.507692086],[120.246645295,23.513832597],[120.242032173,23.538692871],[120.244364382,23.544296665],[120.2560911,23.546094665],[120.263443878,23.533529121],[120.271906121,23.530750552],[120.276354428,23.543471728],[120.290905583,23.551157394],[120.289249417,23.5611803],[120.297648789,23.564535419],[120.310539898,23.564447898],[120.31187795,23.5749622],[120.320399807,23.572391007],[120.333114285,23.579204209],[120.333651815,23.591788224],[120.356688084,23.594037684],[120.365876601,23.603003221],[120.366503544,23.607807962],[120.379775635,23.609928398],[120.386619082,23.621014782],[120.402637846,23.62693924],[120.422021096,23.61926851],[120.441123334,23.6259761],[120.444209803,23.630381518],[120.455483945,23.626523624],[120.478727003,23.632777954],[120.485850712,23.630633447],[120.499485903,23.635065846],[120.517600236,23.611077863],[120.536933321,23.594729379],[120.556570918,23.592851313],[120.576699849,23.583562762],[120.588834573,23.585500133],[120.609801541,23.582610685],[120.618996043,23.584170235],[120.625217251,23.590659527],[120.64561863,23.59353534],[120.649034002,23.582744058],[120.643479742,23.578213594],[120.650820222,23.572425396],[120.670769651,23.578478443],[120.676239299,23.570713137],[120.694018754,23.576502581],[120.704316374,23.575009585],[120.717943474,23.569044426],[120.732241659,23.577035471],[120.733890374,23.584721624],[120.724604739,23.603655545],[120.730863289,23.61080836],[120.730767449,23.618081068],[120.723822849,23.621905341],[120.705026765,23.617269943],[120.691540751,23.620391526],[120.683587562,23.610876521],[120.661200829,23.610472189],[120.651390125,23.616197641],[120.65360578,23.62876267],[120.645132275,23.63098623],[120.635408849,23.619880864],[120.631015285,23.621741628],[120.629073209,23.635166422],[120.6352843,23.643134141],[120.634967096,23.65157464],[120.646768721,23.67251489],[120.646593018,23.691738446],[120.640255249,23.70979199],[120.639735074,23.726623612],[120.644620265,23.736652302],[120.654463324,23.739792413],[120.655967299,23.753764414],[120.648499966,23.773216074],[120.640367769,23.786050898]]]]},"properties":{"COUNTYID":"10009","name":"雲林縣","NAME_1984":"雲林縣","NAME_1984_ALIAS":"","NAME_2010":"雲林縣","NAME_2010_ALIAS":"","NAME_2014":"雲林縣","NAME_2014_ALIAS":"","ISO3166":"YUN","SEGIS_COUNTY_ID":"10009","AREA_ID":"P","_id":18744632},"id":"95b53a25-a0f3-4e57-a3cb-81012b10a2c7"},
|
|
10
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.730863289,23.61080836],[120.724604739,23.603655545],[120.733890374,23.584721624],[120.732241659,23.577035471],[120.717943474,23.569044426],[120.704316374,23.575009585],[120.694018754,23.576502581],[120.676239299,23.570713137],[120.670769651,23.578478443],[120.650820222,23.572425396],[120.643479742,23.578213594],[120.649034002,23.582744058],[120.64561863,23.59353534],[120.625217251,23.590659527],[120.618996043,23.584170235],[120.609801541,23.582610685],[120.588834573,23.585500133],[120.576699849,23.583562762],[120.556570918,23.592851313],[120.536933321,23.594729379],[120.517600236,23.611077863],[120.499485903,23.635065846],[120.485850712,23.630633447],[120.478727003,23.632777954],[120.455483945,23.626523624],[120.444209803,23.630381518],[120.441123334,23.6259761],[120.422021096,23.61926851],[120.402637846,23.62693924],[120.386619082,23.621014782],[120.379775635,23.609928398],[120.366503544,23.607807962],[120.365876601,23.603003221],[120.356688084,23.594037684],[120.333651815,23.591788224],[120.333114285,23.579204209],[120.320399807,23.572391007],[120.31187795,23.5749622],[120.310539898,23.564447898],[120.297648789,23.564535419],[120.289249417,23.5611803],[120.290905583,23.551157394],[120.276354428,23.543471728],[120.271906121,23.530750552],[120.263443878,23.533529121],[120.2560911,23.546094665],[120.244364382,23.544296665],[120.242032173,23.538692871],[120.246645295,23.513832597],[120.23909721,23.507692086],[120.223039765,23.504320056],[120.205004895,23.511809235],[120.195079583,23.512644826],[120.180970562,23.509852416],[120.166580044,23.51723444],[120.158128739,23.515925255],[120.145839071,23.520825251],[120.142447722,23.517436151],[120.127214851,23.520207062],[120.118917133,23.515058709],[120.119422224,23.495488031],[120.124663176,23.488729675],[120.133558315,23.488156349],[120.157849425,23.495041314],[120.155784995,23.484072842],[120.145157567,23.47207341],[120.144570235,23.459713305],[120.149672791,23.454271567],[120.149785607,23.441854309],[120.1455046,23.428598131],[120.149502201,23.422816203],[120.149404192,23.40614933],[120.159970129,23.406127477],[120.161667186,23.394662213],[120.157777101,23.385792278],[120.131652548,23.384781628],[120.131927422,23.376258132],[120.128023451,23.363570349],[120.119942808,23.348312397],[120.118071182,23.340164603],[120.148511966,23.319753998],[120.148566434,23.314445688],[120.16619787,23.308459248],[120.178672946,23.291729404],[120.191683781,23.300272954],[120.204268918,23.291902121],[120.220867805,23.296002672],[120.238081645,23.327075427],[120.255140525,23.330618963],[120.267073173,23.340688391],[120.26070463,23.344473539],[120.265640155,23.352240841],[120.276288513,23.348211572],[120.286128867,23.350210447],[120.28374511,23.361806411],[120.29294984,23.375380682],[120.310940195,23.375440024],[120.310998536,23.385570167],[120.32168847,23.383593436],[120.333179138,23.385808362],[120.349518091,23.401324947],[120.381035269,23.40343776],[120.409418499,23.412431129],[120.423402888,23.406426849],[120.431582404,23.407751125],[120.438356795,23.413388719],[120.474046802,23.397346606],[120.479414954,23.387590969],[120.490931885,23.395562339],[120.499217357,23.387858139],[120.485378154,23.380250454],[120.482997925,23.371641081],[120.504832236,23.368903312],[120.512421872,23.359832678],[120.50359557,23.351026523],[120.507706269,23.343042133],[120.515505444,23.343752212],[120.534041244,23.335769382],[120.53999421,23.327871341],[120.531486448,23.317907845],[120.522606451,23.311887218],[120.526008196,23.292228514],[120.521845626,23.287947373],[120.522219436,23.273965919],[120.529248765,23.258012527],[120.529969045,23.247950991],[120.519035984,23.239257657],[120.526819314,23.230934877],[120.541507162,23.227830869],[120.554875272,23.217576835],[120.565287507,23.220981529],[120.578521688,23.215247433],[120.586547041,23.224094965],[120.59688591,23.22973958],[120.609713761,23.222732331],[120.628211783,23.229439985],[120.653444655,23.224539911],[120.649483574,23.228640893],[120.650850987,23.237993323],[120.648449391,23.249254068],[120.642082037,23.256810948],[120.638517406,23.268824358],[120.643152407,23.275981996],[120.643743494,23.296099338],[120.652003299,23.291172555],[120.657408996,23.295246087],[120.671409648,23.289971077],[120.693510932,23.284542239],[120.703534487,23.289461851],[120.704376729,23.301976665],[120.712165851,23.308699114],[120.730629199,23.305613882],[120.73230712,23.313860872],[120.747855778,23.321911253],[120.758433872,23.335485778],[120.758068559,23.344266597],[120.783214204,23.342206358],[120.788451413,23.352822781],[120.804694063,23.367213189],[120.828527732,23.374956161],[120.849171054,23.419486528],[120.864325872,23.423889853],[120.871737882,23.429598787],[120.887093807,23.435203879],[120.896782925,23.450900914],[120.912699488,23.458480662],[120.928303875,23.456783945],[120.957514903,23.469502766],[120.947518776,23.467123327],[120.937954485,23.47292613],[120.930784775,23.470703149],[120.917482877,23.475693152],[120.887141932,23.475604954],[120.880797411,23.467642485],[120.863582977,23.47347419],[120.838972326,23.471219823],[120.827074939,23.483382793],[120.822819801,23.498919487],[120.823177196,23.510942938],[120.818135164,23.523462356],[120.808610149,23.536187081],[120.808831804,23.545861568],[120.820676326,23.562621917],[120.819573477,23.574869708],[120.823704163,23.587160349],[120.813902654,23.600951756],[120.803530855,23.596703769],[120.790870683,23.600945347],[120.779568865,23.601606622],[120.764281423,23.612238821],[120.752935161,23.614849235],[120.735857385,23.609548217],[120.730863289,23.61080836]],[[120.446588814,23.518391646],[120.453273056,23.515878817],[120.462619559,23.500736918],[120.470121357,23.500214681],[120.473496799,23.506849066],[120.483150412,23.505363995],[120.487801323,23.491936421],[120.500158963,23.490677709],[120.5092338,23.474842528],[120.494908754,23.452784099],[120.489401049,23.452353078],[120.476989543,23.461922515],[120.468650765,23.461599784],[120.457312552,23.452847326],[120.452863729,23.444867728],[120.439570394,23.439557555],[120.430138558,23.452546321],[120.429292649,23.461042878],[120.415155487,23.460276731],[120.411274027,23.464786678],[120.394167289,23.462521487],[120.399258556,23.471032849],[120.393432695,23.482378895],[120.394716217,23.490748984],[120.403823385,23.503738844],[120.411983636,23.499017008],[120.416618554,23.505278582],[120.424988361,23.506442877],[120.432567731,23.513442707],[120.442099971,23.513659163],[120.446588814,23.518391646]]]},"properties":{"COUNTYID":"10010","name":"嘉義縣","NAME_1984":"嘉義縣","NAME_1984_ALIAS":"","NAME_2010":"嘉義縣","NAME_2010_ALIAS":"","NAME_2014":"嘉義縣","NAME_2014_ALIAS":"","ISO3166":"CYQ","SEGIS_COUNTY_ID":"10010","AREA_ID":"Q","_id":18744633},"id":"80fef424-63ce-497d-9348-c2aedc00a475"},
|
|
11
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.379645899,22.355989333],[120.367426607,22.3521217],[120.360933588,22.34595781],[120.363244117,22.3400307],[120.353621467,22.329422005],[120.359889236,22.322248068],[120.376756126,22.335735341],[120.387035337,22.341765824],[120.388978558,22.349452286],[120.379645899,22.355989333]]],[[[120.864568278,22.843082036],[120.853188277,22.857622957],[120.84717615,22.851967318],[120.833041092,22.866274075],[120.822959945,22.865722438],[120.813811054,22.857662607],[120.801081776,22.851029238],[120.793350803,22.852031839],[120.792994222,22.84229973],[120.778714863,22.83520389],[120.764000457,22.849287178],[120.76215898,22.856813628],[120.749264245,22.86568285],[120.742682544,22.873553143],[120.730942721,22.8762565],[120.725022645,22.880833427],[120.704543447,22.880669003],[120.690543799,22.864874603],[120.679190674,22.862952915],[120.676727337,22.857256145],[120.660910132,22.8596724],[120.658055912,22.879710164],[120.648441692,22.877132866],[120.645033652,22.885178107],[120.620635461,22.87558508],[120.605825521,22.873213559],[120.574812695,22.848206028],[120.566696561,22.83836119],[120.554200255,22.828827797],[120.536437884,22.829269007],[120.523463314,22.832882463],[120.509992825,22.828514899],[120.50341965,22.831734234],[120.476241764,22.838188957],[120.468759651,22.830677088],[120.464039035,22.800291941],[120.457475672,22.785499003],[120.453780046,22.761500995],[120.456006787,22.73057692],[120.455746495,22.718497083],[120.447527442,22.688307803],[120.442632209,22.684561388],[120.436633153,22.665020017],[120.435808907,22.630447991],[120.43368725,22.617599612],[120.437551567,22.607278395],[120.445793502,22.598832804],[120.447008238,22.586180448],[120.442709272,22.562323487],[120.436578338,22.547562522],[120.431271626,22.544681529],[120.422859461,22.518457949],[120.425733627,22.498178725],[120.424437324,22.468719525],[120.433106693,22.468365486],[120.436011847,22.459481271],[120.458548065,22.439364436],[120.476405145,22.428938323],[120.508540633,22.412152555],[120.549597654,22.392444921],[120.585579037,22.369389388],[120.598941375,22.355748617],[120.605128414,22.342652471],[120.63618091,22.312782276],[120.642746121,22.30162318],[120.642711763,22.291072835],[120.652100221,22.268241494],[120.649289314,22.255747562],[120.657924957,22.242864654],[120.672006631,22.233249568],[120.672197297,22.226954169],[120.684864315,22.210270331],[120.683845294,22.198389659],[120.69105231,22.181411537],[120.699480278,22.150070387],[120.697581743,22.140473154],[120.702326076,22.129841247],[120.709055205,22.12275717],[120.715168069,22.106504384],[120.716851942,22.093254395],[120.699303815,22.082781181],[120.705735943,22.070744947],[120.704481719,22.056046383],[120.697578639,22.05499289],[120.696441416,22.043072971],[120.687150597,22.032769261],[120.685239707,22.023904094],[120.693834605,22.002591361],[120.705591099,21.993547986],[120.713557075,21.980607748],[120.715032043,21.971140326],[120.711527565,21.963925025],[120.710581586,21.934115342],[120.728724118,21.918310051],[120.739579493,21.919714748],[120.739873409,21.926278134],[120.74685268,21.934187098],[120.748446856,21.949466228],[120.753160953,21.955228463],[120.764689061,21.95913052],[120.770160818,21.952397615],[120.783021928,21.943544546],[120.796630103,21.942176729],[120.813054501,21.933494728],[120.822226304,21.934363619],[120.837258522,21.916014408],[120.846136702,21.913685453],[120.845965664,21.906032065],[120.851138832,21.896356625],[120.858607308,21.895599675],[120.86713781,21.902726485],[120.861927661,21.90967886],[120.862588571,21.917563641],[120.848919104,21.933805825],[120.842332173,21.949956872],[120.846074115,21.986209752],[120.861588485,21.9908141],[120.875788723,21.998845548],[120.878234076,22.010711115],[120.887084026,22.016452579],[120.889230027,22.025760839],[120.901217466,22.034371633],[120.893658498,22.049727878],[120.892967356,22.067977433],[120.894081913,22.08860666],[120.90203909,22.105303516],[120.892427292,22.110315587],[120.887501648,22.122677864],[120.88785884,22.133295401],[120.896566744,22.140768494],[120.89255793,22.150319393],[120.89421902,22.172630217],[120.890700051,22.195327636],[120.896413508,22.203484066],[120.894203944,22.216454545],[120.898926449,22.229835306],[120.896297533,22.246428635],[120.866679977,22.229808144],[120.858671503,22.240818779],[120.839396368,22.243669797],[120.83254546,22.24725451],[120.825911199,22.256645978],[120.815402688,22.263220991],[120.799724576,22.257180152],[120.796208691,22.267942805],[120.798194144,22.276461966],[120.805487531,22.284090073],[120.793404763,22.285723839],[120.788610655,22.294003203],[120.777747626,22.297972947],[120.77815584,22.308498514],[120.787135395,22.309207883],[120.79679361,22.318324795],[120.792477173,22.33562398],[120.785061303,22.345524352],[120.775800559,22.348745358],[120.767950897,22.347399062],[120.763184746,22.358969269],[120.752436185,22.360544624],[120.743463327,22.367262438],[120.747520144,22.371405452],[120.752413426,22.392055779],[120.758120571,22.404904964],[120.78036131,22.409453121],[120.789642393,22.417649408],[120.786871374,22.425181098],[120.775036875,22.444288214],[120.77645322,22.448943773],[120.758087988,22.458518773],[120.751613593,22.458412384],[120.757463248,22.481832205],[120.763839852,22.491158837],[120.762705369,22.501100425],[120.753890285,22.510771115],[120.750022799,22.534021524],[120.739486009,22.551455298],[120.741534997,22.568672365],[120.74795149,22.571078332],[120.749091636,22.578636231],[120.745765811,22.588321657],[120.754819329,22.601562716],[120.752892102,22.612081163],[120.761322138,22.630041789],[120.767660329,22.636187782],[120.786355698,22.662984347],[120.786231434,22.672043039],[120.791573064,22.679185123],[120.786748427,22.692740823],[120.797680358,22.689102751],[120.818873132,22.69088042],[120.819883281,22.695597305],[120.836795524,22.697079623],[120.840240796,22.706667744],[120.848698764,22.716986752],[120.869123482,22.715945836],[120.883515216,22.717068452],[120.894721395,22.737588123],[120.895614389,22.755743206],[120.893564085,22.766784973],[120.903862782,22.775811459],[120.901695234,22.78754506],[120.903303361,22.799808049],[120.891197937,22.811624928],[120.877162513,22.813073055],[120.868633132,22.816852363],[120.865089579,22.824802458],[120.864568278,22.843082036]]]]},"properties":{"COUNTYID":"10013","name":"屏東縣","NAME_1984":"屏東縣","NAME_1984_ALIAS":"","NAME_2010":"屏東縣","NAME_2010_ALIAS":"","NAME_2014":"屏東縣","NAME_2014_ALIAS":"","ISO3166":"PIF","SEGIS_COUNTY_ID":"10013","AREA_ID":"T","_id":18744634},"id":"f1288e15-2f1e-40f8-8e72-1759c78ae454"},
|
|
12
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.611796029,21.942895171],[121.614861764,21.954877563],[121.604449622,21.952429441],[121.611796029,21.942895171]]],[[[121.504652701,22.084799855],[121.499346541,22.080525432],[121.508720458,22.070174226],[121.510836045,22.049560138],[121.538707094,22.02437265],[121.548856486,22.025689357],[121.562272389,22.017290926],[121.569844309,22.003975069],[121.593084317,22.001801751],[121.602945403,22.018524105],[121.59641258,22.025267006],[121.578679013,22.032426358],[121.568041297,22.040846282],[121.563861052,22.054042471],[121.570881577,22.064723432],[121.566463311,22.084298639],[121.559955724,22.080361938],[121.552058856,22.082632043],[121.513375683,22.080388133],[121.504652701,22.084799855]]],[[[121.491547535,22.677454217],[121.479841973,22.674072501],[121.465736605,22.676361931],[121.465285097,22.670457213],[121.475311663,22.658703056],[121.473508126,22.646474359],[121.485937658,22.643985458],[121.495226303,22.632482013],[121.504631565,22.638257099],[121.499531207,22.645894069],[121.508774379,22.653826955],[121.510005121,22.677064183],[121.491547535,22.677454217]]],[[[121.494839289,23.431783365],[121.479873511,23.43109803],[121.473310942,23.440615615],[121.462039038,23.439548129],[121.446045227,23.443542483],[121.441094959,23.43414239],[121.433403426,23.432859566],[121.419574579,23.419409269],[121.410495295,23.398944835],[121.400009975,23.385208523],[121.406123057,23.365510463],[121.422803836,23.360024632],[121.422205214,23.354975743],[121.409762777,23.345939387],[121.403171361,23.336247839],[121.397736928,23.321679156],[121.390250711,23.320616716],[121.387848499,23.310634124],[121.376297077,23.29576064],[121.377919661,23.26961265],[121.35949777,23.25280649],[121.361538318,23.246897914],[121.352602208,23.231297635],[121.356281702,23.223074243],[121.346567715,23.217160636],[121.346880625,23.209201998],[121.33761836,23.188567829],[121.3349338,23.177925849],[121.323804067,23.178381643],[121.31750025,23.164362082],[121.324399397,23.148971974],[121.320349133,23.137750077],[121.321981174,23.117235398],[121.315957909,23.110463703],[121.303432919,23.111161273],[121.284413009,23.106563474],[121.278629373,23.101099275],[121.264330085,23.104048123],[121.267122936,23.114313344],[121.257772137,23.12597185],[121.249404786,23.131415405],[121.238456278,23.128733765],[121.231043685,23.139174169],[121.212057541,23.145232783],[121.210299197,23.159894346],[121.19917002,23.175090077],[121.198254964,23.188440446],[121.18950434,23.203715596],[121.175627935,23.210185461],[121.16090958,23.205963024],[121.154701836,23.199146867],[121.139858464,23.201526189],[121.129395436,23.223297265],[121.108884155,23.223517115],[121.092448232,23.23388451],[121.083635824,23.23296423],[121.070044234,23.24875586],[121.062416924,23.26584007],[121.062067351,23.279407603],[121.056314968,23.29029872],[121.038900766,23.300652867],[121.028323441,23.297122796],[121.02374601,23.293706136],[121.010779564,23.292769676],[120.986084001,23.280323422],[120.970279128,23.280606613],[120.958164173,23.265373618],[120.93789715,23.244950581],[120.927206852,23.244639164],[120.915461305,23.237511867],[120.91175695,23.228430712],[120.911714619,23.210214099],[120.906574051,23.205359002],[120.90644071,23.196713673],[120.912462585,23.186759023],[120.898442023,23.17625675],[120.895005059,23.16071962],[120.876600879,23.150946908],[120.885620391,23.144623871],[120.887872483,23.136376944],[120.885049691,23.120017474],[120.889402642,23.11044077],[120.889152814,23.100493528],[120.882586728,23.083332916],[120.869315635,23.059927397],[120.881260396,23.044197583],[120.87946505,23.034666556],[120.86343037,23.032262069],[120.860659363,23.008051402],[120.842179567,22.991207505],[120.841184234,22.984001507],[120.83222749,22.980062095],[120.830146404,22.969991085],[120.820923009,22.960949305],[120.824755043,22.952455021],[120.821941663,22.934994208],[120.833291268,22.912268648],[120.828538317,22.905208275],[120.841983524,22.881218682],[120.859730275,22.878368516],[120.864982116,22.872214682],[120.861654076,22.861396895],[120.869434855,22.857954613],[120.864568278,22.843082036],[120.865089579,22.824802458],[120.868633132,22.816852363],[120.877162513,22.813073055],[120.891197937,22.811624928],[120.903303361,22.799808049],[120.901695234,22.78754506],[120.903862782,22.775811459],[120.893564085,22.766784973],[120.895614389,22.755743206],[120.894721395,22.737588123],[120.883515216,22.717068452],[120.869123482,22.715945836],[120.848698764,22.716986752],[120.840240796,22.706667744],[120.836795524,22.697079623],[120.819883281,22.695597305],[120.818873132,22.69088042],[120.797680358,22.689102751],[120.786748427,22.692740823],[120.791573064,22.679185123],[120.786231434,22.672043039],[120.786355698,22.662984347],[120.767660329,22.636187782],[120.761322138,22.630041789],[120.752892102,22.612081163],[120.754819329,22.601562716],[120.745765811,22.588321657],[120.749091636,22.578636231],[120.74795149,22.571078332],[120.741534997,22.568672365],[120.739486009,22.551455298],[120.750022799,22.534021524],[120.753890285,22.510771115],[120.762705369,22.501100425],[120.763839852,22.491158837],[120.757463248,22.481832205],[120.751613593,22.458412384],[120.758087988,22.458518773],[120.77645322,22.448943773],[120.775036875,22.444288214],[120.786871374,22.425181098],[120.789642393,22.417649408],[120.78036131,22.409453121],[120.758120571,22.404904964],[120.752413426,22.392055779],[120.747520144,22.371405452],[120.743463327,22.367262438],[120.752436185,22.360544624],[120.763184746,22.358969269],[120.767950897,22.347399062],[120.775800559,22.348745358],[120.785061303,22.345524352],[120.792477173,22.33562398],[120.79679361,22.318324795],[120.787135395,22.309207883],[120.77815584,22.308498514],[120.777747626,22.297972947],[120.788610655,22.294003203],[120.793404763,22.285723839],[120.805487531,22.284090073],[120.798194144,22.276461966],[120.796208691,22.267942805],[120.799724576,22.257180152],[120.815402688,22.263220991],[120.825911199,22.256645978],[120.83254546,22.24725451],[120.839396368,22.243669797],[120.858671503,22.240818779],[120.866679977,22.229808144],[120.896297533,22.246428635],[120.891870645,22.277489471],[120.891857807,22.307998449],[120.894913459,22.334660289],[120.902616536,22.352545808],[120.908828603,22.359195355],[120.914872705,22.384923901],[120.922107208,22.398416157],[120.94436825,22.451863064],[120.959362058,22.504757374],[120.968366756,22.526894229],[120.97714057,22.554102111],[120.985612812,22.569457234],[120.997989119,22.578126355],[121.009160432,22.588960404],[121.012596257,22.619510855],[121.022284323,22.649230479],[121.029201417,22.660878483],[121.039335795,22.670336389],[121.05536057,22.676100524],[121.064246314,22.682006685],[121.081358787,22.69819848],[121.101131975,22.705161202],[121.128112073,22.719361572],[121.145090302,22.734446774],[121.156788486,22.747321962],[121.165990019,22.75117339],[121.176996618,22.760097993],[121.181403399,22.782899954],[121.187895434,22.790652381],[121.19518025,22.790480147],[121.200998454,22.796044727],[121.197480186,22.815331545],[121.187494004,22.829271581],[121.191489798,22.849678793],[121.209046429,22.86308861],[121.236131418,22.867896454],[121.239942528,22.8796221],[121.247104079,22.88128589],[121.263744812,22.908047501],[121.26870829,22.911100291],[121.278893161,22.931551135],[121.281732083,22.945226198],[121.29141519,22.955459273],[121.295239209,22.954589463],[121.316491506,22.981228691],[121.323769345,22.993886821],[121.321918256,23.001753299],[121.328731753,23.015191511],[121.336374738,23.019309136],[121.338760988,23.034111552],[121.346275639,23.052933346],[121.349332202,23.066695333],[121.356715397,23.073763403],[121.355086284,23.079650028],[121.366140197,23.096158932],[121.382944927,23.095483953],[121.395159379,23.113420983],[121.407022335,23.11588157],[121.41115672,23.123970892],[121.404186364,23.127211067],[121.39980029,23.135111205],[121.401095698,23.146038962],[121.407588954,23.162276721],[121.403580438,23.178717486],[121.399311296,23.183130761],[121.396461343,23.195870109],[121.398136073,23.207958357],[121.408838619,23.213067169],[121.420391159,23.226312389],[121.414899927,23.234920536],[121.420813039,23.250040737],[121.420819041,23.257614785],[121.427405137,23.265988154],[121.427445564,23.27265295],[121.43287332,23.288123667],[121.44701296,23.308879792],[121.454048458,23.313500303],[121.462029005,23.312531451],[121.4677534,23.331933507],[121.46764356,23.345610643],[121.47220862,23.352423699],[121.472212551,23.371531048],[121.474858748,23.386618222],[121.482039265,23.397274477],[121.484086277,23.410732311],[121.494839289,23.431783365]]]]},"properties":{"COUNTYID":"10014","name":"台東縣","NAME_1984":"臺東縣","NAME_1984_ALIAS":"台東縣","NAME_2010":"臺東縣","NAME_2010_ALIAS":"台東縣","NAME_2014":"臺東縣","NAME_2014_ALIAS":"台東縣","ISO3166":"TTT","SEGIS_COUNTY_ID":"10014","AREA_ID":"V","_id":18744635},"id":"87957a73-0c44-4342-a512-4a68100f5aa3"},
|
|
13
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.774056693,24.315277433],[121.759104614,24.314210522],[121.744727664,24.322858146],[121.714337577,24.326724501],[121.697315193,24.334264002],[121.68949101,24.333587494],[121.684002435,24.340778389],[121.6739744,24.343401058],[121.64817737,24.358367989],[121.648903045,24.349401063],[121.630942702,24.370552738],[121.621705952,24.366630895],[121.621746126,24.357172198],[121.627407108,24.349448887],[121.635109241,24.348368328],[121.632963618,24.334967196],[121.626681891,24.335629818],[121.620278633,24.345337691],[121.615722048,24.333224123],[121.599443354,24.333376644],[121.596562667,24.328142399],[121.60701494,24.312640575],[121.575847022,24.319673347],[121.569599128,24.317944136],[121.560077629,24.322638342],[121.556070684,24.33115694],[121.544723801,24.33782523],[121.540527361,24.335914696],[121.522151153,24.343024475],[121.498113943,24.339236298],[121.485475814,24.348375794],[121.464970622,24.355558778],[121.452005017,24.364681666],[121.441567697,24.358594734],[121.435610991,24.347247926],[121.432487717,24.329594863],[121.434940981,24.322563509],[121.423227556,24.308217003],[121.405386799,24.308302456],[121.402764289,24.29594672],[121.38046732,24.27948138],[121.385676235,24.26402471],[121.385118959,24.255125147],[121.367017929,24.252174473],[121.360662232,24.243944013],[121.352599842,24.243855407],[121.352026914,24.234071699],[121.343013548,24.223554252],[121.347860224,24.212581038],[121.349671533,24.200235948],[121.325759099,24.1961741],[121.31611357,24.185528534],[121.305643667,24.180046811],[121.288114226,24.177664831],[121.28779765,24.157208709],[121.281367095,24.135872011],[121.295861505,24.132441445],[121.315881142,24.11641806],[121.328492375,24.114408784],[121.325224401,24.1018291],[121.319118491,24.095396202],[121.323129314,24.084940311],[121.308189817,24.073307018],[121.298921358,24.061637678],[121.295542566,24.063779374],[121.283206575,24.054266571],[121.285726396,24.039721327],[121.276608319,24.024614509],[121.269420239,24.0063444],[121.260110613,23.992323887],[121.264865665,23.975363986],[121.273214439,23.975365782],[121.277909373,23.965832251],[121.275246139,23.960417531],[121.272074669,23.938215555],[121.276513334,23.923161644],[121.27490071,23.907533582],[121.266269716,23.907264786],[121.265506396,23.891239821],[121.268449866,23.883751035],[121.252879052,23.867441119],[121.248923029,23.85212986],[121.239766585,23.841049359],[121.234553604,23.812171084],[121.227599978,23.808607417],[121.225505979,23.798233418],[121.228345686,23.785221743],[121.205324351,23.771129406],[121.213172701,23.757620919],[121.221480084,23.752720391],[121.232515561,23.750599213],[121.228814791,23.744282667],[121.229639114,23.730189219],[121.233242252,23.728950287],[121.241172173,23.709005211],[121.239321122,23.686743781],[121.232634881,23.676292631],[121.235423768,23.66140674],[121.224263552,23.639130886],[121.2247296,23.626817581],[121.217322882,23.61469605],[121.213121046,23.600082448],[121.206229526,23.595786923],[121.194561666,23.600523707],[121.179827267,23.590087169],[121.169409351,23.586574476],[121.153392142,23.586777892],[121.151916508,23.573906044],[121.160341032,23.567827695],[121.157143055,23.559555429],[121.147656874,23.552942727],[121.150867887,23.545778709],[121.14695479,23.527192676],[121.1355702,23.515245808],[121.120452152,23.520995059],[121.103674201,23.518930179],[121.097574089,23.521690116],[121.092098689,23.514841829],[121.082757726,23.514703404],[121.068522421,23.51847519],[121.062080567,23.499430193],[121.052793889,23.49356495],[121.048731536,23.482708086],[121.039007297,23.474433366],[121.059004866,23.461886758],[121.052064405,23.451012277],[121.033528258,23.445439826],[121.026519329,23.439153002],[121.015268239,23.435410383],[121.022720306,23.424811791],[121.029247326,23.422790575],[121.025970322,23.402930663],[121.001132685,23.391745627],[121.000094252,23.382372737],[120.988110359,23.37067665],[120.987095012,23.35873194],[121.000056714,23.356521378],[121.010403996,23.345814245],[121.020045381,23.350383842],[121.024745658,23.3398635],[121.048163288,23.325883027],[121.046443685,23.309112837],[121.03189539,23.303672341],[121.028323441,23.297122796],[121.038900766,23.300652867],[121.056314968,23.29029872],[121.062067351,23.279407603],[121.062416924,23.26584007],[121.070044234,23.24875586],[121.083635824,23.23296423],[121.092448232,23.23388451],[121.108884155,23.223517115],[121.129395436,23.223297265],[121.139858464,23.201526189],[121.154701836,23.199146867],[121.16090958,23.205963024],[121.175627935,23.210185461],[121.18950434,23.203715596],[121.198254964,23.188440446],[121.19917002,23.175090077],[121.210299197,23.159894346],[121.212057541,23.145232783],[121.231043685,23.139174169],[121.238456278,23.128733765],[121.249404786,23.131415405],[121.257772137,23.12597185],[121.267122936,23.114313344],[121.264330085,23.104048123],[121.278629373,23.101099275],[121.284413009,23.106563474],[121.303432919,23.111161273],[121.315957909,23.110463703],[121.321981174,23.117235398],[121.320349133,23.137750077],[121.324399397,23.148971974],[121.31750025,23.164362082],[121.323804067,23.178381643],[121.3349338,23.177925849],[121.33761836,23.188567829],[121.346880625,23.209201998],[121.346567715,23.217160636],[121.356281702,23.223074243],[121.352602208,23.231297635],[121.361538318,23.246897914],[121.35949777,23.25280649],[121.377919661,23.26961265],[121.376297077,23.29576064],[121.387848499,23.310634124],[121.390250711,23.320616716],[121.397736928,23.321679156],[121.403171361,23.336247839],[121.409762777,23.345939387],[121.422205214,23.354975743],[121.422803836,23.360024632],[121.406123057,23.365510463],[121.400009975,23.385208523],[121.410495295,23.398944835],[121.419574579,23.419409269],[121.433403426,23.432859566],[121.441094959,23.43414239],[121.446045227,23.443542483],[121.462039038,23.439548129],[121.473310942,23.440615615],[121.479873511,23.43109803],[121.494839289,23.431783365],[121.499828524,23.456149848],[121.508097543,23.471710755],[121.513953546,23.487148558],[121.507011451,23.494906423],[121.503569923,23.517439845],[121.511343842,23.551480537],[121.522010145,23.567058235],[121.529964403,23.596124228],[121.531229694,23.626469289],[121.535877514,23.645617482],[121.543764333,23.656004396],[121.546183587,23.675234955],[121.553363454,23.698343585],[121.549286952,23.711772195],[121.552239911,23.722740921],[121.557642492,23.726266962],[121.567014969,23.742613236],[121.572451098,23.756609632],[121.570807876,23.782375971],[121.572397898,23.797931909],[121.576526999,23.81090342],[121.583401321,23.819829206],[121.585891941,23.829303916],[121.598235812,23.857015464],[121.6056846,23.899404428],[121.605180474,23.910773424],[121.611869464,23.933327353],[121.606905634,23.952773307],[121.607900742,23.960164725],[121.615836045,23.97320465],[121.622185499,23.977868739],[121.62827885,23.969469096],[121.634826184,23.984629259],[121.647906151,24.008942568],[121.643663568,24.019387751],[121.63052866,24.030260358],[121.620708243,24.048368532],[121.616487457,24.061459768],[121.616193805,24.07860568],[121.619123937,24.089586032],[121.628359232,24.102689256],[121.655063769,24.121515756],[121.663751614,24.134518532],[121.664208806,24.155436928],[121.658472287,24.171882095],[121.663310626,24.194144594],[121.672166958,24.205792689],[121.706125029,24.225613235],[121.716957831,24.242781898],[121.728293283,24.245707917],[121.744102368,24.261296373],[121.748154158,24.279895284],[121.753559729,24.288243065],[121.769530644,24.302704179],[121.774056693,24.315277433]]]},"properties":{"COUNTYID":"10015","name":"花蓮縣","NAME_1984":"花蓮縣","NAME_1984_ALIAS":"","NAME_2010":"花蓮縣","NAME_2010_ALIAS":"","NAME_2014":"花蓮縣","NAME_2014_ALIAS":"","ISO3166":"HUA","SEGIS_COUNTY_ID":"10015","AREA_ID":"U","_id":18744636},"id":"dffbf3c1-78ae-4790-b08e-3656c78feae2"},
|
|
14
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.440253323,23.221368439],[119.416597714,23.217619845],[119.412123235,23.210983056],[119.420622045,23.203318639],[119.42371759,23.191647649],[119.429111515,23.193509088],[119.442188044,23.207025143],[119.446415079,23.220660248],[119.440253323,23.221368439]]],[[[119.677358806,23.264073021],[119.666703224,23.261445747],[119.666469679,23.250222423],[119.678180474,23.256482015],[119.677358806,23.264073021]]],[[[119.493723246,23.397236613],[119.495910849,23.387235676],[119.49220429,23.382077674],[119.494542757,23.365310476],[119.486619507,23.35654903],[119.490616933,23.353120916],[119.507387013,23.353905],[119.508019174,23.390355065],[119.497527434,23.390585206],[119.493723246,23.397236613]]],[[[119.319715896,23.411679353],[119.314713921,23.399724522],[119.32769485,23.400792756],[119.319715896,23.411679353]]],[[[119.584287955,23.676572652],[119.570010706,23.671068092],[119.555185415,23.668555239],[119.553999542,23.657588416],[119.548704404,23.651390303],[119.540296269,23.640452306],[119.531098688,23.639051538],[119.511578344,23.647657039],[119.507502003,23.636320032],[119.502152643,23.630928609],[119.499280709,23.620104397],[119.508667287,23.613283518],[119.502247747,23.601962993],[119.492744844,23.600232624],[119.504584514,23.585977162],[119.502935479,23.578424542],[119.493493421,23.570485974],[119.483388154,23.575409652],[119.479560875,23.564075484],[119.489723456,23.562666751],[119.497851064,23.568160437],[119.515100893,23.564088216],[119.512029725,23.579519057],[119.523119934,23.601767664],[119.520330598,23.609425264],[119.52167109,23.631266102],[119.52983463,23.630150279],[119.540192874,23.634058294],[119.543024699,23.63790636],[119.542368222,23.643087201],[119.554062899,23.657066726],[119.562751662,23.652100702],[119.567487488,23.66000021],[119.577769897,23.662528902],[119.582415981,23.65264435],[119.593783804,23.641551179],[119.595867449,23.634560997],[119.59066862,23.629503942],[119.605459743,23.620080896],[119.597524984,23.615576488],[119.605089126,23.609262521],[119.602948005,23.6006204],[119.606592413,23.585237644],[119.600145342,23.57658737],[119.58552094,23.573663338],[119.582628949,23.583261546],[119.56406848,23.585842566],[119.566200075,23.573362445],[119.560710219,23.571184446],[119.559715592,23.56206032],[119.574293613,23.567971325],[119.579538012,23.5633986],[119.573009124,23.546232339],[119.588785677,23.551354262],[119.59996504,23.549898382],[119.600358268,23.540036356],[119.574120189,23.519856673],[119.571872285,23.531987484],[119.56452296,23.529765889],[119.550774084,23.540700615],[119.556978915,23.523467666],[119.567238384,23.525825784],[119.574010588,23.517728295],[119.571836667,23.508652277],[119.584156697,23.509202526],[119.589526722,23.512753586],[119.60802706,23.509154059],[119.604450209,23.525143951],[119.613000564,23.537029814],[119.629441303,23.547738916],[119.635346776,23.547295026],[119.641569734,23.558102883],[119.646629872,23.560538002],[119.676064594,23.559733325],[119.678151251,23.551371798],[119.693900713,23.555670422],[119.686742679,23.562201287],[119.680628134,23.57295088],[119.680539985,23.585247371],[119.671562812,23.599047592],[119.667998938,23.591234272],[119.650075405,23.603802839],[119.634344365,23.590890008],[119.625137558,23.600379154],[119.613208754,23.601991111],[119.609883661,23.610525975],[119.613135834,23.620348738],[119.605895655,23.620973132],[119.599228872,23.636308833],[119.603740271,23.649492693],[119.612354743,23.65264637],[119.595600875,23.673707811],[119.584287955,23.676572652]]],[[[119.612349487,23.756003402],[119.604055617,23.745615971],[119.597399554,23.741883291],[119.600221652,23.734761591],[119.612292725,23.741700864],[119.623726381,23.743587471],[119.612349487,23.756003402]]]]},"properties":{"COUNTYID":"10016","name":"澎湖縣","NAME_1984":"澎湖縣","NAME_1984_ALIAS":"","NAME_2010":"澎湖縣","NAME_2010_ALIAS":"","NAME_2014":"澎湖縣","NAME_2014_ALIAS":"","ISO3166":"PEN","SEGIS_COUNTY_ID":"10016","AREA_ID":"X","_id":18744637},"id":"411f907f-d16f-4023-8858-ec19e9b556d1"},
|
|
15
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.803500233,25.136205759],[121.80702538,25.149139313],[121.79319118,25.146876291],[121.774730046,25.155963345],[121.76554749,25.163431656],[121.748493304,25.156252828],[121.723654465,25.165170102],[121.707246344,25.166031225],[121.709649455,25.176565303],[121.698940017,25.167219789],[121.691286033,25.166326944],[121.677650272,25.155811299],[121.658119528,25.15215537],[121.649863015,25.145101624],[121.639565017,25.14568631],[121.626788001,25.139620585],[121.628660978,25.134680239],[121.643024637,25.127829555],[121.646229249,25.113628081],[121.65568545,25.093615747],[121.674021304,25.082922575],[121.688412039,25.071741268],[121.699350458,25.067449969],[121.712360641,25.068036845],[121.732292466,25.05276996],[121.745904526,25.052997452],[121.759285586,25.059451758],[121.762328842,25.0569828],[121.775694859,25.070000109],[121.759120898,25.084478926],[121.759601412,25.100786341],[121.756049151,25.108409475],[121.766899095,25.11252615],[121.772965915,25.120110352],[121.790147293,25.112265695],[121.797758915,25.114316497],[121.797068612,25.121285468],[121.804984074,25.125794178],[121.803500233,25.136205759]]]},"properties":{"COUNTYID":"10017","name":"基隆市","NAME_1984":"基隆市","NAME_1984_ALIAS":"","NAME_2010":"基隆市","NAME_2010_ALIAS":"","NAME_2014":"基隆市","NAME_2014_ALIAS":"","ISO3166":"KEE","SEGIS_COUNTY_ID":"10017","AREA_ID":"C","_id":18744638},"id":"fd71d581-923a-4f14-aee7-b702faead361"},
|
|
16
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.93542097,24.712596586],[120.938131203,24.727513945],[120.946142408,24.745281912],[120.953893829,24.743420913],[120.967404891,24.756465492],[120.969833104,24.765164709],[120.979480567,24.76330733],[120.988322959,24.76845618],[120.985832738,24.77690939],[120.995977447,24.779986175],[121.0135526,24.770936721],[121.020869676,24.75655945],[121.032397987,24.761693045],[121.029665452,24.776448918],[121.024947231,24.779990246],[121.023043554,24.795757805],[121.018151138,24.807350787],[121.000383575,24.82206115],[120.987684245,24.825565815],[120.981450722,24.831232489],[120.974637859,24.829957763],[120.955284137,24.834363483],[120.944809598,24.841068902],[120.940441796,24.849964643],[120.925221256,24.854813764],[120.916752021,24.848748252],[120.915747818,24.841129],[120.902805635,24.824070928],[120.892105831,24.791936855],[120.89318573,24.761362565],[120.874529401,24.738322778],[120.881028534,24.733291088],[120.897228291,24.733366846],[120.905863021,24.740681838],[120.916272614,24.721534464],[120.914896561,24.716815391],[120.93542097,24.712596586]]]},"properties":{"COUNTYID":"10018","name":"新竹市","NAME_1984":"新竹市","NAME_1984_ALIAS":"","NAME_2010":"新竹市","NAME_2010_ALIAS":"","NAME_2014":"新竹市","NAME_2014_ALIAS":"","ISO3166":"HSZ","SEGIS_COUNTY_ID":"10018","AREA_ID":"O","_id":18744639},"id":"38b6628b-7d0f-454a-afa7-9ba61a364921"},
|
|
17
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.446588814,23.518391646],[120.442099971,23.513659163],[120.432567731,23.513442707],[120.424988361,23.506442877],[120.416618554,23.505278582],[120.411983636,23.499017008],[120.403823385,23.503738844],[120.394716217,23.490748984],[120.393432695,23.482378895],[120.399258556,23.471032849],[120.394167289,23.462521487],[120.411274027,23.464786678],[120.415155487,23.460276731],[120.429292649,23.461042878],[120.430138558,23.452546321],[120.439570394,23.439557555],[120.452863729,23.444867728],[120.457312552,23.452847326],[120.468650765,23.461599784],[120.476989543,23.461922515],[120.489401049,23.452353078],[120.494908754,23.452784099],[120.5092338,23.474842528],[120.500158963,23.490677709],[120.487801323,23.491936421],[120.483150412,23.505363995],[120.473496799,23.506849066],[120.470121357,23.500214681],[120.462619559,23.500736918],[120.453273056,23.515878817],[120.446588814,23.518391646]]]},"properties":{"COUNTYID":"10020","name":"嘉義市","NAME_1984":"嘉義市","NAME_1984_ALIAS":"","NAME_2010":"嘉義市","NAME_2010_ALIAS":"","NAME_2014":"嘉義市","NAME_2014_ALIAS":"","ISO3166":"CYI","SEGIS_COUNTY_ID":"10020","AREA_ID":"I","_id":18744640},"id":"475ce9dc-3529-47ab-9259-8e9f0c5ad83f"},
|
|
18
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.570980505,25.197168115],[121.564892296,25.200943768],[121.562742943,25.209290286],[121.555001474,25.208432732],[121.542819178,25.188954866],[121.521696925,25.179002057],[121.52005421,25.169402389],[121.502726142,25.172793204],[121.486447276,25.150771289],[121.48285667,25.150223348],[121.465601938,25.131551944],[121.457323445,25.107101463],[121.466376165,25.101657758],[121.481068636,25.100878766],[121.489094529,25.096859954],[121.502630638,25.082965615],[121.507037104,25.069886578],[121.506219422,25.05363608],[121.501350098,25.045954156],[121.488812013,25.042570886],[121.483633504,25.035301756],[121.492651227,25.009528386],[121.500265742,25.011955273],[121.509112677,25.021343911],[121.51929391,25.019546029],[121.533859213,25.003604029],[121.530506032,24.998011678],[121.536845766,24.988729203],[121.553046087,24.980753996],[121.561210604,24.964712183],[121.578628567,24.966589972],[121.597068561,24.960505844],[121.608466316,24.963193233],[121.619185324,24.970601478],[121.600179293,24.976941256],[121.598131,24.994496967],[121.600548587,25.000711302],[121.595632119,25.007160223],[121.597517997,25.014782156],[121.608728902,25.020504314],[121.622486545,25.017381587],[121.642972767,25.024561695],[121.664046482,25.023176987],[121.665934308,25.029877893],[121.650228554,25.027628012],[121.621939202,25.040057114],[121.616453653,25.048151043],[121.621646499,25.060338084],[121.624309948,25.080423348],[121.628606494,25.086474238],[121.623277193,25.096931196],[121.615455994,25.103843078],[121.597482287,25.109511287],[121.595593061,25.113276665],[121.604066542,25.136178237],[121.595759825,25.143584231],[121.589861126,25.163718287],[121.577060145,25.167006062],[121.58327683,25.177553889],[121.583988943,25.188793301],[121.570980505,25.197168115]]]},"properties":{"COUNTYID":"63","name":"台北市","NAME_1984":"臺北市","NAME_1984_ALIAS":"台北市","NAME_2010":"臺北市","NAME_2010_ALIAS":"台北市","NAME_2014":"臺北市","NAME_2014_ALIAS":"台北市","ISO3166":"TPE","SEGIS_COUNTY_ID":"63000","AREA_ID":"A","_id":18744641},"id":"71caf537-62ef-4da5-a5e0-e17ea0557d0c"},
|
|
19
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.015268239,23.435410383],[121.010624718,23.44649553],[121.015854598,23.451608863],[121.008461081,23.462086255],[120.999692835,23.462167315],[120.979065841,23.469374874],[120.966706101,23.471699761],[120.957514903,23.469502766],[120.928303875,23.456783945],[120.912699488,23.458480662],[120.896782925,23.450900914],[120.887093807,23.435203879],[120.871737882,23.429598787],[120.864325872,23.423889853],[120.849171054,23.419486528],[120.828527732,23.374956161],[120.804694063,23.367213189],[120.788451413,23.352822781],[120.783214204,23.342206358],[120.758068559,23.344266597],[120.758433872,23.335485778],[120.747855778,23.321911253],[120.73230712,23.313860872],[120.730629199,23.305613882],[120.712165851,23.308699114],[120.704376729,23.301976665],[120.703534487,23.289461851],[120.693510932,23.284542239],[120.671409648,23.289971077],[120.657408996,23.295246087],[120.652003299,23.291172555],[120.643743494,23.296099338],[120.643152407,23.275981996],[120.638517406,23.268824358],[120.642082037,23.256810948],[120.648449391,23.249254068],[120.650850987,23.237993323],[120.649483574,23.228640893],[120.653444655,23.224539911],[120.656249995,23.217640311],[120.651416387,23.208479351],[120.64331153,23.203325236],[120.636568454,23.190130424],[120.640164256,23.183370257],[120.63616842,23.175106829],[120.616631285,23.16313648],[120.611847236,23.151704067],[120.601109728,23.144167649],[120.588427553,23.12327051],[120.588165453,23.114321221],[120.574053541,23.094647167],[120.569103404,23.084359458],[120.554499495,23.068832842],[120.530219943,23.055921],[120.523677169,23.04765449],[120.503719478,23.028648383],[120.482670589,23.015580844],[120.478292861,23.003516786],[120.460854451,23.003938964],[120.461479454,22.998122704],[120.455291283,22.991140462],[120.453152944,22.978602232],[120.445192069,22.979484783],[120.43295708,22.955954187],[120.428400647,22.940463246],[120.416512646,22.91637338],[120.40974208,22.913804655],[120.399010304,22.922281009],[120.377531959,22.918211797],[120.372394631,22.907980924],[120.359468027,22.901423954],[120.353701126,22.892443951],[120.345137567,22.889441456],[120.332490785,22.889269016],[120.327040177,22.898462972],[120.315680166,22.899130287],[120.284564572,22.904725018],[120.277987201,22.90441016],[120.274280674,22.89525149],[120.26053427,22.901758922],[120.256469845,22.894017536],[120.242861006,22.903515126],[120.233203387,22.905402217],[120.231692156,22.915400754],[120.2201129,22.909605447],[120.192052227,22.921198008],[120.174745169,22.911707752],[120.190108836,22.873248801],[120.192380681,22.857725082],[120.199030607,22.843522632],[120.205981551,22.820157826],[120.190482483,22.815295252],[120.19790515,22.805250037],[120.212328461,22.807614935],[120.232196961,22.766445901],[120.232409386,22.762571548],[120.243610061,22.743195141],[120.256274968,22.717300391],[120.26224929,22.698237974],[120.264458913,22.675217107],[120.251156917,22.661939685],[120.24994937,22.650734521],[120.263331187,22.624105517],[120.256172079,22.617796722],[120.265606452,22.610757448],[120.263776119,22.601909201],[120.278366901,22.584365917],[120.285774822,22.577862186],[120.302841425,22.557776691],[120.298921119,22.54698321],[120.308005031,22.544801289],[120.326472762,22.530162905],[120.325491632,22.526517478],[120.350968632,22.50954178],[120.373251337,22.491231864],[120.401859152,22.473891328],[120.424437324,22.468719525],[120.425733627,22.498178725],[120.422859461,22.518457949],[120.431271626,22.544681529],[120.436578338,22.547562522],[120.442709272,22.562323487],[120.447008238,22.586180448],[120.445793502,22.598832804],[120.437551567,22.607278395],[120.43368725,22.617599612],[120.435808907,22.630447991],[120.436633153,22.665020017],[120.442632209,22.684561388],[120.447527442,22.688307803],[120.455746495,22.718497083],[120.456006787,22.73057692],[120.453780046,22.761500995],[120.457475672,22.785499003],[120.464039035,22.800291941],[120.468759651,22.830677088],[120.476241764,22.838188957],[120.50341965,22.831734234],[120.509992825,22.828514899],[120.523463314,22.832882463],[120.536437884,22.829269007],[120.554200255,22.828827797],[120.566696561,22.83836119],[120.574812695,22.848206028],[120.605825521,22.873213559],[120.620635461,22.87558508],[120.645033652,22.885178107],[120.648441692,22.877132866],[120.658055912,22.879710164],[120.660910132,22.8596724],[120.676727337,22.857256145],[120.679190674,22.862952915],[120.690543799,22.864874603],[120.704543447,22.880669003],[120.725022645,22.880833427],[120.730942721,22.8762565],[120.742682544,22.873553143],[120.749264245,22.86568285],[120.76215898,22.856813628],[120.764000457,22.849287178],[120.778714863,22.83520389],[120.792994222,22.84229973],[120.793350803,22.852031839],[120.801081776,22.851029238],[120.813811054,22.857662607],[120.822959945,22.865722438],[120.833041092,22.866274075],[120.84717615,22.851967318],[120.853188277,22.857622957],[120.864568278,22.843082036],[120.869434855,22.857954613],[120.861654076,22.861396895],[120.864982116,22.872214682],[120.859730275,22.878368516],[120.841983524,22.881218682],[120.828538317,22.905208275],[120.833291268,22.912268648],[120.821941663,22.934994208],[120.824755043,22.952455021],[120.820923009,22.960949305],[120.830146404,22.969991085],[120.83222749,22.980062095],[120.841184234,22.984001507],[120.842179567,22.991207505],[120.860659363,23.008051402],[120.86343037,23.032262069],[120.87946505,23.034666556],[120.881260396,23.044197583],[120.869315635,23.059927397],[120.882586728,23.083332916],[120.889152814,23.100493528],[120.889402642,23.11044077],[120.885049691,23.120017474],[120.887872483,23.136376944],[120.885620391,23.144623871],[120.876600879,23.150946908],[120.895005059,23.16071962],[120.898442023,23.17625675],[120.912462585,23.186759023],[120.90644071,23.196713673],[120.906574051,23.205359002],[120.911714619,23.210214099],[120.91175695,23.228430712],[120.915461305,23.237511867],[120.927206852,23.244639164],[120.93789715,23.244950581],[120.958164173,23.265373618],[120.970279128,23.280606613],[120.986084001,23.280323422],[121.010779564,23.292769676],[121.02374601,23.293706136],[121.028323441,23.297122796],[121.03189539,23.303672341],[121.046443685,23.309112837],[121.048163288,23.325883027],[121.024745658,23.3398635],[121.020045381,23.350383842],[121.010403996,23.345814245],[121.000056714,23.356521378],[120.987095012,23.35873194],[120.988110359,23.37067665],[121.000094252,23.382372737],[121.001132685,23.391745627],[121.025970322,23.402930663],[121.029247326,23.422790575],[121.022720306,23.424811791],[121.015268239,23.435410383]]]},"properties":{"COUNTYID":"64","name":"高雄市","NAME_1984":"高雄市","NAME_1984_ALIAS":"","NAME_2010":"高雄市","NAME_2010_ALIAS":"","NAME_2014":"高雄市","NAME_2014_ALIAS":"","ISO3166":"KHH","SEGIS_COUNTY_ID":"64000","AREA_ID":"E","_id":18744642},"id":"3635ccf9-d4af-4c4b-8304-08e69a40f605"},
|
|
20
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.709649455,25.176565303],[121.702722876,25.180587376],[121.69266057,25.180134562],[121.685859321,25.191979175],[121.69401296,25.201773912],[121.692662734,25.208528094],[121.678077482,25.205950739],[121.672449049,25.202149088],[121.655847715,25.213303129],[121.650168577,25.222740558],[121.651272112,25.233334987],[121.642719603,25.230932727],[121.633879231,25.240634353],[121.635877893,25.250094072],[121.634123072,25.260037171],[121.623117797,25.273907852],[121.607925723,25.281457278],[121.597038734,25.291577858],[121.58665677,25.293424308],[121.577723863,25.298896443],[121.56930335,25.298457119],[121.560302832,25.291981119],[121.550385687,25.291633087],[121.533756818,25.297066198],[121.533332823,25.289874184],[121.525934261,25.286017019],[121.509367091,25.283442124],[121.48093814,25.270878653],[121.47156716,25.255994295],[121.462504571,25.252051691],[121.452679369,25.252812917],[121.435912756,25.217108056],[121.430860044,25.215889506],[121.418928241,25.199271511],[121.418743664,25.19154763],[121.404848778,25.189836473],[121.404293439,25.183096703],[121.41884021,25.177411201],[121.402297115,25.158789139],[121.391700658,25.167992122],[121.387992482,25.15203997],[121.389760953,25.147740829],[121.364472906,25.137876323],[121.353443474,25.131602363],[121.320132655,25.1234214],[121.30062434,25.125214703],[121.291341456,25.118576426],[121.283379585,25.117811482],[121.282680395,25.110065488],[121.298297782,25.104494657],[121.302842125,25.096765523],[121.324711549,25.092620935],[121.338663111,25.083633724],[121.348932798,25.081217104],[121.354879811,25.065150355],[121.37667434,25.066094007],[121.386148802,25.063250721],[121.388642484,25.056986949],[121.397427344,25.051521941],[121.392644178,25.043392066],[121.398778783,25.038675651],[121.39825475,25.030174198],[121.412118307,25.018847017],[121.397544397,25.016230533],[121.403229029,24.999330236],[121.394267773,24.993510632],[121.384053154,24.995613829],[121.382117583,24.983906418],[121.368777945,24.976811848],[121.353964921,24.977844459],[121.3427085,24.982304654],[121.327182494,24.977595558],[121.329145814,24.960578436],[121.324999569,24.94362272],[121.315773512,24.9384751],[121.323212147,24.931281483],[121.334295967,24.929721483],[121.31757753,24.916361566],[121.326198451,24.909183126],[121.321253932,24.899945167],[121.332242593,24.893362017],[121.342117989,24.892592991],[121.345627159,24.880056853],[121.354393788,24.873236544],[121.345911475,24.868159443],[121.353650071,24.858412998],[121.352461117,24.849072527],[121.357783433,24.839521468],[121.377887013,24.834485136],[121.38503327,24.840810278],[121.402695912,24.843575104],[121.415637474,24.83549876],[121.417583032,24.825251973],[121.423524611,24.825475861],[121.429978967,24.814919794],[121.436427806,24.812197524],[121.438258783,24.795339887],[121.44951677,24.785937343],[121.431423603,24.77193929],[121.423417042,24.763095274],[121.435352739,24.73290141],[121.450347667,24.705578311],[121.474227591,24.69610355],[121.473032784,24.689679722],[121.479988183,24.673850633],[121.492717562,24.673193758],[121.512202891,24.684477733],[121.523787179,24.683297072],[121.53686466,24.688496959],[121.537843617,24.699722335],[121.543395359,24.705738794],[121.558232655,24.71093036],[121.577273989,24.714876362],[121.577810559,24.721778845],[121.587679063,24.720331963],[121.594070804,24.729266104],[121.595355387,24.739123753],[121.589953107,24.751891835],[121.590485673,24.760742174],[121.59756169,24.772553029],[121.591946419,24.787505124],[121.605635352,24.789128676],[121.609628438,24.793768253],[121.620429821,24.792556454],[121.630052164,24.808941555],[121.647473328,24.813880259],[121.660203841,24.81110876],[121.668768605,24.816935157],[121.676746855,24.814120273],[121.689320651,24.817330956],[121.688897167,24.826204658],[121.714258929,24.841786163],[121.72191297,24.849852731],[121.732621249,24.855819404],[121.741981602,24.852462234],[121.760976912,24.856704022],[121.769159591,24.865921525],[121.775183923,24.866617934],[121.78492228,24.875621415],[121.78166394,24.889397692],[121.790001962,24.893457355],[121.79250274,24.900004107],[121.810494133,24.90366794],[121.831812059,24.904910796],[121.852115566,24.923739129],[121.84661884,24.937841847],[121.839839034,24.942206263],[121.841379037,24.95416721],[121.847170041,24.96036129],[121.861224407,24.963666696],[121.871543219,24.960722682],[121.897195211,24.967071166],[121.902819509,24.974382986],[121.916242017,24.979476807],[121.933491466,24.980900312],[121.943922464,24.987943025],[121.962811762,24.987763829],[121.96602789,24.983084399],[121.983876151,24.99055834],[121.99667307,25.000764164],[122.003579803,25.002001354],[122.006918542,25.010848913],[121.999107078,25.019616303],[121.973642855,25.026564636],[121.947101559,25.02106527],[121.934547661,25.032361985],[121.928954643,25.040998611],[121.931708926,25.063124388],[121.925489731,25.072042421],[121.915352596,25.078082452],[121.914425989,25.089750806],[121.918555877,25.100224914],[121.92654415,25.108148735],[121.921199247,25.121320042],[121.904521312,25.124323959],[121.897065073,25.119697623],[121.877406837,25.125047101],[121.865034226,25.12314754],[121.841852134,25.128859247],[121.819870093,25.124225349],[121.821864403,25.136035999],[121.810417251,25.133102545],[121.803500233,25.136205759],[121.804984074,25.125794178],[121.797068612,25.121285468],[121.797758915,25.114316497],[121.790147293,25.112265695],[121.772965915,25.120110352],[121.766899095,25.11252615],[121.756049151,25.108409475],[121.759601412,25.100786341],[121.759120898,25.084478926],[121.775694859,25.070000109],[121.762328842,25.0569828],[121.759285586,25.059451758],[121.745904526,25.052997452],[121.732292466,25.05276996],[121.712360641,25.068036845],[121.699350458,25.067449969],[121.688412039,25.071741268],[121.674021304,25.082922575],[121.65568545,25.093615747],[121.646229249,25.113628081],[121.643024637,25.127829555],[121.628660978,25.134680239],[121.626788001,25.139620585],[121.639565017,25.14568631],[121.649863015,25.145101624],[121.658119528,25.15215537],[121.677650272,25.155811299],[121.691286033,25.166326944],[121.698940017,25.167219789],[121.709649455,25.176565303]],[[121.570980505,25.197168115],[121.583988943,25.188793301],[121.58327683,25.177553889],[121.577060145,25.167006062],[121.589861126,25.163718287],[121.595759825,25.143584231],[121.604066542,25.136178237],[121.595593061,25.113276665],[121.597482287,25.109511287],[121.615455994,25.103843078],[121.623277193,25.096931196],[121.628606494,25.086474238],[121.624309948,25.080423348],[121.621646499,25.060338084],[121.616453653,25.048151043],[121.621939202,25.040057114],[121.650228554,25.027628012],[121.665934308,25.029877893],[121.664046482,25.023176987],[121.642972767,25.024561695],[121.622486545,25.017381587],[121.608728902,25.020504314],[121.597517997,25.014782156],[121.595632119,25.007160223],[121.600548587,25.000711302],[121.598131,24.994496967],[121.600179293,24.976941256],[121.619185324,24.970601478],[121.608466316,24.963193233],[121.597068561,24.960505844],[121.578628567,24.966589972],[121.561210604,24.964712183],[121.553046087,24.980753996],[121.536845766,24.988729203],[121.530506032,24.998011678],[121.533859213,25.003604029],[121.51929391,25.019546029],[121.509112677,25.021343911],[121.500265742,25.011955273],[121.492651227,25.009528386],[121.483633504,25.035301756],[121.488812013,25.042570886],[121.501350098,25.045954156],[121.506219422,25.05363608],[121.507037104,25.069886578],[121.502630638,25.082965615],[121.489094529,25.096859954],[121.481068636,25.100878766],[121.466376165,25.101657758],[121.457323445,25.107101463],[121.465601938,25.131551944],[121.48285667,25.150223348],[121.486447276,25.150771289],[121.502726142,25.172793204],[121.52005421,25.169402389],[121.521696925,25.179002057],[121.542819178,25.188954866],[121.555001474,25.208432732],[121.562742943,25.209290286],[121.564892296,25.200943768],[121.570980505,25.197168115]]]},"properties":{"COUNTYID":"65","name":"新北市","NAME_1984":"","NAME_1984_ALIAS":"","NAME_2010":"新北市","NAME_2010_ALIAS":"","NAME_2014":"新北市","NAME_2014_ALIAS":"","ISO3166":"TPQ","SEGIS_COUNTY_ID":"65000","AREA_ID":"F","_id":18744643},"id":"9f3d4cb2-853b-459e-9630-b47725aa430e"},
|
|
21
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.452005017,24.364681666],[121.442882447,24.373153864],[121.437779609,24.382877858],[121.429364089,24.383061418],[121.407899782,24.37754964],[121.400588118,24.379585612],[121.389188404,24.374154945],[121.381127988,24.366866959],[121.373572838,24.368166053],[121.367145108,24.379211344],[121.364881206,24.389075055],[121.355316376,24.39314913],[121.338474664,24.390054406],[121.324990147,24.406913285],[121.327434519,24.413021993],[121.328059892,24.433912369],[121.317658864,24.441489409],[121.305703599,24.432649025],[121.26989537,24.427375743],[121.259799868,24.429377267],[121.258928161,24.438036121],[121.257607642,24.425046663],[121.243891692,24.420076268],[121.243563336,24.405717715],[121.23465556,24.397337146],[121.231349472,24.383683781],[121.213429363,24.382106969],[121.210623323,24.395717426],[121.1971814,24.396588244],[121.190230494,24.381621494],[121.183292087,24.381011381],[121.174690815,24.373851131],[121.167975861,24.360728796],[121.149259395,24.357966797],[121.140954828,24.359643255],[121.122055013,24.336350148],[121.121574462,24.330678752],[121.108636852,24.331000801],[121.102251152,24.324583593],[121.086603537,24.317601104],[121.081573508,24.324048692],[121.073421836,24.322306591],[121.055279208,24.310310401],[121.052094909,24.299011129],[121.045187025,24.295325282],[121.035287275,24.297179175],[121.029361705,24.304707411],[121.018013818,24.31129563],[121.014490366,24.320114046],[121.004713212,24.331960713],[120.991022681,24.329763954],[120.981979558,24.33590462],[120.972359637,24.333507812],[120.960155585,24.335055635],[120.956781122,24.339299319],[120.942453803,24.339137345],[120.935638938,24.342916955],[120.917007036,24.335724388],[120.922441745,24.303596206],[120.91172711,24.293980823],[120.904530243,24.292228505],[120.874899179,24.294895954],[120.857224884,24.289110931],[120.833560528,24.290474699],[120.825308829,24.296782539],[120.817566072,24.307422376],[120.805508007,24.31596661],[120.783821348,24.318354588],[120.758504814,24.328652361],[120.73039939,24.3518107],[120.707290046,24.357867928],[120.691958972,24.368283625],[120.685678205,24.378925828],[120.677271133,24.384159126],[120.663622052,24.40231446],[120.648737355,24.409547195],[120.642916311,24.416874701],[120.639657628,24.427769032],[120.628593028,24.438038946],[120.621853854,24.440289395],[120.598842044,24.407849606],[120.589870569,24.399298571],[120.561397231,24.359544285],[120.559201284,24.349798718],[120.545786822,24.33487533],[120.540758989,24.335425963],[120.532312893,24.320509999],[120.523744099,24.31578105],[120.516807491,24.298457835],[120.510828899,24.292227322],[120.498188128,24.263930986],[120.490483948,24.255282256],[120.476322288,24.22433303],[120.468815057,24.214467807],[120.45655266,24.207186205],[120.504380848,24.191146162],[120.508103939,24.187166479],[120.525863669,24.148545981],[120.523678711,24.139457943],[120.532244089,24.126922363],[120.540345141,24.123968332],[120.549682961,24.113882601],[120.572607464,24.108317734],[120.583517537,24.109549909],[120.588945874,24.106101269],[120.612362045,24.102581665],[120.615159527,24.084291933],[120.619659342,24.073046062],[120.625341199,24.068951179],[120.623579444,24.05326711],[120.628652057,24.029622269],[120.644858516,24.025930928],[120.655655103,24.030674909],[120.67864076,24.014033334],[120.694877631,24.007120238],[120.706377909,24.005193339],[120.719237384,24.009660618],[120.731727311,24.009005078],[120.746033753,23.998562823],[120.75778161,24.005869737],[120.770559284,24.009074917],[120.776122192,24.019203839],[120.785012006,24.025578833],[120.797247813,24.040941566],[120.80697334,24.064223939],[120.814980489,24.069835404],[120.829296463,24.071509948],[120.828522864,24.094487542],[120.836272385,24.116951324],[120.844846055,24.124528067],[120.853867349,24.124511005],[120.857209676,24.117300637],[120.872563839,24.11669701],[120.881488085,24.100506322],[120.876857721,24.091193261],[120.882004129,24.088325482],[120.891534218,24.098696108],[120.894910592,24.116523196],[120.91988031,24.107441559],[120.931860392,24.112214077],[120.95010718,24.127862452],[120.961207673,24.120152574],[120.975220367,24.116954553],[120.989435607,24.11896094],[120.998621819,24.126913179],[121.007105915,24.144895665],[121.015508817,24.156007741],[121.028218407,24.159215826],[121.04758384,24.160024482],[121.052588263,24.154767435],[121.091345292,24.182729915],[121.096327234,24.192070645],[121.105682191,24.197214157],[121.135290131,24.196210841],[121.141361799,24.199649629],[121.147818894,24.212847684],[121.161132441,24.215352742],[121.167699842,24.225384989],[121.180735612,24.212280068],[121.188505584,24.21491479],[121.196697484,24.223143861],[121.208088234,24.22167143],[121.219707885,24.22923946],[121.237951966,24.219706728],[121.244160188,24.222494555],[121.255067495,24.243218572],[121.265413654,24.24566788],[121.268912909,24.237915979],[121.277733583,24.231875142],[121.293129138,24.229163664],[121.303666923,24.2337605],[121.324436937,24.233007738],[121.343013548,24.223554252],[121.352026914,24.234071699],[121.352599842,24.243855407],[121.360662232,24.243944013],[121.367017929,24.252174473],[121.385118959,24.255125147],[121.385676235,24.26402471],[121.38046732,24.27948138],[121.402764289,24.29594672],[121.405386799,24.308302456],[121.423227556,24.308217003],[121.434940981,24.322563509],[121.432487717,24.329594863],[121.435610991,24.347247926],[121.441567697,24.358594734],[121.452005017,24.364681666]]]},"properties":{"COUNTYID":"66","name":"台中市","NAME_1984":"","NAME_1984_ALIAS":"","NAME_2010":"臺中市","NAME_2010_ALIAS":"台中市","NAME_2014":"臺中市","NAME_2014_ALIAS":"台中市","ISO3166":"TXG","SEGIS_COUNTY_ID":"66000","AREA_ID":"B","_id":18744644},"id":"ef1c6f48-ee15-42b5-b552-b9f39ea5ff0c"},
|
|
22
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.653444655,23.224539911],[120.628211783,23.229439985],[120.609713761,23.222732331],[120.59688591,23.22973958],[120.586547041,23.224094965],[120.578521688,23.215247433],[120.565287507,23.220981529],[120.554875272,23.217576835],[120.541507162,23.227830869],[120.526819314,23.230934877],[120.519035984,23.239257657],[120.529969045,23.247950991],[120.529248765,23.258012527],[120.522219436,23.273965919],[120.521845626,23.287947373],[120.526008196,23.292228514],[120.522606451,23.311887218],[120.531486448,23.317907845],[120.53999421,23.327871341],[120.534041244,23.335769382],[120.515505444,23.343752212],[120.507706269,23.343042133],[120.50359557,23.351026523],[120.512421872,23.359832678],[120.504832236,23.368903312],[120.482997925,23.371641081],[120.485378154,23.380250454],[120.499217357,23.387858139],[120.490931885,23.395562339],[120.479414954,23.387590969],[120.474046802,23.397346606],[120.438356795,23.413388719],[120.431582404,23.407751125],[120.423402888,23.406426849],[120.409418499,23.412431129],[120.381035269,23.40343776],[120.349518091,23.401324947],[120.333179138,23.385808362],[120.32168847,23.383593436],[120.310998536,23.385570167],[120.310940195,23.375440024],[120.29294984,23.375380682],[120.28374511,23.361806411],[120.286128867,23.350210447],[120.276288513,23.348211572],[120.265640155,23.352240841],[120.26070463,23.344473539],[120.267073173,23.340688391],[120.255140525,23.330618963],[120.238081645,23.327075427],[120.220867805,23.296002672],[120.204268918,23.291902121],[120.191683781,23.300272954],[120.178672946,23.291729404],[120.16619787,23.308459248],[120.148566434,23.314445688],[120.148511966,23.319753998],[120.118071182,23.340164603],[120.111011131,23.331832948],[120.113590717,23.322202906],[120.110800906,23.310402802],[120.096309541,23.299089804],[120.093359606,23.265381129],[120.089344089,23.249635266],[120.080611023,23.237573076],[120.081856579,23.222287954],[120.07750061,23.200475583],[120.063497083,23.170947291],[120.058293526,23.154995532],[120.056104904,23.138427146],[120.052107803,23.125956852],[120.043934164,23.119196916],[120.035251099,23.10254938],[120.027891101,23.075173488],[120.028548113,23.066531002],[120.038972152,23.068048043],[120.057949019,23.043101031],[120.061883315,23.044254529],[120.087123097,23.032651827],[120.110191718,23.018859291],[120.134738787,22.999434987],[120.158672667,22.974886319],[120.172004751,22.949697875],[120.175172313,22.932984227],[120.172994683,22.919288927],[120.174745169,22.911707752],[120.192052227,22.921198008],[120.2201129,22.909605447],[120.231692156,22.915400754],[120.233203387,22.905402217],[120.242861006,22.903515126],[120.256469845,22.894017536],[120.26053427,22.901758922],[120.274280674,22.89525149],[120.277987201,22.90441016],[120.284564572,22.904725018],[120.315680166,22.899130287],[120.327040177,22.898462972],[120.332490785,22.889269016],[120.345137567,22.889441456],[120.353701126,22.892443951],[120.359468027,22.901423954],[120.372394631,22.907980924],[120.377531959,22.918211797],[120.399010304,22.922281009],[120.40974208,22.913804655],[120.416512646,22.91637338],[120.428400647,22.940463246],[120.43295708,22.955954187],[120.445192069,22.979484783],[120.453152944,22.978602232],[120.455291283,22.991140462],[120.461479454,22.998122704],[120.460854451,23.003938964],[120.478292861,23.003516786],[120.482670589,23.015580844],[120.503719478,23.028648383],[120.523677169,23.04765449],[120.530219943,23.055921],[120.554499495,23.068832842],[120.569103404,23.084359458],[120.574053541,23.094647167],[120.588165453,23.114321221],[120.588427553,23.12327051],[120.601109728,23.144167649],[120.611847236,23.151704067],[120.616631285,23.16313648],[120.63616842,23.175106829],[120.640164256,23.183370257],[120.636568454,23.190130424],[120.64331153,23.203325236],[120.651416387,23.208479351],[120.656249995,23.217640311],[120.653444655,23.224539911]]]},"properties":{"COUNTYID":"67","name":"台南市","NAME_1984":"","NAME_1984_ALIAS":"","NAME_2010":"臺南市","NAME_2010_ALIAS":"台南市","NAME_2014":"臺南市","NAME_2014_ALIAS":"台南市","ISO3166":"TNN","SEGIS_COUNTY_ID":"67000","AREA_ID":"D","_id":18744645},"id":"3dbd6c96-3f63-4a24-8ff0-d4f49c2d444c"},
|
|
23
|
+
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.283379585,25.117811482],[121.259772103,25.123615605],[121.239609527,25.1156553],[121.229392204,25.115195547],[121.21207367,25.10995925],[121.184301634,25.095851843],[121.174728215,25.093686096],[121.157177382,25.084390756],[121.125005724,25.07680578],[121.090008127,25.06299446],[121.086642324,25.05644436],[121.072092431,25.049873692],[121.051956598,25.043524786],[121.028623491,25.020584722],[121.020043557,25.008202821],[121.016211152,24.995358847],[121.010440495,24.988831267],[121.010999223,24.978356113],[120.998419207,24.958575801],[120.986456954,24.948276291],[120.982025461,24.939976473],[120.989905867,24.936031978],[121.006606442,24.945941651],[121.01936163,24.94041882],[121.038656921,24.94599824],[121.055440593,24.936242709],[121.060847478,24.920336794],[121.058231214,24.913904468],[121.061412779,24.90380963],[121.091271974,24.893362615],[121.109071691,24.897738273],[121.113488406,24.882559987],[121.134401658,24.878325883],[121.138846153,24.882364892],[121.155662494,24.880711381],[121.161376676,24.859470875],[121.152828432,24.846166362],[121.159508008,24.838579777],[121.17629636,24.831995698],[121.183118929,24.825054093],[121.196510341,24.817813721],[121.207638732,24.806989931],[121.217032329,24.812417055],[121.221564561,24.799416541],[121.238236702,24.804655217],[121.247434437,24.803494248],[121.247834449,24.796619974],[121.261201584,24.790322844],[121.258485834,24.785084057],[121.271160755,24.777875455],[121.277415335,24.770925321],[121.300294107,24.763556307],[121.307707619,24.754983504],[121.298111647,24.733233629],[121.307609389,24.719905795],[121.299478,24.695567886],[121.303896125,24.692918166],[121.318172145,24.697991369],[121.329391613,24.691326682],[121.33898449,24.679072722],[121.3398398,24.670390968],[121.353221835,24.666322531],[121.352388296,24.643541607],[121.357807553,24.633712872],[121.365617923,24.631754026],[121.358850028,24.617374865],[121.363323965,24.603128568],[121.372775917,24.593747627],[121.391325038,24.586458653],[121.403038938,24.591708194],[121.412774045,24.60365126],[121.418279902,24.601035422],[121.427803648,24.606087101],[121.434830544,24.624456562],[121.444980047,24.642948868],[121.451371218,24.651057185],[121.447924115,24.655107173],[121.45949003,24.673159038],[121.479988183,24.673850633],[121.473032784,24.689679722],[121.474227591,24.69610355],[121.450347667,24.705578311],[121.435352739,24.73290141],[121.423417042,24.763095274],[121.431423603,24.77193929],[121.44951677,24.785937343],[121.438258783,24.795339887],[121.436427806,24.812197524],[121.429978967,24.814919794],[121.423524611,24.825475861],[121.417583032,24.825251973],[121.415637474,24.83549876],[121.402695912,24.843575104],[121.38503327,24.840810278],[121.377887013,24.834485136],[121.357783433,24.839521468],[121.352461117,24.849072527],[121.353650071,24.858412998],[121.345911475,24.868159443],[121.354393788,24.873236544],[121.345627159,24.880056853],[121.342117989,24.892592991],[121.332242593,24.893362017],[121.321253932,24.899945167],[121.326198451,24.909183126],[121.31757753,24.916361566],[121.334295967,24.929721483],[121.323212147,24.931281483],[121.315773512,24.9384751],[121.324999569,24.94362272],[121.329145814,24.960578436],[121.327182494,24.977595558],[121.3427085,24.982304654],[121.353964921,24.977844459],[121.368777945,24.976811848],[121.382117583,24.983906418],[121.384053154,24.995613829],[121.394267773,24.993510632],[121.403229029,24.999330236],[121.397544397,25.016230533],[121.412118307,25.018847017],[121.39825475,25.030174198],[121.398778783,25.038675651],[121.392644178,25.043392066],[121.397427344,25.051521941],[121.388642484,25.056986949],[121.386148802,25.063250721],[121.37667434,25.066094007],[121.354879811,25.065150355],[121.348932798,25.081217104],[121.338663111,25.083633724],[121.324711549,25.092620935],[121.302842125,25.096765523],[121.298297782,25.104494657],[121.282680395,25.110065488],[121.283379585,25.117811482]]]},"properties":{"COUNTYID":"68","name":"桃園市","NAME_1984":"","NAME_1984_ALIAS":"","NAME_2010":"","NAME_2010_ALIAS":"","NAME_2014":"桃園市","NAME_2014_ALIAS":"","ISO3166":"TAO","SEGIS_COUNTY_ID":"68000","AREA_ID":"H","_id":18744646},"id":"522bef74-6f7d-439e-ba7d-b3ee7781ea44"}
|
|
24
|
+
]}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/public/assets/images/dashboard/dashboard-widget-country-heatmap-chart-icon-disabled.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.0423 0.5C8.41919 0.5 8.7803 0.567499 9.11421 0.691063C9.40176 0.797474 9.56355 1.08938 9.56355 1.39588V7.2051C9.56355 7.61656 9.89723 7.95011 10.3088 7.95011C10.7205 7.95011 11.0542 7.61656 11.0542 7.2051V2.97148C11.0542 2.7345 11.1494 2.50322 11.3413 2.36402C11.8501 1.99486 12.4761 1.77716 13.153 1.77716C13.7459 1.77716 14.2998 1.94424 14.7702 2.23387C14.9884 2.36825 15.1002 2.61691 15.1002 2.87311V6.77938C15.1002 7.19084 15.4339 7.52439 15.8455 7.52439C16.2571 7.52439 16.5908 7.19084 16.5908 6.77938V3.58407C16.5908 3.29498 16.7342 3.01763 16.9979 2.899C17.3842 2.72527 17.8126 2.6286 18.2636 2.6286C18.9758 2.6286 19.6317 2.86965 20.1541 3.27457C20.3351 3.41485 20.4238 3.63872 20.4238 3.86763V6.77938C20.4238 7.19084 20.7575 7.52439 21.1691 7.52439C21.5807 7.52439 21.9144 7.19084 21.9144 6.77938V4.78082C21.9144 4.46738 22.0838 4.16982 22.3807 4.06902C22.6925 3.96317 23.0267 3.90576 23.3743 3.90576C25.0795 3.90577 26.4619 5.28763 26.4619 6.99224V14.8681L26.4619 14.8745V15.6131C26.4619 21.2559 21.8857 25.8304 16.2406 25.8304H14.1112C10.2161 25.8304 6.8095 23.7396 4.95332 20.6195L0.716699 15.3986C-0.825547 13.4981 0.25653 10.641 2.67124 10.2379L2.96677 10.1886C3.2264 10.1452 3.46281 10.3453 3.46281 10.6085V12.3137C3.46281 12.7252 3.79649 13.0588 4.20811 13.0588C4.61973 13.0588 4.95341 12.7252 4.95341 12.3137V9.73937L4.95462 9.73745L4.95462 3.58647C4.95462 1.88186 6.33702 0.5 8.0423 0.5ZM30.238 9.75942V12.1009H31.8429C32.4897 12.1009 33.0141 11.5767 33.0141 10.9302C33.0141 10.2836 32.4897 9.75942 31.8429 9.75942H30.238ZM11.5866 28.7812C10.7773 28.7214 9.99314 28.5712 9.24423 28.3406V32.3492C9.24423 32.9958 9.76859 33.52 10.4154 33.52C11.0623 33.52 11.5866 32.9958 11.5866 32.3492V28.7812ZM37.1132 10.9302C37.1132 10.2836 37.6376 9.75942 38.2844 9.75942H41.5052C42.3837 9.75942 43.2242 9.93441 43.9916 10.2525C44.5891 10.5002 44.8727 11.1851 44.6249 11.7824C44.3771 12.3797 43.6919 12.6631 43.0944 12.4154C42.6064 12.2131 42.0704 12.1009 41.5052 12.1009H38.2844C37.6376 12.1009 37.1132 11.5767 37.1132 10.9302ZM45.9762 13.1332C46.5737 12.8855 47.2589 13.1689 47.5067 13.7662C47.8249 14.5333 48 15.3735 48 16.2517V19.4712C48 20.1178 47.4756 20.6419 46.8288 20.6419C46.182 20.6419 45.6576 20.1178 45.6576 19.4712V16.2517C45.6576 15.6867 45.5453 15.1509 45.343 14.6631C45.0952 14.0658 45.3787 13.3809 45.9762 13.1332ZM46.8288 24.7395C47.4756 24.7395 48 25.2636 48 25.9102V32.3492C48 32.9958 47.4756 33.52 46.8288 33.52C46.182 33.52 45.6576 32.9958 45.6576 32.3492V25.9102C45.6576 25.2636 46.182 24.7395 46.8288 24.7395ZM10.4154 37.6175C11.0623 37.6175 11.5866 38.1417 11.5866 38.7882V42.0078C11.5866 42.5727 11.6989 43.1085 11.9012 43.5963C12.149 44.1936 11.8655 44.8785 11.268 45.1262C10.6705 45.3739 9.98529 45.0905 9.73752 44.4932C9.41929 43.7261 9.24423 42.8859 9.24423 42.0078V38.7882C9.24423 38.1417 9.76859 37.6175 10.4154 37.6175ZM46.8288 37.6175C47.4756 37.6175 48 38.1417 48 38.7882V42.0078C48 42.8859 47.8249 43.7261 47.5067 44.4932C47.2589 45.0905 46.5737 45.3739 45.9762 45.1262C45.3787 44.8785 45.0952 44.1936 45.343 43.5963C45.5453 43.1085 45.6576 42.5727 45.6576 42.0078V38.7882C45.6576 38.1417 46.182 37.6175 46.8288 37.6175ZM12.6193 46.477C12.8671 45.8798 13.5523 45.5964 14.1498 45.844C14.6378 46.0463 15.1738 46.1585 15.739 46.1585H18.9598C19.6066 46.1585 20.131 46.6827 20.131 47.3293C20.131 47.9758 19.6066 48.5 18.9598 48.5H15.739C14.8605 48.5 14.02 48.325 13.2526 48.0069C12.6551 47.7592 12.3716 47.0743 12.6193 46.477ZM44.6249 46.477C44.8727 47.0743 44.5891 47.7592 43.9916 48.0069C43.2242 48.325 42.3837 48.5 41.5052 48.5H38.2844C37.6376 48.5 37.1132 47.9758 37.1132 47.3293C37.1132 46.6827 37.6376 46.1585 38.2844 46.1585H41.5052C42.0704 46.1585 42.6064 46.0463 43.0944 45.844C43.6919 45.5964 44.3771 45.8798 44.6249 46.477ZM24.2302 47.3293C24.2302 46.6827 24.7545 46.1585 25.4013 46.1585H31.8429C32.4897 46.1585 33.0141 46.6827 33.0141 47.3293C33.0141 47.9758 32.4897 48.5 31.8429 48.5H25.4013C24.7545 48.5 24.2302 47.9758 24.2302 47.3293Z" fill="#8486B4"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.2362 3.69597C20.1273 3.72427 20.0127 3.72146 19.9053 3.68788C19.798 3.6543 19.7022 3.59128 19.6288 3.50597C19.3575 3.24841 19.0268 3.06193 18.6662 2.96312C18.4303 2.88203 18.2319 2.71808 18.1076 2.50168L18.0533 2.40397C18.0533 2.40397 17.7036 1.70097 17.3592 1.48111C17.2944 1.43309 17.2145 1.40997 17.1341 1.41597C16.7409 1.48383 15.6238 2.27097 15.2957 2.5994C14.9676 2.92783 13.2593 3.32412 12.077 3.71769C10.8948 4.11126 9.63664 6.54597 9.38446 6.93954C9.13229 7.33311 8.13714 7.66154 7.48637 8.32111C6.83559 8.98068 4.26773 13.0548 3.69017 13.842C3.1126 14.6291 1.02469 17.8347 0.669476 18.7087C0.420011 19.3248 0.420011 24.0775 0.601687 24.8077C0.742688 25.3695 1.84087 27.0063 2.42657 27.9155C3.20805 28.9457 4.11433 29.8748 5.12458 30.6814C5.28185 30.8063 5.43371 30.9175 5.56928 31.0044C5.6859 31.0788 5.77974 31.184 5.84044 31.3084C6.06838 31.7651 6.27203 32.2335 6.45054 32.7117C6.64306 33.355 7.02539 33.3061 6.54544 34.2941C6.51993 34.3447 6.50604 34.4003 6.50478 34.457C6.50497 34.6096 6.55442 34.7581 6.64577 34.8804C6.84371 35.1518 6.84372 35.274 7.04166 35.407C7.13928 35.4721 7.27214 35.407 7.3779 35.3255C7.4388 35.2766 7.51294 35.2471 7.59076 35.2409C7.66858 35.2346 7.7465 35.2518 7.81445 35.2903C8.00944 35.4074 8.21139 35.5125 8.41915 35.6051C8.61709 35.6702 8.81774 35.4097 8.74724 35.0785C8.66318 34.6714 8.99941 34.1313 8.99941 33.9467C8.99941 33.583 8.84757 33.4038 9.0428 32.4158C9.23804 31.4278 9.31396 30.6407 9.50377 30.3123C9.69358 29.9838 11.5564 28.1001 12.2885 27.0035C12.6871 26.401 14.7886 23.5835 14.8429 23.5293C15.0264 23.2528 15.151 22.9414 15.2089 22.6145C15.2659 22.2454 15.8 20.8638 15.9383 19.105C15.9355 19.0824 15.9355 19.0596 15.9383 19.0371C16.0739 18.554 17.6087 13.633 18.1076 12.93C18.4384 12.474 18.7068 11.9257 19.3983 10.3025C19.7563 9.67105 19.9806 8.97255 20.0572 8.25054C20.1169 7.2734 19.7589 7.77826 19.8918 6.5324C19.9176 6.30136 19.9827 6.07643 20.0843 5.8674C20.1792 5.67468 20.2823 5.45754 20.2985 5.43583C20.4938 5.25397 20.708 4.29583 20.6998 4.07868C20.6987 4.02155 20.6853 3.96534 20.6604 3.91389C20.6356 3.86245 20.5999 3.81699 20.5559 3.78064C20.5118 3.74429 20.4605 3.7179 20.4053 3.70329C20.3501 3.68867 20.2924 3.68618 20.2362 3.69597Z" fill="#BABBE1"/>
|
|
3
|
+
<rect x="21.1501" y="8.15039" width="3.6" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
4
|
+
<rect x="18.9" y="15.3496" width="2.25" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
5
|
+
<rect x="18.9001" y="19.4004" width="2.25" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
6
|
+
<rect x="18.9" y="27.5" width="2.25" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
7
|
+
<rect x="18.9" y="23.4492" width="2.25" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
8
|
+
<rect x="25.2" y="8.15039" width="5.4" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
9
|
+
<rect x="22.5" y="15.3496" width="6.3" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
10
|
+
<rect x="22.5002" y="19.4004" width="6.3" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
11
|
+
<rect x="22.5" y="27.5" width="6.3" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
12
|
+
<rect x="22.5" y="23.4492" width="6.3" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
13
|
+
<rect x="29.7001" y="15.3496" width="5.85" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
14
|
+
<rect x="29.7" y="19.4004" width="5.85" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
15
|
+
<rect x="29.7001" y="27.5" width="5.85" height="2.25" rx="1.125" fill="#BABBE1"/>
|
|
16
|
+
<rect x="29.7001" y="23.4492" width="5.85" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7767_175238)">
|
|
3
|
+
<mask id="path-1-outside-1_7767_175238" maskUnits="userSpaceOnUse" x="1" y="0.5" width="23" height="37" fill="black">
|
|
4
|
+
<rect fill="white" x="1" y="0.5" width="23" height="37"/>
|
|
5
|
+
<path d="M21.4919 4.6342C21.39 4.66067 21.2828 4.65805 21.1823 4.62663C21.0819 4.59521 20.9922 4.53624 20.9236 4.45642C20.6697 4.21543 20.3603 4.04095 20.0229 3.94849C19.8022 3.87262 19.6165 3.71922 19.5002 3.51674L19.4495 3.42531C19.4495 3.42531 19.1222 2.76754 18.8 2.56182C18.7394 2.51689 18.6646 2.49526 18.5894 2.50087C18.2215 2.56436 17.1762 3.30087 16.8692 3.60817C16.5622 3.91547 14.9638 4.28626 13.8576 4.65452C12.7515 5.02277 11.5742 7.30086 11.3383 7.66911C11.1023 8.03736 10.1712 8.34466 9.56228 8.9618C8.95337 9.57894 6.55071 13.391 6.0103 14.1275C5.46989 14.864 3.51629 17.8634 3.18393 18.6811C2.95051 19.2576 2.95051 23.7046 3.1205 24.3878C3.25243 24.9135 4.27997 26.4449 4.82799 27.2957C5.5592 28.2596 6.40717 29.1289 7.35244 29.8836C7.49959 30.0005 7.64167 30.1046 7.76853 30.1859C7.87765 30.2555 7.96545 30.3539 8.02224 30.4703C8.23552 30.8976 8.42607 31.3359 8.5931 31.7833C8.77323 32.3852 9.13096 32.3395 8.68189 33.2639C8.65802 33.3113 8.64502 33.3633 8.64384 33.4163C8.64403 33.5592 8.69029 33.6981 8.77576 33.8125C8.96097 34.0665 8.96098 34.1808 9.14619 34.3052C9.23753 34.3662 9.36184 34.3052 9.46079 34.229C9.51778 34.1833 9.58715 34.1557 9.65997 34.1498C9.73278 34.1439 9.80569 34.16 9.86927 34.196C10.0517 34.3056 10.2407 34.404 10.4351 34.4906C10.6203 34.5516 10.808 34.3078 10.742 33.9979C10.6634 33.617 10.978 33.1116 10.978 32.9389C10.978 32.5986 10.8359 32.4309 11.0186 31.5065C11.2013 30.582 11.2723 29.8455 11.4499 29.5382C11.6275 29.2309 13.3705 27.4684 14.0555 26.4424C14.4285 25.8786 16.3948 23.2424 16.4455 23.1916C16.6172 22.9329 16.7338 22.6415 16.788 22.3357C16.8413 21.9903 17.3411 20.6976 17.4705 19.0519C17.4679 19.0309 17.4679 19.0095 17.4705 18.9884C17.5974 18.5364 19.0334 13.9319 19.5002 13.2742C19.8098 12.8475 20.0609 12.3345 20.7079 10.8158C21.0429 10.2249 21.2527 9.57134 21.3244 8.89577C21.3802 7.98149 21.0453 8.45387 21.1697 7.28816C21.1938 7.07198 21.2547 6.86152 21.3498 6.66594C21.4386 6.48562 21.535 6.28245 21.5502 6.26213C21.7329 6.09197 21.9333 5.19546 21.9257 4.99229C21.9247 4.93884 21.9121 4.88624 21.8889 4.8381C21.8656 4.78997 21.8322 4.74744 21.791 4.71342C21.7498 4.67941 21.7018 4.65472 21.6501 4.64104C21.5985 4.62737 21.5445 4.62503 21.4919 4.6342Z"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<path d="M21.4919 4.6342C21.39 4.66067 21.2828 4.65805 21.1823 4.62663C21.0819 4.59521 20.9922 4.53624 20.9236 4.45642C20.6697 4.21543 20.3603 4.04095 20.0229 3.94849C19.8022 3.87262 19.6165 3.71922 19.5002 3.51674L19.4495 3.42531C19.4495 3.42531 19.1222 2.76754 18.8 2.56182C18.7394 2.51689 18.6646 2.49526 18.5894 2.50087C18.2215 2.56436 17.1762 3.30087 16.8692 3.60817C16.5622 3.91547 14.9638 4.28626 13.8576 4.65452C12.7515 5.02277 11.5742 7.30086 11.3383 7.66911C11.1023 8.03736 10.1712 8.34466 9.56228 8.9618C8.95337 9.57894 6.55071 13.391 6.0103 14.1275C5.46989 14.864 3.51629 17.8634 3.18393 18.6811C2.95051 19.2576 2.95051 23.7046 3.1205 24.3878C3.25243 24.9135 4.27997 26.4449 4.82799 27.2957C5.5592 28.2596 6.40717 29.1289 7.35244 29.8836C7.49959 30.0005 7.64167 30.1046 7.76853 30.1859C7.87765 30.2555 7.96545 30.3539 8.02224 30.4703C8.23552 30.8976 8.42607 31.3359 8.5931 31.7833C8.77323 32.3852 9.13096 32.3395 8.68189 33.2639C8.65802 33.3113 8.64502 33.3633 8.64384 33.4163C8.64403 33.5592 8.69029 33.6981 8.77576 33.8125C8.96097 34.0665 8.96098 34.1808 9.14619 34.3052C9.23753 34.3662 9.36184 34.3052 9.46079 34.229C9.51778 34.1833 9.58715 34.1557 9.65997 34.1498C9.73278 34.1439 9.80569 34.16 9.86927 34.196C10.0517 34.3056 10.2407 34.404 10.4351 34.4906C10.6203 34.5516 10.808 34.3078 10.742 33.9979C10.6634 33.617 10.978 33.1116 10.978 32.9389C10.978 32.5986 10.8359 32.4309 11.0186 31.5065C11.2013 30.582 11.2723 29.8455 11.4499 29.5382C11.6275 29.2309 13.3705 27.4684 14.0555 26.4424C14.4285 25.8786 16.3948 23.2424 16.4455 23.1916C16.6172 22.9329 16.7338 22.6415 16.788 22.3357C16.8413 21.9903 17.3411 20.6976 17.4705 19.0519C17.4679 19.0309 17.4679 19.0095 17.4705 18.9884C17.5974 18.5364 19.0334 13.9319 19.5002 13.2742C19.8098 12.8475 20.0609 12.3345 20.7079 10.8158C21.0429 10.2249 21.2527 9.57134 21.3244 8.89577C21.3802 7.98149 21.0453 8.45387 21.1697 7.28816C21.1938 7.07198 21.2547 6.86152 21.3498 6.66594C21.4386 6.48562 21.535 6.28245 21.5502 6.26213C21.7329 6.09197 21.9333 5.19546 21.9257 4.99229C21.9247 4.93884 21.9121 4.88624 21.8889 4.8381C21.8656 4.78997 21.8322 4.74744 21.791 4.71342C21.7498 4.67941 21.7018 4.65472 21.6501 4.64104C21.5985 4.62737 21.5445 4.62503 21.4919 4.6342Z" fill="#FFF9FE"/>
|
|
8
|
+
<path d="M21.4919 4.6342L21.1487 2.66386L21.068 2.67791L20.9888 2.6985L21.4919 4.6342ZM20.9236 4.45642L22.4396 3.15199L22.3738 3.07547L22.3006 3.00597L20.9236 4.45642ZM20.0229 3.94849L19.3726 5.83982L19.4329 5.86055L19.4944 5.87739L20.0229 3.94849ZM19.5002 3.51674L17.7515 4.48733L17.7586 4.50011L17.7659 4.51279L19.5002 3.51674ZM19.4495 3.42531L17.6589 4.31626L17.6789 4.35655L17.7008 4.3959L19.4495 3.42531ZM18.8 2.56182L17.6091 4.16863L17.665 4.21009L17.7237 4.24756L18.8 2.56182ZM18.5894 2.50087L18.4406 0.50641L18.3444 0.51359L18.2492 0.530008L18.5894 2.50087ZM3.18393 18.6811L1.33111 17.9281L1.33011 17.9306L3.18393 18.6811ZM3.1205 24.3878L1.17968 24.8707L1.18065 24.8746L3.1205 24.3878ZM4.82799 27.2957L3.1466 28.3787L3.18817 28.4433L3.23457 28.5044L4.82799 27.2957ZM7.35244 29.8836L6.10456 31.4466L6.10888 31.45L7.35244 29.8836ZM7.76853 30.1859L6.68965 31.8699L6.69274 31.8719L7.76853 30.1859ZM8.02224 30.4703L6.22485 31.3474L6.22877 31.3555L6.23277 31.3635L8.02224 30.4703ZM8.5931 31.7833L10.5091 31.2099L10.4901 31.1462L10.4668 31.0839L8.5931 31.7833ZM8.68189 33.2639L10.4675 34.1649L10.4743 34.1514L10.4809 34.1378L8.68189 33.2639ZM8.64384 33.4163L6.64434 33.3719L6.64381 33.3954L6.64384 33.4189L8.64384 33.4163ZM8.77576 33.8125L10.3917 32.6341L10.3848 32.6247L10.3779 32.6153L8.77576 33.8125ZM9.14619 34.3052L8.03077 35.9653L8.03602 35.9688L9.14619 34.3052ZM9.46079 34.229L10.681 35.8137L10.6971 35.8013L10.7129 35.7886L9.46079 34.229ZM9.86927 34.196L10.8993 32.4816L10.8772 32.4684L10.8548 32.4557L9.86927 34.196ZM10.4351 34.4906L9.62112 36.3175L9.71364 36.3587L9.80985 36.3904L10.4351 34.4906ZM10.742 33.9979L8.78331 34.4023L8.78588 34.4144L10.742 33.9979ZM14.0555 26.4424L15.7189 27.5529L15.7236 27.5458L14.0555 26.4424ZM16.4455 23.1916L17.8604 24.6051L18.0015 24.4639L18.1119 24.2976L16.4455 23.1916ZM16.788 22.3357L18.7573 22.6848L18.7612 22.6628L18.7647 22.6406L16.788 22.3357ZM17.4705 19.0519L19.4644 19.2087L19.4804 19.005L19.4549 18.8022L17.4705 19.0519ZM17.4705 18.9884L15.5449 18.4481L15.5047 18.5912L15.4862 18.7387L17.4705 18.9884ZM19.5002 13.2742L17.8814 12.0997L17.8753 12.1082L17.8692 12.1166L19.5002 13.2742ZM20.7079 10.8158L18.968 9.82943L18.9122 9.92785L18.8679 10.0319L20.7079 10.8158ZM21.3244 8.89577L23.3133 9.10685L23.318 9.06233L23.3207 9.01764L21.3244 8.89577ZM21.1697 7.28816L19.182 7.06646L19.1809 7.07607L21.1697 7.28816ZM21.3498 6.66594L19.5555 5.78233L19.5511 5.7914L21.3498 6.66594ZM21.5502 6.26213L20.187 4.79867L20.0566 4.9202L19.9497 5.0629L21.5502 6.26213ZM21.9257 4.99229L19.9261 5.03114L19.9265 5.04916L19.9271 5.06716L21.9257 4.99229ZM20.9888 2.6985C21.249 2.63088 21.5229 2.63759 21.7794 2.71784L20.5852 6.53542C21.0427 6.6785 21.531 6.69046 21.9949 6.5699L20.9888 2.6985ZM21.7794 2.71784C22.0359 2.79807 22.2646 2.94854 22.4396 3.15199L19.4075 5.76086C19.7199 6.12395 20.1279 6.39235 20.5852 6.53542L21.7794 2.71784ZM22.3006 3.00597C21.8078 2.5381 21.2069 2.1992 20.5514 2.01959L19.4944 5.87739C19.5137 5.8827 19.5317 5.89276 19.5465 5.90688L22.3006 3.00597ZM20.6731 2.05715C20.9106 2.1388 21.1099 2.30369 21.2346 2.52069L17.7659 4.51279C18.1231 5.13475 18.6938 5.60644 19.3726 5.83982L20.6731 2.05715ZM21.2489 2.54615L21.1982 2.45473L17.7008 4.3959L17.7515 4.48733L21.2489 2.54615ZM19.4495 3.42531C21.2401 2.53436 21.24 2.53413 21.2398 2.53389C21.2398 2.5338 21.2397 2.53356 21.2396 2.53339C21.2394 2.53306 21.2392 2.53271 21.2391 2.53236C21.2387 2.53165 21.2383 2.53089 21.2379 2.53009C21.2371 2.5285 21.2363 2.52673 21.2353 2.5248C21.2333 2.52093 21.231 2.51638 21.2284 2.5112C21.2231 2.50085 21.2165 2.4879 21.2085 2.47265C21.1927 2.44224 21.1714 2.40213 21.1454 2.35478C21.0942 2.26179 21.02 2.1326 20.9285 1.9901C20.8074 1.80149 20.4435 1.23827 19.8762 0.876084L17.7237 4.24756C17.6303 4.18789 17.5709 4.13454 17.5453 4.11024C17.5306 4.09636 17.5204 4.08569 17.5145 4.07934C17.5085 4.07291 17.5054 4.06923 17.5051 4.06888C17.5051 4.06884 17.5112 4.07622 17.5229 4.09247C17.5342 4.10828 17.5477 4.12804 17.5626 4.15132C17.5932 4.19898 17.621 4.24709 17.6413 4.28386C17.6509 4.3014 17.6577 4.31427 17.661 4.32065C17.6627 4.32378 17.6634 4.32516 17.663 4.32455C17.6629 4.32423 17.6625 4.32341 17.6618 4.32204C17.6614 4.32136 17.661 4.32054 17.6605 4.31958C17.6603 4.3191 17.66 4.31858 17.6598 4.31803C17.6596 4.31775 17.6595 4.31747 17.6593 4.31717C17.6593 4.31702 17.6592 4.3168 17.6591 4.31672C17.659 4.31649 17.6589 4.31626 19.4495 3.42531ZM19.9908 0.95502C19.5448 0.624443 18.9946 0.465091 18.4406 0.50641L18.7381 4.49533C18.3346 4.52543 17.9339 4.40934 17.6091 4.16863L19.9908 0.95502ZM18.2492 0.530008C17.8106 0.605709 17.4277 0.806886 17.2642 0.894476C17.0354 1.01704 16.8034 1.16141 16.597 1.29904C16.2192 1.55095 15.7496 1.89903 15.4543 2.19466L18.2841 5.02167C18.2696 5.03625 18.3124 4.99435 18.4368 4.89843C18.5464 4.81399 18.68 4.71777 18.8159 4.62715C18.9552 4.53429 19.0727 4.46343 19.153 4.42044C19.1931 4.39894 19.2046 4.39486 19.1913 4.40037C19.1837 4.40354 19.1602 4.41311 19.1234 4.42492C19.089 4.43593 19.0217 4.45582 18.9295 4.47173L18.2492 0.530008ZM15.4543 2.19466C15.5475 2.10133 15.6281 2.04283 15.6694 2.01465C15.7137 1.98439 15.7446 1.96758 15.7534 1.96288C15.768 1.95504 15.751 1.96507 15.6849 1.99137C15.552 2.04427 15.3515 2.1119 15.0755 2.19678C14.6046 2.34152 13.7929 2.56816 13.2259 2.75691L14.4894 6.55213C15.0286 6.37262 15.5692 6.22974 16.2508 6.0202C16.551 5.92793 16.8768 5.82222 17.1645 5.70766C17.347 5.63499 17.8786 5.42759 18.2841 5.02167L15.4543 2.19466ZM13.2259 2.75691C12.5123 2.99448 11.9666 3.46265 11.6124 3.81883C11.2304 4.20291 10.8979 4.6358 10.632 5.01661C10.1849 5.65676 9.60189 6.67191 9.6543 6.59012L13.0223 8.7481C13.1016 8.62427 13.2907 8.29248 13.396 8.11492C13.5442 7.86507 13.7199 7.58101 13.9113 7.30702C14.1074 7.02624 14.2914 6.79755 14.4486 6.6394C14.6336 6.45337 14.6499 6.49868 14.4894 6.55213L13.2259 2.75691ZM9.6543 6.59012C9.81732 6.3357 9.98855 6.23966 9.90634 6.29674C9.85056 6.33546 9.76775 6.38498 9.57252 6.50036C9.25973 6.68523 8.65221 7.03658 8.13861 7.55711L10.986 10.3665C11.0813 10.2699 11.2438 10.159 11.6078 9.94388C11.7509 9.85927 11.9832 9.72434 12.1874 9.58259C12.3651 9.45919 12.7413 9.18665 13.0223 8.7481L9.6543 6.59012ZM8.13861 7.55711C7.84541 7.85428 7.48255 8.35838 7.18853 8.77796C6.85396 9.25538 6.46814 9.83016 6.09389 10.3944C5.30854 11.5785 4.63078 12.6268 4.39781 12.9443L7.62279 15.3107C7.93023 14.8917 8.724 13.6657 9.42731 12.6054C9.7974 12.0474 10.1602 11.5074 10.4643 11.0735C10.6166 10.8561 10.7465 10.6765 10.8501 10.5399C10.9686 10.3837 11.0071 10.3451 10.986 10.3665L8.13861 7.55711ZM4.39781 12.9443C4.08502 13.3706 3.43136 14.3527 2.8291 15.3043C2.26838 16.1903 1.57996 17.3158 1.33111 17.9281L5.03675 19.4342C5.03512 19.4382 5.04174 19.4218 5.06224 19.3798C5.08169 19.3399 5.10834 19.2877 5.14319 19.2224C5.21324 19.0911 5.30513 18.9279 5.41639 18.7376C5.63866 18.3573 5.91747 17.9042 6.2091 17.4434C6.80183 16.5068 7.39517 15.6209 7.62279 15.3107L4.39781 12.9443ZM1.33011 17.9306C1.18977 18.2772 1.14245 18.6556 1.12231 18.8186C1.09303 19.0556 1.0715 19.3259 1.05515 19.6015C1.0222 20.157 1.00508 20.826 1.00098 21.482C0.996869 22.1396 1.00572 22.8083 1.02738 23.3665C1.0453 23.8284 1.07735 24.4594 1.17968 24.8707L5.06132 23.9049C5.07866 23.9745 5.04696 23.7935 5.02437 23.2114C5.00552 22.7257 4.99708 22.1185 5.0009 21.507C5.00473 20.8938 5.02075 20.3001 5.04813 19.8384C5.06195 19.6054 5.07739 19.4283 5.09212 19.3091C5.116 19.1159 5.11974 19.2292 5.03775 19.4317L1.33011 17.9306ZM1.18065 24.8746C1.27971 25.2693 1.47861 25.6563 1.60232 25.8876C1.7535 26.1702 1.93544 26.4768 2.11543 26.7689C2.47116 27.3463 2.89196 27.9834 3.1466 28.3787L6.50937 26.2127C6.21599 25.7572 5.84901 25.2032 5.52099 24.6708C5.3591 24.408 5.22518 24.1799 5.12946 24.001C5.00627 23.7707 5.02725 23.7691 5.06035 23.901L1.18065 24.8746ZM3.23457 28.5044C4.06583 29.6003 5.02987 30.5885 6.10456 31.4466L8.60031 28.3207C7.78448 27.6693 7.05256 26.919 6.4214 26.087L3.23457 28.5044ZM6.10888 31.45C6.28871 31.5928 6.48774 31.7406 6.68966 31.8699L8.8474 28.5018C8.79561 28.4686 8.71047 28.4081 8.59599 28.3173L6.10888 31.45ZM6.69274 31.8719C6.49128 31.7433 6.32945 31.5618 6.22485 31.3474L9.81964 29.5932C9.60144 29.146 9.26401 28.7676 8.84432 28.4998L6.69274 31.8719ZM6.23277 31.3635C6.41457 31.7277 6.57701 32.1013 6.71939 32.4828L10.4668 31.0839C10.2751 30.5704 10.0565 30.0675 9.81171 29.5771L6.23277 31.3635ZM6.67706 32.3567C6.72731 32.5246 6.78457 32.6721 6.84288 32.8018C6.90002 32.929 6.95522 33.0321 6.99144 33.0983C7.00033 33.1146 7.0087 33.1297 7.01511 33.1413C7.02219 33.1541 7.02658 33.1621 7.03086 33.1699C7.03944 33.1855 7.03945 33.1859 7.03629 33.1796C7.02967 33.1666 6.99547 33.0988 6.96377 32.9969C6.92961 32.8872 6.90583 32.7628 6.90036 32.6308C6.89507 32.5033 6.90828 32.4023 6.92101 32.3381C6.93305 32.2775 6.94474 32.2493 6.93962 32.263C6.93463 32.2764 6.91874 32.3163 6.88292 32.39L10.4809 34.1378C10.754 33.5756 11.0769 32.7525 10.7831 31.8084C10.7235 31.6169 10.6516 31.4644 10.6012 31.3655C10.5615 31.2874 10.5033 31.1835 10.5008 31.1789C10.4772 31.1357 10.4961 31.1662 10.5091 31.2099L6.67706 32.3567ZM6.89631 32.363C6.73809 32.6766 6.65213 33.0213 6.64434 33.3719L10.6433 33.4608C10.6379 33.7054 10.5779 33.9459 10.4675 34.1649L6.89631 32.363ZM6.64384 33.4189C6.64458 33.9921 6.83023 34.5501 7.17366 35.0097L10.3779 32.6153C10.5503 32.8461 10.6435 33.1262 10.6438 33.4138L6.64384 33.4189ZM7.15983 34.991C7.18934 35.0314 7.12461 34.9376 7.25379 35.1493C7.30943 35.2405 7.40534 35.3889 7.54907 35.5487C7.69784 35.7142 7.86031 35.8507 8.03078 35.9653L10.2616 32.6451C10.2977 32.6694 10.3408 32.7012 10.3876 32.7414C10.435 32.7821 10.4806 32.8266 10.5234 32.8741C10.6092 32.9696 10.6588 33.0503 10.6682 33.0656C10.6709 33.0701 10.6709 33.0703 10.6572 33.0465C10.6466 33.0282 10.6257 32.992 10.602 32.9523C10.5503 32.8659 10.4822 32.7581 10.3917 32.6341L7.15983 34.991ZM8.03602 35.9688C8.76207 36.4533 9.50627 36.3497 9.89714 36.2275C10.2713 36.1106 10.5425 35.9203 10.681 35.8137L8.2406 32.6444C8.28012 32.6139 8.43974 32.4922 8.70413 32.4096C8.98528 32.3217 9.62165 32.2181 10.2564 32.6416L8.03602 35.9688ZM10.7129 35.7886C10.4579 35.9933 10.1473 36.1169 9.82109 36.1433L9.49884 32.1563C9.027 32.1944 8.57762 32.3733 8.20871 32.6694L10.7129 35.7886ZM9.82109 36.1433C9.49476 36.1697 9.16825 36.0975 8.88373 35.9363L10.8548 32.4557C10.4431 32.2226 9.9708 32.1181 9.49884 32.1563L9.82109 36.1433ZM8.83927 35.9104C9.09145 36.0619 9.35256 36.1978 9.62112 36.3175L11.249 32.6637C11.1288 32.6102 11.012 32.5493 10.8993 32.4816L8.83927 35.9104ZM9.80985 36.3904C11.026 36.7906 11.9614 36.0666 12.343 35.4985C12.74 34.9074 12.8308 34.2044 12.6982 33.5814L8.78588 34.4144C8.71921 34.1012 8.74911 33.6751 9.02253 33.2681C9.28043 32.8842 10.0293 32.2516 11.0603 32.5908L9.80985 36.3904ZM12.7007 33.5935C12.7499 33.8315 12.7227 34.0021 12.7148 34.0462C12.706 34.0958 12.6985 34.1072 12.7171 34.0542C12.7254 34.0307 12.7356 34.0033 12.7515 33.9616C12.764 33.9287 12.7885 33.8651 12.8093 33.808C12.8298 33.7517 12.8642 33.6547 12.8946 33.5428C12.9105 33.4845 12.9297 33.4061 12.9455 33.3142C12.9608 33.2251 12.978 33.0949 12.978 32.9389H8.97799C8.97799 32.6962 9.02697 32.522 9.03462 32.4939C9.04814 32.4441 9.05856 32.418 9.05079 32.4393C9.04332 32.4598 9.03526 32.4806 9.01371 32.5372C8.99549 32.585 8.97008 32.6521 8.94394 32.7264C8.89375 32.869 8.82232 33.0889 8.77662 33.3458C8.73192 33.5972 8.69488 33.9738 8.78335 34.4023L12.7007 33.5935ZM12.978 32.9389C12.978 32.7129 12.9533 32.528 12.9409 32.4356C12.927 32.3322 12.9267 32.3295 12.9258 32.3151C12.9257 32.3132 12.9239 32.2918 12.9285 32.2357C12.9335 32.1744 12.9466 32.0668 12.9807 31.8942L9.05653 31.1188C8.94051 31.7059 8.90767 32.1562 8.9338 32.5683C8.94557 32.7539 8.96935 32.9148 8.9764 32.9674C8.98493 33.031 8.97799 32.9947 8.97799 32.9389H12.978ZM12.9807 31.8942C13.0311 31.6388 13.0731 31.4003 13.109 31.1918C13.1466 30.974 13.1743 30.8082 13.2025 30.6562C13.2308 30.5038 13.2503 30.4176 13.2631 30.3707C13.2807 30.3058 13.2646 30.3952 13.1815 30.539L9.7183 28.5375C9.54642 28.8349 9.4548 29.1316 9.4035 29.3201C9.34729 29.5266 9.30428 29.74 9.26978 29.9257C9.18433 30.3858 9.15255 30.6329 9.05653 31.1188L12.9807 31.8942ZM13.1815 30.539C13.1076 30.6668 13.0486 30.727 13.1245 30.6355C13.1689 30.582 13.2366 30.5037 13.332 30.3962C13.5314 30.1713 13.7604 29.9203 14.0527 29.5937C14.5775 29.0074 15.2838 28.2045 15.7189 27.5529L12.3922 25.3319C12.1422 25.7063 11.6345 26.2977 11.0722 26.926C10.8209 27.2067 10.538 27.518 10.3393 27.7421C10.2356 27.8591 10.1327 27.977 10.045 28.0826C9.98891 28.1504 9.83658 28.3328 9.7183 28.5375L13.1815 30.539ZM15.7236 27.5458C15.8736 27.319 16.419 26.5711 16.9791 25.8143C17.2491 25.4493 17.5087 25.1009 17.7032 24.8416C17.8007 24.7116 17.8801 24.6063 17.9355 24.5334C17.9637 24.4963 17.9827 24.4715 17.9936 24.4575C17.9996 24.4498 17.9989 24.4508 17.9942 24.4567C17.9921 24.4593 17.984 24.4694 17.9722 24.4834C17.9663 24.4904 17.9556 24.5031 17.9416 24.5188C17.9313 24.5305 17.9014 24.5641 17.8604 24.6051L15.0306 21.7781C14.9631 21.8457 14.9131 21.9061 14.9113 21.9083C14.8961 21.9264 14.8836 21.9418 14.8764 21.9509C14.8611 21.9698 14.8465 21.9885 14.8352 22.003C14.8116 22.0335 14.7827 22.0711 14.7516 22.1121C14.6883 22.1953 14.6029 22.3087 14.5031 22.4417C14.3029 22.7087 14.0381 23.064 13.7637 23.4349C13.2346 24.1499 12.6104 25.002 12.3875 25.339L15.7236 27.5458ZM18.1119 24.2976C18.4355 23.81 18.6552 23.261 18.7573 22.6848L14.8187 21.9866C14.8124 22.0221 14.7989 22.0558 14.7792 22.0856L18.1119 24.2976ZM18.7647 22.6406C18.7534 22.7135 18.7458 22.7222 18.8206 22.4625C18.8755 22.2724 18.955 21.9996 19.0372 21.6817C19.2021 21.0434 19.3874 20.1871 19.4644 19.2087L15.4767 18.8952C15.4242 19.5625 15.295 20.1754 15.1643 20.6812C15.0986 20.9353 15.0352 21.1533 14.9773 21.3542C14.9394 21.4854 14.8493 21.7852 14.8114 22.0308L18.7647 22.6406ZM19.4549 18.8022C19.4731 18.9469 19.4731 19.0934 19.4549 19.2382L15.4862 18.7387C15.4626 18.9256 15.4626 19.1148 15.4862 19.3017L19.4549 18.8022ZM19.3961 19.5288C19.446 19.3512 19.8242 18.1243 20.2538 16.8452C20.4669 16.2106 20.6845 15.5878 20.8731 15.0926C20.9678 14.8438 21.0485 14.6451 21.1123 14.5012C21.1947 14.3155 21.1996 14.3353 21.1312 14.4317L17.8692 12.1166C17.6841 12.3775 17.5421 12.6851 17.4561 12.8788C17.3515 13.1145 17.2424 13.3869 17.1349 13.6693C16.9189 14.2365 16.682 14.9164 16.462 15.5717C16.0251 16.8723 15.6219 18.1736 15.5449 18.4481L19.3961 19.5288ZM21.1191 14.4486C21.5852 13.8061 21.92 13.0736 22.5479 11.5996L18.8679 10.0319C18.2019 11.5953 18.0343 11.8889 17.8814 12.0997L21.1191 14.4486ZM22.4478 11.8021C22.918 10.9726 23.2126 10.0551 23.3133 9.10685L19.3356 8.68469C19.2928 9.08757 19.1677 9.47724 18.968 9.82943L22.4478 11.8021ZM23.3207 9.01764C23.3407 8.68953 23.3354 8.3522 23.2633 8.0103C23.1897 7.66096 23.0466 7.36819 23.0578 7.39413C23.0618 7.40332 23.0849 7.45774 23.1059 7.53334C23.1268 7.60867 23.1361 7.67023 23.1398 7.70872C23.1454 7.76585 23.1341 7.72754 23.1584 7.50025L19.1809 7.07607C19.143 7.43163 19.127 7.77141 19.1587 8.09641C19.1963 8.48326 19.2932 8.7657 19.3849 8.97837C19.4573 9.14621 19.3797 8.97963 19.3493 8.83529C19.3205 8.69839 19.336 8.64487 19.3281 8.7739L23.3207 9.01764ZM23.1573 7.50985C23.1562 7.52037 23.1532 7.53073 23.1485 7.54047L19.5511 5.7914C19.3562 6.19232 19.2314 6.62358 19.182 7.06647L23.1573 7.50985ZM23.144 7.54953C23.1684 7.50005 23.1928 7.45007 23.2148 7.40482C23.2376 7.35792 23.2568 7.31834 23.2742 7.28274C23.2827 7.26541 23.2899 7.2508 23.2959 7.23862C23.3021 7.2261 23.3059 7.21854 23.3078 7.21477C23.3087 7.21302 23.3085 7.2135 23.3073 7.2157C23.3064 7.21755 23.3031 7.22374 23.2982 7.23283C23.2941 7.24034 23.2835 7.25969 23.2685 7.28514C23.2608 7.29816 23.2485 7.31862 23.2326 7.34351C23.2244 7.35627 23.2138 7.37241 23.2012 7.39093C23.1888 7.40904 23.1719 7.43328 23.1508 7.46136L19.9497 5.0629C19.8803 5.15541 19.8338 5.23496 19.8244 5.25092C19.8062 5.28167 19.7919 5.30764 19.7836 5.323C19.7665 5.35437 19.7517 5.38331 19.7421 5.40211C19.722 5.4416 19.7 5.48641 19.681 5.52533C19.6361 5.61716 19.6 5.6921 19.5556 5.78234L23.144 7.54953ZM22.9134 7.72558C23.3212 7.34574 23.503 6.866 23.5446 6.76184C23.6286 6.55118 23.6941 6.33441 23.7422 6.15344C23.7917 5.96712 23.834 5.77648 23.8648 5.60388C23.8847 5.49259 23.9352 5.20666 23.9243 4.91742L19.9271 5.06716C19.9243 4.99197 19.9272 4.93697 19.9286 4.9152C19.9301 4.8893 19.932 4.87299 19.9324 4.86903C19.9333 4.86183 19.9323 4.87195 19.9271 4.90109C19.9167 4.95906 19.8989 5.04127 19.8765 5.12574C19.8656 5.16659 19.8551 5.20248 19.8458 5.23177C19.8412 5.24617 19.8373 5.25763 19.8343 5.26621C19.8328 5.27043 19.8316 5.27365 19.8307 5.27592C19.8299 5.2782 19.8295 5.27926 19.8295 5.27917C19.8295 5.27909 19.8302 5.27752 19.8314 5.27456C19.8327 5.27162 19.8348 5.26683 19.8378 5.26036C19.8433 5.24845 19.8544 5.22517 19.8719 5.19376C19.8887 5.16361 19.9181 5.11374 19.9619 5.05295C20.0036 4.99511 20.077 4.90115 20.187 4.79867L22.9134 7.72558ZM23.9253 4.95344C23.9187 4.61214 23.8385 4.27605 23.6898 3.96825L20.0879 5.70796C19.9858 5.49643 19.9307 5.26553 19.9261 5.03114L23.9253 4.95344ZM23.6898 3.96825C23.5412 3.66052 23.3278 3.38854 23.0642 3.17097L20.5179 6.25587C20.3367 6.10633 20.1901 5.91942 20.0879 5.70796L23.6898 3.96825ZM23.0642 3.17097C22.8005 2.95331 22.4927 2.79525 22.1621 2.70769L21.1381 6.5744C20.9108 6.51419 20.6992 6.4055 20.5179 6.25587L23.0642 3.17097ZM22.1621 2.70769C21.8314 2.62012 21.4857 2.60516 21.1487 2.66386L21.835 6.60454C21.6033 6.6449 21.3655 6.63462 21.1381 6.5744L22.1621 2.70769Z" fill="#F1AFCE" mask="url(#path-1-outside-1_7767_175238)"/>
|
|
9
|
+
<mask id="mask0_7767_175238" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="2" width="19" height="33">
|
|
10
|
+
<path d="M21.4919 4.6342C21.39 4.66067 21.2828 4.65805 21.1823 4.62663C21.0819 4.59521 20.9922 4.53624 20.9236 4.45642C20.6697 4.21543 20.3603 4.04095 20.0229 3.94849C19.8022 3.87262 19.6165 3.71922 19.5002 3.51674L19.4495 3.42531C19.4495 3.42531 19.1222 2.76754 18.8 2.56182C18.7394 2.51689 18.6646 2.49526 18.5894 2.50087C18.2215 2.56436 17.1762 3.30087 16.8692 3.60817C16.5622 3.91547 14.9638 4.28626 13.8576 4.65452C12.7515 5.02277 11.5742 7.30086 11.3383 7.66911C11.1023 8.03736 10.1712 8.34466 9.56228 8.9618C8.95337 9.57894 6.55071 13.391 6.0103 14.1275C5.46989 14.864 3.51629 17.8634 3.18393 18.6811C2.95051 19.2576 2.95051 23.7046 3.1205 24.3878C3.25243 24.9135 4.27997 26.4449 4.82799 27.2957C5.5592 28.2596 6.40717 29.1289 7.35244 29.8836C7.49959 30.0005 7.64167 30.1046 7.76853 30.1859C7.87765 30.2555 7.96545 30.3539 8.02224 30.4703C8.23552 30.8976 8.42607 31.3359 8.5931 31.7833C8.77323 32.3852 9.13096 32.3395 8.68189 33.2639C8.65802 33.3113 8.64502 33.3633 8.64384 33.4163C8.64403 33.5592 8.69029 33.6981 8.77576 33.8125C8.96097 34.0665 8.96098 34.1808 9.14619 34.3052C9.23753 34.3662 9.36185 34.3052 9.46079 34.229C9.51778 34.1833 9.58715 34.1557 9.65997 34.1498C9.73278 34.1439 9.80569 34.16 9.86927 34.196C10.0517 34.3056 10.2407 34.404 10.4351 34.4906C10.6203 34.5516 10.808 34.3078 10.742 33.9979C10.6634 33.617 10.978 33.1116 10.978 32.9389C10.978 32.5985 10.8359 32.4309 11.0186 31.5065C11.2013 30.582 11.2723 29.8455 11.4499 29.5382C11.6275 29.2309 13.3705 27.4684 14.0555 26.4424C14.4285 25.8786 16.3948 23.2424 16.4455 23.1916C16.6172 22.9329 16.7338 22.6415 16.788 22.3357C16.8413 21.9903 17.3411 20.6976 17.4705 19.0519C17.4679 19.0308 17.4679 19.0095 17.4705 18.9884C17.5974 18.5364 19.0334 13.9319 19.5002 13.2742C19.8098 12.8475 20.0609 12.3345 20.7079 10.8158C21.0429 10.2249 21.2527 9.57134 21.3244 8.89577C21.3802 7.98149 21.0453 8.45387 21.1697 7.28816C21.1938 7.07198 21.2547 6.86152 21.3498 6.66594C21.4386 6.48562 21.535 6.28244 21.5502 6.26213C21.7329 6.09197 21.9333 5.19546 21.9257 4.99229C21.9247 4.93883 21.9121 4.88624 21.8889 4.8381C21.8656 4.78997 21.8322 4.74743 21.791 4.71342C21.7498 4.67941 21.7018 4.65472 21.6501 4.64104C21.5985 4.62737 21.5445 4.62503 21.4919 4.6342Z" fill="#828282"/>
|
|
11
|
+
</mask>
|
|
12
|
+
<g mask="url(#mask0_7767_175238)">
|
|
13
|
+
<path d="M13.3159 8.16934C9.73701 6.90619 13.737 3.53778 14.5791 2.69568C15.7019 2.69568 19.0001 2.48515 23.2107 1.64305C28.4738 0.590422 24.6843 2.69568 24.4738 8.16934C24.2633 13.643 21.3159 13.643 19.8422 11.1167C18.3686 8.5904 16.8949 9.4325 13.3159 8.16934Z" fill="#FAD2E6"/>
|
|
14
|
+
<path d="M15.328 7.85431C12.9832 7.01206 14.0272 6.41568 14.5789 5.85418C15.6316 5.2226 16.7255 5.31393 17.5262 4.8015C18.0429 4.47088 18.1286 3.54803 19.2104 3.32782C22.6587 2.62595 22.7761 4.20456 22.6382 7.85431C22.5003 11.5041 20.5693 11.5041 19.6038 9.81956C18.6383 8.13506 17.6728 8.69656 15.328 7.85431Z" fill="#F294C0"/>
|
|
15
|
+
<path d="M20.895 6.34574C21.2766 8.69852 20.0653 7.65109 19.4213 7.6511C17.2319 6.73106 18.509 5.92922 19.4213 5.64331C20.4739 5.43272 20.7811 5.64334 20.895 6.34574Z" fill="#F96DAE"/>
|
|
16
|
+
<path d="M13.3156 12.8015C13.9893 8.92783 11.07 6.27521 9.52615 5.43311C9.03493 5.92433 7.9262 7.49626 7.42093 9.85414C6.78936 12.8015 3.84195 13.4331 0.263019 14.4857C-3.31592 15.5383 -2.45429 25.012 3.21038 25.012C5.52615 25.012 4.68406 23.3278 6.78931 19.3278C8.89457 15.3278 12.4735 17.6436 13.3156 12.8015Z" fill="#F294C0" fill-opacity="0.5"/>
|
|
17
|
+
<path d="M11.3527 13.2921C11.8164 10.7097 9.80695 8.94128 8.74424 8.37988C8.40612 8.70737 7.64292 9.75532 7.29513 11.3272C6.86038 13.2921 4.83154 13.7132 2.36799 14.415C-0.0955642 15.1167 0.497536 21.4325 4.3968 21.4325C5.99085 21.4325 5.4112 20.3097 6.86035 17.643C8.3095 14.9764 10.7731 16.5202 11.3527 13.2921Z" fill="#F294C0"/>
|
|
18
|
+
<path d="M8.85903 14.0215C9.10016 12.6053 8.05523 11.6355 7.50262 11.3276C7.3268 11.5072 6.92993 12.0819 6.74908 12.9439C6.52301 14.0215 5.46802 14.2524 4.18697 14.6372C2.90592 15.022 3.21433 18.4855 5.24195 18.4855C6.07086 18.4855 5.76944 17.8698 6.523 16.4074C7.27655 14.9451 8.5576 15.7917 8.85903 14.0215Z" fill="#F96DAE"/>
|
|
19
|
+
<path d="M12.6777 18.4638C14.7893 15.7485 13.5262 14.2747 15.842 13.2221C20.4735 10.4853 22.7829 14.0428 19.4145 16.9901C16.0461 19.9375 19.204 18.4638 17.9408 26.4638C16.6777 34.4637 13.7303 31.0953 12.6777 29.6217L12.6425 29.5723C11.6155 28.1342 11.1828 27.5284 9.31567 26.6958C8.73885 26.4385 8.0493 25.5798 8.46722 23.5164C9.31567 19.3274 9.95144 21.9695 12.6777 18.4638Z" fill="#FDE6F2"/>
|
|
20
|
+
<path d="M13.0512 19.2981C14.6645 17.2897 13.6994 16.1996 15.4687 15.421C19.0071 13.3966 20.7715 16.028 18.1981 18.2081C15.6246 20.3882 18.0372 19.2981 17.0722 25.2155C16.1072 31.1329 13.8554 28.6414 13.0512 27.5513L13.0243 27.5148C12.2397 26.4511 11.9091 26.003 10.4827 25.3871C10.042 25.1969 9.51516 24.5617 9.83445 23.0354C10.4827 19.9369 10.9684 21.8913 13.0512 19.2981Z" fill="#FAD2E6"/>
|
|
21
|
+
<path d="M14.4023 19.388C15.0335 18.4428 14.6559 17.9298 15.3482 17.5634C16.7328 16.6108 17.4232 17.8491 16.4162 18.875C15.4092 19.9009 16.3533 19.388 15.9757 22.1726C15.5981 24.9573 14.7169 23.7848 14.4023 23.2718L14.3917 23.2547C14.0847 22.7541 13.9554 22.5432 13.3972 22.2534C13.2247 22.1638 13.0186 21.8649 13.1435 21.1467C13.3972 19.6886 13.5872 20.6083 14.4023 19.388Z" fill="#F294C0"/>
|
|
22
|
+
<path d="M4.89492 28.8017C4.55808 28.1281 4.68436 26.4157 5.10542 26.2754C7.63172 24.8017 9.10547 28.8017 10.1581 32.1701C11.2107 35.5386 7.21074 35.1175 6.36864 34.6965C5.52654 34.2754 6.78969 33.2228 7.00022 32.1701C7.21074 31.1175 5.31597 29.6438 4.89492 28.8017Z" fill="#FDE6F2"/>
|
|
23
|
+
<path d="M5.65609 29.3171C5.42941 28.8452 5.5144 27.6457 5.79774 27.5474C7.49782 26.5151 8.48958 29.3171 9.19794 31.6766C9.9063 34.0362 7.21452 33.7412 6.64783 33.4463C6.08114 33.1513 6.93117 32.414 7.07285 31.6766C7.21452 30.9393 5.93944 29.907 5.65609 29.3171Z" fill="#F294C0"/>
|
|
24
|
+
</g>
|
|
25
|
+
<path d="M26.125 33.6875C26.2188 33.8125 26.3125 33.9323 26.4062 34.0469C26.5 34.151 26.5885 34.2552 26.6719 34.3594C26.6927 34.3802 26.6979 34.4062 26.6875 34.4375C26.6771 34.4688 26.6562 34.4844 26.625 34.4844C26.2708 34.5365 25.9688 34.599 25.7188 34.6719C25.4688 34.7344 25.276 34.7969 25.1406 34.8594C25.0781 34.8906 25.0469 34.9375 25.0469 35C25.0469 35.0625 25.0729 35.1094 25.125 35.1406C25.3438 35.2344 25.6771 35.3333 26.125 35.4375C26.5833 35.5417 27.1615 35.5938 27.8594 35.5938C27.8906 35.5938 27.9167 35.5938 27.9375 35.5938C27.9688 35.5938 27.9948 35.5938 28.0156 35.5938C28.0365 35.5938 28.0573 35.5938 28.0781 35.5938C28.099 35.5938 28.1198 35.5938 28.1406 35.5938C28.849 35.5938 29.4323 35.5417 29.8906 35.4375C30.349 35.3333 30.6875 35.2344 30.9062 35.1406C30.9583 35.1094 30.9844 35.0625 30.9844 35C30.9844 34.9375 30.9583 34.8906 30.9062 34.8594C30.7604 34.7969 30.5573 34.7292 30.2969 34.6562C30.0469 34.5833 29.7396 34.526 29.375 34.4844C29.3438 34.474 29.3229 34.4583 29.3125 34.4375C29.3021 34.4062 29.3073 34.3802 29.3281 34.3594C29.4115 34.2552 29.4948 34.151 29.5781 34.0469C29.6719 33.9323 29.7656 33.8125 29.8594 33.6875C29.8698 33.6771 29.8802 33.6719 29.8906 33.6719C29.9115 33.6615 29.9271 33.6562 29.9375 33.6562C30.5 33.7604 30.9896 33.9167 31.4062 34.125C31.8333 34.3333 32.0469 34.625 32.0469 35C32.0469 35.2917 31.9115 35.5365 31.6406 35.7344C31.3594 35.9323 31.0104 36.0833 30.5938 36.1875C30.1875 36.3021 29.75 36.3854 29.2812 36.4375C28.8125 36.4792 28.3906 36.5 28.0156 36.5C27.6406 36.5 27.2188 36.4792 26.75 36.4375C26.2812 36.3854 25.8385 36.3021 25.4219 36.1875C25.0156 36.0833 24.6719 35.9323 24.3906 35.7344C24.1198 35.5365 23.9844 35.2917 23.9844 35C23.9844 34.6354 24.1927 34.349 24.6094 34.1406C25.026 33.9219 25.5104 33.7656 26.0625 33.6719C26.0729 33.6615 26.0833 33.6615 26.0938 33.6719C26.1042 33.6719 26.1146 33.6771 26.125 33.6875ZM23.0312 26.4844C23.0312 25.8281 23.1458 25.2083 23.375 24.625C23.6146 24.0521 23.9427 23.5417 24.3594 23.0938C24.776 22.6458 25.2604 22.2812 25.8125 22C26.375 21.7292 26.9792 21.5677 27.625 21.5156C27.6875 21.5052 27.75 21.5 27.8125 21.5C27.875 21.5 27.9375 21.5 28 21.5C28.0625 21.5 28.125 21.5052 28.1875 21.5156C28.25 21.5156 28.3177 21.5156 28.3906 21.5156H28.4062C28.5208 21.526 28.6354 21.5417 28.75 21.5625C28.8646 21.5729 28.974 21.5938 29.0781 21.625C29.6406 21.7396 30.1562 21.9479 30.625 22.25C31.1042 22.5521 31.5156 22.9167 31.8594 23.3438C32.2135 23.7708 32.4844 24.2552 32.6719 24.7969C32.8698 25.3281 32.9688 25.8906 32.9688 26.4844C32.9688 26.5052 32.9688 26.526 32.9688 26.5469C32.9688 26.5677 32.9688 26.5833 32.9688 26.5938C32.9688 26.6146 32.9688 26.6354 32.9688 26.6562C32.9688 26.6771 32.9688 26.6979 32.9688 26.7188C32.9688 26.8438 32.9583 26.9792 32.9375 27.125C32.9271 27.2604 32.901 27.4062 32.8594 27.5625C32.8177 27.75 32.7656 27.9375 32.7031 28.125C32.6406 28.3021 32.5677 28.474 32.4844 28.6406C32.2031 29.3073 31.8385 30 31.3906 30.7188C30.9427 31.4271 30.4948 32.0781 30.0469 32.6719C29.599 33.2656 29.1875 33.7708 28.8125 34.1875C28.4479 34.5938 28.1979 34.8333 28.0625 34.9062C28.0521 34.9167 28.0417 34.9219 28.0312 34.9219C28.0208 34.9219 28.0104 34.9219 28 34.9219C27.9896 34.9219 27.9792 34.9219 27.9688 34.9219C27.9583 34.9219 27.9427 34.9167 27.9219 34.9062C27.7865 34.8229 27.526 34.5729 27.1406 34.1562C26.7656 33.7292 26.349 33.2135 25.8906 32.6094C25.4427 32.0052 24.9948 31.3438 24.5469 30.625C24.099 29.9167 23.7396 29.224 23.4688 28.5469C23.3958 28.401 23.3333 28.25 23.2812 28.0938C23.2292 27.9271 23.1823 27.7604 23.1406 27.5938C23.1094 27.4375 23.0833 27.2865 23.0625 27.1406C23.0417 26.9948 23.0312 26.8542 23.0312 26.7188C23.0312 26.6979 23.0312 26.6771 23.0312 26.6562C23.0312 26.6354 23.0312 26.6146 23.0312 26.5938C23.0312 26.5833 23.0312 26.5677 23.0312 26.5469C23.0312 26.526 23.0312 26.5052 23.0312 26.4844ZM28 28.6562C28.0312 28.6562 28.0625 28.6562 28.0938 28.6562C28.1354 28.6562 28.1771 28.651 28.2188 28.6406C28.3229 28.6302 28.4271 28.6146 28.5312 28.5938C28.6354 28.5729 28.7396 28.5417 28.8438 28.5C29.3021 28.3333 29.6771 28.0469 29.9688 27.6406C30.2604 27.224 30.4062 26.7604 30.4062 26.25C30.4062 25.7292 30.2604 25.2656 29.9688 24.8594C29.6771 24.4427 29.3021 24.151 28.8438 23.9844C28.7604 23.9531 28.6719 23.9271 28.5781 23.9062C28.4948 23.8854 28.4115 23.8698 28.3281 23.8594C28.276 23.849 28.2188 23.8438 28.1562 23.8438C28.1042 23.8333 28.0521 23.8281 28 23.8281C27.3333 23.8281 26.7656 24.0677 26.2969 24.5469C25.8281 25.0156 25.5938 25.5833 25.5938 26.25C25.5938 26.9062 25.8281 27.474 26.2969 27.9531C26.7656 28.4219 27.3333 28.6562 28 28.6562Z" fill="#F1AFCE"/>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="clip0_7767_175238">
|
|
29
|
+
<rect width="36" height="36" fill="white" transform="translate(0 0.5)"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36 18.5C36 28.4411 27.9411 36.5 18 36.5C8.05887 36.5 0 28.4411 0 18.5C0 8.55887 8.05887 0.5 18 0.5C27.9411 0.5 36 8.55887 36 18.5ZM6.3 18.5C6.3 24.9617 11.5383 30.2 18 30.2C24.4617 30.2 29.7 24.9617 29.7 18.5C29.7 12.0383 24.4617 6.8 18 6.8C11.5383 6.8 6.3 12.0383 6.3 18.5Z" fill="#BABBE1"/>
|
|
3
|
+
<path d="M18 3.65C18 1.9103 19.4209 0.472017 21.134 0.774925C23.3457 1.16599 25.4741 1.96925 27.405 3.15248C30.2354 4.88696 32.531 7.37038 34.0381 10.3282C35.5452 13.286 36.205 16.6029 35.9445 19.9123C35.7668 22.1698 35.1656 24.3639 34.182 26.3831C33.4201 27.9471 31.4213 28.2512 30.0139 27.2286C28.6065 26.206 28.3424 24.2403 28.9538 22.6116C29.3371 21.5903 29.5775 20.5157 29.6639 19.418C29.8332 17.2669 29.4044 15.1109 28.4248 13.1883C27.4452 11.2657 25.953 9.65153 24.1132 8.52411C23.1744 7.94877 22.1636 7.51164 21.1121 7.22149C19.4351 6.75875 18 5.3897 18 3.65Z" fill="#8486B4"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7767_177963)">
|
|
3
|
+
<rect width="36" height="36" transform="translate(0 0.5)" fill="white"/>
|
|
4
|
+
<path d="M34.9277 31.71H21.4277V19.6414C21.4277 19.3295 21.3223 19.0613 21.1113 18.8368C20.9004 18.6123 20.6484 18.5 20.3555 18.5C20.0625 18.5 19.8105 18.6123 19.5996 18.8368C19.3887 19.0613 19.2832 19.3295 19.2832 19.6414V31.71H19.0723C18.7793 31.71 18.5273 31.8222 18.3164 32.0468C18.1055 32.2713 18 32.5395 18 32.8514C18 33.1632 18.1055 33.4314 18.3164 33.6559C18.5273 33.8805 18.7793 33.9927 19.0723 33.9927H19.2832V35.3586C19.2832 35.6705 19.3887 35.9387 19.5996 36.1632C19.8105 36.3877 20.0625 36.5 20.3555 36.5C20.6484 36.5 20.9004 36.3877 21.1113 36.1632C21.3223 35.9387 21.4277 35.6705 21.4277 35.3586V33.9927H34.9277C35.2207 33.9927 35.4727 33.8805 35.6836 33.6559C35.8945 33.4314 36 33.1632 36 32.8514C36 32.5395 35.8945 32.2713 35.6836 32.0468C35.4727 31.8222 35.2207 31.71 34.9277 31.71ZM23.1504 30.6809C23.0449 30.6809 22.9453 30.6684 22.8516 30.6435C22.7578 30.606 22.6699 30.5561 22.5879 30.4938C22.3652 30.3316 22.2305 30.1133 22.1836 29.8389C22.1484 29.552 22.207 29.2963 22.3594 29.0717L26.2266 23.3649C26.3203 23.2277 26.4375 23.1216 26.5781 23.0468C26.7305 22.9719 26.8887 22.9407 27.0527 22.9532C27.2168 22.9657 27.3691 23.0218 27.5098 23.1216C27.6504 23.2089 27.7617 23.3274 27.8438 23.4771L29.4258 26.527L33.6973 19.5478C33.8379 19.3108 34.0371 19.1611 34.2949 19.0988C34.5527 19.0364 34.793 19.08 35.0156 19.2297C35.2383 19.3919 35.3789 19.6102 35.4375 19.8846C35.4961 20.159 35.4551 20.4148 35.3145 20.6518L30.1641 29.0717C30.0703 29.2339 29.9473 29.3586 29.7949 29.4459C29.6426 29.5208 29.4844 29.552 29.3203 29.5395C29.1562 29.5395 28.998 29.4958 28.8457 29.4085C28.7051 29.3087 28.5938 29.1778 28.5117 29.0156L26.8945 25.8909L23.9238 30.2692C23.8301 30.4064 23.7129 30.5125 23.5723 30.5873C23.4316 30.6497 23.291 30.6809 23.1504 30.6809Z" fill="#F1AFCE"/>
|
|
5
|
+
<rect opacity="0.7" x="0.5625" y="5" width="6.75" height="1.6875" rx="0.84375" fill="#D35092"/>
|
|
6
|
+
<rect opacity="0.7" x="10.6875" y="5" width="3.375" height="1.6875" rx="0.84375" fill="#D35092"/>
|
|
7
|
+
<rect opacity="0.7" x="1.6875" y="8.9375" width="5.625" height="1.6875" rx="0.84375" fill="#D35092"/>
|
|
8
|
+
<rect opacity="0.7" x="10.6875" y="8.9375" width="5.625" height="1.6875" rx="0.84375" fill="#D35092"/>
|
|
9
|
+
<rect opacity="0.7" x="0.5625" y="12.875" width="6.75" height="1.6875" rx="0.84375" fill="#D35092"/>
|
|
10
|
+
<rect opacity="0.7" x="10.6875" y="12.875" width="4.5" height="1.6875" rx="0.84375" fill="#D35092"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 3.875C8.37868 3.875 7.875 4.37868 7.875 5V16.25H7.56066H1.00919C0.733456 16.25 0.496324 16.3607 0.297794 16.582C0.0992647 16.8033 0 17.0676 0 17.375C0 17.6824 0.0992647 17.9467 0.297794 18.168C0.496324 18.3893 0.733456 18.5 1.00919 18.5H7.56066H9.57904H16.9908C17.2665 18.5 17.5037 18.3893 17.7022 18.168C17.9007 17.9467 18 17.6824 18 17.375C18 17.0676 17.9007 16.8033 17.7022 16.582C17.5037 16.3607 17.2665 16.25 16.9908 16.25H10.125V5C10.125 4.37868 9.62132 3.875 9 3.875Z" fill="#F1AFCE"/>
|
|
12
|
+
<rect opacity="0.7" x="4.5" y="1.0625" width="2.25" height="2.25" rx="1.125" fill="#D35092"/>
|
|
13
|
+
<path opacity="0.7" d="M11.6134 1.1002C11.6519 1.03353 11.7481 1.03353 11.7866 1.1002L12.9774 3.1627C13.0159 3.22936 12.9678 3.3127 12.8908 3.3127H10.5092C10.4322 3.3127 10.3841 3.22936 10.4226 3.1627L11.6134 1.1002Z" fill="#D35092"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_7767_177963">
|
|
17
|
+
<rect width="36" height="36" fill="white" transform="translate(0 0.5)"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7766_173010)">
|
|
3
|
+
<rect width="36" height="36" transform="translate(0 0.5)" fill="white"/>
|
|
4
|
+
<path d="M34.9277 31.71H21.4277V19.6414C21.4277 19.3295 21.3223 19.0613 21.1113 18.8368C20.9004 18.6123 20.6484 18.5 20.3555 18.5C20.0625 18.5 19.8105 18.6123 19.5996 18.8368C19.3887 19.0613 19.2832 19.3295 19.2832 19.6414V31.71H19.0723C18.7793 31.71 18.5273 31.8222 18.3164 32.0468C18.1055 32.2713 18 32.5395 18 32.8514C18 33.1632 18.1055 33.4314 18.3164 33.6559C18.5273 33.8805 18.7793 33.9927 19.0723 33.9927H19.2832V35.3586C19.2832 35.6705 19.3887 35.9387 19.5996 36.1632C19.8105 36.3877 20.0625 36.5 20.3555 36.5C20.6484 36.5 20.9004 36.3877 21.1113 36.1632C21.3223 35.9387 21.4277 35.6705 21.4277 35.3586V33.9927H34.9277C35.2207 33.9927 35.4727 33.8805 35.6836 33.6559C35.8945 33.4314 36 33.1632 36 32.8514C36 32.5395 35.8945 32.2713 35.6836 32.0468C35.4727 31.8222 35.2207 31.71 34.9277 31.71ZM23.1504 30.6809C23.0449 30.6809 22.9453 30.6684 22.8516 30.6435C22.7578 30.606 22.6699 30.5561 22.5879 30.4938C22.3652 30.3316 22.2305 30.1133 22.1836 29.8389C22.1484 29.552 22.207 29.2963 22.3594 29.0717L26.2266 23.3649C26.3203 23.2277 26.4375 23.1216 26.5781 23.0468C26.7305 22.9719 26.8887 22.9407 27.0527 22.9532C27.2168 22.9657 27.3691 23.0218 27.5098 23.1216C27.6504 23.2089 27.7617 23.3274 27.8438 23.4771L29.4258 26.527L33.6973 19.5478C33.8379 19.3108 34.0371 19.1611 34.2949 19.0988C34.5527 19.0364 34.793 19.08 35.0156 19.2297C35.2383 19.3919 35.3789 19.6102 35.4375 19.8846C35.4961 20.159 35.4551 20.4148 35.3145 20.6518L30.1641 29.0717C30.0703 29.2339 29.9473 29.3586 29.7949 29.4459C29.6426 29.5208 29.4844 29.552 29.3203 29.5395C29.1562 29.5395 28.998 29.4958 28.8457 29.4085C28.7051 29.3087 28.5938 29.1778 28.5117 29.0156L26.8945 25.8909L23.9238 30.2692C23.8301 30.4064 23.7129 30.5125 23.5723 30.5873C23.4316 30.6497 23.291 30.6809 23.1504 30.6809Z" fill="#BABBE1"/>
|
|
5
|
+
<rect x="0.5625" y="5.5" width="6.75" height="1.6875" rx="0.84375" fill="#8486B4"/>
|
|
6
|
+
<rect x="10.6875" y="5.5" width="3.375" height="1.6875" rx="0.84375" fill="#8486B4"/>
|
|
7
|
+
<rect x="1.6875" y="9.4375" width="5.625" height="1.6875" rx="0.84375" fill="#8486B4"/>
|
|
8
|
+
<rect x="10.6875" y="9.4375" width="5.625" height="1.6875" rx="0.84375" fill="#8486B4"/>
|
|
9
|
+
<rect x="0.5625" y="13.375" width="6.75" height="1.6875" rx="0.84375" fill="#8486B4"/>
|
|
10
|
+
<rect x="10.6875" y="13.375" width="4.5" height="1.6875" rx="0.84375" fill="#8486B4"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 4.375C8.37868 4.375 7.875 4.87868 7.875 5.5V16.75H7.56066H1.00919C0.733456 16.75 0.496324 16.8607 0.297794 17.082C0.0992647 17.3033 0 17.5676 0 17.875C0 18.1824 0.0992647 18.4467 0.297794 18.668C0.496324 18.8893 0.733456 19 1.00919 19H7.56066H9.57904H16.9908C17.2665 19 17.5037 18.8893 17.7022 18.668C17.9007 18.4467 18 18.1824 18 17.875C18 17.5676 17.9007 17.3033 17.7022 17.082C17.5037 16.8607 17.2665 16.75 16.9908 16.75H10.125V5.5C10.125 4.87868 9.62132 4.375 9 4.375Z" fill="#BABBE1"/>
|
|
12
|
+
<rect x="4.5" y="1.5625" width="2.25" height="2.25" rx="1.125" fill="#8486B4"/>
|
|
13
|
+
<path d="M11.6134 1.6002C11.6519 1.53353 11.7481 1.53353 11.7866 1.6002L12.9774 3.6627C13.0159 3.72936 12.9678 3.8127 12.8908 3.8127H10.5092C10.4322 3.8127 10.3841 3.72936 10.4226 3.6627L11.6134 1.6002Z" fill="#8486B4"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_7766_173010">
|
|
17
|
+
<rect width="36" height="36" fill="white" transform="translate(0 0.5)"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
Binary file
|